@charset "utf-8";
/* CSS Document */
/*----------clear----------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none !important;
}
*:focus {outline: none;}
img {border:none; vertical-align:middle;}
input::-moz-focus-inner {border:0; padding:0;}
input, textarea, select {font-family: 'PT Sans'; font-size:1em; outline: none;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
textarea {resize:none;}
/*----------end - clear----------*/

/*----------load fonts----------*/
@font-face {
    font-family: 'gotham_pro';
	src: url('../fonts/gothaproreg-webfont.eot');
    src: url('../fonts/gothaproreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothaproreg-webfont.woff') format('woff'), 
         url('../fonts/gothaproreg-webfont.ttf')  format('truetype'),
         url('../fonts/gothaproreg-webfont.svg#gotham_pro') format('svg');
	font-weight: normal;
    font-style: normal;
	
}
/*----------end - load fonts----------*/

/*----------global styles (for all blocks and modal windows)----------*/
/*service styles*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.float-left {float:left !important;}
.float-right {float:right !important;}
.clear {clear:both; height:0;}

/*links*/
a {
	color:#050808;
	outline:none; 
    text-decoration: none;
}
/*----------end - global styles----------*/

/*---------- general document styles (main blocks) ----------*/
html {
	height:100%; 
	width:100%;
	padding: 0;
	border: 0;
	margin: 0;
}
body {
	/*background:url(../../jpeg/crmk_project-2.jpg) no-repeat center top;*/
	color:#050808;
	font-family: Arial, Trebuchet MS;
	font-size:14px;
	height: 100%;
	width:100%;
}
.content p{
	margin-bottom: 20px;
}
.content em{
	font-style: italic;
}
.content a{
	text-decoration: underline;
}
.content ul, .content ol{
	margin-bottom: 20px;
}
.content ul li{
	list-style: square;
	margin-left: 20px;
}
.fancybox-inner ul{
	list-style: square;
	margin-left: 40px;

}	
/*-----WRAPPER-----*/
.wrapper {
	/*opacity:0.7;*/
	background:url(../img/backgrounds/bg.jpg);
	margin:0 auto;
	min-height:100%;
	min-width:980px;
	overflow:hidden;
	position:relative;
	width:100%;
	min-width: 1000px;
}
	/*headers*/
	h1,
	.h1 {
		font-size:28px;
		line-height:32px;
		font-weight:bold;
		padding:12px 0 30px;
	}
	h2 {
		font-size:22px;
		line-height:22px;
		font-weight:bold;
		padding-bottom:31px;
	}
	h3 {
		font-size:17px;
		line-height:22px;
		font-weight:bold;
		padding-bottom:20px;
	}
	/*----------HEADER----------*/
	.header {
		height:230px;
		margin:0 auto;
		position:relative;
		width:980px;
	}
	/*----------MAIN----------*/
	.main {
		background:url(../img/backgrounds/main-shadow.png) no-repeat center bottom;
		margin:0 auto;
		position:relative;
		width:980px;
	}
	.main.no-shadow {
		background: none;
		width: 920px;
		padding-left: 30px;
		padding-right: 30px;
	}
		.main .content {
			background:#FFF;
			overflow:hidden;
			position:relative;
		}
			.main .subcontent {
				padding:32px 30px 28px 35px;
				position:relative;
				overflow:hidden;
			}
			.main .sidebar {
				background:#69d5cd;
				margin-bottom:-20000px;
				padding:44px 26px 20054px;
				position:relative;
				width:165px;
			}
				.main .sidebar.right {
					float:right;
				}
				.main .sidebar.left {
					float:left;
				}
/*----------FOOTER----------*/
.footer {
	color:#666;
	font-size:13px;
	height:180px;
	margin:-215px auto 0;
	padding-top:35px;
	position:relative;
	width:980px;
}
#push{
    height: 215px;
}
/*---------- end - general document styles (main blocks) ----------*/

/*---------- HEADER AND FOOTER STYLES ----------*/

/*----------HEADER----------*/
/*logo*/
.header .logo {
	background:url(../img/logo.png) no-repeat 0 0;
	display:block;
	float:left;
	height:187px;
	margin:18px 0 0 35px;
	overflow:hidden;
	text-indent:130px;
	width:130px;
	white-space:nowrap;
}

/*header-right*/
.header .header-right {
	height:104px;
	padding-top:60px;
}
	/*adress*/
	.header .header-adress {
		float:right;
		font-weight:bold;
		line-height:18px;
		margin-left:40px;
		min-width:175px;
		display: none;
	}
		.header .header-adress strong {
			font-size:12px;
			font-weight:normal;
		}
	/*social*/
	.header .header-social {
		float:right;
		margin-top:2px;
		margin-right: 35px;
	}
		.header .header-social .icon {
			background:url(../img/icons/social.png) no-repeat 0 0;
			display:block;
			float:left;
			height:47px;
			margin-left:20px;
			width:45px;
		}
			.header .header-social .icon.fb {
				background-position:-65px 0;
			}
			.header .header-social .icon.vk {
				background-position:-131px 0;
			}
/*end-header-right*/

/*topnav*/
.header .topnav {
	font-size:18px;
	/*font-weight:bold;*/
	line-height:16px;
}
	.header .topnav ul {
		/*margin-right: 35px;*/
		float:right;
	}
		.header .topnav li {
			display:inline-block;
			margin-left:21px;
			padding:23px 0 0;
		}
			.header .topnav li.active {
				border-top:4px solid #c1afe5;
				padding-top:19px;
			}
			.header .topnav a {
			}
/*end - topnav*/

/*----------FOOTER----------*/
/*logo*/
.footer .logo {
	background:url(../img/footer-logo.png) no-repeat 0 0;
	display:block;
	float:left;
	height:58px;
	margin-left:35px;
	width:56px;
}

/*copy*/
.footer .copy {
	float:left;
	font-size:10px;
	line-height:14px;
	margin:22px 0 0 18px;
	width:310px;
}
	.footer .copy .title {
		font-size:14px;
		margin-bottom:12px;
	}

/*contacts*/
.footer .contacts {
	float:right;
	margin:20px 0 0 0;
	width:530px;
}
	.footer .contacts .item {
		float:left;
		font-size:14px;
		font-weight:bold;
		line-height:18px;
	}
		.footer .contacts .item.email {
			width:165px;
		}
		.footer .contacts .item.phone {
			width:160px;
		}
		.footer .contacts .item .title {
			font-size:12px;
			font-weight:normal;
			line-height:12px;
			padding-bottom:3px;
		}
		.footer .contacts .item a {
			color:#666;
			text-decoration:underline;
		}
			.footer .contacts .item a:hover {
				text-decoration:none;
			}

/*----------end - HEADER AND FOOTER STYLES----------*/

/*----------MAINPAGE----------*/
/*----------end - MAINPAGE----------*/

/*---------- modules  ----------*/

/*----------PAGINATION----------*/
.pagination {
	padding:5px 0 0 35px;
	text-align:center;
}
	.pagination ul {
		display:inline-block;
	}
		.pagination ul li {
			display:inline-block;
			font-size:14px;
			height:21px;
			line-height:20px;
			margin:0 1px;
			padding:0 7px;
			vertical-align:middle;
		}
			.pagination ul li.active {
				background:#69d5cd;
			}
		.pagination .icon {
			background:url(../img/icons/pagination-arrows.png) no-repeat -1px 50%;
			display:block;
			height:21px;
			width:7px;
		}
			.pagination .icon.next {
				background-position:-10px 50%;
			}
/*----------end - PAGINATION----------*/

/*----------BREADCRUMBS----------*/
.breadcrumbs {
	color:#666;
	font-size:15px;
	line-height:15px;
	padding-bottom:14px;
}
	.breadcrumbs li {
		background:url(../img/icons/back.png) no-repeat left center;
		display:inline;
		padding-left:12px;
	}
		.breadcrumbs li a {
			color:#666;
			text-decoration:underline;
		}
			.breadcrumbs li a:hover {
				text-decoration:none;
			}
/*----------end - BREADCRUMBS----------*/

/*----------BLOG-VIEW----------*/
.blog-view {
	opacity: 0.99
}
	.blog-view .blog-view-leading {
		padding-bottom:30px;
	}
	/*filter*/
	.blog-view .blog-view-filter {
		padding-bottom:33px;
	}
		.blog-view .blog-view-filter li {
			display:inline-block;
			height:21px;
			line-height:20px;
			padding:0 5px;
		}
		.blog-view .blog-view-filter li.active {
			background:#c1afe5;
		}
	
	/*items*/


	.blog-view .blog-view-item{
		margin-bottom:40px;
		padding: 60px 25px;
		background: #FFFFFF;
		border-left: #c0afe6 20px solid;
		border-right: #c0afe6 20px solid;
		position: relative;
	}
	.blog-view .blog-view-item.slim{
		margin-right: 0!important
	}
	.blog-view .blog-view-item:before,
	.blog-view .blog-view-item:after {
	        content:"";
	        position:absolute;
	        z-index:-2;
	        bottom:15px;
	        left:10px;
	        width:50%;
	        height:20%;
	        max-width:300px;
	    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
	       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
	            box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
	    -webkit-transform:rotate(-3deg);
	       -moz-transform:rotate(-3deg);
	        -ms-transform:rotate(-3deg);
	         -o-transform:rotate(-3deg);
	            transform:rotate(-3deg);
	}
	 
	.blog-view .blog-view-item:after {
	    right:10px;
	    left:auto;
	    -webkit-transform:rotate(3deg);
	       -moz-transform:rotate(3deg);
	        -ms-transform:rotate(3deg);
	         -o-transform:rotate(3deg);
	            transform:rotate(3deg);
	}
	.blog-view .blog-view-item:nth-child(6n+1){  
		padding-left: 20000px;
		margin-left: -20000px;
		margin-right: 80px;
		background: #FFFFFF;
		border-right: #c4e86f 20px solid;
	}

	.blog-view .blog-view-item:nth-child(6n+2) {  
		padding-right: 20000px;
		margin-right: -20000px;
		margin-left: 80px;
		background: #FFFFFF;
		border-left: #7ecbd1 20px solid
	}
	.blog-view .blog-view-item:nth-child(6n+3) {  
		background: #FFFFFF;
		border-left: #c0afe6 20px solid;
		border-right: #c0afe6 20px solid
	}
	.blog-view .blog-view-item:nth-child(6n+4) {  
		padding-right: 20000px;
		margin-right: -20000px;
		margin-left: 80px;
		background: #FFFFFF;
		border-left: #c4e86f 20px solid
	}
	.blog-view .blog-view-item:nth-child(6n+5) {  
		padding-left: 20000px;
		margin-left: -20000px;
		margin-right: 80px;
		background: #FFFFFF;
		border-right: #7ecbd1 20px solid
	}
	.blog-view .blog-view-item:nth-child(6n+6) {  
		background: #FFFFFF;
		border-left: #c0afe6 20px solid;
		border-right: #c0afe6 20px solid
	}


	.blog-view .blog-view-item:nth-child(6n+1) .blog-view-item-date,
	.blog-view .blog-view-item:nth-child(6n+4)  .blog-view-item-date{
		color: #c4e86f;
	}
	.blog-view .blog-view-item:nth-child(6n+1)  .blog-view-item-content .read-more,
	.blog-view .blog-view-item:nth-child(6n+4) .blog-view-item-content .read-more {
		color: #c4e86f;
		border-bottom: 1px solid #c4e86f;
	}


	.blog-view .blog-view-item:nth-child(6n+2)  .blog-view-item-date,
	.blog-view .blog-view-item:nth-child(6n+5)  .blog-view-item-date{
		color: #7ecbd1;
	}
	.blog-view .blog-view-item:nth-child(6n+2) .blog-view-item-content .read-more,
	.blog-view .blog-view-item:nth-child(6n+5) .blog-view-item-content .read-more {
		color: #7ecbd1;
		border-bottom: 1px solid #7ecbd1;
	}

	.blog-view .blog-view-item:nth-child(6n+3) .blog-view-item-date,
	.blog-view .blog-view-item:nth-child(6n+6) .blog-view-item-date{
		color: #c0afe6;
	}
	.blog-view .blog-view-item:nth-child(6n+3)  .blog-view-item-content .read-more,
	.blog-view .blog-view-item:nth-child(6n+6)  .blog-view-item-content .read-more {
		color: #c0afe6;
		border-bottom: 1px solid #c0afe6;
	}
	.blog-view .blog-view-item p{
		margin-bottom: 10px;
	}
	.blog-view .blog-view-item ul{
		margin-left: 25px;
	}
	.blog-view .blog-view-item ul li{
		margin-bottom: 8px;
		list-style: circle;
	}

	.stick-left-top, .stick-left-bottom, .stick-right-top, .stick-right-bottom{
		width: 300px;
		height: 20px;
		position: absolute;
	}
	.stick-left-top{
		left: 0;
		top: 0;
	}
	.stick-left-bottom{
		left: 0;
		bottom: 0;
	}
	.stick-right-top{
		right: 0;
		top: 0;
	}
	.stick-right-bottom{
		right: 0;
		bottom: 0;
	}

	.blog-view .blog-view-item:nth-child(6n+1) .stick-left-top{
		display: none;
	}
	.blog-view .blog-view-item:nth-child(6n+1) .stick-left-bottom{
		display: none;
	}
	.blog-view .blog-view-item:nth-child(6n+1) .stick-right-top{
		background: url(/img/sticks.png) no-repeat 0 0;	
	}
	.blog-view .blog-view-item:nth-child(6n+1) .stick-right-bottom{
		background: url(/img/sticks.png) no-repeat -300px 0;	
	}


	.blog-view .blog-view-item:nth-child(6n+2) .stick-left-top{
		background: url(/img/sticks.png) no-repeat -900px -20px;	
	}
	.blog-view .blog-view-item:nth-child(6n+2) .stick-left-bottom{
		background: url(/img/sticks.png) no-repeat -600px -20px;;	
	}
	.blog-view .blog-view-item:nth-child(6n+2) .stick-right-top{
		display: none
	}
	.blog-view .blog-view-item:nth-child(6n+2) .stick-right-bottom{
		display: none
	}


	.blog-view .blog-view-item:nth-child(6n+3) .stick-left-top{
		background: url(/img/sticks.png) no-repeat -900px -40px;	
	}
	.blog-view .blog-view-item:nth-child(6n+3) .stick-left-bottom{
		background: url(/img/sticks.png) no-repeat -600px -40px;	
	}
	.blog-view .blog-view-item:nth-child(6n+3) .stick-right-top{
		background: url(/img/sticks.png) no-repeat 0 -40px;	
	}
	.blog-view .blog-view-item:nth-child(6n+3) .stick-right-bottom{
		background: url(/img/sticks.png) no-repeat -300px -40px;	
	}


	.blog-view .blog-view-item:nth-child(6n+4) .stick-left-top{
		background: url(/img/sticks.png) no-repeat -900px 0;	
	}
	.blog-view .blog-view-item:nth-child(6n+4) .stick-left-bottom{
		background: url(/img/sticks.png) no-repeat -600px 0;
	}
	.blog-view .blog-view-item:nth-child(6n+4) .stick-right-top{
		display: none;
	}
	.blog-view .blog-view-item:nth-child(6n+4) .stick-right-bottom{
		display: none;
	}


	.blog-view .blog-view-item:nth-child(6n+5) .stick-left-top{
		display: none;
	}
	.blog-view .blog-view-item:nth-child(6n+5) .stick-left-bottom{
		display: none;
	}
	.blog-view .blog-view-item:nth-child(6n+5) .stick-right-top{
		background: url(/img/sticks.png) no-repeat 0 -20px;
	}
	.blog-view .blog-view-item:nth-child(6n+5) .stick-right-bottom{
		background: url(/img/sticks.png) no-repeat -300px -20px;
	}


	.blog-view .blog-view-item:nth-child(6n+6) .stick-left-top{
		background: url(/img/sticks.png) no-repeat -900px -40px;	
	}
	.blog-view .blog-view-item:nth-child(6n+6) .stick-left-bottom{
		background: url(/img/sticks.png) no-repeat -600px -40px;	
	}
	.blog-view .blog-view-item:nth-child(6n+6) .stick-right-top{
		background: url(/img/sticks.png) no-repeat 0 -40px;	
	}
	.blog-view .blog-view-item:nth-child(6n+6) .stick-right-bottom{
		background: url(/img/sticks.png) no-repeat -300px -40px;	
	}
		.blog-view-item-wrap{
			overflow: hidden;
			padding-left: 20px;
		}
		.blog-view .blog-view-item .img {
			float:left;
			margin-top:15px;
			width:92px;
		}
		.blog-view .blog-view-item .img img {
			position:relative;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
		}
		.blog-view .blog-view-item-date {
			color:#69d5cd;
			font-size:16px;
			font-weight:bold;
			line-height:18px;
			padding-bottom:13px;
		}
		.blog-view .blog-view-item-title {
			font-size:21px;
			font-weight:bold;
			line-height:30px;
			padding-bottom:18px;
		}
		.blog-view .blog-view-item-content {
			font-size:13px;
			padding:0 0 5px 0;
			line-height:18px;
		}
		.blog-view .blog-view-item-text {
			font-size:13px;
			line-height:18px;
			clear:both;
		}
		.blog-view .blog-view-item-content .read-more {
			border-bottom:1px solid #69d5cd;
			text-decoration: none;
			color:#69d5cd;
		}
			.blog-view .blog-view-item-content .read-more:after {
				content: "\bb";
				margin-left:2px;
			}
			.blog-view .read-more:hover {
				border-bottom-color:transparent;
			}
		.blog-view .blog-view-item-img {
			float:left;
			margin:0 24px 20px 8px;
		}
			.blog-view .blog-view-item-img img {
				position:relative;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
			}
/*----------end - BLOG-VIEW----------*/

/*----------GALLERY----------*/
.gallery {
}
/*categories view*/
.gallery .gallery-categories-view {
	text-align:justify;
	margin-top:-33px;
	padding:1px 0;
}
	.gallery .gallery-categories-view:after {
		content:'';
		display:inline-block;
		height:0;
		width:445px;
	}
	.gallery .gallery-categories-view-item {
		display:inline-block;
		text-align:left;
		padding:9px 0 14px;
		min-height:130px;
		vertical-align:top;
		width:445px;
	}
		.gallery .gallery-categories-view-item .img {
			float:left;
		}
			.gallery .gallery-categories-view-item .img img {
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				position:relative;
			}
		.gallery .gallery-categories-view-item .title {
			font-size:16px;
			font-weight:bold;
			line-height:24px;
			margin-left:128px;
			padding:18px 0 10px;
		}
		.gallery .gallery-categories-view-item .date {
			color:#555;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			line-height:14px;
			margin-left:128px;
		}
/*end - categories view*/

/*end - images view*/

#gallery2 {padding:10px 0px; overflow:hidden;}
#gallery2 div {padding:0 0 20px 0;}
#gallery2 div img {border:2px solid #c1afe5; width:656px;}
#gallery2 ul {clear:both; padding:0px; margin:0px; list-style:none; width:660px; overflow:hidden;}
#gallery2 ul li {margin:0px; padding:5px; float:left;}

#gallery2 ul li img {width:151px; border:2px solid #c1afe5;}
#gallery2_ul {padding:0px; margin:-20px 0 0 0;}


/*end - images view*/

/*----------end - GALLERY----------*/

/*----------MAP----------*/
.contacts-map {
	margin:0 auto;
	height:525px;
	position:relative;
	width:914px;
}
/*
.ymaps-glass-pane {
	box-shadow: 5px 5px 7px -5px #000 inset;
}*/
/*----------end - MAP----------*/

/*----------CONTACTS----------*/
.contacts-list-view {
	padding:10px 0 0 3px;
	text-align:justify;
}
	.contacts-list-view:after {
		content:'';
		display:inline-block;
		height:0;
		width:49%;
	}
	.contacts-list-view-item {
		display:inline-block;
		min-height:130px;
		text-align:left;
		vertical-align:top;
		padding:3px 0 38px;
		width:48%;
	}
		.contacts-list-view-item .img {
			float:left;
		}
			.contacts-list-view-item .img img {
				position:relative;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
			}
		.contacts-list-view-item-content {
			font-size:16px;
			line-height:24px;
			margin:5px 0 0 154px;
		}
		.contacts-list-view-item-content a {
			color: #69d5cd;
			text-decoration: none;
		}
			.contacts-list-view-item-content .title {
				padding-bottom:4px;
			}
			.contacts-list-view-item-content .title strong {
				font-size:16px;
				line-height:16px;
			}
/*----------end - CONTACTS----------*/

/*----------EVENTS----------*/
.events-block {
	margin-bottom:-20px;
	padding: 32px 30px 0 35px;
	width:700px;
}
.events-list{
	list-style-type: square;
	padding-left: 25px;
}
	.events-block-title {
		color:#c1afe5;
		font-size:22px;
		font-weight:bold;
		line-height:22px;
		text-align:center;
		margin-bottom:35px;
	}
	.events-map {
		background:url(../img/backgrounds/events.png) no-repeat center;
		height:471px;
		margin:0 auto 20px;
		position:relative;
		width:419px;
	}
		.events-map .events-map-item {
			position:absolute;
		}
			.events-map .events-map-item .marker {
				background:url(../img/backgrounds/events-marker.png) no-repeat 0 0;
				cursor:pointer !important;
				display:block;
				height:23px;
				width:23px;
			}
			.events-map .events-map-item:hover .marker,
			.events-map .events-map-item.active .marker {
				background-position:0 -23px;
			}

			.events-map .events-map-item .date {
				font-size: 11px;
				color: #000000;
				background: url("/img/backgrounds/bubl-bg.png");
				border-radius: 3px;
				padding: 5px 5px 6px;
				min-width: 30px;
				text-align: center;
				margin-top: -7px;
				display: none;
				cursor: pointer;
			}
			.close {
				position: absolute;
				display: block;
				top: -18px;
				right: -18px;
				width: 36px;
				height: 36px;
				cursor: pointer;
				background-image: url('/js/fancybox/fancybox_sprite.png');
			}

			.main-popup {
				background:#FFF;
				/*bottom:28px;*/
				cursor:pointer !important;
				display:none;
				left:-12px;
				padding:19px 14px;
				position:absolute;
				width:282px;
				z-index:2;
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;
				-webkit-box-shadow:0 0 21px -5px #666;
				-moz-box-shadow:0 0 21px -5px #666;
				box-shadow:0 0 21px -5px #666;
			}
			.events-map-item .popup {
				display: none;
			}
			/*
			.events-map .events-map-item:hover .popup {
				display:block;
			}*/
				.main-popup:after {
					background:url(../img/backgrounds/popup.png) no-repeat 0 0;
					content:'';
					bottom:-14px;
					height:18px;
					left:22px;
					position:absolute;
					width:18px;
				}
				.main-popup > div {
					overflow-y: auto;
					max-height: 250px;
				}
				.main-popup .date {
					color:#c1afe5;
					font-size:13px;
					font-weight:bold;
					line-height:14px;
				}
				.main-popup .title {
					font-size:14px;
					font-weight:bold;
					padding-bottom:10px;
					line-height:16px;
				}
				.main-popup .text {
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					line-height:17px;
				}
/*----------end - EVENTS----------*/

/*----------EVENTS----------*/
.article-view {
	font-size:13px;
	line-height:20px;
	/*padding:0 5px 0 32px;*/
	padding:0 25px 0 0px;
}
.article-view.no-indent {
	padding-left:0;
}
	.article-view p {
		/*text-indent:15px;*/
	}
	.article-view.no-indent p {
		text-indent:0;
	}
.article-view ul{
	list-style: square;
}

/*----------end - EVENTS----------*/

/*----------SIDEBAR-BLOCKS----------*/
.sidebar-blocks {
}
	.sidebar-blocks-item {
		clear:left;
		padding-bottom:42px;
	}
		.sidebar-blocks-img {
			float:left;
			margin-right:16px;
			height:100px;
			width:86px;
		}
			.sidebar-blocks-img img {
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				position:relative;
			}
		.sidebar-blocks-title {
			font-size:14px;
			font-weight:bold;
			line-height:20px;
			overflow:hidden;
			padding:3px 0 20px;
		}
		.sidebar-blocks-content {
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			line-height:16px;
		}
			.sidebar-blocks-content .read-more {
				padding:10px 0 0;
			}
				.sidebar-blocks-content .read-more a {
					text-decoration: none;
					border-bottom:1px solid #050808;
				}
					.sidebar-blocks-content .read-more a:after {
						content: "\bb";
						margin-left:2px;
					}
					.sidebar-blocks-content .read-more a:hover {
						border-bottom-color:transparent;
					}
		.sidebar-blocks .read-all {
			font-size:13px;
			text-align:center;
			padding-left:12px;
			position:relative;
			margin-top:-10px;
		}
			.sidebar-blocks .read-all a {
				border-bottom:1px solid #050808;
				text-decoration: none;
			}
				.sidebar-blocks .read-all a:after {
					content: "\bb";
					margin-left:2px;
					font-size:14px;
				}
				.sidebar-blocks .read-all a:hover {
					border-bottom-color:transparent;
				}
/*----------end - SIDEBAR-BLOCKS----------*/

/*----------MAINPAGE----------*/
.mainpage {
	margin:0 auto;
	width:980px;
}
	/*SLIDER*/
	.mainpage-slider {
		background:url(../img/backgrounds/slider-shadow.png) no-repeat center bottom;
		padding-bottom:21px;
		margin-bottom:21px;
	}
		.mainpage-slider-inner {
			background:#c1afe5;
			height:350px;
			margin-right:-20000px;
			padding-right:20000px;
            
		}
            .mainpage-slider-inner.background-off{
                background: #00bbc6;
            }
            .mainpage-slider-inner.background-off .text{
                color: #FFFFFF;
            }
			.mainpage-slider-inner .slides {
				background:url(../img/backgrounds/slider.png) no-repeat 90px 0;
				overflow:hidden;
				position:relative;
				height:100%;
				width:980px;			
			}
				.mainpage-slider-inner .slides .next,
				.mainpage-slider-inner .slides .prev {
					background:url(../img/icons/slider-arrows.png) 0 0 no-repeat;
					height:350px;
					overflow:hidden;
					position:absolute;
					text-indent:300px;
					top:0px;
					width:64px;
					opacity: 0.5
				}
                .slides_container{
                    padding-left: 10px;
                }
				.mainpage-slider-inner .slides .next:hover,
				.mainpage-slider-inner .slides .prev:hover,
				.mainpage-slider-inner .slides .next:focus,
				.mainpage-slider-inner .slides .prev:focus{
					opacity: 1.0
				}
				.mainpage-slider-inner .slides .prev {
					left:-20px;
					background-position: 27px 140px;
				}
				.mainpage-slider-inner .slides .next {
					background-position: -27px 140px;
					right:-15px;
				}
					.mainpage-slider-inner .slide {
						display:block;
						height:350px;
						width:980px;
					}
						.mainpage-slider-inner .slide .text {
							bottom:43px;
							font-variant:small-caps;
							font-weight:bold;
							font-size:20px;
							line-height:22px;
							left:35px;
							position:absolute;
                            z-index: 10;
						}
							.mainpage-slider-inner .slide .text .title {
								font-size:37px;
								line-height:42px;
								padding:0 0 10px 0;
							}
						.mainpage-slider-inner .slide .img {
							bottom:0;
							position:absolute;
							right:60px;
						}
	/*end - SLIDER*/

	/*STICKER*/
	.sticker-list-title{
		font-size: 20px;
		line-height: 26px;
		font-weight: bold;
		padding: 0 0 20px 0;
	}
	.sticker{
		width: 140px;
		display: block;
			font-size: 16px;
			text-transform: uppercase;
			font-weight: bold;
			color: #555555;
		text-decoration: none!important;
		text-align: center;
		padding: 30px 10px;
		margin-bottom: 25px;
	    border-radius:3px;
background: rgb(226,234,190);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZWFiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmVjOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(226,234,190,1) 0%, rgba(210,236,150,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,234,190,1)), color-stop(100%,rgba(210,236,150,1)));
background: -webkit-linear-gradient(top,  rgba(226,234,190,1) 0%,rgba(210,236,150,1) 100%);
background: -o-linear-gradient(top,  rgba(226,234,190,1) 0%,rgba(210,236,150,1) 100%);
background: -ms-linear-gradient(top,  rgba(226,234,190,1) 0%,rgba(210,236,150,1) 100%);
background: linear-gradient(to bottom,  rgba(226,234,190,1) 0%,rgba(210,236,150,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eabe', endColorstr='#d2ec96',GradientType=0 );
		position: relative;
		-moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.4);
		-webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.4); 
		-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.4); 
		-moz-transition: -moz-transform .15s linear;  
		-o-transition: -o-transform .15s linear;  
		-webkit-transition:-webkit-transform .15s linear;  
	}
   .sticker-list .sticker:nth-child(odd){  
      -o-transform:rotate(-2deg);  
      -webkit-transform:rotate(-2deg);  
      -moz-transform:rotate(-2deg);  
      position:relative;  
      top:0;  
    } 
    .sticker-list .sticker:nth-child(even){  
      -o-transform:rotate(4deg);  
      -webkit-transform:rotate(4deg);  
      -moz-transform:rotate(4deg);  
      position:relative;  
      top:0;  
    }  
    .sticker-list .sticker:nth-child(3n){  
      -o-transform:rotate(-3deg);  
      -webkit-transform:rotate(-3deg);  
      -moz-transform:rotate(-3deg);  
      position:relative;  
      top:0;  
    }  
    .sticker-list .sticker:nth-child(5n){  
      -o-transform:rotate(5deg);  
      -webkit-transform:rotate(5deg);  
      -moz-transform:rotate(5deg);  
      position:relative;  
      top:0;  
    }
	.sticker-list .sticker:hover,
	.sticker-list .sticker:focus{  
	  -moz-box-shadow:10px 10px 7px rgba(0,0,0,0.3);  
	  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,0.3);  
	  box-shadow:10px 10px 7px rgba(0,0,0,0.3);  
	  -webkit-transform: scale(1.1);  
	  -moz-transform: scale(1.1);  
	  -o-transform: scale(1.1);  
	  position:relative;  
	  z-index:5;  
	  cursor: pointer;
	} 
	/*end - STICKER*/

	/*MAINPAGE NEWS AND PROJECTS*/
	.mainpage-blocks {
		background:url(../img/backgrounds/slider-shadow.png) no-repeat center bottom;
		padding-bottom:21px;
	}
	.mainpage-news {
		margin-bottom:50px;
		position: relative;
	}
		.mainpage-news .mainpage-blocks-inner {
			/*background: url("/img/backgrounds/main-news-border.png") no-repeat 100% 100% #fff; */
            background:#fff;
			margin:0 14px 0 -20000px;
			padding-left:20000px;
		}
		.news-block-line {
			position: absolute;
			top: 0;
			left: 515px;
			/*background: url("/img/backgrounds/news-line.png") no-repeat 0 0;*/
			width: 451px;
			height: 20px;
		}
		.mainpage-projects .mainpage-blocks-inner {
			background:#c5b4e7;
			margin: 0 -20000px 0 20px;
			padding-right:20000px;
		}
			.mainpage-news .mainpage-blocks-holder {
				padding:40px 0 5px 10px;
				margin:0 auto;
				text-align:justify;
				width:890px;
			}
			.mainpage-projects .mainpage-blocks-holder {
				padding:38px 10px 10px 0;
				margin:0 auto;
				text-align:justify;
				width:900px;
			}
				.mainpage-blocks .read-all {
					float:right;
					text-decoration: none;
					border-bottom:1px solid #050808;;
				}
				.mainpage-blocks .read-all:hover {
					border-bottom-color:transparent;
				}
					.mainpage-blocks .read-all:after {
						content: "\bb";
						margin-left:2px;
					}
                .news-holder h2{
                    color: #8eb23a;
                    text-transform: uppercase;
                }
				.mainpage-blocks-holder:after {
					content:'';
					display:inline-block;
					height:0;
					width:440px;
				}
				.mainpage-blocks-item {
					display:inline-block;
					text-align:left;
					vertical-align:top;
					padding-bottom:40px;
					width:440px;
				}
				.mainpage-projects .mainpage-blocks-item {
					padding-top:8px;
				}
					.mainpage-blocks-item:after {
						clear:left;
					}
					.mainpage-blocks-item .date {
						color:#8eb23a;
						font-size:17px;
						font-weight:bold;
						line-height:18px;
						padding-bottom:13px;
					}
					.mainpage-blocks-item .img {
						float:left;
						margin-top:5px;
						width:92px;
					}
						.mainpage-blocks-item .img img {
							position:relative;
							-webkit-border-radius: 50%;
							-moz-border-radius: 50%;
							border-radius: 50%;
						}
					.mainpage-blocks-item .text {
						font-size:14px;
						line-height:20px;
						margin-left:110px;
					}
					.mainpage-projects .mainpage-blocks-item .text {
						font-size:12px;
						line-height:18px;
					}
						.mainpage-blocks-item .title {
							font-size:15px;
							font-weight:bold;
							/*text-indent:-10px;*/
							line-height:20px;
							padding:10px 0;
						}
					.mainpage-blocks-item .read-more {
						border-bottom:1px solid;
						text-decoration: none;
						color:#8fba29;
					}
					.mainpage-blocks-item .read-more:hover {
						border-bottom-color:transparent;
					}
						.mainpage-blocks-item .read-more:after {
							content: "\bb";
							margin-left:2px;
						}

	/*end - MAINPAGE NEWS*/
	
	/*MAINPAGE ABOUT*/
	.mainpage-about {
		width:890px;
		margin:0 auto 28px;
	}
		.mainpage-about h2 {
			font-size:28px;
			line-height:28px;
		}
		.mainpage-about p {
			line-height:19px;
			overflow:hidden;
			padding-bottom:18px;
			padding-right: 20px;
		}
		.mainpage-about-right {
			float:right;
			margin:-28px -20px 0 0;
			position:relative;
			width:305px;
		}
			.mainpage-about-right .img {
				position:relative;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
			}
			.mainpage-about-right .read-more {
				background:url(../img/icons/slider-arrows.png) -27px 0;
				display:block;
				height:66px;
				margin-top:-33px;
				position:absolute;
				top:50%;
				right:0;
				width:27px;
			}

	/*end - MAINPAGE ABOUT*/

	
/*----------end - MAINPAGE----------*/

/*----------PROJECTS-TREE----------*/
.projects-tree {
	background:url(../img/backgrounds/projects-shadow_2.png) no-repeat 26px bottom #FFF;
	margin:-20px 0 0;
	position:relative;
	padding-bottom:25px;
}
	.projects-tree-inner {
		background:#c1afe5;
		height:347px;
		margin:0 68px 0 -39px;
		padding:0 0 0 39px;
	}
		.projects-tree-holder {
			background:url(../img/backgrounds/projects-shadow.png) no-repeat center top;
			float:right;
			height:100%;
			overflow:hidden;
			position:relative;
			width:912px;
		}
		.projects-tree-holder .mindmap {
			overflow:hidden;
			position:absolute;
			top:0;
			right:0;
			bottom:0;
			left:0;
			z-index:5;
		}
		
.js-mindmap-active a.node {
    
	color:#050808 !important;
	display:table;
	/*font-family: 'gotham_pro' !important;*/
	font-size:14px !important;
	height:90px;
	line-height:17px !important;
	width:160px;
}
.js-mindmap-active a.node.active span {
	background:#c4e86f !important;
	padding:1px 5px;
}
.js-mindmap-active a.node.active {
	font-size:15px !important;
	height:100px;
	width:160px;
	 
}
.js-mindmap-active a span {
	display:table-cell;
	height:100%;
	vertical-align:middle;
	background:#FFF;
	padding:8px 25px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.js-mindmap-active a.node.activeparent {
}
.js-mindmap-active a.node.activeparent span {
	background:#c4e86f !important;
	opacity: 0.55;
}

/*----------end - PROJECTS-TREE----------*/


/*---------- end - modules  ----------*/

.js-mindmap-active, iframe.mindMapFrame, iframe.mindMapFrame html {
	background: #C1AFE5;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}


.fancybox-opened{
	width: 700px!important;

}

.fancybox-skin{
	padding: 30px 30px 50px 30px!important;
}
.fancybox-inner{
	width: 620px!important;
	padding-right: 20px!important;
}
.fancybox-image {
height: auto!important;
}

/* About center */
.ceo a{
	position: relative;
	width: 140px;
	height: 100px;
	padding: 80px 20px 0 20px;
	display: block;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background: #a995c0;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	border: #dbdee7 15px solid;
	box-shadow: inset 2px 2px 1px rgba(255,255,255,1.0), 1px 1px 1px rgba(0,0,0,0.5);
		-moz-transition: -moz-transform .15s linear;  
		-o-transition: -o-transform .15s linear;  
		-webkit-transition:-webkit-transform .15s linear;  
		text-decoration: none;	
		margin-left: 240px;
		margin-bottom: 60px;
}
.ceo.yellow a{
	background: #cde07d;
	color: #707171;
}
.crmk-center{
	position: relative;
	width: 140px;
	height: 120px;
	padding: 60px 20px 0 20px;
	display: block;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	background: #a995c0;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	border: #dbdee7 15px solid;
	box-shadow: inset 2px 2px 1px rgba(255,255,255,1.0), 1px 1px 1px rgba(0,0,0,0.5);
		-moz-transition: -moz-transform .15s linear;  
		-o-transition: -o-transform .15s linear;  
		-webkit-transition:-webkit-transform .15s linear;  
		text-decoration: none!important;	
		margin-left: 15px;
		margin-bottom: 60px;
		float: left;
}
.crmk-center:after,
.ceo a:after{
	content: "";
	display: block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 210px;
	width: 210px;
	position: absolute;
	left: -15px;
	top: -15px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMyMjM1NDMiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzBiMGUwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.6) 0%, rgba(34,53,67,0) 30%, rgba(112,176,224,0) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(30%,rgba(34,53,67,0)), color-stop(100%,rgba(112,176,224,0)));
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.6) 0%,rgba(34,53,67,0) 30%,rgba(112,176,224,0) 100%);
background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.6) 0%,rgba(34,53,67,0) 30%,rgba(112,176,224,0) 100%);
background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.6) 0%,rgba(34,53,67,0) 30%,rgba(112,176,224,0) 100%);
background: linear-gradient(135deg,  rgba(0,0,0,0.6) 0%,rgba(34,53,67,0) 30%,rgba(112,176,224,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#0070b0e0',GradientType=1 );

	}
.crmk-center.add-center{
	margin-left: 240px;
}
.center-item-list{
	margin-bottom: 30px;
	/*background: url(/img/mesh.jpg) no-repeat;*/
	height: 200px;
	clear: both;
}
.center-item-list .item{
	float: left;
	margin-left: 39px;
}
.center-item-list .item.yellow{
	margin-left: 25px;
}
.center-item-list .item a{
	position: relative;
	width: 150px;
	height: 90px;
	padding-top: 60px;
	display: block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #73cac7;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	border: #dbdee7 15px solid;
	box-shadow: inset 2px 2px 1px rgba(255,255,255,1.0), 1px 1px 1px rgba(0,0,0,0.5);
		-moz-transition: -moz-transform .15s linear;  
		-o-transition: -o-transform .15s linear;  
		-webkit-transition:-webkit-transform .15s linear;  
		text-decoration: none;
		font-size: 18px;
}
.center-item-list .item.yellow a{
	background: #cde07d;
	color: #707171;
	font-size: 14px;
	width: 170px;
	height: 100px;
	padding-top: 70px;
}
.center-item-list .item.yellow:first-child a{
	padding-top: 65px;
	height: 105px;
}
.center-item-list .item.yellow:last-child a{
	padding-top: 65px;
	height: 105px;
}
	.center-item-list .item a:hover,
	.center-item-list .item a:focus,
	.ceo a:hover,
	.ceo a:focus{  
	  -moz-box-shadow: inset 3px 3px 1px rgba(255,255,255,1.0), 6px 6px 3px rgba(0,0,0,0.3);  
	  -webkit-box-shadow: inset 3px 3px 1px rgba(255,255,255,1.0), 6px 6px 3px rgba(0,0,0,0.3);  
	  box-shadow: inset 3px 3px 1px rgba(255,255,255,1.0), 6px 6px 3px rgba(0,0,0,0.3);  
	  -webkit-transform: scale(1.1);  
	  -moz-transform: scale(1.1);  
	  -o-transform: scale(1.1);  
	  position:relative;  
	  z-index:5;  
	  cursor: pointer;
}

.center-item-list .item a:after{
	content: "";
	display: block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 180px;
	width: 180px;
	position: absolute;
	left: -15px;
	top: -15px;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMyMjM1NDMiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzBiMGUwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.6) 0%, rgba(34,53,67,0) 30%, rgba(112,176,224,0) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(30%,rgba(34,53,67,0)), color-stop(100%,rgba(112,176,224,0)));
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.6) 0%,rgba(34,53,67,0) 30%,rgba(112,176,224,0) 100%);
background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.6) 0%,rgba(34,53,67,0) 30%,rgba(112,176,224,0) 100%);
background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.6) 0%,rgba(34,53,67,0) 30%,rgba(112,176,224,0) 100%);
background: linear-gradient(135deg,  rgba(0,0,0,0.6) 0%,rgba(34,53,67,0) 30%,rgba(112,176,224,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#0070b0e0',GradientType=1 );

}
.center-item-list .item.yellow a:after,
.ceo a:after{
	left: -15px;
	top: -15px;
	height: 200px;
	width: 200px;
}
.scheme{
	background: url(/img/scheme-arrows.png) bottom no-repeat;
}
.do-list{
	list-style: none;
	margin-left: 0!important
}
.do-list li{
	list-style: none!important;
	margin-left: 5px!important;
	padding-left: 30px;
	margin-bottom: 20px;
	background: url(/img/do-list.png) no-repeat;
}
.do-list li a{
	font-size: 16px;
	line-height: 22px;
}
.do-list li a:hover,
.do-list li a:focus{
	text-decoration: none;
}
.fancybox-skin{
	border-right: #c4e86f 20px solid!important;
}
.fancybox-skin:before{
	position: absolute;
	content: "";
	display: block;
	background: url(/img/sticks.png) no-repeat 0 0;
	top: 0;
	right: 0;
	width: 300px;
	height: 20px;
}
.fancybox-skin:after{
	position: absolute;
	content: "";
	display: block;
	background: url(/img/sticks.png) no-repeat 0 0;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 20px;
}
.fancybox-close{
	right: -38px!important;
}

.fancybox-skin .blog-view-item{
	border: none!important;
	background: none!important
}
.fancybox-skin .blog-view-item:after,
.fancybox-skin .blog-view-item:before{
	content: none!important
}

.abc > .nav-tabs{
	border-bottom: none;
}
.abc > .nav-tabs > li{
	margin-bottom: 15px;
	border: 1px solid transparent
}
.abc > .nav-tabs > li > a{
	padding: 0;
	width: 60px;
	height: 58px;
	text-align: center;
	font-size: 13px;
	background-image: url(/img/abc.png);
	background-position: 0 0;
	border: none;

}
.abc > .nav-tabs > li > a:hover,
.abc > .nav-tabs > li > a:focus{
	background-color: transparent!important
}
.letter-a{
	background-position: 0 0!important;
}
.letter-b{
	background-position: -60px 0!important;
}
.letter-v{
	background-position: -120px 0!important;
}
.letter-g{
	background-position: -180px 0!important;
}
.letter-d{
	background-position: -240px 0!important;
}
.letter-e{
	background-position: -300px 0!important;
}
.letter-j{
	background-position: -360px 0!important;
}
.letter-z{
	background-position: -420px 0!important;
}
.letter-i{
	background-position: -480px 0!important;
}
.letter-k{
	background-position: -540px 0!important;
}
.letter-l{
	background-position: -600px 0!important;
}
.letter-m{
	background-position: -660px 0!important;
}
.letter-n{
	background-position: -720px 0!important;
}
.letter-o{
	background-position: -780px 0!important;
}

.letter-p{
	background-position: 0 -60px!important;
}
.letter-r{
	background-position: -60px -60px!important;
}
.letter-s{
	background-position: -120px -60px!important;
}
.letter-t{
	background-position: -180px -60px!important;
}
.letter-y{
	background-position: -240px -60px!important;
}
.letter-f{
	background-position: -300px -60px!important;
}
.letter-h{
	background-position: -360px -60px!important;
}
.letter-c{
	background-position: -420px -60px!important;
}
.letter-ch{
	background-position: -480px -60px!important;
}
.letter-sh{
	background-position: -540px -60px!important;
}
.letter-she{
	background-position: -600px -60px!important;
}
.letter-e2{
	background-position: -660px -60px!important;
}
.letter-u{
	background-position: -720px -60px!important;
}
.letter-ya{
	background-position: -780px -60px!important;
}


.abc > .nav-tabs > li:hover{
	margin-bottom: 0;
	margin: -5px 0 15px 0;
	padding: 5px 0 0 0;	
	background: #f2f2f2;
	border: transparent 1px solid;
}

.abc > .nav-tabs > li.active{
	margin-bottom: 0;
	border: #DDD 1px solid;
	margin: -5px 0 15px 0;
	padding: 5px 0 0 0;
}
.abc > .nav-tabs > li.active > a{
	border: none;
}
.abc > .tab-content > .tab-pane > li{
	list-style: none;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;

}
.abc > .tab-content > .tab-pane > li > a{
	font-size: 13px;
	font-style: italic;
	color: #666666;
	margin-right: 10px;
	margin-top: 2px;
}

.abc-list .item{
	clear: both;
	border-bottom: #ddd 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
	min-height: 50px;
}
.abc-list .item .big-letter{
	float: left;
	width: 70px;
	min-height: 50px;

}
.abc-list .item .big-letter span{
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(/img/abc.png);
	background-position: 0 0;
}
.abc-list .item .termin-list{
	overflow: hidden;
}
.abc-list .item .termin-list ul{
	float: left;
	margin-left: 20px;
	width: 260px;

	margin-bottom: 0;
}


.abc-list .item .termin-list li{
	font-size: 16px;
	margin-bottom: 15px;
	list-style: none!important;
}
.abc-list .item .termin-list ul li:last-child{
	margin-bottom: 0
}

.termins{
	display: none;
}
.termins .title{
	font-size: 20px;
	margin-bottom: 20px;
}

.termins li{
	margin-bottom: 20px;
}
.termins li a{
	text-decoration: underline;
	font-style: italic;
}

body.beta{
	padding-top: 50px;

}
div.beta{
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	height: 40px;
	z-index: 9999;
	padding: 5px 0;
	background: #7f2121;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3)
}

div.beta div{
	width: 940px;
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
}
div.beta div a{
	color: #FFFFFF;
	text-decoration: underline;
}




/*Bartezian */

.p-menu {width:920px; height:434px; padding:20px 0px 20px 0px; margin:0 0 30px 0; background:url(/images/p-menu.png) no-repeat center; position:relative;}
.p-menu div {overflow:hidden;}

.p-menu a {text-decoration:none;}
.p-menu img {float:left; margin:0 10px 0 0; width:49px;}
.p-menu span {float:left; font-size:18px; }

	.ic1 {position: absolute; left: 64px; top: 8px;}
		.ic1 a {color:#9cad92;}	
	.ic2 {position: absolute; left: 211px; top: 73px;}
		.ic2 a {color:#87a09c;}
	.ic3 {position: absolute; left: 482px; top: 22px;}
		.ic3 a {color:#737f9b;}
	.ic4 {position: absolute; left: 653px; top: 95px;}
		.ic4 a {color:#958ea5;}
	.ic5 {position: absolute; left: 20px; top: 362px;}	
		.ic5 a {color:#b9b574;}
	.ic6 {position: absolute; left: 230px; top: 419px;}	
		.ic6 a {color:#b58e6b;}
		.ic6 span {padding:10px 0 0 0;}		
	.ic7 {position: absolute; left: 427px; top: 379px;}	
		.ic7 a {color:#c07878;}
		.ic7 span {padding:10px 0 0 0;}	
	.ic8 {position: absolute;left: 684px;top: 330px;}	
		.ic8 a {color:#b7698e;}
	
	
.p-menu a:hover span {font-size:22px;}	
.p-menu a:hover img {width:55px;}		
	
	
.p-info {
	margin-left: -35px;
	margin-right: -30px;
	padding:100px 30px 0 35px; 
	position:relative;
	background:url(/images/p-info-bg.png) 0 80px no-repeat;
	min-height: 350px;
}
.p-info-img {
	width:230px; 
	height:250px; 
	float: left;
	clear: both;
	position:relative;
	}


.p-info-img a.ajax-link {
	display: block;
	position: absolute;
	width: 138px;
	height: 136px;
	left: -105px;
	top: -85px;
	background-image: url(/images/icon-crmk.png);
	background-repeat: no-repeat;
-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.p-info-img a.ajax-link:hover {
	left: -35px;
-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.p-info-img a.next {
	display: block;
	position: absolute;
	width: 109px;
	height: 109px;
	right: -770px;
	top: -112px;
-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.p-info-img a.next:hover {
	right: -715px;
-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.p-info-img img {
	position: absolute;
	left: 0;
	top: 40px;
}
.p-info-img .pi-title{
	position: absolute;
	top: 260px;
	width: 210px;
	text-align: center;
	text-transform: uppercase;
}
.pi-mene-wrap{
	background:url(/images/pi-mene-wrap.png);
	float: left;
	font-family: 'Myriad Pro', sans-serif;
	margin-top: 50px;
}
.pi-mene-text{
	float: left;
	font-family: 'Myriad Pro', sans-serif;
	margin-top: 50px;
	width: 590px;
	margin-left: 20px;
	padding: 20px 35px 35px 40px;
	background: #f2f3f4
}
.pi-mene-text h1{
	color: #6c6c6c;
	font-family: 'Myriad Pro', sans-serif;
	font-style: italic;
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #dfe2e9 8px solid;
	position: relative;
	padding-left: 70px;
	min-height: 56px;
	padding-top: 20px;
}
.pi-mene-text h1 a{
	position: absolute;
	left: 0;
	top: 14px;
	display: block;
	width: 56px;
	height: 56px;
	background:url(/images/pi-mene-back.png) no-repeat;
	float: left;
}
.pi-mene-text h1 a:hover,
.pi-mene-text h1 a:focus{
	opacity: 0.7
}
.pi-mene-text .article-view{
	padding: 0;
	font-size: 16px;
	font-family: 'Myriad Pro', sans-serif;
	color: #231f20
}
.pi-mene {
	
	float:left;
	width: 225px;
	padding:0px 0px 0px 0px;
}
	.pi-title {font-size:23px;}
		.col1 {color:#9cad92;}
		.col2 {color:#87a09c;}
		.col3 {color:#737f9b;}
		.col4 {color:#958ea5;}
		.col5 {color:#b9b574;}
		.col6 {color:#b58e6b;}
		.col7 {color:#c07878;}
		.col8 {color:#b7698e;}

.pi-mene ul {overflow:hidden; margin:15px 0 15px 0; }
.pi-mene li {
	padding:5px 10px 5px 22px; color:#e23e7b; 
	margin:0 0 5px 20px;
	list-style: none!important;
	background: url(/images/pi-li.png) 0 7px no-repeat;
}
.pi-mene li a {font-size:16px; font-style:italic; }
.pi-mene li a:hover {text-decoration:none; color:#e23e7b;}
.pi-mene li.active { }
.pi-mene li.active a {color:#e23e7b; text-decoration:none;}

#pi-mene2 {
	float:left;
	width: 225px;
	padding:0 0 0 0;
}

#pi-mene2 ul {overflow:hidden; margin:15px 0 15px 0; }
#pi-mene2 li {
	padding:5px 10px 5px 22px; 
	margin:0 0 5px 20px;  
	list-style: none!important;
	background: url(/images/pi-li.png) 0 7px no-repeat;
	}
	
	
#pi-mene2 li a:hover {text-decoration:none; color:#e23e7b; }
#pi-mene2 li a {font-size:16px; font-style:italic;}
#pi-mene2 li.active {}
#pi-mene2 li.active a {color:#e23e7b; text-decoration:none;}


.part {padding:20px 0px; clear:both; border-top:3px solid #c1afe5; overflow:hidden;}
.part ul {margin:0px; padding:0px; list-style:none;}
.part ul li {float:left; padding:15px; margin:0px; list-style:none;}
.part ul li span {display:block; font-weight:bold; padding:5px 0 0 0; text-align:center;}
.part ul li img {border:2px solid #cee877; padding:3px;}

.ssil2
{
	color: #eaeaea !important;
	text-decoration: none;
}
.ssil2 a
{
	color: #eaeaea !important;
	text-decoration: none;
}
.ssil2 a:visited
{
	color: #eaeaea !important;
	text-decoration: none;
}
.ssil2 a:link
{
	color: #eaeaea !important;
	text-decoration: none;
}
.ssil2 a:hover
{
	color: #eaeaea !important;
	text-decoration: none;
}
.vote{
    margin-right: -13px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    /*border-bottom: #CFDE85 4px solid;*/
}
.vote .left{
    float: left;
}
.vote .right{
    float: right;
    text-align: left;
    width: 380px;
}
.vote .right a{
    display: inline-block;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 65px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background: #86ccc2;
    text-align: center;
    padding-top: 45px;
    margin-left: 100px;
}
.vote .right a:hover,
.vote .right a:focus{
    opacity: 0.85;
}
.vote .left .line1{
font-size: 43px;
  line-height: 50px;
  font-weight: bold;
}
.vote .left .line2{
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.vote .left .line3{
  font-size: 24px;
  line-height: 30px;
    font-weight: bold;
  text-transform: uppercase;
}
.botnav ul{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.botnav ul li{
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
}
.botnav ul li a{
    text-decoration: underline;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.botnav ul li a:hover{
    text-decoration: none;
}

.join-landing{
    background: #ff4d07;
    color: #fff;
    font-size: 22px;
    text-decoration: none!important;
    padding: 10px 0;
    text-align: center;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    z-index: 100;
}
.join-landing:hover{
    opacity: 0.8;
}