/*alert*/
@font-face {
	font-family: Nexa Bold;
	src: url(/Content/fonts/nexa_bold.woff);
}

.clr {
	clear: both;
}

.clra:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana,Helvetica,sans-serif;
}

.contentSize {
	max-width: 1280px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

input {
	border: 0;
}

	input[type="checkbox"] {
		vertical-align: middle;
		margin: 0;
	}

.urlap .list {
	width: 100%;
	background-color: rgba(11,11,11,.5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
	padding: 6px 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-family: Verdana;
	height: 32px;
	border: 0;
}

.urlap .button {
	width: 100%;
	border: 0;
	padding: 8px;
	text-align: center;
	cursor: pointer;
	font-family: Verdana;
	font-weight: 700;
	font-size: 12px;
	color: #505050;
	background-color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.urlap .textfield {
	width: 100%;
	background-color: rgba(11,11,11,.5);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
	padding: 8px 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-family: Verdana;
}

header {
	-webkit-box-shadow: 0 2px 3px 0 #ccc;
	-moz-box-shadow: 0 2px 3px 0 #ccc;
	box-shadow: 0 2px 3px 0 #ccc;
	z-index: 10;
	position: relative;
}

	header #topHeader {
		background-color: rgba(0,0,0,.8);
		height: 50px;
	}

		header #topHeader #logo {
			display: block;
			height: 50px;
			width: 308px;
			background: url(/Content/images/logo.png) no-repeat center center;
			float: left;
			background-size: contain;
			position: relative;
			z-index: 5;
		}

		header #topHeader #dl-menu {
			display: none;
		}

		header #topHeader ul:not(.dl-menu):not(.dl-submenu) {
			float: right;
			display: table;
		}

			header #topHeader ul:not(.dl-menu):not(.dl-submenu) li {
				display: table-cell;
				vertical-align: middle;
				height: 50px;
			}

				header #topHeader ul:not(.dl-menu):not(.dl-submenu) li a {
					color: #fff;
					padding: 16px 15px;
					-webkit-transition: all .5s ease;
					-moz-transition: all .5s ease;
					-ms-transition: all .5s ease;
					-o-transition: all .5s ease;
					transition: all .5s ease;
					font-family: Verdana;
					font-size: 15px;
					font-weight: 700;
					line-height: 150%;
				}

					header #topHeader ul:not(.dl-menu):not(.dl-submenu) li a:hover {
						background-color: #a9cf38;
					}

				header #topHeader ul:not(.dl-menu):not(.dl-submenu) li #menuOpen {
					display: none;
					cursor: pointer;
				}

					header #topHeader ul:not(.dl-menu):not(.dl-submenu) li #menuOpen img {
						width: 21px;
						height: 21px;
						vertical-align: middle;
					}

					header #topHeader ul:not(.dl-menu):not(.dl-submenu) li #menuOpen:hover {
						background-color: transparent !important;
					}

		header #topHeader ul.share .shareButton {
			width: 22px;
			height: 22px;
			display: block;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
			padding: 0 5px !important;
		}

		header #topHeader ul.share .shareFacebook {
			background-image: url('/Content/images/facebook.png');
		}

		header #topHeader ul.share .shareGoogleplus {
			background-image: url('/Content/images/googleplus.png');
		}

		header #topHeader ul.share .shareTwitter {
			background-image: url('/Content/images/twitter.png');
		}

	header #bottomHeader {
		background-color: #eee;
		height: 50px;
	}

		header #bottomHeader ul {
			display: table;
		}

			header #bottomHeader ul li {
				display: table-cell;
				vertical-align: middle;
				height: 50px;
				padding: 0 4px;
			}

				header #bottomHeader ul li a {
					background-color: #4F4F4F;
					color: #fff;
					padding: 7px 7px;
					border-radius: 4px;
					-webkit-transition: all .5s ease;
					-moz-transition: all .5s ease;
					-ms-transition: all .5s ease;
					-o-transition: all .5s ease;
					transition: all .5s ease;
					font-family: Verdana;
					font-size: 12px;
					font-weight: 700;
					position: relative;
				}

				header #bottomHeader ul li:hover > a {
					background-color: #a9cf38 !important;
				}

				header #bottomHeader ul li:first-child {
					padding-left: 0;
				}

				header #bottomHeader ul li .submenu {
					display: none;
					position: absolute;
					top: 100px;
					border-bottom-left-radius: 4px;
					border-bottom-right-radius: 4px;
					overflow: hidden;
				}

					header #bottomHeader ul li .submenu li {
						display: block;
						height: auto;
						padding: 0;
					}

						header #bottomHeader ul li .submenu li a {
							display: block;
							border-radius: 0;
							padding: 12px 7px;
						}

				header #bottomHeader ul li.hover a {
					border-bottom-left-radius: 0;
					border-bottom-right-radius: 0;
					background-color: #a9cf38;
				}

				header #bottomHeader ul li.hover > a::after {
					content: '';
					position: absolute;
					height: 10px;
					background: #a9cf38;
					bottom: -10px;
					left: 0;
					width: 100%;
				}

				header #bottomHeader ul li.hover .submenu li {
					background-color: #a9cf38 !important;
				}

					header #bottomHeader ul li.hover .submenu li a {
						font-weight: 400;
						background-color: #a9cf38;
					}

						header #bottomHeader ul li.hover .submenu li a:hover {
							background-color: rgba(255,248,213,.2) !important;
						}

		header #bottomHeader #mainmenu {
			float: left;
		}

		header #bottomHeader #loginmenu {
			float: right;
		}

			header #bottomHeader #loginmenu li:first-child a {
				padding-left: 35px;
				background-image: url('/Content/images/profile.png');
				background-repeat: no-repeat;
				background-position: 10px center;
			}

			header #bottomHeader #loginmenu li:last-child a {
				background-color: #CCC;
				color: #5066A2;
			}

				header #bottomHeader #loginmenu li:last-child a:hover {
					color: #fff;
				}

	header li form {
		font-size: 0;
	}

		header li form .textfield {
			height: 30px;
			font-family: 'Verdana';
			font-size: 12px;
			color: #666;
			border: 1px solid #ccc;
			box-shadow: inset 0 1px 3px #bbb;
			padding: 5px;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			vertical-align: bottom;
		}

		header li form input[type="submit"] {
			height: 30px;
			width: 30px;
			color: #fff;
			background-position: center center;
			margin: 0;
			cursor: pointer;
			border: 0;
			box-shadow: 0 0 1px #1f6e8f;
			background: url('/Content/images/search-icon_w.svg') no-repeat rgba(0,131,185,.8);
			background-size: 22px;
			background-position: center center;
			vertical-align: bottom;
		}

footer {
	background: #c2c2c2;
	padding: 30px 0 50px 0;
}

	footer .partners {
		text-align: center;
		margin-bottom: 20px;
	}

		footer .partners .imgContainer {
			display: inline-block;
			vertical-align: middle;
		}

			footer .partners .imgContainer img {
				display: block;
				margin: auto;
			}

	footer .footerNavigation {
		font-size: 0;
	}

		footer .footerNavigation .block {
			width: 33%;
			display: inline-block;
			vertical-align: top;
			padding: 5px;
			margin-bottom: 10px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}

			footer .footerNavigation .block h4 {
				font-size: 12px;
				color: #fff;
				font-weight: 700;
				padding: 5px;
				margin: 0;
			}

			footer .footerNavigation .block ul li a {
				-webkit-transition: all .5s ease;
				-moz-transition: all .5s ease;
				-ms-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease;
				margin-right: 10px;
				font-size: 12px;
				color: #fff;
				display: block;
				padding: 5px;
			}

				footer .footerNavigation .block ul li a:hover {
					background-color: #a9cf38;
				}

	footer .footerMenu {
		text-align: center;
		margin-top: 50px;
	}

		footer .footerMenu ul li {
			display: inline;
		}

			footer .footerMenu ul li a {
				-webkit-transition: all .5s ease;
				-moz-transition: all .5s ease;
				-ms-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease;
				text-decoration: none;
				color: #fff;
				font-size: 12px;
				margin: 0;
				padding: 10px;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
			}

				footer .footerMenu ul li a:hover {
					background-color: #a9cf38;
				}

		footer .footerMenu ul:first-child {
			margin-bottom: 30px;
		}

		footer .footerMenu ul:last-child li a {
			padding-left: 40px;
			background-size: 30px 30px;
			background-repeat: no-repeat;
			background-position: 5px 2px;
			-webkit-transition: all .5s ease,background-image 0s;
			-moz-transition: all .5s ease,background-image 0s;
			-ms-transition: all .5s ease,background-image 0s;
			-o-transition: all .5s ease,background-image 0s;
			transition: all .5s ease,background-image 0s;
		}

		footer .footerMenu ul:last-child li:first-child a {
			background-image: url('/Content/images/facebook.svg');
		}

		footer .footerMenu ul:last-child li:last-child a {
			background-image: url('/Content/images/calendar.svg');
		}

#content {
	position: relative;
}

#preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: -25px;
	margin-top: -25px;
	background-color: rgba(0,0,0,.5);
}

	#preloader .loader {
		width: 50px;
		height: 50px;
	}

#blur.blur {
	filter: blur(7px);
	-webkit-filter: blur(7px);
	-moz-filter: blur(7px);
	-o-filter: blur(7px);
	-ms-filter: blur(7px);
}

#spaceContent {
	position: relative;
}

	#spaceContent #space {
		background-color: #05102E;
		background-image: url('/Content/images/pattern.png');
		background-repeat: repeat;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
	}

	#spaceContent #twinkling {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		overflow: hidden;
	}

		#spaceContent #twinkling .twinklingItem {
			position: absolute;
			background-image: url('/Content/images/twinkling.svg');
			background-position: center center;
			background-size: contain;
			transition-duration: .1s;
			-webkit-transition-duration: .1s;
		}

	#spaceContent #nebula {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url('/Content/images/nebula.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
		z-index: 3;
	}

	#spaceContent .contentSize {
		position: relative;
		z-index: 4;
	}

		#spaceContent .contentSize #earth {
			display: block;
			margin: auto;
			width: 100%;
			height: auto;
		}

		#spaceContent .contentSize #iconContainer {
			position: relative;
		}

			#spaceContent .contentSize #iconContainer .icon {
				display: none;
				position: absolute;
			}

				#spaceContent .contentSize #iconContainer .icon img {
					position: absolute;
				}

				#spaceContent .contentSize #iconContainer .icon label {
					position: absolute;
					bottom: 0;
					right: -11px;
					font-family: Nexa Bold;
					font-size: 10px;
					color: #000;
					background: #fff;
					padding: 4px;
					border-radius: 50%;
					width: 13px;
					height: 13px;
					text-align: center;
					-webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.75);
					-moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.75);
					box-shadow: 1px 1px 3px 0 rgba(0,0,0,.75);
				}

			#spaceContent .contentSize #iconContainer .jumpToContinent {
				cursor: pointer;
			}

#continents {
	position: relative;
}

	#continents .continent {
		display: none;
		background-position: center center;
		background-size: auto 100%;
	}

		#continents .continent .contentSize {
			position: relative;
		}

		#continents .continent .icon {
			position: absolute;
			cursor: pointer;
		}

			#continents .continent .icon .bubble {
				position: absolute;
				right: -63%;
				top: -43%;
				display: none;
			}

		#continents .continent img {
			width: 100%;
			height: auto;
			display: block;
		}

	#continents #north-america {
		background-image: url('/Content/images/north-america_bg.png');
	}

	#continents #south-america {
		background-image: url('/Content/images/south-america_bg.png');
	}

	#continents #europe {
		background-image: url('/Content/images/europe_bg.png');
	}

	#continents #africa {
		background-image: url('/Content/images/africa_bg.png');
	}

	#continents #antarctica {
		background-image: url('/Content/images/antarctica_bg.png');
	}

	#continents #asia {
		background-image: url('/Content/images/asia_bg.png');
	}

	#continents #australia {
		background-image: url('/Content/images/australia_bg.png');
	}

#taskListPage {
	background-image: url('/Content/images/ocean_pattern.png');
	background-repeat: repeat;
}

	#taskListPage #taskContainer {
		padding: 20px 120px 180px;
		background: #EEE;
		font-size: 0;
		background-image: url(/Content/images/tasklist_bg.png),url(/Content/images/tasklist_pattern.png);
		background-repeat: no-repeat,repeat;
		background-size: 100% auto,auto;
		background-position: center center;
	}

		#taskListPage #taskContainer #taskListHead {
			position: relative;
			margin-bottom: 30px;
		}

			#taskListPage #taskContainer #taskListHead .backToHome {
				position: absolute;
				right: 60px;
				width: 40px;
			}

			#taskListPage #taskContainer #taskListHead #taskListHeadTop img {
				max-width: 100%;
			}

			#taskListPage #taskContainer #taskListHead #taskListHeadMiddle {
				background-image: url('/Content/images/tasklist_head_middle.png');
				background-repeat: repeat-y;
				background-size: contain;
				padding: 0 60px;
				position: relative;
			}

			#taskListPage #taskContainer #taskListHead #taskListHeadBottom img {
				max-width: 100%;
			}

			#taskListPage #taskContainer #taskListHead h1 {
				font-size: 12px;
				font-family: Verdana;
				font-weight: 700;
				color: #505050;
				margin-top: 0;
				text-transform: uppercase;
				position: absolute;
				top: -70px;
			}

			#taskListPage #taskContainer #taskListHead .list {
				width: 30%;
				margin-right: 5%;
				background-color: rgba(11,11,11,.5);
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				margin-bottom: 10px;
				padding: 6px 10px;
				border-radius: 4px;
				color: #fff;
				font-size: 13px;
				font-family: Verdana;
				height: 32px;
				border: 0;
			}

			/*#taskListPage #taskContainer #taskListHead .list:nth-of-type(3n+0)
                {
                    margin-right: 0;
                }*/

			#taskListPage #taskContainer #taskListHead .button {
				width: 30%;
				border: 0;
				padding: 8px;
				text-align: center;
				cursor: pointer;
				font-family: Verdana;
				font-weight: 700;
				font-size: 12px;
				color: #505050;
				background-color: #fff;
				border-radius: 4px;
				text-transform: uppercase;
				margin-bottom: 10px;
			}

			#taskListPage #taskContainer #taskListHead #moreFilterContainer {
				display: none;
			}

			#taskListPage #taskContainer #taskListHead #moreFilter {
				margin-top: 10px;
				text-align: center;
			}

				#taskListPage #taskContainer #taskListHead #moreFilter a {
					display: inline-block;
					font-family: Verdana;
					font-size: 12px;
					color: #FFF;
					font-weight: 700;
					cursor: pointer;
				}

		#taskListPage #taskContainer #itemContainer {
			padding: 0 60px;
		}

			#taskListPage #taskContainer #itemContainer .item {
				display: inline-block;
				width: 30%;
				margin-right: 5%;
				margin-bottom: 2%;
			}

				#taskListPage #taskContainer #itemContainer .item:nth-child(3n+0) {
					margin-right: 0;
				}

				#taskListPage #taskContainer #itemContainer .item a {
					position: relative;
					display: block;
				}

					#taskListPage #taskContainer #itemContainer .item a .thumb {
						width: 100%;
						height: auto;
					}

					#taskListPage #taskContainer #itemContainer .item a .imgHover {
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						display: none;
						background-color: rgba(0,0,0,.5);
					}

						#taskListPage #taskContainer #itemContainer .item a .imgHover div {
							display: table;
							width: 100%;
							height: 100%;
						}

							#taskListPage #taskContainer #itemContainer .item a .imgHover div span {
								font-size: 12px;
								color: #fff;
								display: table-cell;
								vertical-align: middle;
								text-align: center;
								font-family: Verdana;
								font-weight: 700;
								text-transform: uppercase;
							}

								#taskListPage #taskContainer #itemContainer .item a .imgHover div span img {
									display: block;
									margin: auto;
								}

					#taskListPage #taskContainer #itemContainer .item a:hover .imgHover {
						display: block;
					}

				#taskListPage #taskContainer #itemContainer .item h3 {
					font-size: 12px;
					font-family: Verdana;
					font-weight: 700;
					color: #58585A;
					text-transform: uppercase;
					margin-bottom: 5px;
				}

	#taskListPage .pager {
		text-align: center;
		margin-top: 30px;
	}

		#taskListPage .pager ul {
			display: inline-block;
		}

			#taskListPage .pager ul li {
				display: inline-block;
				margin-right: 10px;
			}

				#taskListPage .pager ul li a {
					font-family: Verdana;
					font-size: 14px;
					font-weight: 700;
					color: #58585A;
					padding: 3px;
					background-repeat: no-repeat;
					background-position: center center;
				}

					#taskListPage .pager ul li a.actualPage {
						color: #000;
						cursor: default;
					}

					#taskListPage .pager ul li a.firstPage {
						background-image: url('/Content/images/first_page.png');
					}

					#taskListPage .pager ul li a.prevPage {
						background-image: url('/Content/images/prev_page.png');
					}

					#taskListPage .pager ul li a.nextPage {
						background-image: url('/Content/images/next_page.png');
					}

					#taskListPage .pager ul li a.lastPage {
						background-image: url('/Content/images/last_page.png');
					}

#simpleTextPage {
	background-image: url('/Content/images/ocean_pattern.png');
	background-repeat: repeat;
}

	#simpleTextPage #simpleTextContainer {
		padding: 20px 290px 180px;
		background: #EEE;
		font-size: 0;
		background-image: url(/Content/images/tasklist_bg.png),url(/Content/images/tasklist_pattern.png);
		background-repeat: no-repeat,repeat;
		background-size: 100% auto,auto;
		background-position: center center;
	}

		#simpleTextPage #simpleTextContainer #simpleTextHead {
			position: relative;
		}

			#simpleTextPage #simpleTextContainer #simpleTextHead img {
				max-width: 100%;
			}

			#simpleTextPage #simpleTextContainer #simpleTextHead .backToHome {
				position: absolute;
				right: -60px;
				width: 40px;
			}

			#simpleTextPage #simpleTextContainer #simpleTextHead .title {
				position: absolute;
				font-size: 12px;
				color: #fff;
				left: 10px;
				bottom: 5px;
				text-transform: uppercase;
				font-family: Verdana;
				font-weight: 700;
			}

		#simpleTextPage #simpleTextContainer #simpleText {
			font-family: Verdana;
			font-size: 12px;
			color: #000;
			text-align: justify;
			line-height: 130%;
		}

			#simpleTextPage #simpleTextContainer #simpleText p {
				margin: 0 0 10px 0;
				padding: 0;
				font-family: Verdana;
			}

			#simpleTextPage #simpleTextContainer #simpleText a {
				font-family: Verdana;
				text-decoration: underline;
				white-space: pre-line;
				white-space: -pre-wrap;
				white-space: -o-pre-wrap;
				white-space: -moz-pre-wrap;
				white-space: -hp-pre-wrap;
				word-wrap: break-word;
				font-weight: 700;
				color: #000;
			}

			#simpleTextPage #simpleTextContainer #simpleText h1 {
				font-family: Verdana;
				font-weight: 700;
				margin: 20px 0 15px 0;
				padding: 0;
				line-height: 120%;
				font-size: 24px;
				color: #505050;
			}

			#simpleTextPage #simpleTextContainer #simpleText h2 {
				font-family: Verdana;
				font-weight: 400;
				margin: 10px 0 10px 0;
				padding: 0;
				line-height: 120%;
				font-size: 22px;
				color: #505050;
			}

			#simpleTextPage #simpleTextContainer #simpleText h3 {
				font-family: Verdana;
				font-weight: 400;
				margin: 10px 0 10px 0;
				padding: 0;
				line-height: 120%;
				font-size: 20px;
				color: #505050;
			}

			#simpleTextPage #simpleTextContainer #simpleText ol, #simpleTextPage #simpleTextContainer #simpleText ul {
				margin: 0 0 0 30px;
				padding: 0;
			}

			#simpleTextPage #simpleTextContainer #simpleText li {
				font-family: Verdana;
				margin: 3px 0 3px 0;
				padding: 0;
				list-style-type: disc;
			}

			#simpleTextPage #simpleTextContainer #simpleText img {
				max-width: 100%;
				height: auto;
			}

#profilePage {
	background-image: url('/Content/images/ocean_pattern.png');
	background-repeat: repeat;
}

	#profilePage #profilePageContainer {
		padding: 20px 180px 180px;
		background: #EEE;
		font-size: 0;
		background-image: url(/Content/images/tasklist_bg.png),url(/Content/images/tasklist_pattern.png);
		background-repeat: no-repeat,repeat;
		background-size: 100% auto,auto;
		background-position: center center;
	}

		#profilePage #profilePageContainer h1 {
			font-family: Verdana;
			font-weight: 700;
			font-size: 12px;
			text-transform: uppercase;
			color: #58585A;
			margin-bottom: 15px;
		}

		#profilePage #profilePageContainer #profilePageTop {
			background-color: #fff;
			border-radius: 4px;
			-moz-border-radius: 4px;
			display: table;
		}

			#profilePage #profilePageContainer #profilePageTop .left {
				width: 34%;
				height: 180px;
				border-right: 1px solid #D2D2D2;
				box-sizing: border-box;
				padding: 10px;
				position: relative;
				display: table-cell;
				vertical-align: middle;
			}

				#profilePage #profilePageContainer #profilePageTop .left #profileImage {
					display: block;
					margin: auto;
				}

				#profilePage #profilePageContainer #profilePageTop .left #profileName {
					font-family: Verdana;
					font-weight: 700;
					font-size: 14px;
					color: #303030;
					text-align: center;
					text-transform: uppercase;
					margin-top: 10px;
				}

				#profilePage #profilePageContainer #profilePageTop .left #profileYear {
					font-family: Verdana;
					font-size: 11px;
					color: #303030;
					text-align: center;
					text-transform: uppercase;
					margin-top: 10px;
					background-image: url('/Content/images/profile_year_bg.png');
					background-repeat: no-repeat;
					background-position: center center;
				}

				#profilePage #profilePageContainer #profilePageTop .left #profileSchool {
					font-family: Verdana;
					font-size: 11px;
					color: #303030;
					text-align: center;
					text-transform: uppercase;
					padding: 0 20px;
					margin-top: 10px;
				}



	#profilePage #commonPageContainer #profilePageTop .right {
		width: 66%;
		display: table-cell;
	}

	#profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer {
		display: table;
		width: 100%;
	}

		#profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #firstcolor, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #secondcolor, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #thirdcolor {
			width: 33.3%;
			height: 180px;
			display: table-cell;
			text-align: center;
			vertical-align: top;
		}

			#profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #firstcolor .whiteContent, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #secondcolor .whiteContent, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #thirdcolor .whiteContent {
				background-color: #FFF;
				height: 110px;
				margin-top: 17px;
			}

				#profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #firstcolor .whiteContent img, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #secondcolor .whiteContent img, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #thirdcolor .whiteContent img {
					display: block;
					margin: 0 auto 10px;
				}

				#profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #firstcolor .whiteContent span, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #secondcolor .whiteContent span, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #thirdcolor .whiteContent span {
					font-family: Verdana;
					font-size: 10px;
					color: #303030;
					text-transform: uppercase;
					display: block;
				}

				#profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #firstcolor .whiteContent a, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #secondcolor .whiteContent a, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #thirdcolor .whiteContent a {
					font-family: Verdana;
					font-size: 10px;
					color: #303030;
					font-style: italic;
					background-image: url('/Content/images/next_page.png');
					background-repeat: no-repeat;
					background-position: center right;
					padding-right: 10px;
					background-size: 4px auto;
				}

			#profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #firstcolor .number, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #secondcolor .number, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #thirdcolor .number {
				font-family: Verdana;
				font-weight: 700;
				font-size: 30px;
				color: #FFF;
				margin-top: 6px;
			}

		#profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #firstcolor {
			background-color: #9FC434;
		}

		#profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #secondcolor {
			background-color: #F6901C;
		}

		#profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #thirdcolor {
			background-color: #A23D96;
		}



	#profilePage #profilePageContainer #profilePageMiddle {
		margin-top: 30px;
	}

		#profilePage #profilePageContainer #profilePageMiddle h1 {
			background-color: #FFF;
			padding: 10px;
			margin: 0;
		}

		#profilePage #profilePageContainer #profilePageMiddle .greenBox {
			width: 49%;
			margin-right: 2%;
			margin-bottom: 2%;
			height: 220px;
			float: left;
			background-repeat: no-repeat;
			background-position: left bottom,left center;
			border-radius: 4px;
			-moz-border-radius: 4px;
		}

			#profilePage #profilePageContainer #profilePageMiddle .greenBox .green {
				padding-left: 30%;
				padding-top: 10px;
			}

				#profilePage #profilePageContainer #profilePageMiddle .greenBox .green ul li a {
					font-family: Verdana;
					font-size: 12px;
					color: #FFF;
					text-transform: uppercase;
					padding: 7px 0;
					display: inline-block;
				}

			#profilePage #profilePageContainer #profilePageMiddle .greenBox:nth-child(2n+0) {
				margin-right: 0;
			}

		#profilePage #profilePageContainer #profilePageMiddle .greenBox_1 {
			background-image: url('/Content/images/greenbox_1_left.png'),url('/Content/images/greenbox_1.png');
			background-size: 27% auto,auto;
		}

		#profilePage #profilePageContainer #profilePageMiddle .greenBox_2 {
			background-image: url('/Content/images/greenbox_2_left.png'),url('/Content/images/greenbox_2.png');
			background-size: 27% auto,auto;
		}

		#profilePage #profilePageContainer #profilePageMiddle .greenBox_3 {
			background-image: url('/Content/images/greenbox_3_left.png'),url('/Content/images/greenbox_3.png');
			background-size: 37% auto,auto;
		}

		#profilePage #profilePageContainer #profilePageMiddle .greenBox_4 {
			background-image: url('/Content/images/greenbox_4_left.png'),url('/Content/images/greenbox_4.png');
			background-position: left 30px,left center;
			background-size: 27% auto,auto;
		}

	#profilePage #profilePageContainer #profilePageBottom .whiteContent {
		background-color: #FFF;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		padding-bottom: 4px;
	}

	#profilePage #profilePageContainer #profilePageBottom ul {
		text-align: center;
		display: table;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

		#profilePage #profilePageContainer #profilePageBottom ul li {
			width: 12.5%;
			display: table-cell;
		}

			#profilePage #profilePageContainer #profilePageBottom ul li div .line {
				display: block;
				width: 100%;
				height: 5px;
				margin-bottom: 20px;
			}

				#profilePage #profilePageContainer #profilePageBottom ul li div .line .orange {
					display: none;
					width: 100%;
					height: 5px;
					background-color: #F6901C;
				}

			#profilePage #profilePageContainer #profilePageBottom ul li div .subject {
				display: inline-block;
				margin-bottom: 20px;
			}

				#profilePage #profilePageContainer #profilePageBottom ul li div .subject .subjectContent {
					display: inline-block;
				}

				#profilePage #profilePageContainer #profilePageBottom ul li div .subject img {
					width: 100%;
				}

			#profilePage #profilePageContainer #profilePageBottom ul li div .text {
				display: block;
				text-align: center;
				font-family: Verdana;
				font-size: 10px;
				color: #303030;
				text-transform: uppercase;
				margin-top: 5px;
			}

	#profilePage #profilePageContainer #profilePageBottom #orangeResult {
		height: 25px;
		-webkit-box-shadow: inset 0 2px 5px 0 rgba(153,153,153,.2);
		-moz-box-shadow: inset 0 2px 5px 0 rgba(153,153,153,.2);
		box-shadow: inset 0 2px 5px 0 rgba(153,153,153,.2);
	}

		#profilePage #profilePageContainer #profilePageBottom #orangeResult #orangePercentage {
			width: 0;
			background-color: #F6901C;
			height: 25px;
			text-align: right;
		}

			#profilePage #profilePageContainer #profilePageBottom #orangeResult #orangePercentage span {
				font-family: Verdana;
				font-size: 20px;
				color: #FFF;
				margin-right: 5px;
			}

	#profilePage #profilePageContainer #profilePageBottom .greenContent {
		padding: 30px 20px 40px;
		box-sizing: border-box;
		background-color: #84A629;
		background-image: url('/Content/images/green_bg.png');
		background-repeat: no-repeat;
		background-size: auto;
		background-position: bottom center;
	}

		#profilePage #profilePageContainer #profilePageBottom .greenContent > ul {
			padding: 0;
			text-align: left;
		}

			#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li {
				width: 32%;
				display: inline-block;
				margin-right: 2%;
				vertical-align: top;
				text-align: center;
				margin-bottom: 10px;
				position: relative;
			}

				#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li span {
					display: table;
					width: 100%;
				}

					#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li span a {
						height: 40px;
						font-family: Verdana;
						font-size: 10px;
						text-transform: uppercase;
						color: #303030;
						padding: 5px 10px;
						box-sizing: border-box;
						display: table-cell;
						vertical-align: middle;
						width: 80%;
						border-radius: 4px;
						-moz-border-radius: 4px;
						background-color: #FFF;
					}

					#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li span label {
						font-family: Verdana;
						font-size: 16px;
						color: #FFF;
						display: table-cell;
						vertical-align: middle;
					}

				#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li .subResults {
					background-color: #FFF;
					width: 80%;
					position: absolute;
					-webkit-box-shadow: 0 2px 4px 1px rgba(0,0,0,.4);
					-moz-box-shadow: 0 2px 4px 1px rgba(0,0,0,.4);
					box-shadow: 0 2px 4px 1px rgba(0,0,0,.4);
					z-index: 1;
					display: none;
					padding: 0 10px;
				}

					#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li .subResults li {
						width: 100%;
						display: table;
						font-family: Verdana;
						font-size: 10px;
						padding: 5px 0;
					}

						#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li .subResults li .subResultText {
							display: table-cell;
							width: 70%;
							text-align: left;
						}

						#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li .subResults li .subResultNumber {
							display: table-cell;
							width: 30%;
							text-align: right;
						}

				#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li:nth-child(3n) {
					margin-right: 0;
				}

#curtain {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 990;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.alert {
	position: absolute;
	z-index: 999;
	width: 600px;
	background: rgba(255,255,255,.6);
	border-radius: 5px;
	font-family: Verdana;
}

	.alert .closeButton {
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		border: 0;
		background-color: transparent;
		background-image: url('/Content/images/close.png');
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}

	.alert .title {
		font-family: Verdana;
		font-weight: 700;
		font-size: 12px;
		color: #0C0C0C;
		height: auto;
		line-height: 100%;
		padding: 20px 0 20px 20px;
		text-transform: uppercase;
	}

	.alert .left {
		float: left;
		width: 48%;
	}

	.alert .right {
		float: right;
		width: 48%;
	}

	.alert .inputLine {
		width: 100%;
	}

	.alert .inputContainer {
		width: 280px;
		margin: 50px auto;
	}

	.alert .regInputContainer {
		width: 560px;
		margin-top: 0;
		margin-bottom: 20px;
	}

		.alert .regInputContainer .checkboxLine {
			background: #fff;
			padding: 5px 10px;
			border-radius: 4px;
			text-align: center;
			box-sizing: border-box;
		}

			.alert .regInputContainer .checkboxLine input:last-of-type {
				margin-left: 70px;
			}

			.alert .regInputContainer .checkboxLine label {
				font-size: 13px;
			}

		.alert .regInputContainer button {
			width: 48%;
			margin: 20px auto 0;
			display: block;
		}

	.alert label {
		font-family: Verdana;
		font-size: 10px;
		color: #393939;
		display: inline-block;
		margin-bottom: 5px;
	}

	.alert .textfield {
		width: 100%;
		background-color: rgba(11,11,11,.3);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0 0 10px 0;
		padding: 8px 10px;
		border-radius: 4px;
		color: #fff;
		font-size: 13px;
		font-family: Verdana;
	}

	.alert .list {
		width: 100%;
		background-color: #fff;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin: 0 0 10px 0;
		padding: 6px 10px;
		border-radius: 4px;
		color: #0C0C0C;
		font-size: 13px;
		font-family: Verdana;
		height: 32px;
		border: 0;
	}

	.alert ::-webkit-input-placeholder {
		color: #fff;
	}

	.alert :-moz-placeholder {
		color: #fff;
		opacity: 1;
	}

	.alert ::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}

	.alert :-ms-input-placeholder {
		color: #fff;
	}

	.alert .button {
		width: 100%;
		margin-top: 20px;
		border: 0;
		padding: 8px;
		text-align: center;
		cursor: pointer;
		font-family: Verdana;
		font-weight: 700;
		font-size: 13px;
		color: #fff;
		background-color: #A7CE37;
		border-radius: 4px;
		text-transform: uppercase;
	}

	.alert .myAlertContent {
		font-size: 14px;
		line-height: 120%;
		margin-bottom: 20px;
	}

	.alert .linkto {
		display: block;
		text-align: center;
		font-family: Verdana;
		font-size: 13px;
		font-weight: 700;
		color: #393939;
		text-transform: uppercase;
		margin-top: 20px;
	}

	.alert #loginForget {
		display: block;
		float: right;
		font-size: 10px;
		color: #393939;
		margin-top: 5px;
	}

	.alert .errorMessage {
		width: 100%;
		max-width: 300px;
		padding: 10px;
		background-color: #DC5236;
		box-sizing: border-box;
		position: relative;
		border-radius: 4px;
		color: #FFF;
		text-align: center;
		font-family: Verdana;
		font-size: 10px;
		margin: 10px auto -8px auto;
	}

		.alert .errorMessage ul li {
			line-height: 150%;
		}

		.alert .errorMessage:before {
			content: "\A";
			border-style: solid;
			border-width: 8px 10px 0 10px;
			border-color: #DC5236 transparent transparent transparent;
			position: absolute;
			bottom: -8px;
			left: 50%;
			margin-left: -5px;
		}

	.alert .notice {
		margin-bottom: 12px;
		line-height: 150%;
	}

#taskAndGameContainer .closeButton {
	background-color: rgba(255,255,255,.5);
	background-size: 60% auto;
	padding: 10px;
	right: 10px;
	top: 10px;
}

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

.dl-menuwrapper {
	width: 100%;
	max-width: 280px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	position: absolute;
	right: 20px;
}

	.dl-menuwrapper:first-child {
		margin-right: 100px;
	}

	.dl-menuwrapper button {
		background-color: transparent;
		border: 0;
		width: 50px;
		height: 50px;
		text-indent: -900em;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		outline: 0;
		background-image: url('/Content/images/menu.svg');
		background-repeat: no-repeat;
		background-size: 70% auto;
		background-position: center center;
		float: right;
	}

		.dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
			background-color: #a9cf38;
		}

	.dl-menuwrapper ul {
		padding: 0;
		list-style: none;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.dl-menuwrapper li {
		position: relative;
	}

		.dl-menuwrapper li a {
			display: block;
			position: relative;
			padding: 12px 15px;
			font-size: 15px;
			line-height: 20px;
			font-weight: 300;
			color: #fff;
			outline: 0;
		}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,.2);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,.1);
}

.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,.15);
}

.dl-menuwrapper .dl-menu {
	margin: 0;
	position: absolute;
	width: 280px;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translatey(10px);
	transform: translatey(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	right: 0;
	top: 50px;
}

	.dl-menuwrapper .dl-menu.dl-menu-toggle {
		transition: all .3s ease;
	}

	.dl-menuwrapper .dl-menu.dl-menuopen {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}

.dl-menuwrapper li .dl-submenu {
	display: none;
}

.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

	.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
		display: block;
	}

.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 .4s;
	animation: MenuAnimOut1 .4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 .3s ease-in-out;
	animation: MenuAnimOut2 .3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 .4s ease;
	animation: MenuAnimOut3 .4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 .4s ease;
	animation: MenuAnimOut4 .4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 .4s ease;
	animation: MenuAnimOut5 .4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translatez(-250px) rotatey(30deg);
	}

	75% {
		-webkit-transform: translatez(-372.5px) rotatey(15deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translatez(-500px) rotatey(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translatex(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translatez(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translatez(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translatey(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translatez(-250px) rotatey(30deg);
		transform: translatez(-250px) rotatey(30deg);
	}

	75% {
		-webkit-transform: translatez(-372.5px) rotatey(15deg);
		transform: translatez(-372.5px) rotatey(15deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translatez(-500px) rotatey(0deg);
		transform: translatez(-500px) rotatey(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translatex(-100%);
		transform: translatex(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translatez(300px);
		transform: translatez(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translatez(-300px);
		transform: translatez(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translatey(40%);
		transform: translatey(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 .3s;
	animation: MenuAnimIn1 .3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 .3s ease-in-out;
	animation: MenuAnimIn2 .3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 .4s ease;
	animation: MenuAnimIn3 .4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 .4s ease;
	animation: MenuAnimIn4 .4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 .4s ease;
	animation: MenuAnimIn5 .4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translatez(-500px) rotatey(0deg);
		opacity: 0;
	}

	20% {
		-webkit-transform: translatez(-250px) rotatey(30deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translatez(0px) rotatey(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translatex(-100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatex(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translatez(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatez(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translatez(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatez(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translatey(40%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatey(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translatez(-500px) rotatey(0deg);
		transform: translatez(-500px) rotatey(0deg);
		opacity: 0;
	}

	20% {
		-webkit-transform: translatez(-250px) rotatey(30deg);
		transform: translatez(-250px) rotatey(30deg);
		opacity: .5;
	}

	100% {
		-webkit-transform: translatez(0px) rotatey(0deg);
		transform: translatez(0px) rotatey(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translatex(-100%);
		transform: translatex(-100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatex(0px);
		transform: translatex(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translatez(300px);
		transform: translatez(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatez(0px);
		transform: translatez(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translatez(-300px);
		transform: translatez(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatez(0px);
		transform: translatez(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translatey(40%);
		transform: translatey(40%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatey(0);
		transform: translatey(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 .4s ease;
	animation: SubMenuAnimIn1 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 .3s ease-in-out;
	animation: SubMenuAnimIn2 .3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 .4s ease;
	animation: SubMenuAnimIn3 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 .4s ease;
	animation: SubMenuAnimIn4 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 .4s ease;
	animation: SubMenuAnimIn5 .4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translatex(50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatex(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translatex(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatex(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translatez(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatez(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translatez(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatez(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translatez(-200px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatez(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translatex(50%);
		transform: translatex(50%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatex(0px);
		transform: translatex(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translatex(100%);
		transform: translatex(100%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatex(0px);
		transform: translatex(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translatez(-300px);
		transform: translatez(-300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatez(0px);
		transform: translatez(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translatez(300px);
		transform: translatez(300px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatez(0px);
		transform: translatez(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translatez(-200px);
		transform: translatez(-200px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translatez(0);
		transform: translatez(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 .4s ease;
	animation: SubMenuAnimOut1 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 .3s ease-in-out;
	animation: SubMenuAnimOut2 .3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 .4s ease;
	animation: SubMenuAnimOut3 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 .4s ease;
	animation: SubMenuAnimOut4 .4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 .4s ease;
	animation: SubMenuAnimOut5 .4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translatex(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translatex(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translatex(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translatex(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translatez(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translatez(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translatez(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translatez(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translatez(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translatez(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translatex(0%);
		transform: translatex(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translatex(50%);
		transform: translatex(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translatex(0%);
		transform: translatex(0%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translatex(100%);
		transform: translatex(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translatez(0px);
		transform: translatez(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translatez(-300px);
		transform: translatez(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translatez(0px);
		transform: translatez(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translatez(300px);
		transform: translatez(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translatez(0);
		transform: translatez(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translatez(-200px);
		transform: translatez(-200px);
		opacity: 0;
	}
}

.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,.1);
}

	.no-js .dl-menuwrapper li > a:not(:only-child):after {
		content: '';
	}

.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

	.demo-1 .dl-menuwrapper button:hover, .demo-1 .dl-menuwrapper button.dl-active, .demo-1 .dl-menuwrapper ul {
		background: #9e1847;
	}

.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

	.demo-2 .dl-menuwrapper button:hover, .demo-2 .dl-menuwrapper button.dl-active, .demo-2 .dl-menuwrapper ul {
		background: #D35400;
	}

.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

	.demo-3 .dl-menuwrapper button:hover, .demo-3 .dl-menuwrapper button.dl-active, .demo-3 .dl-menuwrapper ul {
		background: #00b4ae;
	}

.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

	.demo-4 .dl-menuwrapper button:hover, .demo-4 .dl-menuwrapper button.dl-active, .demo-4 .dl-menuwrapper ul {
		background: #79a002;
	}

.demo-5 .dl-menuwrapper button {
	background: #744783;
}

	.demo-5 .dl-menuwrapper button:hover, .demo-5 .dl-menuwrapper button.dl-active, .demo-5 .dl-menuwrapper ul {
		background: #643771;
	}

.dl-menu form {
	margin: 0;
	padding: 0;
}

	.dl-menu form .textfield {
		width: 250px;
		border-radius: 0;
		margin: 0;
	}

	.dl-menu form input[type='submit'] {
		border-radius: 0;
		height: 29px;
	}

#wrongOrientation {
	display: none;
	position: absolute;
	background-color: #9FC434;
	color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 80px;
	text-align: center;
	background-image: url('/Content/images/wrongorientation.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
}

#socialLoginForm {
	position: relative;
	z-index: 1;
	margin-top: 15px;
}

	#socialLoginForm .title {
		font-size: 12px;
		color: #1f1f1f;
		margin: 0 0 20px 0;
		padding: 0 0 0 20px;
		line-height: 36px;
	}

	#socialLoginForm div {
		text-align: center;
	}

.bt_microsoft, .bt_facebook, .bt_google {
	cursor: pointer;
	position: relative;
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	width: 173px;
	height: 34px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
}

	.bt_microsoft:before {
		content: url('/Content/images/icon_ms_white.png');
		position: absolute;
		left: 12px;
		top: 9px;
	}

	.bt_facebook:before {
		content: url('/Content/images/icon_fb_white.png');
		position: absolute;
		left: 12px;
		top: 9px;
	}

	.bt_google:before {
		content: url('/Content/images/icon_gplus_white.png');
		position: absolute;
		left: 12px;
		top: 9px;
	}

#socialLoginForm .bt_microsoft, #socialLoginForm .bt_facebook, #socialLoginForm .bt_google {
	vertical-align: top;
	background: #464646;
	padding: 0 9px 0 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset -4px -4px 0 0 rgba(0,0,0,.32);
	box-shadow: inset -4px -4px 0 0 rgba(0,0,0,.32);
}

	#socialLoginForm .bt_microsoft:hover, #socialLoginForm .bt_facebook:hover, #socialLoginForm .bt_google:hover {
		background: #ff8c00;
		-webkit-border-radius: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

#socialLoginForm button {
	display: inline;
	margin: 0 0 20px 17px;
}

.bt_microsoft {
	margin-left: 0 !important;
}

.accept-term {
  padding: 5px 10px;
}

.profile-images {
	height: 148px;
	padding: 5px;
	overflow: auto;
	background-color: #fff;
}


.profile-images img {
  cursor: pointer;
  width: 70px;
  height: 70px;
  vertical-align: bottom;
}

	.profile-images li {
		display: inline-block;
		margin: 0 8px 8px 0;
	}

		.profile-images li:nth-child(3n+0) {
			margin-right: 0;
		}

		.profile-images li.selected {
			background-color: #A8CF38;
		}

#send_feedback {
  background: #01BCF3 !important;
  border: 1px solid white !important;
  float: right;
  margin-right: 8px;
  color: white;
  font-style: italic;
  font-weight: bold;
  padding: 5px 10px;
  width: 93%;
  margin: 0 14px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}


#feedback_container {
	position: fixed;
	z-index: 1;
}

.feedback_popup {
	/* background: rgb(136, 136, 136); */
	/* width: 320px; */
	height: 210px;
	/* border-radius: 10px; */
	padding: 20px;
	padding-top: 40px;
}

	.feedback_popup #message {
		width: 100%;
		border-radius: 10px;
	  resize: vertical;
	}


#csibeszteszt .head, #eredmeny .head {
	height: 60px;
}

	#csibeszteszt .head h1, #eredmeny .head h1 {
		font-size: 18px;
		font-family: 'Verdana';
		font-weight: 700;
		color: #383838;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 0;
	}

	#csibeszteszt .head h2, #eredmeny .head h2 {
		font-size: 18px;
		font-family: 'Verdana';
		color: #a9cf38;
		text-transform: uppercase;
		text-align: center;
		font-weight: 400;
		margin-top: 0;
	}

#csibeszteszt .whiteContent, #eredmeny .whiteContent {
	min-height: 770px;
	background: #fff;
	padding: 40px 100px;
	box-sizing: border-box;
	-mpz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Verdana';
	font-size: 12px;
	color: #383838;
}

	#csibeszteszt .whiteContent .knowledgetest-description, #eredmeny .whiteContent .knowledgetest-description {
		text-transform: uppercase;
	}

	#csibeszteszt .whiteContent .dataRow .label, #eredmeny .whiteContent .dataRow .label {
		display: inline-block;
		min-width: 180px;
	}

	#csibeszteszt .whiteContent .section_title, #eredmeny .whiteContent .section_title {
		font-family: 'Verdana';
		font-weight: 700;
		font-size: 12px;
		color: #383838;
		text-transform: uppercase;
		margin-top: 50px;
	}

	#csibeszteszt .whiteContent .item, #eredmeny .whiteContent .item {
		display: inline-block;
		width: 265px;
		margin: 0 40px 40px 0;
	}

		#csibeszteszt .whiteContent .item img, #eredmeny .whiteContent .item img {
			width: 100%;
			height: auto;
		}

		#csibeszteszt .whiteContent .item h3, #eredmeny .whiteContent .item h3 {
			font-family: 'Verdana';
			font-weight: 700;
			font-size: 12px;
			text-transform: uppercase;
			color: #383838;
			margin: 5px 0 3px;
		}

		#csibeszteszt .whiteContent .item .title, #eredmeny .whiteContent .item .title {
			font-family: 'Verdana';
			font-size: 13px;
			color: #383838;
		}

	#csibeszteszt .whiteContent .k-button, #eredmeny .whiteContent .k-button {
		font-family: 'Verdana';
		font-size: 12px;
		font-weight: 700;
		color: #fff;
		background: #a9cf38;
		padding: 10px 100px;
		margin: auto;
		border: 0;
		text-transform: uppercase;
		display: block;
		cursor: pointer;
	}

#eredmeny .whiteContent {
	background-image: url('/Content/images/result_bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 60%;
}

#eredmeny #result {
	width: 100%;
	height: 100%;
}

	#eredmeny #result h1 {
		font-family: Verdana;
		font-weight: 700;
		font-size: 18px;
		color: #383838;
		text-transform: uppercase;
		text-align: center;
	}

	#eredmeny #result #resultTable {
		width: 460px;
		margin: 40px auto 40px;
	}

		#eredmeny #result #resultTable td {
			font-family: Verdana;
			font-size: 18px;
			color: #383838;
			text-transform: uppercase;
			border-bottom: 1px solid #CBCBCB;
			padding: 5px 0;
		}

			#eredmeny #result #resultTable td:first-child {
				text-align: left;
			}

			#eredmeny #result #resultTable td:last-child {
				text-align: right;
			}

			#eredmeny #result #resultTable td #finalResultTable {
				background: #9FC434;
				border-radius: 5px;
				margin-top: 30px;
			}

				#eredmeny #result #resultTable td #finalResultTable td {
					border: 0;
					padding: 10px;
					color: #383838;
					font-family: Verdana;
					font-weight: 700;
					font-size: 22px;
				}

		#eredmeny #result #resultTable tr:last-child td {
			border: 0;
		}

	#eredmeny #result .text {
		text-align: center;
		font-size: 15px;
		margin: 5px 0;
	}


@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	#curtain {
		background-color: #fff;
	}
}

@media (max-width: 1150px) {
	header li form .textfield {
		width: 80px;
	}

	header #bottomHeader ul li {
		padding: 0 4px;
	}

		header #bottomHeader ul li a {
			font-size: 10px;
			padding: 8px 6px 8px;
		}

	#taskListPage #taskContainer {
		padding: 20px 100px 180px;
	}

	#simpleTextPage #simpleTextContainer {
		padding: 20px 220px 180px;
	}

	#profilePage #profilePageContainer {
		padding: 20px 120px 180px;
	}

		#profilePage #profilePageContainer #profilePageBottom ul {
			padding: 0 12px;
		}

			#profilePage #profilePageContainer #profilePageBottom ul li div .subject img {
				width: 90%;
			}

			#profilePage #profilePageContainer #profilePageBottom ul li div .text {
				font-size: 9px;
			}

		#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li span a {
			font-size: 9px;
		}
}

@media (max-width: 1000px) {
	header {
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	#bottomHeader {
		display: none;
	}

	header #topHeader ul:not(.dl-menu):not(.dl-submenu) {
		display: none;
	}

	header #topHeader #dl-menu {
		display: block;
	}

	#spaceContent .contentSize #iconContainer .icon label {
		padding: 2px;
		font-size: 8px;
		width: 11px;
		height: 11px;
		bottom: 2px;
		right: -8px;
	}

	#taskListPage #taskContainer {
		padding: 20px 80px 180px;
	}

		#taskListPage #taskContainer #taskListHead .backToHome {
			right: 50px;
			width: 35px;
		}

		#taskListPage #taskContainer #taskListHead h1 {
			top: -60px;
		}

		#taskListPage #taskContainer #itemContainer .item {
			display: inline-block;
			width: 47%;
			margin-right: 6% !important;
		}



			#taskListPage #taskContainer #itemContainer .item:nth-child(2n+0) {
				margin-right: 0 !important;
			}

	#simpleTextPage #simpleTextContainer {
		padding: 20px 170px 180px;
	}

	/*#profilePage #profilePageContainer #profilePageTop
    {
        display: block;
    }

        #profilePage #profilePageContainer #profilePageTop .left, #profilePage #profilePageContainer #profilePageTop .right
        {
            display: block;
            width: 100%;
        }*/

	#profilePage #profilePageContainer #profilePageMiddle .greenBox .green ul li a {
		font-size: 11px;
	}

	#profilePage #profilePageContainer #profilePageBottom ul {
		padding: 0 10px;
	}

		#profilePage #profilePageContainer #profilePageBottom ul li {
			width: 25%;
			display: inline-block;
		}

			#profilePage #profilePageContainer #profilePageBottom ul li div .subject img {
				width: 100%;
			}

	#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li {
		width: 49%;
		margin-right: 2% !important;
	}

		#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li:nth-child(2n+0) {
			margin-right: 0 !important;
		}
}

@media (max-width: 800px) {
	footer .footerNavigation .block {
		width: 50%;
	}

	footer .partners .imgContainer {
		display: block;
	}

	.alert {
		width: 560px;
	}

		.alert .regInputContainer {
			width: 520px;
		}

	#taskListPage #taskContainer {
		padding: 20px 60px 180px;
	}

		#taskListPage #taskContainer #itemContainer {
			padding: 0 40px;
		}

		#taskListPage #taskContainer #taskListHead #taskListHeadMiddle {
			padding: 0 40px;
		}

		#taskListPage #taskContainer #taskListHead h1 {
			top: -50px;
		}

		#taskListPage #taskContainer #taskListHead .backToHome {
			right: 35px;
			width: 30px;
		}

		#taskListPage #taskContainer #taskListHead .list {
			width: 47%;
			margin-right: 6% !important;
			margin-bottom: 10px !important;
		}

			#taskListPage #taskContainer #taskListHead .list:nth-of-type(2n+0) {
				margin-right: 0 !important;
			}

			#taskListPage #taskContainer #taskListHead .list:last-child {
				margin-bottom: 0 !important;
			}

		#taskListPage #taskContainer #taskListHead .button {
			width: 47%;
		}

	#simpleTextPage #simpleTextContainer {
		padding: 20px 120px 180px;
	}

		#simpleTextPage #simpleTextContainer #simpleTextHead .title {
			font-size: 10px;
			bottom: 3px;
		}

	#profilePage #profilePageContainer {
		padding: 20px 70px 180px;
	}

		#profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #firstcolor .whiteContent span, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #secondcolor .whiteContent span, #profilePage #profilePageContainer #profilePageTop .right #colorBoxContainer #thirdcolor .whiteContent span {
			font-size: 9px;
		}

		#profilePage #profilePageContainer #profilePageMiddle .greenBox .green ul li a {
			font-size: 10px;
		}

	.profile-images li {
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	header #topHeader #logo {
		width: 200px;
	}

	#spaceContent .contentSize #iconContainer .icon label {
		padding: 1px;
		font-size: 7px;
		width: 10px;
		height: 10px;
		bottom: 0;
		right: -5px;
	}

	.alert {
		width: 440px;
	}

		.alert .closeButton {
			right: 10px;
			top: 10px;
		}

		.alert .inputContainer {
			margin: 30px auto;
		}

		.alert .linkto {
			margin-top: 10px;
		}

		.alert .notice {
			margin-bottom: 5px;
			line-height: 120%;
		}

	header #topHeader #logo {
		width: 180px;
	}

	header #topHeader ul li #menuOpen {
		padding: 7px 15px;
	}

	.alert .regInputContainer {
		width: 400px;
	}

	#taskListPage #taskContainer {
		/*padding: 20px 40px 180px;*/
		padding: 20px 34px 180px;
	}

		#taskListPage #taskContainer #itemContainer {
			padding: 0 20px;
		}

			#taskListPage #taskContainer #itemContainer .item {
				display: inline-block;
				width: 100%;
				margin-right: 0 !important;
			}

		#taskListPage #taskContainer #taskListHead h1 {
			font-size: 10px;
			top: -40px;
		}

		#taskListPage #taskContainer #taskListHead .backToHome {
			right: 15px;
			width: 30px;
		}

		#taskListPage #taskContainer #taskListHead .list {
			width: 100%;
			margin-right: 0 !important;
			margin-bottom: 10px !important;
		}

		#taskListPage #taskContainer #taskListHead .button {
			width: 100%;
		}

	#simpleTextPage #simpleTextContainer {
		padding: 20px 80px 180px;
	}

	#profilePage #colorBoxContainer #firstcolor, #profilePage #colorBoxContainer #secondcolor, #profilePage #colorBoxContainer #thirdcolor {
		display: table !important;
		width: 100% !important;
	}

	#profilePage #profilePageContainer #profilePageMiddle .greenBox {
		width: 100%;
		margin-right: 0;
	}

	#profilePage #profilePageContainer #profilePageBottom ul li {
		width: 50%;
	}

	#profilePage #profilePageContainer #profilePageBottom .greenContent > ul li {
		width: 100%;
		margin-right: 0 !important;
	}

	.contentSize {
		padding: 0px !important;
	}
}

@media (max-width: 480px) {
	footer .footerNavigation .block {
		width: 100%;
	}

	footer .partners .imgContainer {
		display: block;
	}

	#spaceContent .contentSize #iconContainer .icon label {
		font-size: 6px;
		width: 9px;
		height: 9px;
	}

	.alert {
		width: 300px;
	}

		.alert .regInputContainer {
			width: 260px;
		}

		.alert .left, .alert .right {
			float: none;
			width: 100%;
		}

	#taskListPage #taskContainer #taskListHead #taskListHeadMiddle {
		padding: 0 20px;
	}

	#taskListPage #taskContainer #taskListHead .backToHome {
		right: 10px;
		width: 25px;
	}

	#taskListPage .pager ul li {
		margin-right: 8px;
	}

		#taskListPage .pager ul li a {
			padding: 2px;
		}

	#simpleTextPage #simpleTextContainer {
		padding: 20px 50px 180px;
	}

		#simpleTextPage #simpleTextContainer #simpleTextHead .backToHome {
			position: absolute;
			right: -40px;
			width: 30px;
		}

	#profilePage #profilePageContainer {
		padding: 20px 40px 180px;
	}

		#profilePage #profilePageContainer #profilePageBottom ul li div .subject img {
			width: 80%;
		}

	#socialLoginForm button {
		margin-left: 0;
	}

	.contentSize {
		padding: 0px !important;
	}
}

/*NEW StudentDashboard*/

#profilePage #profilePageContainer {
	/*background-image: url(/Content/images/tasklist_bg.png) !important;
        background-color: #fff;*/
	padding: 70px 80px 180px;
	font-size: 0;
	background-repeat: no-repeat,repeat;
	background-size: 100% auto,auto;
	background-position: center center;
}

#cognitiveResultContainer .resultHeading {
	background: url(/Content/Images/cognitiveIcon.png) no-repeat 0 3px;
	padding-left: 50px;
	height: 60px;
	margin-bottom: 5px;
}

#excersizeResultContainer .resultHeading {
	background: url(/Images/dashboardEIcon.png) no-repeat 0 3px;
	padding-left: 50px;
	height: 60px;
	margin-bottom: 5px;
}

#ktResultContainer .resultHeading {
	background: url(/Images/dashboardKtIcon.png) no-repeat 0 3px;
	padding-left: 50px;
	height: 60px;
	margin-bottom: 5px;
}

#examResultContainer .resultHeading {
	background: url(/Images/dashboardExIcon.png) no-repeat 0 3px;
	padding-left: 50px;
	height: 60px;
	margin-bottom: 5px;
}

#examBar {
	background-image: url(/Content/images/examc-bg1.png);
	background-repeat: repeat-y, repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-weight: bold;
}

#exam2Bar {
	background-image: url(/Content/images/examc-bg2.png);
	background-repeat: repeat-y, repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-weight: bold;
}

.hBare {
	background-image: url(/Content/images/exambar1.png);
	background-repeat: repeat-x, repeat-y;
	color: #fff;
	font-weight: bold;
	height: 25px;
	position: relative;
}

.hBar2 {
	background-image: url(/Content/images/exambar2.png);
	background-repeat: repeat-x, repeat-y;
	color: #fff;
	font-weight: bold;
	height: 25px;
	position: relative;
}

#profilePageContainer {
	/*min-width: 430px !important;*/
	min-width: 500px !important;
}

@media(min-width:1250px) {
	.bargraph {
		margin-left: 12%;
	}
}

@media (max-width: 1022px) {

	#profilePage #profilePageContainer #profilePageTop .left {
		width: 79%;
		/*width: 75%;*/
		float: left;
	}

	.activeMenu {
		width: 75% !important;
		float: left;
		height: 250px !important;
	}

	#blckMenu {
		max-height: 250px;
		float: left;
		display: table-cell;
	}

	#barContainer {
		width: 93% !important;
		margin-left: 6%;
	}

	.bargraph {
		margin-left: 6%;
	}
}

@media (max-width: 785px) {
	#profilePage #profilePageContainer #profilePageTop .left {
		width: 73%;
		margin-left: 6%;
	}

	.bargraph {
		margin-left: 0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

	html,
	body {
		width: 100%;
		/*overflow-x:hidden;*/
	}
}

.to-left {
	float: left;
}

.first-input {
	margin-top: 15px;
}

.tab-content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.external-login-user-message {
	font-family: Verdana;
	font-size: 12px;
	color: #393939;
	padding: 10px 10px;
}

.feedback-input-container {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}

.feedback-input-container label {
  width: 60px;
  display: inline-block;
}

.feedback-input-container input[type=text],
.feedback-input-container input[type=email]
{
  border: 1px solid rgb(169,169,169);
  border-radius: 4px;
}

#feedbackErrorMessage {
  display: none;
}

.k-tabstrip > .k-content, 
.k-panelbar .k-tabstrip > .k-content {
  margin-top: 0px;
  margin-right: 0.3em;
  margin-left: 0.3em;
  margin-bottom: 0.3em;
}

.k-tabstrip-items .k-tab-on-top, 
.k-tabstrip-items .k-state-active, 
.k-panelbar .k-tabstrip-items .k-state-active {
  padding-bottom: 0px;
}

.terms-of-use {
  padding: 5px 10px;
}

label.input-title {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #393939;
  text-transform: uppercase;
}