/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ul,li{list-style-type:none}*{box-sizing:border-box}

/* ===== GENERAL ===== */

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Karla-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Karla-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/Karla-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/OpenSans-Light.tff) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/OpenSans-Semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/OpenSans-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/OpenSans-SemiboldItalic.ttf) format('truetype');
}

body {
	width: 100%; height: 100%;
	background: #000;
	color: #fff;
	font-family: 'Open Sans', 'Karla', sans-serif;
	font-size: 100%;
	font-weight: 500;
}

section {
	text-align: center;
}

ul, li {
	list-style-type: none;
}

.full,
.half-full {
	position: relative;
	width: 100%; height: 100vh;
	text-align: center;
	background-size: cover;
	background-position: center;
}

.half-full {
	height: 60vh;
}

.fixed {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.container {
	position: relative;
	width: 1050px;
	margin: 0 auto;
}

@media screen and (max-width: 1400px) {
	.container {
		width: 950px;
	}
}

.centered {
	position: absolute;
	top: 50%; left: 0; right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content {
	padding: 50px 0;
}

.has-shadow:before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	width: 100%; height: 0;
	box-shadow: 0 0 25vh 15vh rgba(25, 25, 25, .6)
}

/* ===== TEXT ELEMENTS ===== */

h1, h2, h3 {
	font-family: 'Karla', 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
}

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

p {
	font-size: 1.1em;
	font-weight: 600;
}

.button {
	display: inline-block;
	margin: 5px; padding: 20px;
	color: #fff;
	background: rgba(255,255,255,.2);
	border: 1px solid #fff;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.static-button {
	font-weight: 600;	
	background: #a2c709;
	border: 1px solid #a2c709;
}

.button:not(.static-button):hover {
	color: rgb(50,50,50);
	background: rgba(255,255,255,1);
}

.fa-button {
	position: relative;
	z-index: 10;
	display: inline-block;
	width: 50px; height: 50px;
	line-height: 45px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.fa-button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -100%; left: 0;
	width: 100%; height: 100%;
	background: #fff;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.fa-button:not(.static):hover {
	color: rgb(25,25,25);
	font-size: 1.5em;
}

.fa-button:not(.static):hover:before {
	top: 0;
}

/* ===== FORMULAR ELEMENTS ===== */

input {
	outline: 0 !important;
	box-shadow: none !important;
}

input[readonly] {
	color: rgba(50,50,50,.5);
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	font-size: 0.875em
}

input[type="checkbox"] + label,
input[type="radio"] + label,
input[type="checkbox"][readonly]:checked + label,
input[type="radio"][readonly]:checked + label {
	position: relative;
	display: block;
	margin: 0 0 0 10px; padding: 0 0 0 2.286em;
	line-height: 1.714em;
	text-align: left;
	font-weight: 600;
	color: rgba(50,50,50,.5);
}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
	color: rgb(50,50,50);
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	content: "";
	position: absolute;
	z-index: 10;
	left: 0;
	width: 1.714em;	height: 1.714em;
	background: #fff;		
	border: 1px solid #ddd;
	border-radius: 50%;
	cursor: pointer;	
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

input[type="checkbox"]:hover + label:before,
input[type="radio"]:hover + label:before,
input[type="checkbox"][readonly]:checked + label:before,
input[type="radio"][readonly]:checked + label:before {
	border: 1px solid rgba(25,25,25,.5);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	border: 1px solid rgba(25,25,25,1);
	-webkit-transition: none;
	transition: none;
}

input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
	content: "";
	z-index: 10;
	position: absolute;
	left: 0;
	width: 1.143em; height: 1.143em;
	margin: 0.23em;
	background: rgba(50,50,50,0);
	border: 2px solid #fff;
	border-radius: 50%;	
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
}

input[type="checkbox"]:hover + label:after,
input[type="radio"]:hover + label:after,
input[type="checkbox"][readonly]:checked + label:after,
input[type="radio"][readonly]:checked + label:after {
	background: rgba(50,50,50,.5);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
	background: rgba(50,50,50,1);
	-webkit-transform: scale(1);
	-webkit-transition: none;
	transition: none;
	transform: scale(1);
}

input.error {
	border: 1px solid #F60;
}

/* ===== AJAX ELEMENTS ===== */

.full-overlay {
	position: fixed;
	top: 0; left: 0;
	z-index: 999;
	width: 100%; height: 100%;
	text-align: center;	
	background-color: rgba(25,25,25,.9);
	background-size: cover;
	-webkit-animation: shadow .3s;
	animation: shadow .3s;
}

@keyframes shadow {
	0% {
		opacity: 0;
	} 100% {
		opacity: 1;
	}
}

.spinner {
	position: relative;
	display: inline-block;
	width: 50px; height: 50px;
	margin: 10px 0;
	text-align: center;
	background: #fff;
	border: 2px solid rgba(50,50,50,.5);
	border-radius: 50%;
}

.spinner > span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 19px 2px 0;
	background: rgba(50,50,50,.5);
	border-radius: 100%;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/* ===== HEADER ===== */

#header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 1000;
	width: 100%;
	padding: 25px 25px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

#header.topbar,
#header.login-bar {
	padding: 10px 25px
}

#header_bg {
	position: absolute;
	z-index: -1;
	width: 100%; height: 100%;
	top: 0; left: 0;
	opacity: 0;
	background: rgba(50,50,50,.89);
	border-bottom: 1px solid rgba(50, 50, 50,.5);
	box-shadow: 0px -25px 25px 25px rgba(25, 25, 50, 0.5);
}

#header.login-bar #header_bg,
#header.topbar #header_bg {
	opacity: 1 !important;
}

#header_bar {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0; padding: 0;
}

.header-clmn {
	-webkit-flex: none;
	flex: none;
}

#logo {
	position: relative;
	opacity: 0.85;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

#logo:hover {
	opacity: 1;
}

#logo img {
	height: 35px;
}

#header.topbar #logo img,
#header.login-bar #logo img {
	top: 5px;
	height: 25px;
}

#header.topbar .fa-button,
#header.login-bar .fa-button {
	width: 35px; height: 35px;
	line-height: 30px;
}

#header.login-bar .fa-button {
	line-height: 28px;
}

#header.topbar .fa-button:hover,
#header.login-bar .fa-button:hover {
	font-size: inherit;
}

/* ===== LOGIN ===== */

.login-field {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 15px; padding: 15px;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	color: rgb(50,50,50);
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 3px;
}

#login_box {
	position: absolute;
	z-index: 10;
	top: 50%; left: 50%;
	width: 500px;
	padding: 25px;
	color: #aeaeae;
	box-shadow: 0 -10px 0 0 rgb(162,199,9) inset;
	background: #fafafa;
	border-radius: 15px;
	-webkit-animation: loginBox .35s ease-out forwards;
	animation: loginBox .35s ease-out forwards;
}



#login_box.close {
	-webkit-animation: loginBoxOut .35s ease-out forwards;
	animation: loginBoxOut .35s ease-out forwards;
}

@keyframes loginBox {
	0% {
		-webkit-transform: translate(-50%,-75%);
		transform: translate(-50%,-75%);
	} 100% {
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}

@keyframes loginBoxOut {
	0% {
		-webkit-transform: translate(-50%,50%);
		transform: translate(-50%,-50%);
	} 100% {
		-webkit-transform: translate(-50%,-75%);
		transform: translate(-50%,-75%);
	}
}

#login_box h1 {
	display: inline-block;
	margin: 0 0 25px 0; padding: 5px 15px;
	color: #aeaeae;
	border: 2px solid #aeaeae;
	border-radius: 5px;
}

#login_box a {
	font-weight: 700;
	color: rgb(50,50,50);
}

.login-field:focus + .highlight-line::before {
	box-shadow: 0 0 25px 10px rgba(50,50,50,.5);	
}

#login_submit {
	display: inline-block;
	width: 50px; height: 50px;
	line-height: 45px;
	text-align: center;
	color: rgba(50,50,50,.5);
	margin: 10px 0;
	background: #fff;
	border: 2px solid rgba(50,50,50,.5);
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

#login_submit:hover {
	color: rgb(50,50,50);
	border: 2px solid rgb(50,50,50);
}

/* ===== START ===== */

.claim {
	display: inline-block;
	text-align: center;
	border: 2pt solid #fff;
	padding: 15px 20px;
}

#intro {
	width: 1050px;
	margin: 15px auto;
}

.claim.role-claim {
	display: inline-block;
	width: auto;
	max-width: 75vw;
	padding: 25px 15px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border-radius: 5px;
	border: 2px solid #fff;
}

#choose_role {
	position: relative;
	padding: 50px 0;
	text-align: center;
}

.role {
	display: inline-block;
}

#loading_shadow {
	z-index: 999;
}

/* ===== ROLES ===== */

#entrepreneur .claim {
	position: absolute;
	top: 25%; left: 50%;
	width: 75%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

#questions_section {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: auto;
}

#questions_section .claim {
	top: -55px;
	width: auto;
}

#questions {
	position: relative;
	width: 100%; height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	justify-content:center;
	margin: 0; padding: 15px 0;
}

.question-clmn {
	position: relative;
	-webkit-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	height: 33.333vh;
}

@media screen and (max-width: 1500px) {
	.question-clmn {
		height: 35vh;
	}
}

@media screen and (max-width: 1400px) {
	.question-clmn {
		height: 37.5vh;
	}
}

@media screen and (max-width: 1400px) {
	.question-clmn {
		height: 40vh;
	}
}

.question-clmn:nth-child(1),
.question-clmn:nth-child(2) {
	border-right: 1px solid rgba(255,255,255,.2);
}

.question-content {
	position: relative;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.question,
.answer {
	display: block;
	margin: 0 auto 15px auto; padding: 0 0 15px;
}

.question {
	width: 50%;
	/*border-bottom: 1px solid #fff;*/
}

.answer {
	width: 75%; height: auto;
}

#freebies {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0; padding: 0;
}

.freebie {
	position: relative;
	-webkit-flex: 1 1 33.333%;
	flex: 1 1 33.333%;
	height: calc(100vw * 0.5625 / 2.5);
	background-size: cover;
	background-position: center;
}

.freebie.locked {
	opacity: .5
}

.freebie.locked .freebie-link:after {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}

.freebie-link {
	display: block;
	height: 100%;
	text-align: center;
	text-shadow: 0 0 35px rgba(25,25,25,.6), 0 0 75px rgba(25,25,25,.9);
	background: rgba(25,25,25,.3);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.freebie-link:hover {
	background: transparent;
}

.freebie-content {
	position: absolute;
	bottom: 50%; left: 50%;
	width: 75%;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}

.freebie .freebie-attr {
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
}

.freebie .fa-button {
	margin-top: 25px;
	box-shadow: 0 0 75px rgba(25,25,25,.6);
}

.freebie .fa:before {
	text-shadow: 0 0 25px rgba(25,25,25,.9);
}

.freebie .fa-button:hover .fa:before {
	text-shadow: none;
}

/* ===== REGISTER ===== */

#register {
	background: #eee;
	color: rgb(50,50,50);
}

#register .container {
	text-align: center
}

#register .claim {
	color: rgb(50,50,50);
	border-color: rgb(50,50,50);
}

#register_form {
	width: 500px;
	margin: 50px auto;
}

#register_form input[type=radio] + label {
	display: inline-block;
	margin: 0 0 15px 0;
}

/* ===== PACKAGE ===== */

#package_content_overview,
.package-overview-item-clmns {
	display: inline-block;
	text-align: left;
}

.package-overview-item-clmn {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.package-overview-item-clmn.icon {
	width: auto;
	padding: 0 15px 0 0;
}

.package-overview-item-clmn.title {
}

.package-content-item {
	min-height: 100vh;
	background: rgb(150,150,150);
}

.package-content-item:nth-child(2n) {
	background: rgb(200,200,200)
}

.pdf,
.website {
	width: 100%; height: 75vh;
}

.video {
	width: 100%; height: auto;
}

.mejs-mediaelement {
	position: relative !important;
}

.mejs-layer {
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}

.mejs-overlay-loading {
	background: none !important;
}

#package_legend {
	position: fixed;
	top: 50px; left: 25px;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#package_legend.show {
	top: 75px;
	visibility: visible;
	opacity: 1;
}

.package-legend-item {
	padding: 2.5px 0;
}

.package-legend-item.done .fa-button {
	color: rgb(25,25,25);
	font-size: 1.5em;
}

.package-legend-item .fa-button:hover {
	color: #fff;
}

.package-legend-item.done .fa-button:before {
	top: 0;
	opacity: 1;
}

.package-legend-item .fa-button:hover:before {
	top: 0;
	opacity: .5;
}

/* ===== ASSIGNMENT ===== */

#assignment {
	height: auto;
	min-height: 100vh;
}

.assignment-fieldset {
	text-align: left;
	border: none;
}

.chapter-title + .fieldset-content {
	display: none;
}

.assignment-fieldset:first-child .chapter-title + .fieldset-content {
	display: block;
}

.chapter-title {
	display: block;
	margin: 0px; padding: 10px 20px;
	font-weight: 600;	
	color: #fff;
	background: #a2c709;
	border: 1px solid #a2c709;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
}

.assignment-question {
	padding: 15px 0;
	font-size: 1em;
	border-bottom: 1px solid rgba(255,255,255,.1)
}

.assignment-question:last-child {
	border-bottom: none;
}

.assignment-answers {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.assignment-answer {
	-webkit-flex: 1 1 30%;
	flex: 1 0 50%;
}

.assignment-explanation {
	-webkit-flex: 2 1 60%;
	flex: 2 0 50%;
}

.assignment-answer input[type="radio"] + label {
	margin: 10px 0;
	color: #fff;
	cursor: pointer;
}

.assignment-answer input[type="radio"] + label:before {
	border: 1px solid #fff;
	background: transparent;
}

.assignment-answer input[type="radio"] + label:after {
	top: 0;
	box-sizing: content-box;
	background: #fff; 
	border: 2px solid transparent;
}

.assignment-answer input[type="radio"]:disabled + label:after,
.assignment-answer input[type="radio"]:disabled + label:hover:after {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.assignment-answer input[type="radio"] + label:hover:after,
.assignment-answer input[type="radio"]:checked + label:after {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.assignment-answer input[type="radio"]:checked + label:hover,
.assignment-answer input[type="radio"]:disabled + label:hover,
.assignment-answer input[type="radio"] + label.correct:hover {
	cursor: default;
}

.assignment-answer input[type="radio"] + label.correct:before,
.assignment-answer input[type="radio"] + label.correct:after {
	display: none;
}

.correct .fa {
	position: absolute;
	top: 50%; left: 0;
	font-size: 1.5em;
	color: rgb(162,199,9);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ===== PROFILE ====== */

#profile {
	position: relative;
	padding: 150px 0 100px;
	color: #fff;
	background-size: cover;
	background-color: #aeaeae;
}

#profile_clmns,
#dashboard_tab,
#new_packages,
#story_clmns,
#charts {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0; padding: 0;
}

.profile-clmn,
.story-clmn,
.chart-clmn {
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	vertical-align: top;
	text-align: left;
}

.profile-clmn:first-child,
.profile-clmn:last-child {
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
}

#profile_img {
	width: 90%;
	padding-bottom: 90%;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

#profile h1 {
	margin: 0; padding: 0;
	line-height: 1;
}

#profile_position {
	font-size: 0.8em;
	color: #fff;
	text-transform: uppercase;
}

#dashboard_tab {
	margin: 50px 0 0; padding: 0;
	background: rgba(50,50,50,.3);
	border: 1px solid #fff;
	border-radius: 3px;
}

.tab-element {
	-webkit-flex: 1 1 33.333%;
	flex: 1 1 33.333%;
	margin: 0; padding: 0;
}

.tab-element a {
	display: block;
	height: 100%;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	background: rgba(50,50,50,0);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.tab-element a:hover {
	background: rgba(50,50,50,.3);	
}

.tab-element.active a {
	background: rgba(50,50,50,.6);	
}

#profile .button {
	display: block;
	padding: 10px 20px;
}

#packages_done,
#packages_suggested {
	text-align: center;
	padding: 50px 0 ;
}

#packages_slider {
	position: relative;
}

#packages_slider .fa-chevron-left,
#packages_slider .fa-chevron-right {
	position: absolute;
	z-index: 666;
	top: 50%;
	font-size: 3em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

#packages_slider .fa-chevron-left {
	left: 0.5em;
}

#packages_slider .fa-chevron-right {
	right: 0.5em;
}

#new_packages {
	position: relative;
	height: 250px;
	margin: 0; padding: 0;
	overflow: hidden;
}

#new_packages:before,
#new_packages:after {
	content:"";
	position: absolute;
	z-index: 555;
	height: 100%; width: 0;
	box-shadow: 0 0 10vw 15vw rgba(50,50,50,.9);
}

#new_packages:before {
	left: 0;
}

#new_packages:after {
	right: 0;
}

.package {
	position: relative;
	-webkit-flex: 0 0 350px;
	flex: 0 0 350px;
	background-size: cover;
	background-position: center;
}

.package-link {
	display: block;
	height: 100%;
	text-align: center;
	text-shadow: 0 0 25px rgb(25,25,25,1);
	background: rgba(25,25,25,.3);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.package-link:hover {
	background: transparent;
	text-shadow: none;
}

.package-content {
	position: absolute;
	bottom: 50%; left: 50%;
	width: 75%;
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}

.package-title {
	padding: 5px;
	font-size: 1.2em;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.package-link:hover .package-title {
	background: rgba(25,25,25,.3);
}

.package .package-attr {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.package .fa-button {
	margin-top: 25px;
	box-shadow: 0 0 75px rgba(25,25,25,.6);
}

.package .fa:before {
	text-shadow: 0 0 25px rgba(25,25,25,.9);
}

.package .fa-button:hover .fa:before {
	text-shadow: none;
}

#story {
	padding: 50px 0 ;
	text-align: center;
	background: #aeaeae;
}

.story-clmn {
	text-align: left;
}

.highcharts-xaxis-labels span {
	font-family: 'Open Sans', 'Karla', sans-serif;
	font-size: 0.875em;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.bar {
	position: relative;
	display: block;
	margin: 5px 0;
	padding: 10px 20px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	overflow: hidden;
}

.bar-background {
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 0%;
	z-index: 1;
	background: #a2c709;
	-webkit-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}

.bar-title {
	position: relative;
	z-index: 2;
}

.bar-value {
	position: absolute;
	right: 20px;
	z-index: 2;
	text-align: right;
}

/* ===== FOOTER ===== */

#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	padding: 15px;
}

#start #footer {
	position: absolute;
}

#footer_menu {
	text-align: right;
}

#footer_menu .menu-item {
	display: inline-block;
	font-size: 0.875em;
	padding: 0 9px;
	border-right: 1px solid #fff;
	opacity: .8;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

#footer_menu .menu-item:hover {
	opacity: 1;
}

#footer_menu .menu-item:last-child {
	padding: 0 0 0 9px;
	border-right: none;
}

