/* Eric Meyer's CSS Reset */
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, sub, sup, tt, var,
b, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	outline: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 22, 2013 */

@font-face {
    font-family: 'helvetica-4-light4-light';
    src: url('font/helv4light.eot');
    src: url('font/helv4light.eot?#iefix') format('embedded-opentype'),
         url('font/helv4light.woff') format('woff'),
         url('font/helv4light.ttf') format('truetype'),
         url('font/helv4light.svg#helvetica-4-light4-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica-5-normal5-normal';
    src: url('font/helv5normal.eot');
    src: url('font/helv5normal.eot?#iefix') format('embedded-opentype'),
         url('font/helv5normal.woff') format('woff'),
         url('font/helv5normal.ttf') format('truetype'),
         url('font/helv5normal.svg#helvetica-5-normal5-normal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica-6-medium6-medium';
    src: url('font/helv6medium.eot');
    src: url('font/helv6medium.eot?#iefix') format('embedded-opentype'),
         url('font/helv6medium.woff') format('woff'),
         url('font/helv6medium.ttf') format('truetype'),
         url('font/helv6medium.svg#helvetica-6-medium6-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tornadothincregular';
    src: url('font/tornadothinc.eot');
    src: url('font/tornadothinc.eot?#iefix') format('embedded-opentype'),
         url('font/tornadothinc.woff') format('woff'),
         url('font/tornadothinc.ttf') format('truetype'),
         url('font/tornadothinc.svg#tornadothincregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tornadocbold';
    src: url('font/tornadoc-bold.eot');
    src: url('font/tornadoc-bold.eot?#iefix') format('embedded-opentype'),
         url('font/tornadoc-bold.woff') format('woff'),
         url('font/tornadoc-bold.ttf') format('truetype'),
         url('font/tornadoc-bold.svg#tornadocbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font: 16px/22px 'helvetica-5-normal5-normal', Arial, sans-serif;
	width: 100%;
	height: 100%;
	color: #231f20;
	background: #e8eef0 url('../img/body_bg.jpg') no-repeat center 0;
}
h2 {
	color: #502b88;
	font:45px/45px 'tornadocbold';
	margin: 0 0 48px;
	font-weight: normal;
}
.page1 h2 {
	font: 40px/37px 'helvetica-6-medium6-medium', Arial, sans-serif;
	margin-bottom: 18px;
}
h3 {
	color: #8fadbc;
	font: 40px/40px 'helvetica-4-light4-light';
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px;
}

strong, b {
	font-family: 'helvetica-6-medium6-medium';
	font-weight: normal;
}
.upper {
	text-transform: uppercase;
}
.violet {
	color: #502b88;
}
p {
	margin-bottom: 22px;
	line-height: 20px;
}
.date {
	padding-left: 134px;
	position: relative;
}
	.date span.time {
		color: #8fadbc;
		font-size: 16px;
		text-align: right;
		display: block;
		width: 112px;
		position: absolute;
		top: 0;
		left: 0;
	}

.wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 150px;
	padding: 14px 0 21px;
}
	.header .logo {
		float: left;
		width: 202px;
		height: 106px;
	}
		.header .logo a {
			display: block;
			width: 100%;
			height: 100%;
			background: url('../img/logo.png') no-repeat 0 0;
			text-indent: -9999px;
		}
	.header .partners li {
		float: right;
		margin: 36px 0 0 19px
	}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 170px;
}
	#content .main ul li {
		padding: 0 0 0 25px;
		background: url('../img/ul_li.png') no-repeat 0 5px;
	}
	#content ol li {
		padding: 14px 0 7px 42px;
		position: relative;
	}
		#content ol li span.index {
			color: #8fadbc;
			font: 45px/50px 'tornadothincregular';
			position: absolute;
			left: 0px;
			top: 0;
			text-align: left;
			width: 42px;
			display: block;
		}
	#content .main {
		height: 525px;
		width: 980px;
		margin: 0 240px 0 0;
	}

		#content .main.scroll .text_shadow {
			position: absolute;
			z-index: 10;
			bottom: 0;
			left: 0;
			display: block;
			width: 100%;
			height: 80px;
			background: url('../img/text_shadow.png') repeat-x;
		}

	#content .main > div.left {
		min-width: 546px;
		line-height: 19px;
		position: relative;
		z-index: 10;
	}
	#content .main.scroll .scrollContainer {
		padding-bottom: 80px;
		overflow-y: scroll;
		overflow-x: hidden;
		position: relative;
		height: 440px;
	}
	#content .main > div.img {
		float: right;
		width: 666px;
		margin: 0 -210px 0 0px;
		position: relative;
		z-index: 0;
	}
	#content .main.page1 > div.img {
		float: right;
		width: 360px;
		margin: 0 -100px 0 0;
		position: relative;
	}
	#content .main > div.img img {
			display: block;
			margin: -45px 0px 0 -118px;
	}

	#content .partners {
		clear: both;
		overflow: hidden;
		padding: 20px 0 10px;
	}
		#content .partners label {
			color: #8fadbc;
			font-size: 18px;
			text-transform: uppercase;
			float: left;
			line-height: 37px;
		}
		#content .partners ul {

		}
			#content .partners ul li {
				float: left;
				margin: 0 26px 0 62px;
				height: 38px;
			}
				#content .partners ul li img {
					height: 100%;
					width: auto;
				}
.bigPartners {
	text-align: center;
}
	.bigPartners a {
		margin: 50px 80px 0;
		display: inline-block;
	}
	#content span.kubok {
		display: block;
		width: 47px;
		background: url('../img/kubok.png') no-repeat 0 0;
		float: left;
		text-indent: -9999px;
		height: 50px;
	}

.gray {
	color: #8fadbc;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -170px auto 0;
	height: 170px;
	position: relative;
	max-width: 1500px;
	background: url('../img/footer_bg.jpg') repeat 0 0;
	overflow: hidden;
}
	.footer ul {
		background: url('../img/footer_bg.png') no-repeat center center;
		height: 144px;
		width: 1050px;
		margin: 13px auto;
	}
		.footer ul li {
			float: left;
			height: 102px;
			width: 90px;
			margin: 0 30px;
			overflow: hidden;
			position: relative;
		}
			.footer ul li img {
				position: absolute;
				top: 0;
				left: 0;
			}
		.footer ul li a:hover img, .footer ul li a.active img {
			top: auto;
			left: 0;
			bottom: 0;
		}



/*BX Slider*/
.bx-viewport {
	padding-right: 210px;
	padding-top: 45px;
	margin-top: -45px;
}
.bx-wrapper {
	position: relative;
}
	.bx-controls {
		position: absolute;
		top: 168px;
		width: 980px;
	}
		.bx-controls .bx-prev, .bx-controls .bx-next {
			display: block;
			width: 82px;
			height: 82px;
			text-indent: -9999px;
			background: url('../img/arrows.png') 0 0;
			position: absolute;
			top: 0;
			left: -110px;
			outline: none;
		}
		.bx-controls .bx-next {
			left: auto;
			right: -110px;
			background: url('../img/arrows.png') right 0;
		}
		.bx-controls .bx-prev:hover {
			background-position: 0 100%;
		}
		.bx-controls .bx-next:hover {
			background-position: right 100%;
		}