[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	font-size: 14px;
	background-color: #fff;
}

body.rtl {
	direction: rtl;
}

.container {
	max-width: 992px;
	width: 100%;
}

.version {
	display: none;
}

h1 {
	font-size: 48px;
	font-weight: 300;
}

.btn {
	border-radius: 0;
	font-size: 14px;
}

@media (min-width: 768px) {
	body, .btn {
		font-size: 16px;
	}
}

.paralax-front {
	background: linear-gradient(rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.6)), url(/community-landing/resources/img/map-bg-white.svg);
}
@media (min-width: 768px) {
	.paralax-container {
		perspective: 1px;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.paralax-layer {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.paralax-front {
		transform: translateZ(0);
		background: none;
	}
	.paralax-back {
		height: 300%;
		transform: translateZ(-2px) scale(3);
		background: linear-gradient(rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.6)), url(/community-landing/resources/img/map-bg-white.svg);
		background-position: -40px 0;
	}
}

.btn-join {
    color: #fff;
    background-color: #f06334;
    font-weight: 300;
    padding: 15px 10px;
    width: 100%;
    margin-bottom: 30px;
    white-space: normal;
    transition: box-shadow 0.2s ease-in-out;
}
.btn-join:hover {
    color: #fff;
	box-shadow: 0 10px 30px -6px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
	.btn-join {
		width: auto;
    	padding: 15px 80px;
	}
}

/* Section 1 */

#section1 {
	text-align: center;
	color: #fff;
	background-color: #0a1f2a;
}
#section1 img {
	width: 32px;
	margin-top: -8px;
}
#section1 h1 {
	margin: 5px 0 10px;
	font-size: 24px;
	font-weight: 400;
	margin: 20px 0 25px;
}
#section1 .member {
	margin-top: 10px;
	text-align: right;
}
@media (min-width: 768px) {
	#section1 img {
		width: 40px;
		margin-right: 10px;
		margin-top: -8px;
	}
	#section1 h1 {
		font-size: 32px;
	}
}
@media (min-width: 1200px) {
	#section1 h1 {
		font-size: 38px;
		margin: 30px 0 40px;
	}
}

/* Section 2 */

#section2 {
	margin: 40px 0;
}
#section2 h4 {
	margin-bottom: 30px;
	font-weight: 300;
    font-size: 16px;
}
#section2 label {
	font-weight: 300;
}
#section2 form {
    max-width: 500px;
	margin: 0 auto;
	font-size: 14px;
}
#section2 .login-actions button {
	opacity: 1;
}

#section2 .mooviters {
	overflow: hidden;
}
#section2 .mooviters img {
	width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	#section2 h4 {
	    font-size: 18px;
	}
	#section2 .mooviters img {
		width: auto;
		height: 440px;
		float: right;
	}
}
@media (min-width: 1200px) {
	#section2 {
		margin: 40px 0;
	}
	#section2 h4 {
		margin-bottom: 50px;
	}
}

/* section2 responsive form pictures */
#section2 .container {
	width: 100%;
	max-width: 648px;
}
@media (min-width: 980px) {
	#section2 .container {
		max-width: 960px;
	}
}
@media (min-width: 1294px) {
	#section2 .container {
		max-width: 1274px;
	}
}
@media (min-width: 1608px) {
	#section2 .container {
		max-width: 1588px;
	}
}

/* Section 3 */

#section3 {
	background-color: rgba(0, 0, 0, 0.08);
	padding: 40px 0;
	text-align: center;
}
#section3 h3 {
	margin: 30px 0;
}
#section3 .steps p {
	font-weight: 400;
}
#section3 .steps img {
	margin: 20px 0 40px;
}
@media (min-width: 768px) {
	#section3 .steps img {
		margin: 30px 0 40px;
	}
	#section3 .steps .col-sm-4 {
		border-left: 1px solid #aaa;
	}
	.ltr #section3 .steps .col-sm-4:first-child {
		border-left: none;
	}
	.rtl #section3 .steps .col-sm-4:last-child {
		border-left: none;
	}
}

/* Section 4 */

#section4 {
	padding-top: 40px;
	text-align: center;
}
#section4 h3 {
	font-size: 18px;
	margin: 10px 0 30px;
}
#section4 img {
	width: 100%;
}
@media (min-width: 768px) {
	#section4 img {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	#section4 h3 {
		font-size: 24px;
	}
}

/* Section 5 */

#section5 {
	padding: 40px 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.08);
}
#section5 h3 {
	margin: 20px 0 40px;
}
#section5 .bullet {
	height: 80px;
}
#section5 .bullet img {
	width: 80px;
	float: left;
}
#section5 .bullet p {
	padding-top: 29px;
	text-align: left;
}
#section5 .btn {
    color: #fff;
    background-color: #f06334;
    font-weight: 300;
    padding: 15px 10px;
    width: 100%;
    margin: 100px 0 60px;
    white-space: normal;
    transition: box-shadow 0.2s ease-in-out;
}
#section5 .btn:hover {
	box-shadow: 0 10px 30px -6px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
	#section5 .btn {
		width: auto;
    	padding: 15px 80px;
	}
}

/* Section 6 */

#section6 {
	margin: 20px 0;
}
#section6 h4 {
	margin-bottom: 30px;
	font-weight: 300;
    font-size: 16px;
}
#section6 .frame-video {
	width: 100%;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	#section6 h4 {
	    font-size: 18px;
	}
	#section6 .frame-video {
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	#section6 {
		margin: 40px 0;
	}
	#section6 h4 {
		margin-bottom: 40px;
	}
}


.has-error .form-control, .has-error .form-control:focus {
	box-shadow: none;
	border-color: #c80613;
}
.form-control-select {
	display: block;
    width: 100%;
	margin: 0;
    padding: 6px 12px;
	color: #7a7c7f;
	font-weight: normal;
}
.form-group input {
	color: #333;
	background-color: #ecf0f1;
	box-shadow: none;
	height: 40px;
	border: 0;
}
.form-group input:disabled {
	background-color: #ecf0f1;
	opacity: .7;
}
.form-group.disabled .selectize-input {
	opacity: .7;
	cursor: not-allowed;
	pointer-events: none;
}
.form-group.disabled .selectize-input input {
	opacity: .7;
}
.form-group.disabled .selectize-control {
	cursor: not-allowed;
}
.form-group input:focus {
	box-shadow: none;
	border-color: #7a7c7f;
}
.error-message, .custom-error {
	font-size: .8em;
	margin-top: .2em;
	color: #c80613;
}
.form-group .error-message {
	display: none;
}
.form-group.has-error .error-message {
	display: block;
}
.checkbox {
	margin: 20px 0 0 0;
	font-size: 12px;
}
.checkbox input {
	height: auto;
	margin: 4px 2px 0 0 !important;
	width: 16px;
    height: 16px;
}
.checkbox a {
	color: #2d61b6;
}
.help-block {
    font-size: 11px;
}
.login-actions {
	text-align: center;
}
.login-actions button {
    color: #fff;
    background-color: #f06334;
    font-weight: 300;
	width: 100%;
	padding: 12px 20px;
	margin: 40px 0 20px;
    transition: box-shadow 0.2s ease-in-out;
}
.login-actions button:hover,
.login-actions button:active,
.login-actions button:focus {
	color: #fff;
}
.login-actions button:hover {
	box-shadow: 0 10px 30px -6px rgba(0,0,0,0.5);
}

.selectize-control {
	padding: 0;
}
.selectize-input {
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	color: #333;
	background-color: #ecf0f1;
	height: 40px;
	border: 0;
	padding-top: 10px;
}
.selectize-input.full,
.selectize-input,
.selectize-control.single .selectize-input.input-active {
	background-color: #ecf0f1;
}
.selectize-control.single .selectize-input:after {
	border-color: #333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
	border-color: transparent transparent #333 transparent;
}
.selectize-input input {
	width: 100% !important;
	height: auto;
	color: #333;
	background-color: #ecf0f1;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
}
.selectize-input.dropdown-active {
	border-radius: 0;
}
.selectize-dropdown {
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	color: #333;
	background-color: #ecf0f1;
	border: 0;
	border-radius: 0;
}

@media (min-width: 768px) {
	.help-block {
		margin-top: -5px;
	}
}

#spinner {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 4px solid rgba(255,255,255,.5);
	border-top: 4px solid rgba(255,255,255,1);
	border-radius: 24px;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.featherlight .featherlight-content {
	width: 80%;
	max-width: 400px;
	text-align: center;
	padding: 50px 0 40px;
}
.featherlight .featherlight-content .login-action {
	margin-top: 15px;
    color: #fff;
    background-color: #203039;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 80px;
}

#modalTOS {
	font-size: 12px;
}
#modalTOS .modal-content {
    overflow: hidden;
}
#modalTOS .close {
	font-size: 40px;
	font-weight: 400;
}

.overlay-play {
	display: table;
	margin: 0 auto;
	position: relative;
	background: rgba(255, 255, 255, 0.4) url('/resources/img/play.png') center no-repeat;
	background-size: 160px;
	cursor: pointer;
	width: 600px;
	height: 338px;
	margin-bottom: -338px;
}
.video-thumbnail {
	width: 600px;
	height: 338px;
}