a:hover {
	outline: 0;
}

html {
	-webkit-tap-highlight-color: transparent;
}

a:focus,
a:hover {
	color: #2a6496;
	text-decoration: underline;
}

a:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-6,
	.col-md-8,
	.col-md-9 {
		float: left;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
}

.btn {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

.bg-pat {
	color: #fff;
	background-image: url(../images/pattern.webp);
	background-repeat: repeat;
	background-position: 0 0;
}

.lead {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
}

.btn-lg {
	padding: 16px 26px;
	font-size: 16px;
}

.btn.btn-primary:hover {
	background: linear-gradient(to bottom, #ccc 0, #666 100%);
	color: #000;
}

#header .main-nav .navbar-nav>li a:hover {
	color: #000;
}

@media only screen and (min-width: 1921px) {
	.hero {
		background: url(../images/main.jpg) center top no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

.footer {
	padding: 10px 0;
	position: relative;
	bottom: 0;
	border-top: 1px solid #DA178B;
}

.box {
	padding-bottom: 10px;
}

@media only screen and (max-width: 320px) and (orientation: portrait) {
	.reg-block {
		margin-top: 470px;
	}
}

@media only screen and (min-width: 321px) and (orientation: portrait) {
	.reg-block {
		margin-top: 540px;
	}
}

@media only screen and (max-width: 740px) {

	.cha-btn,
	.cha-submit-container .cha-submit {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.cha-form-wrapper {
		overflow: hidden;
		height: 85px;
	}
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
	.reg-block {
		margin-top: 340px;
	}
}

.large-intro {
	margin-top: 350px;
    margin-bottom: 150px;
}

.large-intro h1 {
	font-size: 50px;
	font-weight: 700;
	text-shadow: #000 1px 1px 2px;
	color: #fff;
}

@media (max-width: 767px) {
	.large-intro {
		margin-top: 205px;
	}

	.large-intro h1 {
		font-size: 32px;
        padding:0% 10%;
        text-align: center;
		font-weight: 700;
		text-shadow: #000 1px 1px 2px;
		color: #fff;
	}

    .cha-form-welcome p {
        color: #000;
    }
}

@media (max-width: 320px) {
	.large-intro {
		margin-top: 205px;
	}

	.large-intro h1 {
		font-size: 28px;
		font-weight: 700;
		text-shadow: #000 1px 1px 2px;
	color: #fff;
	}
}

@media (min-width: 321px) and (max-width: 430px) {
	.large-intro {
		margin-top: 205px;
	}

	.large-intro h1 {
		font-size: 32px;
		font-weight: 700;
		text-shadow: #000 1px 1px 2px;
	color: #fff;
	}
}

@media (min-width: 768px) and (max-width: 768px) {
	.large-intro {
		max-width: 318px;
		margin-top: 400px;
	}
}

.content-block,
ul {
	position: relative;
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	color: #515157;
}

.pad-bottom25 {
	padding-bottom: 25px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato, Helvetica, Arial, sans-serif;
	line-height: 1.1;
}

h1,
h2,
h3 {
	margin-bottom: 20px;
	font-weight: 300;
}

.h1,
h1 {
	font-size: 44px;
}

.h2,
h2 {
	font-size: 28px;
	font-weight: 400;
}

p {
	font-size: 14px;
	line-height: 1.6;
	margin: 15px 0;
}

a:hover {
	color: #999;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul {
	padding-left: 22px;
}

ul li {
	font-size: 12px;
}

.btn {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-shadow: none;
	border: none;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-lg {
	padding: 16px 26px;
	font-size: 16px;
}


.content-block {
	width: 100%;
	padding: 30px 0;
	z-index: 100;
	background-color: #fff;
	-webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
}

.menu-join {
	margin: 15px 0;
}

.bg-plain {
	background-color: #f1f1f1 !important;
}

.btn-lg {
	padding: 16px 26px !important;
	font-size: 16px !important;
}

button,
h1,
h2 {
	color: inherit;
}

.nav {
	list-style: none;
}

#header,
.content-block,
.nav>li,
.nav>li>a,
.navbar,
ul {
	position: relative;
}

.btn,
.text-center {
	text-align: center;
}

.btn,
img {
	vertical-align: middle;
}

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

header,
nav,
section {
	display: block;
}

h1 {
	margin: 0.67em 0;
}

h1,
h2,
ul {
	margin-top: 0;
}

img {
	border: 0;
}

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

html {
	font-size: 10px;
}

body {
	margin: 0;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #fff;
}

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

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.btn,
label {
	display: inline-block;
}

.navbar-default .navbar-nav>li>a,
.text-muted {
	color: #777;
}

ul {
	margin-bottom: 10px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container>.navbar-header,
.row {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.col-md-12,
.col-md-5,
.col-md-7,
.col-sm-4 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.col-sm-4 {
		float: left;
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {

	.col-md-12,
	.col-md-5,
	.col-md-7 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}
}

label {
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.btn,
.nav {
	margin-bottom: 0;
}

.btn {
	background-image: none;
	padding: 6px 12px;
	line-height: 1.42857143;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.nav>li,
.nav>li>a {
	display: block;
}

.nav {
	padding-left: 0;
}

.nav>li>a {
	padding: 10px 15px;
}

.navbar {
	min-height: 50px;
	border: 1px solid transparent;
	background: rgba(255, 255, 255, 0.8);
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (min-width: 768px) {

	.navbar-header,
	.navbar-nav>li {
		float: left;
	}

	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
	display: table;
	content: " ";
}

.container:after,
.nav:after,
.navbar-header:after,
.navbar:after,
.row:after {
	clear: both;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	color: #515157;
}

h1,
h2 {
	font-family: Lato, Helvetica, Arial, sans-serif;
	line-height: 1.1;
	margin-bottom: 20px;
	font-weight: 300;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 28px;
	font-weight: 400;
}

.btn,
p {
	font-size: 14px;
}

p {
	line-height: 1.6;
	margin: 15px 0;
}

ul {
	padding-left: 22px;
}

.btn {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-shadow: none;
	border: none;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn.btn-primary {
	background: linear-gradient(to bottom,red 0,#da1c1c 100%)
}

.content-block {
	width: 100%;
	padding: 30px 0;
	z-index: 100;
	background-color: #fff;
	-webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
}

.menu-join {
	margin: 15px 0;
}

.bg-plain {
	background-color: #f1f1f1 !important;
}

#header {
	width: 100%;
	z-index: 999;
}

#header .brand-img {
	float: none;
	margin: 5px auto;
	text-align: center;
	max-width: 365px;
}

#header .main-nav .navbar-nav>li a {
	font-family: Lato, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
}

.hero {
	background: url(../images/main.jpg) top left no-repeat;
	-webkit-background-size: cen;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -205px;
}

@media (max-width: 360px) {
	#header .brand-img {
		float: none;
		text-align: center;
		max-width: 310px;
	}
}

@media only screen and (max-width: 767px) {
	.hero {
		background: url(../images/mobile.jpg) top no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin-top: -232px;
	}
}

.nav-login .btn {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

.cha-form-welcome h1,
.cha-form-welcome p,
.cha-steps {
	text-align: center;
}

.cha-reg-block {
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	max-width: 450px;
	float: right;
	background: rgba(176,0,0,.8);
	margin-top: 270px;
	padding-bottom: 20px;
}

@media (max-width:767px) {
	.cha-reg-block {
		margin-left: auto;
		margin-right: auto;
		float: none;
		margin-top: 270px;
		background: rgba(0, 0, 0, 0.3);
		border-radius: 0;
	}

	#header .main-nav .nav {
		margin-top: 0;
	}

	#header .brand-img {
		margin: 10px auto;
	}
}

.cha-btn,
.cha-steps {
	float: left;
	display: block;
}

@media (max-width:320px) {
	.cha-reg-block {
		margin-top: 270px;
	}
}

@media (min-width:321px) and (max-width:430px) {
	.cha-reg-block {
		margin-top: 270px;
	}

    
}

.cha-form-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: inherit;
	width: 373px;
	position: relative;
	margin: 0 auto;
}

.cha-form-wrapper {
	overflow: hidden;
	height: 65px;
	max-width: 363px;
}

.cha-form-welcome h1 {
	color: #fff;
	font-size: 2.875em;
	font-weight: 400;
	margin-bottom: 0;
	padding-top: 20px;
}

.cha-form-welcome p {
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
}

#cha-form {
	margin-top: 0;
	margin-bottom: 2px;
	height: 141px;
}


.cha-btn,
.cha-submit-container .cha-submit {
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	text-shadow: 0 1px 0 rgba(19, 19, 19, .8);
	cursor: pointer;
}

.cha-btn {
	margin: 7px 10px;
	width: 344px;
	border: none;
	vertical-align: middle;
	z-index: 1;
	-webkit-appearance: none;
	padding: 14px 20px;
	font-size: 14px;
	color: #fff;
	background: #000;
    background: linear-gradient(to bottom,red 0,#da1c1c 100%);

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border-radius: 5px;
}


@media (max-width:320px) {
	.cha-btn {
		width: 280px;
	}

    /* .cha-form-welcome h1 {
color: #000;
text-shadow: #fff 1px 1px 2px;
    }

    .cha-form-welcome p {
        color: #000;
        text-shadow: #fff 1px 1px 2px;
            } */
}

@media (min-width:321px) {
	.cha-btn {
		width: 280px;
	}
/* 
    .cha-form-welcome h1 {
        color: #000;
        text-shadow: #fff 1px 1px 2px;
            }

            .cha-form-welcome p {
                color: #000;
                text-shadow: #fff 1px 1px 2px;
                    } */
}

@media (min-width:410px) {
	.cha-btn {
		width: 350px;
	}

    /* .cha-form-welcome h1 {
        color: #fff;
        text-shadow:none;
        
            }

            .cha-form-welcome p {
                color: #fff;
                text-shadow:none;
        
        
                    } */

   
}

.cha-btn:hover {
	background: linear-gradient(to bottom, #fff 0, #c7c7c7 100%);
	color: #000;
}

.cha-btn:focus {
	outline: 0;
}

@media screen and (max-width:400px) {
	.cha-form-container {
		width: 300px !important;
		margin: 0 auto !important;
	}
}

.box i {
	font-size: 36px;
	line-height: 60px;
	color: #da1c1c;
  }