/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/trebuc.eot');
  src: url('../fonts/trebuc.eot') format('embedded-opentype'),
		url('../fonts/trebuc.woff') format('woff'),
    url('../fonts/trebuc.ttf') format('truetype'),
    url('../fonts/trebuc.svg#TrebuchetMSRegular') format('svg');
	font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/trebucbd.eot');
  src: url('../fonts/trebucbd.eot') format('embedded-opentype'),
		url('../fonts/trebucbd.woff') format('woff'),
    url('../fonts/trebucbd.ttf') format('truetype'),
    url('../fonts/trebucbd.svg#TrebuchetMSBold') format('svg');
	font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/trebucit.eot');
  src: url('../fonts/trebucit.eot') format('embedded-opentype'),
		url('../fonts/trebucit.woff') format('woff'),
    url('../fonts/trebucit.ttf') format('truetype'),
    url('../fonts/trebucit.svg#TrebuchetMSItalic') format('svg');
	font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/trebucbi.eot');
  src: url('../fonts/trebucbi.eot') format('embedded-opentype'),
		url('../fonts/trebucbi.woff') format('woff'),
    url('../fonts/trebucbi.ttf') format('truetype'),
    url('../fonts/trebucbi.svg#TrebuchetMSBoldItalic') format('svg');
	font-weight: bold;
  font-style: italic;
}

@font-face {
    font-family: 'Intro';
    src: url('../fonts/intro.eot');
    src: url('../fonts/intro.eot') format('embedded-opentype'),
         url('../fonts/intro.woff2') format('woff2'),
         url('../fonts/intro.woff') format('woff'),
         url('../fonts/intro.ttf') format('truetype'),
         url('../fonts/intro.svg#IntroRegular') format('svg');
		font-weight: bold;
}

@font-face {
    font-family: 'Arctikascript';
    src: url('../fonts/arctikascript.eot');
    src: url('../fonts/arctikascript.eot') format('embedded-opentype'),
         url('../fonts/arctikascript.woff2') format('woff2'),
         url('../fonts/arctikascript.woff') format('woff'),
         url('../fonts/arctikascript.ttf') format('truetype'),
         url('../fonts/arctikascript.svg#ArctikascriptRegular') format('svg');
}

header, nav, section, article, aside, footer {
   display:block;
}

.overflow{overflow: hidden;}
.clear{clear: both;}

html, body{
	font-family: 'Trebuchet MS';
}
.supWrap{
	height: 100%;
	background: #535353;
	position: relative;
}
	.supWrap:before{
		content: '';
		display: block;
		height: 100%;
		width: 100%;
		z-index: 10;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../images/bg.png);
	}
	.container{
		width: 1228px;
		margin: 0 auto;
		position: relative;
		z-index: 15;
	}



.section{
	text-align: center;
	padding-top: 36px;
}
	.section h1{
		font: bold 60px/72px 'Intro';
		color: #fff;
		margin: 0;
		padding: 0 70px;
	}

	.section .progressBar{
		display: inline-block;
		margin-top: 46px;
		position: relative;
		z-index: 5;
	}
		.section .progressBar .nums{

		}
			.section .progressBar .nums span{
				position: relative;
				display: inline-block;
				width: 80px;
				height: 80px;
				text-align: center;
				font-weight: bold;
				font-size: 60px;
				line-height: 80px;
				border-radius: 50%;
				margin-right: 100px;
				background: #fff;

				color: #26508e;
			}
				.section .progressBar .nums span:after{
					content: '';
					position: absolute;
					width: 180px;
					height: 30px;
					background: #fff;
					display: block;
					left: 50%;
					top: 50%;
					margin-top: -15px;
					z-index: -5;
				}
				.section .progressBar .nums span.checked{
					background: #26508e;
					color: #fff !important;
				}
					.section .progressBar .nums span.checked:after{
						background: #26508e;
					}

					.section .progressBar .nums span:last-child{
						margin-right: 0;
					}
						.section .progressBar .nums span:last-child:after{
							display: none;
						}
				.section .progressBar .nums span:before{
					content: '';
					z-index: -20;
					width: 130px;
					height: 120px;
					position: absolute;
					display: block;
					left: 11px;
					top: 5px;

					background: url(../images/progressBarShadow.png) 0px 0px no-repeat;
				}

		.section .progressBar .texts{
			padding: 20px 40px 0 40px;
			text-align: justify;
			line-height: 0;
			text-align-last: justify;
			text-justify: newspaper;
			zoom:1;
		}
			.section .progressBar .texts:after {
				width: 100%;
				height: 0px;
				visibility: hidden;
				overflow: hidden;
				content: '';
				display: inline-block;
			}
			.section .progressBar .texts span{
				display: inline-block;
				position: relative;
				font-size: 24px;
				line-height: 24px;
				color: #26508e;
				font-weight: bold;
				text-align: left;
				vertical-align: middle;
			}
			.section .progressBar .texts span.sep{
				display: inline-block;
				width: 30px;
				height: 50px;
				background: url(../images/progressBarArrow.png) center center no-repeat;
			}



#section1{
	padding-bottom: 220px;
	padding-top: 75px;
	background: #709cdd;
}
	#section1 .descr{
		font-size: 20px;
		line-height: 27px;
		color: #fff;
		margin-top: 12px;
	}
		#section1 .descr span{
			background: #26508e;
			display: inline-block;
			padding: 3px 15px;
			border-radius: 8px;
			border-radius: 5px;
		}
			#section1 .descr span.sec{
				border-radius: 0 0 8px 8px;
				padding-top: 0;
			}
	#section1 #man{
		height: 263px;
		position: relative;
	}
		#section1 #man #head{
			background: url(../images/sec1ImgHead.png);
			width: 197px;
			height: 197px;
			position: absolute;
			top: 15px;
			left: 50%;
			margin-left: -178px;
			-webkit-animation: headFrames ease-in-out 9s;
		  	-webkit-animation-iteration-count: infinite;
		  	-webkit-transform-origin: 50% 50%;
		}

			#section1 #man #head > div{
				position: relative;
			}


		@-webkit-keyframes headFrames {
		  0% {
		    -webkit-transform:  rotate(0deg);
		  }
		  25% {
		    -webkit-transform:  ;
		  }
		  50% {
		    -webkit-transform:  rotate(10deg);
		  }
		  75% {
		    -webkit-transform: rotate(-10deg);
		  }
		  100% {
		  	-webkit-transform:  rotate(0deg);
		  }
		}



		#section1 #man #eyer{
			background: url(../images/sec1ImgEye.png);
			width: 17px;
			height: 16px;
			position: absolute;
			top: 65px;
			left: 155px;
		}
		#section1 #man #eyel{
			background: url(../images/sec1ImgEye.png);
			width: 17px;
			height: 16px;
			position: absolute;
			top: 65px;
			left: 89px;
		}

		#section1 #man #eyer, #section1 #man #eyel{
			-webkit-animation: eyeFrames ease-in-out 2s;
		  	-webkit-animation-iteration-count: infinite;
		  	-webkit-transform-origin: 50% 50%;
		}

		@-webkit-keyframes eyeFrames {
		  0% {
		    -webkit-transform:  translate(0px,0px);
		  }
		 
		  50% {
		    -webkit-transform:  translate(5px,0px);
		  }
		
		  100% {
		  	-webkit-transform:  translate(0px,0px);
		  }
		}

		#section1 #man #arml{
			background: url(../images/sec1ImgLeftArm.png);
			width: 44px;
			height: 49px;
			position: absolute;
			top: 215px;
			left: 50%;
			margin-left: -35px;
		}
		#section1 #man #armr{
			background: url(../images/sec1ImgRightArm.png);
			width: 126px;
			height: 129px;
			position: absolute;
			top: 226px;
			left: 50%;
			margin-left: -181px;
			-webkit-animation: armrFrames ease-in-out 3s;
		  	-webkit-animation-iteration-count: infinite;
		  	-webkit-transform-origin: 50% 50%;
		}


		@-webkit-keyframes armrFrames {
		  0% {
		    -webkit-transform:  translate(-25px,0px)  ;
		  }
		  25% {
		    -webkit-transform:  translate(10px,0px)  ;
		  }
		  50% {
		    -webkit-transform:  translate(10px,10px)  ;
		  }
		  75% {
		    -webkit-transform:  translate(0px,10px)  ;
		  }
		  100% {
		    -webkit-transform:  translate(-25px,0px)  ;
		  }
		}


		
		#section1 #man #note{
			background: url(../images/sec1ImgNote.png);
			width: 339px;
			height: 228px;
			position: absolute;
			top: 133px;
			left: 50%;
			margin-left: -111px;
		}
		#section1 #man #power{
			background: url(../images/sec1ImgPower.png);
			width: 17px;
			height: 12px;
			position: absolute;
			top: 252px;
			left: 50%;
			margin-left: -71px;
			-webkit-animation: powerFrames ease-in-out .5s;
		  	-webkit-animation-iteration-count: infinite;
		  	-webkit-transform-origin: 50% 50%;
		}

		@-webkit-keyframes powerFrames {
		  0% {
		    opacity:1;
		  }
		  50% {
		    opacity:0.5;
		  }
		  100% {
		    opacity:1;
		  }
		}

		#section1 #man #light{
			background: url(../images/sec1ImgLight.png);
			width: 363px;
			height: 281px;
			position: absolute;
			top: 4px;
			left: 50%;
			margin-left: -233px;
			-webkit-animation: lightFrames ease-in-out 4s;
		  	-webkit-animation-iteration-count: infinite;
		  	-webkit-transform-origin: 50% 50%;
		}

		@-webkit-keyframes lightFrames {
		  0% {
		    opacity:1;
		  }
		  10% {
		    opacity:0.2;
		  }
		  80%{
		  	opacity: 0.7
		  }
		  100% {
		    opacity:1;
		  }
		}


#section2{
	padding-bottom: 27px;
	background: #93d09b;
}
	#section2 .progressBar .nums span {
		color: #1e8d2c
	}
		#section2 .progressBar .nums span.checked {
			background: #1e8d2c;
		}
			#section2 .progressBar .nums span.checked:after {
				background: #1e8d2c;
			}

			#section2 .progressBar .nums span:before{
				background-position: 0px -120px;
			}


	#section2 .direction{
		text-align: center;
		padding-top: 57px;
	}
		#section2 .direction a{
			display: inline-block;
			vertical-align: top;
			width: 200px;
			margin: -2px -1.5px 33px;
			padding-top: 163px;
			position: relative;
			text-align: center;
			font-weight: bold;
			color: #fff;
			font-size: 24px;
			line-height: 24px;
			cursor: pointer;
		}


		#section2 .direction a span:before, #section2 .direction a:before, #section2 .direction a:after{
			opacity: 0.2;
			position: absolute;
			left: 30px;
		}
			#section2 .direction a span:before{
				content: '';
				width: 140px;
				height: 79px;
				top: 35px;
				background: #1e8d2c;
			}

			#section2 .direction a:before{
				content: "";
				top: -5px;
				z-index: -1;
				width: 0;
				height: 0;
				border-left: 70px solid transparent;
				border-right: 70px solid transparent;
				border-bottom: 40px solid #1e8d2c;
			}
			#section2 .direction a:after{
				content: "";
			 	top: 114px;
				z-index: -1;
			  	width: 0;
			  	height: 0;
			  	border-left: 70px solid transparent;
			  	border-right: 70px solid transparent;
			  	border-top: 40px solid #1e8d2c;
			}


			#section2 .direction a:hover span:before, #section2 .direction a:hover:before, #section2 .direction a:hover:after{
				opacity: 1;
			}
			#section2 .direction a:hover span:before{
				background: #ffde00;
			}
				#section2 .direction a:hover:before{
					border-bottom-color: #ffde00;;
				}
				#section2 .direction a:hover:after{
					border-top-color: #ffde00;;
				}



				#section2 .direction a span:after{
					content: '';
					display: block;
					width: 130px;
					height: 150px;
					position: absolute;
					top: 0;
					left: 50%;
					margin-left: -65px;
					background: url(../images/directions.png) 0 0 no-repeat;
				}



					#section2 .direction a.d1 span:after{background-position: 0 0px}
					#section2 .direction a.d2 span:after{background-position: 0 -150px}
					#section2 .direction a.d3 span:after{background-position: 0 -300px}
					#section2 .direction a.d4 span:after{background-position: 0 -450px}
					#section2 .direction a.d5 span:after{background-position: 0 -600px}
					#section2 .direction a.d6 span:after{background-position: 0 -750px}
					#section2 .direction a.d7 span:after{background-position: 0 -900px}
					#section2 .direction a.d8 span:after{background-position: 0 -1050px}
					#section2 .direction a.d9 span:after{background-position: 0 -1200px}
					#section2 .direction a.d10 span:after{background-position: 0 -1350px}
					#section2 .direction a.d11 span:after{background-position: 0 -1500px}



#section3{
	padding-bottom: 66px;
	background: #be7ba1;
}
	#section3 .progressBar{
		margin-top: 39px;
	}
	#section3 .progressBar .nums span {
		color: #8a2f64
	}
		#section3 .progressBar .nums span.checked {
			background: #8a2f64;
		}
			#section3 .progressBar .nums span.checked:after {
				background: #8a2f64;
			}

			#section3 .progressBar .nums span:before{
				background-position: 0px -240px;
			}

#section3 article{
	cursor: pointer;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	width: 23%;
	padding: 0 1%;
	text-align: left;
	margin-top: 45px;
}
	#section3 article strong{
		font-weight: inherit;
		color: #8a2f64;
	}
	#section3 article p{
		margin: 0 0 1.25em 0;
	}
	#section3 article h2{
		font-size: 24px;
		text-transform: uppercase;
		margin: 0 0 .8em 0;
		padding-top: 190px;
		position: relative;
		text-align: center;
	}
	#section3 article h2:after{
		content: '';
		width: 250px;
		height: 180px;
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -125px;
		background: url(../images/sec3TypeIcons.png) top center no-repeat;
	}
	#section3 article + article h2:after{background-position: top -180px center;}
	#section3 article + article + article h2:after{background-position: top -360px center;}
	#section3 article + article + article + article h2:after{background-position: top -540px center;}

	#section3 article:hover h2:before{
		content: '';
		position: absolute;
		display: block;
		width: 147px;
		height: 147px;
		border: 4px dashed #fff;
		border-radius: 50%;
		top: 0;
		left: 50%;
		margin-left: -77px;
	}


#section4{
	padding-bottom: 30px;
	background: #99cde1;
}
	#section4 .progressBar{
		margin-top: 39px;
		margin-bottom: 80px;
	}
	#section4 .progressBar .nums span {
		color: #216882
	}
		#section4 .progressBar .nums span.checked {
			background: #216882;
		}
			#section4 .progressBar .nums span.checked:after {
				background: #216882;
			}

			#section4 .progressBar .nums span:before{
				background-position: 0px -360px;
			}

	#section4 .modules{
		display: inline-block;
		vertical-align: top;
		width: 280px;
		padding-top: 15px;
	}
		#section4 .modules a{
			display: block;
			position: relative;
			margin-bottom: 0.53em;
			padding-right: 50px;
			text-align: right;
			cursor: pointer;
		}
			#section4 .modules a:hover{
				color: #f7a511;
			}
			#section4  #modList + .modules a{
				padding-right: 0;
				padding-left: 50px;
				text-align: left;
			}
			#section4 .modules a:hover:after{
				content: '';
				position: absolute;
				right: 24px;
				top: 2px;
				background: url(../images/sec4IconAdd.png) center right no-repeat;
				width: 16px;
				height: 17px;
			}
			#section4 #modList + .modules a:hover:after{
				right: auto;
				left: 24px;
				background-position: center left;
			}



	#section4 #modList{
		display: inline-block;
		vertical-align: top;
		width: 660px;
		height: 530px;
		background: url(../images/sec4ModlListBg.png) top center no-repeat;
		margin-bottom: 32px;
	}
		#section4 #modList #modListScreen{
			padding: 92px 30px 40px 29px;
			height: 238px;
			text-align: left;
		}
		#section4 #modList span{
			display: inline-block;
			vertical-align: top;
			width: 35%;
			padding-right: 14%;
			padding-left: 1%;
			text-align: right;
			margin-bottom: 0.5em;
			position: relative;
		}

		#section4 #modList span .del{
			cursor: pointer;
			background: url(../images/sec4IcnDel.png);
			width: 18px;
			height: 18px;
			display: block;
			position: absolute;
			left: 100%;
			top: 2px;
			margin-left: -24%;
		}

			#section4 #modList span:ntn-child(even){
				text-align: left;
				padding-left: 14%;
				padding-right: 1%;
			}


	#section4 .modules a, #section4 #modList span{
		font: 32px/24px'Arctikascript';
		color: #216882;
	}


	#section4 .scrTo{
		font: bold 36px/40px 'Intro';
		color: #216882;
		margin: 0;
		display: block;
		text-align: center;
		text-decoration: none;
	}
		#section4 .scrTo:hover{
			color: #f7a511;
		}



#section5{
	padding-bottom: 60px;
	padding-bottom: 120px;
	background: #dec798;
}
	#section5 .progressBar{
		margin-top: 38px;
	}
	#section5 .progressBar .nums span{
		color: #ffa200;
	}
		#section5 .progressBar .nums span.checked{
			background: #ffa200;
		}
			#section5 .progressBar .nums span.checked:after{
				background: #ffa200;
			}
			#section5 .progressBar .nums span:before{
				background-position: 0px -480px;
			}

	#section5 .tplSliderWrap{
		margin-top: 43px;
	}
		#section5 .tplSliderWrap .bx-controls-direction a{
			width: 68px !important;
			height: 68px !important;
			background: url(../images/sec5SliderControls.png) !important;
			margin-top: -34px !important;
			opacity: 0.3;
		}
			#section5 .tplSliderWrap .bx-controls-direction a.bx-prev{
				background-position: center left !important;
				left: -130px !important;
			}
			#section5 .tplSliderWrap .bx-controls-direction a.bx-next{
				background-position: center right !important;
				right: -130px !important;
			}
			#section5 .tplSliderWrap .bx-controls-direction a:hover{
				opacity: 1;
			}

		#section5 .tplSlider a{
			display: block;
			position: relative;
		}
			#section5 .tplSlider a img{
				display: block;
			}

		.tpl{
			display: none;
		}
			.tpl img{
				max-width: 100%;
				display: block;
			}
			.tpl .imgContainer{
				width: 800px;
				height: 670px;
			}

			.tpl .img{

			}
			.tpl .thumbs{
				margin: 30px;
				text-align: center;
			}
				.tpl .thumbs a{
					display: inline-block;
					width: 75px;
					margin: 0 5px;
					cursor: pointer;
				}


	#section5 p{
		width: 930px;
		margin: 20px auto;
		text-align: left;
		font-size: 18px;
		line-height: normal;
		color: #fff;
	}
		#section5 p span{
			font-weight: bold;
			color: #ffa200;
		}

	#section5 .btns{
		margin-top: 64px;
	}
		#section5 .btns a{
			text-decoration: none;
			display: inline-block;
			font: 36px/60px 'Intro';
			color: #fff;
			padding: 0 13px;
			border-radius: 9px;
			background: #216882;
			margin: 0 33px 0 -9px;
			cursor: pointer;
		}
			#section5 .btns a:hover{
				background: #ffa200;
			}
			#section5 .btns a + a{
				background: #ffa200;
				padding: 0 21.7px;
			}
				#section5 .btns a + a:hover{
					background: #216882;
				}





#section6{
	padding-bottom: 82px;
	background: #baa7d7;
}
	#section6 .progressBar{
		margin-top: 38px;
		margin-bottom: 53px;
	}
	#section6 .progressBar .nums span{
		color: #664498;
	}
		#section6 .progressBar .nums span:before{
			background-position: 0px -600px;
		}
		#section6 .progressBar .nums span.checked{
			background: #664498;
		}
			#section6 .progressBar .nums span.checked:after{
				background: #664498;
			}

	#section6 .col{
		display: inline-block;
		vertical-align: top;
		padding-left: 3%;
		width: 34%;
		padding-right: 8%;
		text-align: left;
	}
		#section6 .col + .col{
			width: 47%;
			padding-right: 5%;
		}

	#section6 input, #section6 textarea{
		box-sizing: border-box;
		width: 100%;
		background: #c0afd9;
		background: rgba(255,255,255,0.1);
		border: 0;
		box-shadow: none;
		padding: 0 5.5%;
		color: #fff;
		font-size: 18px;
		margin-bottom: 14px;
		border-radius: 5px;
	}
		#section6 input{
			height: 50px;
			line-height: 50px;
		}
		#section6 textarea{
			height: 170px;
			padding-top: 10px;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}


		#section6 input.checkbox{
			display: none;
		}
			#section6 input.checkbox + label {
				cursor: pointer;
				margin-top: 9px;
				line-height: 30px;
				height: 30px;
				padding: 0 0 0 42px;
				background: url(../images/sec6Check.png) top left no-repeat;
			}
				#section6 input.checkbox:checked + label {
					background-position: bottom left;
				}
				#section6 input.checkbox + label + input.checkbox + label{
					margin-left: 110px;
				}

	#section6 label{
		color: #664498;
		font-size: 18px;
		font-weight: bold;
		display: inline-block;
		padding-bottom: 6px;
	}
		#section6 .col > div > label{
			padding-top: 30px;
		}
		#section6 label i{
			font-style: normal;
			color: #fff;
		}
		#section6 label.file{
			margin-bottom: 8px;
		}

	#section6 .inp{
		position: relative;
	}
		#section6 .inp.checked:after{
			content: '';
			display: block;
			position: absolute;
			width: 30px;
			height: 20px;
			background: url(../images/sec6Arrow.png) center center no-repeat;
			top: 50%;
			margin-top: -19px;
			right: -44px;
		}

	#section6 .fileUpload {
			position: relative;
			overflow: hidden;
			background: #664498;
			border-radius: 2px;
			display: inline-block;
			line-height: 50px;
			color: #fff;
			text-align: center;
			width: 25%;
			text-transform: uppercase;
			vertical-align: top;
			margin-left: 2%;
		}
			#section6 .fileUpload:hover{
				background: #7c5aad;
			}

			#section6 .fileUpload span{}
			#section6 .fileUpload input.upload {
				position: absolute;
				top: 0;
				right: 0;
				margin: 0;
				padding: 0;
				cursor: pointer;
				opacity: 0;
				filter: alpha(opacity=0);
			}

			#section6 input.uploadFile{
				width: 73%;
				vertical-align: top;
			}
			#section6 input.uploadFile::-webkit-input-placeholder {color:#fff;}
			#section6 input.uploadFile#section6 input.uploadFile::-moz-placeholder{color:#fff;}
			#section6 input.uploadFile:-moz-placeholder{color:#fff;}
			#section6 input.uploadFile:-ms-input-placeholder{color:#fff;}

	#section6 button{
		position: relative;
		border: 0;
		box-shadow: none;
		background: #45a70f url(../images/sec6IcnSubmit.png) center left 17px no-repeat;
		font: 36px/60px 'Intro';
		color: #fff;
		text-transform: uppercase;
		z-index: 2;
		text-align: center;
		height: 60px;
		padding: 0 18px 0 73px;
		/* margin: 0; */
		margin-top: 149px;
		cursor: pointer;
		border-radius: 10px;
		}





#footer{
	padding: 55px 0;
	text-align: center;
}
	#footer p{
		margin: 0;
	}
	#footer .socLinks{

	}
		#footer .socLinks a{
			display: inline-block;
			text-decoration: none;
			width: 50px;
			height: 50px;
			background: url(../images/footerSocIcons.png) top left no-repeat;
			margin: 0 5.5px;
		}
		#footer .socLinks a.tw:hover{background-position: 0px 0px}
		#footer .socLinks a.tw{background-position: 0px -50px}

		#footer .socLinks a.vk:hover{background-position: -50px 0px}
		#footer .socLinks a.vk{background-position: -50px -50px}

		#footer .socLinks a.fb:hover{background-position: -100px 0px}
		#footer .socLinks a.fb{background-position: -100px -50px}

		#footer .socLinks a.lj:hover{background-position: -150px 0px}
		#footer .socLinks a.lj{background-position: -150px -50px}

		#footer .socLinks a.rs:hover{background-position: -200px 0px}
		#footer .socLinks a.rs{background-position: -200px -50px}

		#footer .socLinks a.ma:hover{background-position: -250px 0px}
		#footer .socLinks a.ma{background-position: -250px -50px}

		#footer .socLinks a.ok:hover{background-position: -300px 0px}
		#footer .socLinks a.ok{background-position: -300px -50px}



	#footer .email{
		margin-top: 37px;
	}
		#footer .email a{
			color: #fff;
			font-weight: bold;
			text-decoration: underline;
			font-size: 24px;
		}