body {
	background: #202020;
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: FuturaPT, Calibri, 'Trebuchet MS', sans-serif;
	width: 100%;
	position: relative;
	min-height: 100vh;
	min-width: 320px;
	font-weight: 400
}

* {
	font-optical-sizing: auto;
}
strong * {
	font-weight: 600 !important;
}

input,
textarea {
	font-family: FuturaPT, Calibri, 'Trebuchet MS', sans-serif;
	-webkit-appearance: none;
	border: none;
	outline: 0;
	background: 0 0;
	border-radius: 0;
	font-weight: 500
}

input[type="password"],
input[placeholder="Username*"] {
	font-family: FuturaPT, Calibri, 'Trebuchet MS', -apple-system, BlinkMacSystemFont, sans-serif;
}

button {
	font-family: FuturaPT, Calibri, 'Trebuchet MS', sans-serif;
	-webkit-appearance: none;
	border: none;
	outline: 0;
	background: 0 0;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	font-weight: 700
}

.popup_login_error_top {
	position: relative;
	background: #f2dede;
	color: #b15755;
	max-width: 540px;
	margin: 0 auto 15px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: .258em;
	padding: 10px 30px 10px 60px;
	display: none;
}

.popup_login_error_close {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 24px;
	top: 50%;
	margin-top: -5px;
	cursor: pointer;
}

.forgot-login {
	margin-top: 30px;
}

ol,
ul {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ol li,
p,
ul,
ul li {
	margin: 0;
	padding: 0
}

*,
:focus,
:hover,
:visited {
	text-decoration: none;
	outline: 0
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

img {
	max-width: 100%;
	display: block
}

svg {
	display: block;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

a {
	color: inherit;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

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

h1 {
	font-size: 34px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: .08em
}
#asc-chapter-id > h1 {
	color: #d7c4a5;
	font-family: Constantia, Georgia, 'Times New Roman', serif;
}

.wrapper {
	max-width: 672px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.above720 {
	display: block;
}
.below720 {
	display: none;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.text-underline {
	text-decoration: underline;
}

@media (max-width:1023px) {
	.wrapper {
		max-width: 768px;
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (max-width:719px) {
	h1 {
		font-size: 22px;
		line-height: 31px
	}

	.wrapper {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width:359px) {
	.wrapper {
		padding-left: 10px;
		padding-right: 10px
	}
}

.button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 68px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	padding: 10px 20px;
	min-width: 192px;
	font-weight: 500;
	letter-spacing: .25em;
	text-transform: uppercase
}

@media (max-width:719px) {
	.button {
		min-height: 48px;
		font-size: 14px;
		line-height: 22px
	}
}

.button_brown {
	background: #b4a58d;
	color: #000
}

.button_brown:hover {
	background: #202020;
	color: #fff
}

.button_blue {
	background: #3d5c95;
	color: #fff
}

.button_blue:hover {
	background: #202020;
	color: #fff
}

.button_black {
    background: #101010;
    color: #fff;
}

.button_black:hover {
    background: #202020; 
    color: #fff;
}

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 11
}

.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 40px;
	min-height: 160px;
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

@media (max-width:1023px) {
	.header {
		min-height: 80px
	}
}

@media (max-width:479px) {
	.button {
		width: 100%
	}

	.header {
		min-height: 40px
	}

	.header_logo {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

.header_logo {
	display: block;
	width: 320px;
	height: 50px;
	background: url(../../images/v14422/logo.png) left center/contain no-repeat
}

@media (max-width:1023px) {
	.header_logo {
		width: 240px;
		height: 38px
	}
}

@media (max-width:719px) {
	.header {
		padding: 8px 20px
	}

	.header_logo {
		width: 122px;
		height: 19px
	}
}

.header_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:479px) {
	.header_right {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
}

.header_menuopener {
	margin-left: 38px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase
}

.header_menuopener a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header_menuopener span {
	margin-right: 5px
}

.icon_burger {
	display: block;
	width: 39px;
	height: 11px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff
}

@media (max-width:479px) {
	.header_menuopener span {
		display: none
	}

	.icon_burger {
		width: 28px;
		height: 8px;
		border-width: 2px
	}
}

.header_login {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap
}

.header_login a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header_login span {
	margin-left: 12px
}

.icon_login {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../../images/v14422/icon_login.svg) center/contain no-repeat
}

.join_section {
	padding-top: 234px;
	padding-bottom: 120px;
	background: center top/100% auto no-repeat;
	text-align: center
}
.join_section.portal-bootcamp .wrapper {
	max-width: 690px;
}
.join_section.portal-bootcamp .wrapper .login_main {
	max-width: 672px;
	margin-left: auto;
	margin-right: auto;
}
.portal-header-text {
	font-size: 40px;
	margin-bottom:13px;
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	
}
.join_toptext p {
	font-size: 22px;
	line-height: 27px;
	letter-spacing: .25em;
	text-transform: uppercase
}

.join_toptext p+p {
	margin-top: 27px
}

@media (max-width:1023px) {
	.portal-header-text {
		font-size: 33px;
		margin-bottom:13px;
		font-family: Constantia, Georgia, 'Times New Roman', serif;
	}
	
	.join_section {
		padding-bottom: 50px;
		padding-top: 155px
	}

	.join_toptext p {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: .1em
	}

	.join_toptext p+p {
		margin-top: 22px
	}
}

@media (max-width:719px) {
	.portal-header-text {
		font-size: 22px;
		margin-bottom:13px;
		font-family: Constantia, Georgia, 'Times New Roman', serif;
	}
	
	.join_section {
		background-size: auto 160.625vw;
		background-position: left top
	}

	.join_toptext p {
		font-size: 12px;
		line-height: 16px
	}

	.join_toptext p+p {
		margin-top: 16px
	}
}

.login_main {
	background: url(../../images/v14422/login_bg.png) center 116px/100% auto no-repeat #f1f2f2;
	color: #000;
	position: relative;
	margin-top: 90px
}

@media (max-width:1023px) {
	.login_main {
		margin-top: 97px
	}
}

@media (max-width:479px) {
	.header_login span {
		display: none
	}

	.icon_login {
		position: relative
	}

	.icon_login:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 6px solid #fff;
		position: absolute;
		left: 100%;
		margin-left: 6px;
		top: 7px
	}

	.join_section {
		padding-top: 76px
	}

	.login_main {
		margin-top: 64px
	}
}

.login_flag {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 183px;
	height: 287px;
	background: url(../../images/v14422/flag.png) left top/contain no-repeat
}

@media (max-width:1023px) {
	.login_flag {
		width: 162px
	}
}

@media (max-width:479px) {
	.login_flag {
		width: 90px
	}
}

.login_content {
	position: relative;
	z-index: 2;
	padding: 83px 48px 55px
}

@media (max-width:1023px) {
	.login_content {
		padding-left: 40px;
		padding-right: 40px
	}
}

.login_branch {
	display: block;
	width: 120px;
	height: 120px;
	background: center/contain no-repeat;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -60px;
	-webkit-filter: drop-shadow(0 4px 13px rgba(0, 0, 0, .6));
	filter: drop-shadow(0 4px 13px rgba(0, 0, 0, .6))
}
.login_branch.left {
	-webkit-transform: translateX(-103%);
	-ms-transform: translateX(-103%);
	transform: translateX(-103%);
}
.login_branch.right {
	-webkit-transform: translateX(3%);
	-ms-transform: translateX(3%);
	transform: translateX(3%);
}

@media (max-width:719px) {
	.login_content {
		padding: 52px 30px 36px
	}

	.login_branch {
		width: 80px;
		height: 80px;
		top: -40px
	}
}

.login_link {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 500;
	color: #4a4a4a
}

.login_link a {
	color: #000;
	text-decoration: underline
}

.login_link a:hover {
	text-decoration: none
}

h1+.login_link {
	margin-top: 20px
}

@media (max-width:479px) {
	.login_link {
		font-size: 12px;
		line-height: 16px
	}

	.login_link+.login_link {
		margin-top: 16px
	}

	h1+.login_link {
		margin-top: 13px
	}
}

.login_form {
	display: block;
	width: 100%
}

.login_link+.login_form {
	margin-top: 21px
}

h1+.login_form {
	margin-top: 41px
}

@media (max-width:479px) {
	.login_link+.login_form {
		margin-top: 13px
	}

	h1+.login_form {
		margin-top: 33px
	}
}

.login_form_row+.login_form_row {
	margin-top: 20px
}

.login_input {
	display: block;
	width: 100%;
	height: 68px;
	background: #fff;
	border: 1px solid #d6d6d6;
	text-align: center;
	font-size: 18px;
	padding: 0 20px;
	font-weight: 500;
	color: #4a4a4a;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.login_input::-webkit-input-placeholder {
	color: #4a4a4a;
	opacity: 1
}

.login_input::-moz-placeholder {
	color: #4a4a4a;
	opacity: 1
}

.login_input:-ms-input-placeholder {
	color: #4a4a4a;
	opacity: 1
}

.login_input::-ms-input-placeholder {
	color: #4a4a4a;
	opacity: 1
}

.login_input::placeholder {
	color: #4a4a4a;
	opacity: 1
}

.login_input:focus {
	border: 2px solid #b4a58d
}

.login_form_buttons {
	margin-top: 30px
}

.login_form_buttons .button {
	width: 100%
}

.login_form_buttons .button+.button {
	margin-top: 20px
}

@media (max-width:719px) {
	.login_input {
		font-size: 14px;
		height: 40px
	}

	.login_form_buttons {
		margin-top: 20px
	}

	.login_form_buttons .button+.button {
		margin-top: 10px
	}
}

.login_already {
	margin-top: 47px
}

@media (max-width:479px) {
	.login_already {
		margin-top: 26px
	}
}

.login_already_link {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500
}

.login_already_link a:hover {
	color: #b4a58d
}

.login_already_tip {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #838383;
	margin-top: 4px
}

.footer_copyright {
	background: #181818;
	text-align: center;
	color: rgba(255, 255, 255, .3);
	padding: 20px 40px;
	min-height: 188px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer_copyright p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600
}

@media (max-width:1023px) {
	.footer_copyright {
		min-height: 100px
	}

	.footer_copyright p {
		font-size: 16px;
		line-height: 26px;
		font-weight: 500;
		max-width: 644px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:719px) {
	.footer_copyright {
		padding: 31px 20px 28px
	}
}

.footer_main {
	background: url(../../images/v14422/footer_bg.png) center/cover no-repeat;
	padding-top: 120px;
	padding-bottom: 120px
}

@media (max-width:1279px) {
	.footer_main {
		padding-top: 39px;
		padding-bottom: 34px
	}
}

@media (max-width:479px) {
	.login_already_tip {
		line-height: 16px;
		margin-top: 3px
	}

	.footer_main {
		padding-top: 29px
	}
}

.login_socials {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 75px
}

.login_socials li {
	margin-left: 18px;
	margin-right: 18px
}

.login_socials a {
	display: block;
	height: 20px;
	background: center/contain no-repeat
}

.login_socials a.icon_facebook {
	width: 11px;
	background-image: url(../../images/v14422/icon_facebook.svg)
}

.login_socials a.icon_instagramm {
	width: 20px;
	background-image: url(../../images/v14422/icon_instagramm.svg)
}

.login_socials a.icon_twitter {
	width: 24px;
	background-image: url(../../images/v14422/icon_twitter.svg)
}

.login_socials a.icon_youtube {
	width: 27px;
	background-image: url(../../images/v14422/icon_youtube.svg)
}

.login_socials a.icon_pinterest {
	width: 15px;
	background-image: url(../../images/v14422/icon_pinterest.svg)
}

@media (max-width:1023px) {
	.login_socials {
		margin-bottom: 59px
	}

	.login_socials a {
		height: 14px
	}
}

.footer_logo {
	display: block;
	width: 320px;
	height: 50px;
	background: url(../../images/v14422/logo.png) center/contain no-repeat;
	margin-left: auto;
	margin-right: auto
}

.login_about {
	text-align: center;
	margin-bottom: 57px
}

.login_about h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 25px;
	font-weight: 400
}

.login_about p {
	font-size: 12px;
	line-height: 14px;
	color: #909090
}

.login_about p+p {
	margin-top: 14px
}

@media (max-width:1023px) {
	.login_about {
		margin-left: -20px;
		margin-right: -20px
	}
}

@media (max-width:719px) {
	.footer_logo {
		width: 240px;
		height: 38px
	}

	.login_about {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:359px) {
	.login_about {
		padding-left: 10px;
		padding-right: 10px
	}
}

.login_select {
	position: relative
}

.login_select select {
	display: none
}

.login_select:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 24px;
	width: 12px;
	height: 26px;
	margin-top: -13px;
	background: url(../../images/v14422/select.svg) center/contain no-repeat
}

.select-selected {
	padding: 10px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	width: 100%;
	height: 68px;
	background: #fff;
	border: 1px solid #d6d6d6;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #4a4a4a
}

.select-selected[disabled="disabled"] {
	color: rgb(131, 131, 131, 0.5);
}

.select-items div {
	padding: 10px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	width: 100%;
	min-height: 40px;
	background: #fff;
	border-top: 1px solid #d6d6d6;
	font-size: 18px;
	font-weight: 500;
	color: #4a4a4a;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: left
}

.select-items div:first-child {
	border-top: none
}

.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 1px solid #d6d6d6;
	background: #fff;
	margin-top: -1px
}

.select-hide {
	display: none
}

.same-as-selected,
.select-items div:hover {
	background-color: #b4a58d;
	color: #fff
}

.login_toptext p {
	font-size: 24px;
	line-height: 31px;
	letter-spacing: .25em;
	text-transform: uppercase
}

.login_toptext p+p {
	margin-top: 31px
}

.login_section {
	padding-top: 264px;
	padding-bottom: 120px;
	background: center top/100% auto no-repeat;
	text-align: center
}

@media (max-width:1023px) {
	.login_toptext p {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: .1em
	}

	.login_toptext p+p {
		margin-top: 22px
	}

	.login_section {
		padding-bottom: 50px;
		padding-top: 155px
	}
}

@media (max-width:719px) {
	.select-selected {
		height: 40px;
		font-size: 14px
	}

	.login_toptext p {
		font-size: 12px;
		line-height: 16px
	}

	.login_toptext p+p {
		margin-top: 16px
	}

	.login_section {
		background-size: auto 160.625vw;
		background-position: left top
	}
}

@media (max-width:479px) {
	.login_section {
		padding-top: 76px
	}
}

.login_prior {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: .08em;
	margin-top: -3px;
	margin-bottom: 20px
}

.login_prior a {
	font-weight: 500;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

.login_prior a:hover {
	text-decoration: none
}

.prior_popup {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../../images/v14422/flag.png) left top/74px auto no-repeat #fff;
	z-index: 100;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
	color: #000;
	width: 100%;
	max-width: 600px;
	display: none
}

@media (max-width:639px) {
	.prior_popup {
		width: calc(100% - 40px);
		left: 20px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

.prior_popup_close {
	width: 12px;
	height: 12px;
	background: url(../../images/v14422/close.svg) center/contain no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.prior_popup_close:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.prior_content {
	padding: 34px 40px 35px
}

.prior_content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #838383
}

.prior_content p strong {
	color: #000;
	white-space: nowrap
}

.prior_content p a {
	color: #000;
	text-decoration: underline;
	word-break: break-all
}

.prior_content p+p {
	margin-top: 6px
}

@media (max-width:719px) {
	.prior_content {
		padding-left: 20px;
		padding-right: 20px
	}
}

.prior_title {
	text-align: center;
	max-width: 342px;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: .08em;
	margin: 0 auto 29px
}

.prior_bottom {
	background: #dfdfdf;
	padding: 19px 40px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #3d5c95
}

.prior_bottom a {
	text-decoration: underline;
	white-space: nowrap
}

.prior_bottom a:hover {
	text-decoration: none
}

.scrolltop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 40px;
	z-index: 9;
	animation: fadeIn 0.3s;
	transition: opacity 0.4s;
}

.scrolltop a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../../images/scrolltop.png) center/contain no-repeat;
	opacity: .6;
}

.scrolltop a:hover,
.scrolltop a:active {
	opacity: 1;
}

@media (max-width:719px) {
	.prior_bottom {
		padding-left: 20px;
		padding-right: 20px
	}

	.scrolltop {
		right: 20px;
		bottom: 20px
	}
}


.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	color: #000;
}
.modal.fade .modal-dialog {
	transform: translate3d(0, -25%, 0);
	-webkit-transform: translate3d(0, -25%, 0);
	-moz-transform: translate3d(0, -25%, 0);
	-ms-transform: translate3d(0, -25%, 0);
	-o-transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}



/*------------------------------------------------------------------
	Media Queries MAX-WIDTH - Wide to Small -- Mobile and Landscape
-------------------------------------------------------------------*/
@media (max-width:719px) {
	.select-selected {
		padding: 10px 45px;
	}
	body > section > .wrapper {
		padding: 0;
	}
	body > section > .wrapper > .join_toptext {
		padding-left: 20px;
		padding-right: 20px;
	}
	.above720 {
		display: none !important;
	}
	.below720 {
		display: block;
	}
	.wrapper .below720 {
		margin-top: 26px;
	}
}

@media (max-width:410px) {
	.login_select:after {
		right: 13px;
		height: 23px;
		margin-top: -11px;
	}
	.select-selected {
		padding: 10px 24px;
		justify-content: flex-start;
	}
}
