* {
	margin: 0px;
	padding: 0px;
	/*  */
}

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

@font-face {
	font-family: museo;
	src: url(../fonts/Museo700-Regular.otf);
	font-weight: 700;
}

@font-face {
	font-family: museo;
	src: url(../fonts/Museo300-Regular.otf);
	font-weight: 300;
}

@font-face {
	font-family: museo;
	src: url(../fonts/Museo500-Regular.otf);
	font-weight: 500;
}

@font-face {
	font-family: proxima-nova;
	src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
	font-family: 'helvetica-light';
	src: url(../fonts/HelveticaLt.woff) format('woff'), url(../fonts/HelveticaLt.ttf) format('truetype');
}

@font-face {
	font-family: 'helvetica-light';
	src: url(../fonts/HelveticaLt.woff) format('woff'), url(../fonts/HelveticaLt.ttf) format('truetype');
}

p {
	font-weight: normal;
	font-style: normal;
	font-family: 'helvetica-light';
}

/*new header  */

header {
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
	font-family: 'Helvetica Neue';
	height: 25px;
	background-color: rgba(255, 255, 255, .97);
	box-shadow: 0 0 0 1px rgba(232, 232, 232, 0.38);
	padding: 0 30px;
}

header .container {
	position: relative;
}

/*header a.logo {
	background: url(https://storage.googleapis.com/adaptiveyou-signup/images/newu_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 31px;
	position: absolute;
	width: 170px;
	top: 30px;
	margin: 0;
}*/

header ul.header_menu {
	position: absolute;
	top: 33px;
	left: 185px;
	font-size: 16px;
	color: #000;
	margin-left: 30px;
	font-weight: 400;
	padding: 0;
}

header .header_menu li {
	display: inline-block;
	margin-right: 30px;
}

header ul.header_action {
	position: absolute;
	top: 26px;
	right: 0;
	font-size: 16px;
	color: #000;
}

header .header_action li {
	display: inline-block;
	margin-right: 30px;
}

header li {
	cursor: pointer;
	transition: 0.2s ease;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
}

header li a {
	text-decoration: none;
	color: #474e4e !important;
}

header li.logout>a:hover {
	box-shadow: 0px 0px 1px 0px #809292 inset;
}

header li:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .3s ease, background-color .3s ease;
}

header li:hover:after {
	width: 80%;
	background: #238CA9;
}

header li ul.popin li:after {
	display: none;
}

header .mobile_menu {
	display: none;
}

figure.main-banner {
	width: 818px;
	margin: -10px auto;
}

ol.carousel-indicators {
	bottom: 0 !important;
	width: 80px;
	height: 28px;
	border-radius: 15px;
	left: calc(50% - 40px);
	margin: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px 0;
	display: none;
}

figure.main-banner:hover ol {
	display: block;
}

.modal-header {
	display: block !important;
}

.carousel-indicators li {
	width: 12px !important;
	height: 12px !important;
	margin: 3px !important;
	border-color: #00a8dc;
	background-color: rgba(255, 255, 255, 0.8)
}

.carousel-indicators li.active {
	background-color: #00a8dc;
}

/* header .mobile_bar{
    display: none;
} */

.header_action li.signup {
	background-color: #e46c6c;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	transition: 0.4s linear;
}

.header_action li.signup a {
	color: #fff;
}

.header_action li.signup:hover {
	background-color: #CD5959;
}

.header_action li.signup:hover:after {
	width: 0;
}

ul.mobile_barmenu li {
	display: block;
}

ul.mobile_barmenu li:after {
	display: none;
}

h1,
h2,
h3 {
	font-size: 38px;
}

h1,
h2,
h3,
h4,
h5 {
	font-style: normal;
	font-weight: normal;
	font-family: 'helvetica-light';
}

.landing-head {
	margin: 0px auto;
	background-color: rgb(255, 255, 255);
	padding: 15px 0px 0px;
	display: block;
	width: 100%;
	float: left;
	position: fixed;
	z-index: 100;
}

.login_signup .landing-head {
	z-index: 100000;
	background-color: rgba(243, 243, 243, 0.96);
}

.landing-head h1 {
	font-family: museo;
	float: left;
	color: #5f7172;
	font-size: 26px;
	font-weight: bold;
	margin: 0px 0 0 20px;
	padding: 7px;
	line-height: 1.5em;
}

.landing-head h1 a {
	color: #5f7172;
}

.landing-head h1 a:hover {
	text-decoration: none;
	color: inherit;
}

.landing-head h1 a span {
	color: #00a5b4;
	font-family: helvetica;
}

.nav-head a {
	padding-right: 20px;
	color: #809292;
	font-size: 16px;
	text-decoration: none;
	font-family: 'helvetica-light';
}

.nav-head>.btn {
	width: 140px;
	height: 42px;
	padding: 0px;
	font-size: 16px;
	font-family: 'helvetica-light';
}

button.btn-success {
	background-color: #54c182;
}

.landing-section {
	margin-top: 86px;
	float: left;
	width: 100%;
	background-color: #ffffff;
}

.banner {
	background: #f5f5f5 url('https://storage.googleapis.com/adaptiveyou-signup/images/banner_bg.png') repeat center;
	text-align: center;
	background-color: #00a5b4;
	color: #ffffff;
	border-bottom: 1px solid #cccccc;
}

.banner h1 {
	margin: 0px;
	padding: 65px 15px 0px;
}

.banner p {
	color: #A0E9EE;
	margin-bottom: 0px;
	font-size: 20px;
	padding: 0px 15px;
	font-family: helvetica;
	font-weight: 300;
	margin-top: 5px;
}

.industry_page {
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}

/*.banner p input{
	width: 20% !important;
    padding: 6px 5px 5px 5px;
    margin-top: 14px;
    font-size:18px;
    color: #4f5c63;
    border:0;
}
.banner p #signup_popup1{
	margin-bottom: 2px;
	padding: 6px 15px;
    border-radius: 0px;
}
button#signup_popup {
    display: none !important;
}
.banner p #get_started{
	padding:10px 30px;
	margin:10px 30px 0 0;
	background-color:#F25F5C;
	color:#F7F7F7;
	font-size:18px;
	box-sizing:border-box;
	border-radius:4px;
}
.banner p #get_started:hover{
	background-color:#F0514E;
}
.banner p #schedule_demo{
	padding:10px 30px;
	margin:10px 0px 0 0;
	background-color:#0D7475;
	color:#F7F7F7;
	font-size:18px;
	box-sizing:border-box;
	border-radius:4px;
}
.banner p #schedule_demo:hover{
	background-color:#0A6D6E;
} */

.banner p a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none !important;
	font-weight: 300;
}

.banner p a code {
	background: none repeat scroll 0% 0% transparent;
	color: rgb(255, 255, 255);
	text-decoration: underline;
	padding: 0px;
	font-size: 20px;
	white-space: inherit;
	font-family: helvetica;
	font-weight: 300;
}

.banner img {
	padding-top: 50px;
	max-width: 100%;
}

.top {
	max-width: 100%;
}

.top h2 {
	padding: 80px 15px 0px;
	margin-top: 0px;
	color: #474e4e;
	text-align: center;
	font-size: 40px;
	max-width: 1030px;
	margin: 0 auto .5em;
}

.top h2 span {
	color: rgb(0, 165, 180);
	display: block;
	text-align: center;
}

.features {
	text-align: center;
	padding: 55px 0px 60px;
	list-style-type: none;
	width: 1353px;
	max-width: 100%;
	margin: 0px auto;
}

.features li {
	text-align: center;
	display: inline-block;
	width: 16%;
	margin: 0px 35px 20px;
	vertical-align: top;
}

.features li:last-child {
	margin-bottom: 0px;
}

.features li img {
	padding-bottom: 35px;
}

.features li h4 {
	max-width: 100%;
	color: #474e4e;
	font-size: 20px;
	margin: 0px;
	font-family: proxima-nova;
}

.features li p {
	display: block;
	color: #b1bcbd;
	border-radius: 100%;
	padding: 18px 0px 0px 0px;
	margin: 0px;
	font-family: proxima-nova;
	font-size: 15px;
}

.gr {
	/* margin-top: 110px; */
	border-top: 1px solid #cccccc;
	background-color: #f5f5f5;
	height: 400px;
}

.gr-con {
	background: #f5f5f5 url('https://storage.googleapis.com/adaptiveyou-signup/images/con2_bg.png') no-repeat bottom right;
}

.gr-con h3 {
	color: #474e4e;
	margin: 0px;
	padding: 120px 0px 20px 30px;
	width: 510px;
}

.gr-con p {
	max-width: 100%;
	font-size: 20px;
	width: 510px;
	color: #95a5a6;
	padding: 25px 0px 0px 30px;
	margin-bottom: 0px;
}

.gr-con {
	width: 1020px;
	max-width: 100%;
	height: inherit;
	margin: 0px auto;
}

.cy {
	width: 100%;
	background: #00b5c5 url('https://storage.googleapis.com/adaptiveyou-signup/images/con3_bg.png') no-repeat bottom center;
	height: 400px;
}

.cy-con {
	margin: 0 auto;
	float: right;
	width: 50%;
}

.cy-con>.pull-right {
	max-width: 100%;
	padding-right: 30px;
}

.cy-con h3 {
	color: #ffffff;
	margin: 0px;
	padding: 80px 30px 25px 0px;
	/* width:510px; */
}

.cy-con p {
	font-size: 20px;
	/* width:510px; */
	color: #bae4ea;
	max-width: 100%;
	margin-bottom: 0px;
	padding-right: 30px;
}

.gr-2 {
	background-color: #f5f5f5;
	height: 520px;
	margin: 0px;
}

.gr-2>.gr-con {
	background: url("https://storage.googleapis.com/adaptiveyou-signup/images/phone-screen.png") no-repeat scroll right 47px #f5f5f5;
	width: 1020px;
	height: inherit;
	margin: 0px auto;
}

.gr-2>.gr-con h3 {
	color: #474e4e;
	margin: 0px;
	padding: 190px 0px 0px 40px;
}

.gr-2>.gr-con p {
	max-width: 100%;
	font-size: 20px;
	width: 510px;
	color: #95a5a6;
	padding: 25px 0px 0px 40px;
	margin-bottom: 0px;
}

.bot {
	max-width: 100%;
	border-top: 1px solid #cccccc;
	padding: 0px 30px;
}

.bot h3 {
	text-align: center;
	color: #474e4e;
	margin: 0px;
	padding: 80px 0px 30px 0px;
}

.bot>p {
	font-size: 20px;
	text-align: center;
	color: #95a5a6;
	margin: 0px auto;
	width: 800px;
	max-width: 100%;
}

.bot>.features {
	padding: 60px 0px 0px 0px;
	margin-bottom: 80px;
}

.bot>.features li {
	margin: 0px 75px;
	vertical-align: bottom;
}

.bot>.features li p {
	padding: 15px 0px 0px;
}

footer {
	float: left;
	width: 100%;
	border-top: 1px solid #e7e7e7;
	text-align: center;
	background-color: #238CA9;
}

.getstart h3 {
	padding: 80px 0px 30px 0px;
	text-align: center;
	color: #474e4e;
	margin: 0px;
}

.btn-footer {
	background-color: #ffffff;
	/* width: 185px;
	height: 57px;	 */
	padding: 15px 45px;
	font-size: 21px;
	/* color: #00c07a; */
	font-family: helvetica;
	margin-bottom: 80px;
	border: none;
	border-radius: 5px;
}

footer>span {
	display: inline-block;
	width: 100%;
	background-color: #f1f1f1;
	margin: 0px;
	padding: 0px;
}

#publicyou_holder .modal-body>.category-thumbnail.margin-left {
	margin-left: 225px;
}

#category-content.margin-left {
	margin-left: 225px;
}

.getstart {
	background-color: #f5f5f5;
	clear: both;
	padding: 0px 20px;
}

footer .linklist {
	max-width: 1020px;
	margin: 0px auto;
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: 80px 40px;
	font-family: helvetica;
}

footer .linklist>ul {
	line-height: 30px;
	color: #fff;
	list-style: none;
}

footer>span .rights_hold {
	margin: 20px auto 0px;
	text-align: left;
	max-width: 1020px;
	display: inline-block;
	width: 100%;
	color: #aaa;
	padding: 0px 40px;
}

footer .linklist>ul li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
}

footer .linklist>ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .linklist>ul li {
	width: 33%;
	float: left;
}

/* Pricing page starts */

.pricing_hold {
	color: #607274;
	padding: 80px 0px 45px;
}

.pricing_hold h1 {
	line-height: 45px;
	margin-top: 50px;
	font-size: 31px;
}

.basic_plan p,
.pro_plan p {
	font-size: 20px;
	margin: 0;
	padding: 5px 0px;
}

.basic_plan p i,
.pro_plan p i {
	margin-right: 15px;
	font-size: 16px;
}

.basic_plan h3 {
	margin-top: 75px;
}

.pro_plan h3 {
	/* margin-top: 50px; */
}

.pricing_hold .col-md-4 {
	width: 27.333333%;
	margin-right: 3%;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	float: left;
}

.pricing_hold .col-md-4.active {
	border-color: #4abfc9;
	border-width: 3px;
	box-shadow: 0px 0px 1px rgba(74, 191, 201, 0.5);
}

body.pricing_page .container>h1 {
	text-align: center;
	font-size: 40px;
	margin-top: 60px;
	margin-bottom: 0;
	color: #607274;
	font-weight: bold;
}

.pricing_hold .col-md-4 h3 {
	text-align: center;
	font-size: 30px !important;
	font-weight: bold;
	margin-top: 50px;
}

.pricing_hold .col-md-4.basic_plan h3 {
	margin-top: 70px;
}

.pricing_hold .col-md-4 label {
	margin-bottom: 40px;
	text-align: center;
	display: block;
	font-size: 26px;
	font-weight: 300;
}

body.pricing_page {
	background: #f9f9f9;
}

body.pricing_page .content.light.secondary {
	background: #f9f9f9;
}

.basic_plan,
.pro_plan {
	background: #fdfdfd;
	border: 3px solid transparent;
	width: 33.33333333333333% !important;
	box-shadow: 0px 0px 1px;
}

.col-md-4.pro_plan {
	/* border-color: #ddd;
border-width: 1px; */
}

.plans_hold {
	width: 267px;
	margin: 0px auto 40px;
}

.plan_btn {
	text-align: center;
	margin-bottom: 70px;
}

.plan_btn>span {
	display: block;
	margin-top: 20px;
	/* color: #CACACA; */
	font-size: 18px;
	font-weight: 300;
}

/* .active .plan_btn > span {
	display:block;
} */

.col-md-4.basic_plan {
	margin-top: -35px;
}

/* .col-md-4.pro_plan.active {
margin-top: -16px;
} */

.framestar {
	position: absolute;
	right: 0;
	height: 90px;
	width: 90px;
	background: #fff;
	overflow: hidden;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.framestar i {
	color: #fff;
	position: absolute;
	left: 50%;
	margin-top: 13px;
	font-size: 20px;
	margin-left: 12px;
}

.framestar .framestar_con {
	background: #fdfdfd;
	width: 128px;
	height: 136px;
	margin-top: 15px;
	margin-left: -61px;
	-ms-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	transform: rotate(-46deg);
}

.active .framestar {
	background: #4abfc9;
}

.pricing_hold .col-md-4:last-child {
	margin-right: 0;
}

.col-md-4 .button {
	background-color: #fff;
	color: #607274;
	border: 1px solid #ddd;
}

.col-md-4.active .button {
	background-color: #01c07a;
	border-color: #4cae4c;
	color: #fff;
}

.col-md-4.detials_plan p {
	font-size: 16px;
}

/* Pricing page ends */

.mobile_bar {
	display: none;
	float: right;
	margin: 7px 15px 22px 0px;
}

.mobile_bar>a {
	font-size: 18px;
	color: #5f7172;
	padding: 7px 12px;
	position: relative;
	display: inline-block;
	margin-left: 15px;
	border: 1px solid transparent;
	cursor: pointer;
	opacity: .6;
}

ul.mobile_barmenu {
	display: none;
	clear: both;
	list-style: none;
	margin-bottom: 0;
	border-top: 1px solid #eee;
	padding: 20px 0;
}

ul.mobile_barmenu>li>a {
	padding: 10px 30px;
	display: block;
	color: #5f7172;
	opacity: .6;
	font-size: 16px;
	text-align: center;
}

ul.mobile_barmenu>li>a:hover,
ul.mobile_barmenu>li.active>a,
.mobile_bar>a:hover,
.mobile_bar>a.active {
	opacity: 1;
	background: rgba(0, 164, 179, 1);
	color: #fff;
	text-decoration: none;
}

.ul_circle {
	list-style-type: none;
	padding-left: 20px;
	color: #8d9ba2;
	font-size: 18px;
	line-height: 1.75em;
	font-family: 'helvetica-light';
}

#profile>ul {
	/* list-style-type: circle;
padding-left: 20px; */
	list-style: none;
}

.button a:hover,
.button.open-signup:hover {
	color: #fff;
	text-decoration: none;
}

#header {
	position: relative;
	margin: 0;
	background-size: cover;
	background-position: center center;
	padding: 2em 0;
	text-align: center;
	color: #fff;
}

#header.gradient-header {
	background-color: #238CA9;
	background-size: cover;
	background-position: center center;
	margin: 6.15em 0 2em;
}

#header.dental {
	background: url(https://storage.googleapis.com/adaptiveyou-signup/images/dental-bg.png);
	background-size: cover;
	background-position: center center;
}

#header.nail {
	background: url(https://storage.googleapis.com/adaptiveyou-signup/images/nails-bg.png);
	background-size: cover;
	background-position: center center;
}

/*#header:after
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url('images/overlay.png');		
		}*/

#header>header,
#header>header p,
#header>footer {
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: 80px;
}

#header div {
	padding: 2em 0;
}

#header div h1 {
	font-size: 3em;
	line-height: 1em;
	margin: .5em 0 .35em;
	color: #fff;
	font-weight: 300;
	padding: 0px 30px;
}

#text-page #header div h1 {
	font-weight: 300;
}

#header div.light h1 {
	color: #546975;
}

#header div small {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 2.5em;
	display: block;
}

#header div.light small,
#header div.light small a {
	color: #546975;
}

#header div small a {
	/*				padding: 5px 8px;
				border: 2px solid #ccc;
				border-radius: 4px;
				background: url(https://storage.googleapis.com/adaptiveyou-signup/images/overlay.png);*/
	border-bottom: 1px dotted #fff;
}

#header div p {
	margin-top: .5em;
	font-weight: 100;
	padding: 0;
	font-size: 1.25em;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 1.8em;
}

#header footer {
	padding-top: 1.5em;
}

/*********************************************************************************/

/* Main Sections                                                                 */

/*********************************************************************************/

.main {
	position: relative;
	margin: 0;
}

#first.main {}

#second .city-bg {
	/*		background-image: url('https://storage.googleapis.com/adaptiveyou-signup/images/dark-gradient.png');*/
	background-image: url(https://storage.googleapis.com/adaptiveyou-signup/images/city-bg.png);
	background-size: cover;
	background-position: center center;
}

#second .secondary {
	background-image: url(https://storage.googleapis.com/adaptiveyou-signup/images/gray-gradient.png);
	background-size: cover;
	background-position: center center;
}

#second .secondary h4 {
	text-align: center;
	margin-top: 1em;
}

#quote {
	background-image: url(https://storage.googleapis.com/adaptiveyou-signup/images/gray-gradient.png);
	background-size: cover;
	background-position: center center;
	padding: 5em;
}

#quote h3 {
	font-size: 2em;
	text-align: center;
	font-weight: 100;
}

#quote p {
	text-align: center;
}

#third {
	background-image: url(https://storage.googleapis.com/adaptiveyou-signup/images/light-gradient.png);
	background-size: cover;
	background-position: center center;
}

#third .secondary {
	background-image: url(https://storage.googleapis.com/adaptiveyou-signup/images/dark-gradient.png);
	background-size: cover;
	background-position: center center;
	text-align: center;
}

#third .body {
	padding-bottom: 1em;
	padding-top: 1em;
}

#third .bottom-cta {
	padding: 8em;
	text-align: center;
	background-image: url(https://storage.googleapis.com/adaptiveyou-signup/images/dark-gradient.png);
	background-size: cover;
	background-position: center center;
}

#third .yoga {
	background-image: url(https://storage.googleapis.com/adaptiveyou-signup/images/yoga-bg.png);
	background-size: cover;
	background-position: center center;
}

#third .dental-footer {
	background-image: url(https://storage.googleapis.com/adaptiveyou-signup/images/dental-footer.png);
	background-size: cover;
	background-position: center center;
}

#third .nails-footer {
	background-image: url(https://storage.googleapis.com/adaptiveyou-signup/images/nails-footer.png);
	background-size: cover;
	background-position: center center;
}

#third .bottom-cta h2,
#third .bottom-cta p {
	color: #fff;
}

#third .bottom-cta p {
	font-size: 1.5em;
}

#third .bottom-cta span {
	font-size: 1.5em;
}

.main>header,
.main>.city-bg>header {
	text-align: center;
	padding: 7em 0 0;
	margin: 0;
}

.main>div.main-cta {
	background: #fff;
	padding: 2em 0;
	text-align: center;
}

.main>div.main-cta .button {
	font-size: 1.25em;
	font-weight: bold;
}

.main>div.social-proof {
	background: #dde6ea;
	padding: 3em 0;
}

.main>header h2,
h2 {
	font-weight: 200;
	margin-bottom: .5em;
	line-height: 1.14em;
	font-weight: light;
	text-align: center;
}

.main header p {
	margin: 1.4em 3em 2em;
	padding: 0;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: lighter;
}

.main>header.social-proof p {
	font-size: 1.5em;
	/* font-family:Museo; */
	color: #FFF;
	margin: 0;
}

.main>.content {
	padding: 8em 0;
}

.main>.content.body {
	padding: 2em 0 0em;
}

.main .content.secondary {
	/* background:#e4ebef; */
	background: #fff;
	/* padding-top:7em;
padding-bottom:0px; */
	padding: 60px 0px;
}

#text-page .main .content.secondary {
	background: #fff;
	padding-top: 5em;
}

.main>.content>.container {}

.main>.content h3 {
	font-size: 1.5em;
	/* z-index:1; */
	position: relative;
}

#text-page .main>.content h3 {
	font-size: 1.3em;
	line-height: 1.2em;
}

.main>.content.style1 {
	background: url(images/bgtr.svg) top right no-repeat, url(images/bgbl.svg) bottom left no-repeat, url(images/bgbl.svg) bottom left no-repeat, url(images/overlay.png), linear-gradient(45deg, #b39c68, #a56365, #412e4c);
}

.main>.content.phones {
	padding-bottom: 0;
}

.main>.content.phones p {
	font-size: 1.25em;
	text-align: center;
}

.main>.content.style3 {
	background: url(images/bgtr.svg) top right no-repeat, url(images/bgbl.svg) bottom left no-repeat, url(images/overlay.png), linear-gradient(45deg, #5f796b, #3a4e59, #2f394e);
}

.main>.content.style4 {
	padding-top: 0;
	background: #fff;
}

/*********************************************************************************/

/* Side CTA                                                                        */

/*********************************************************************************/

#side-cta {
	text-align: center;
}

#side-cta .button {
	font-size: 1.5em;
	width: 80%;
	margin: 1em 0 .5em;
}

#side-cta p {
	font-size: 1em;
	color: #8d9ba2;
}

#side-cta p.side-quote {
	font-size: 1.15em;
	margin: 0em 15% 0em;
	color: #546975;
}

/******************************
	Images
*******************************/

.image {
	position: relative;
	display: inline-block;
	border: 0;
	border-radius: 4px;
}

div.4u img.image.full {
	margin-bottom: 120px !important;
	display: none;
}

.image:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.image img {
	display: block;
	width: 90%;
	border-radius: .5em;
	margin: 0px auto;
}

.image.featured {
	display: block;
	width: 100%;
}

.image.full {
	display: block;
	width: 100%;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: 0 0 2em;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

.button {
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	background: #e55050;
	padding: .85em 2em;
	border-radius: .25em;
	cursor: pointer;
	border: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: .9;
}

.button:hover {
	opacity: 1;
}

#tab-wrap p,
#tab-wrap ul {
	line-height: 1.75em;
	font-size: 18px;
	color: #8d9ba2;
	font-family: 'helvetica-light';
	margin-top: 0 !important;
}

#tab-wrap h3 {
	color: #546975;
	margin-top: 35px !important;
	margin-bottom: 15px !important;
}

/* VOICE BOX */

#voice-box {
	position: fixed;
	margin: 0 auto;
	top: 0;
	z-index: 999999;
	left: 0;
	text-align: center;
	display: none;
	right: 0;
}

#voice-box label {
	background: #fffed5;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 3px 12px 3px 12px;
	line-height: 26px;
	border: solid 1px #cfcd59;
	border-radius: 0px 0px 5px 5px;
}

/* #header span {
	float: right;
	font-weight: bold;
	color: #ffffff;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	margin-left: 16px;
} */

/* SIGNUP */

#signuppoup .modal-dialog {
	width: 600px;
	max-width: initial;
	margin-top: 3%;
}

#loginpopup .modal-dialog {
	width: 700px;
	margin-top: 5%;
	max-width: initial;
}

button.close {
	margin: 0 !important;
	font-size: 20px;
	padding: 0 !important;
	right: 8px !important;
	top: 5px !important;
}

.login_signup {
	background-color: #f3f3f3;
	height: 100%;
}

.login_signup div#signuppoup {
	position: relative;
	height: 87vh;
}

.login_signup div#loginpopup {
	position: relative;
	height: 87vh;
}

.login_signup #signuppoup .modal-dialog {
	margin-top: 0;
}

.login_signup #loginpopup .modal-dialog {
	margin-top: 0;
}

.modal-content {
	overflow: hidden;
}
#signuppoup .modal-content,
#forgotpwd .modal-content,
#resetpwd .modal-content {
	border-radius: 0;
	border-color: #eee;
	text-align: center;
	/* font-family: museo; */
	font-weight: 300;
}

#loginpopup .modal-content,
#forgotpwd .modal-content,
#resetpwd .modal-content {
	border-radius: 0;
	border-color: #eee;
	text-align: center;
	/* font-family: museo; */
	font-weight: 300;
}

#subdomain {
	padding: 5px 10px;
	width: 75% !important;
	font-weight: 500;
	color: #4f5c63;
	border: 1px solid #e2e2e2;
}

.modal-header p {
	margin-bottom: .5em !important;
}

#signuppoup .modal-header,
#forgotpwd .modal-header,
#resetpwd .modal-header,
#terms .modal-header,
#privacy_policy .modal-header {
	background: #f5f5f5;
	border-radius: 4px;
	padding-top: 35px;
	padding-bottom: 25px;
	border-bottom: 0;
}

#signuppoup .modal-content,
#loginpopup .modal-content {
	background-color: white;
	box-shadow: none;
	border: 0;
	border-radius: 5px;
}

#loginpopup .modal-header,
#forgotpwd .modal-header,
#resetpwd .modal-header,
#terms .modal-header,
#privacy_policy .modal-header {
	background: #f5f5f5;
	border-radius: 4px;
	padding-top: 35px;
	padding-bottom: 25px;
	border-bottom: 0;
}

#loginpopup .modal-header,
#forgotpwd .modal-header,
#resetpwd .modal-header,
#terms .modal-header,
#privacy_policy .modal-header {
	background: #f5f5f5;
	border-radius: 4px;
	padding-top: 35px;
	padding-bottom: 25px;
	border-bottom: 0;
}

#signuppoup .modal-header,
#loginpopup .modal-header {
	background-color: #fff;
}

#signuppoup .modal-title,
#forgotpwd .modal-title,
#resetpwd h4.modal-title,
#terms h4.modal-title,
#privacy_policy h4.modal-title {
	font-size: 2.6em;
	line-height: 1.14em;
	/* font-family: museo; */
	color: #4f5c63;
	font-weight: 300;
	margin: 0 0 .15em;
	text-align: center;
}

#loginpopup .modal-title,
#forgotpwd .modal-title,
#resetpwd h4.modal-title,
#terms h4.modal-title,
#privacy_policy h4.modal-title {
	font-size: 2.6em;
	line-height: 1.14em;
	/* font-family: museo; */
	color: #4f5c63;
	font-weight: 300;
	margin: 0 0 .15em;
	text-align: center;
}

#signuppoup .modal-header p,
#forgotpwd .modal-header p {
	/* font-family: museo; */
	font-size: 1.15em;
	line-height: 1.5em;
	font-weight: 300;
	color: #788a95;
	margin-bottom: 1em;
}

.modal-backdrop {
	z-index: 100 !important;
}

#loginpopup .modal-header p,
#forgotpwd .modal-header p {
	/* font-family: museo; */
	font-size: 1.15em;
	line-height: 1.5em;
	font-weight: 300;
	color: #788a95;
	margin-bottom: 1em;
}

#signuppoup .modal-header .close,
#forgotpwd .modal-header .close,
#resetpwd button.close,
#terms button.close,
#privacy_policy button.close {
	position: absolute;
	right: 8px;
	top: 4px;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
	font-size: 20px;
}

#loginpopup .modal-header .close,
#forgotpwd .modal-header .close,
#resetpwd button.close,
#terms button.close,
#privacy_policy button.close {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
	margin-right: 15px;
}

#terms .modal-body,
#privacy_policy .modal-body {
	padding: 40px;
}

#terms h3,
#privacy_policy h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0px;
	font-weight: 400;
}

#terms p,
#privacy_policy p {
	margin-bottom: 15px;
}

#signuppoup .modal-body {
	display: inline-block;
	padding: 0 80px 40px 80px;
	width: 100%;
}

#loginpopup .modal-body {
	display: inline-block;
	padding: 40px;
}

.modal-body .button,
#forgotpwd .modal-header .button {
	margin-top: 10px;
	width: 100%;
	font-weight: 300;
	margin-bottom: 0px;
	font-size: 19px;
	background: #00a9da;
	border-color: #0094bf;
	padding: 10px 15px;
}

#signuppoup .modal-body .button {
	margin: 0;
}

#signuppoup .modal-body .button#signup {
	margin-top: 15px;
}

.button.button-google {
	background: #e85f61;
}

.button.button-facebook {
	border: 1px solid #E3E3E3;
	border-radius: 2px;
	font-size: 14px;
	background-color: #fff;
	color: #39414d;
	letter-spacing: 0;
	transition: .2s linear;
	-webkit-box-shadow: 0 1px 2px 0 rgba(57, 65, 77, .12);
	box-shadow: 0 1px 2px 0 rgba(57, 65, 77, .12);
	float: left;
	width: 48%;
}

#social-login,
#signup-popup-form {
	position: relative;
	width: 50%;
	float: left;
}

div#signup-popup-form {
	border-right: 1px solid #E2E2E2;
	padding: 0px 30px 0px 0px;
}

#signup-popup-form #social-login {
	padding: 0px 0px;
}

#social-login {
	padding: 35px 0px 51px 30px;
}

div#signup-popup-form input,
#forgotpwd .modal-header input[type="text"],
#resetpwd input {
	padding: 11px 10px;
	margin-bottom: 10px;
	width: 100%;
	font-weight: 500;
	color: #4f5c63;
	border: 1px solid #e2e2e2;
	font-size: 12px;
}

#social-login p.social-text {
	padding-bottom: 10px;
}

#social-login p {
	/* font-family: museo; */
	margin: 0px;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 300;
	color: #788a95;
	padding: 10px;
}

div#social-login .button span {
	display: inline-block;
	padding-left: 12px;
	padding-top: 2px;
}

div#social-login .button i {
	float: left;
	font-size: 22px;
	color: #3b5998;
}

div#looptodo_content_wrapper a {
	z-index: 1000 !important;
}

a.signup_popup {
	display: none;
}

/* .modal-body.login div#social-login {
	padding: 10px 0px 0px 30px;
} */

/* SIV comment it */

div#signup-popup-form input.error,
div#signup-popup-form input.error:focus {
	border-color: rgba(225, 107, 107, 0.8);
	-webkit-box-shadow: inset 0 0px 1px rgba(225, 107, 107, 0.75), 0 0 8px rgba(225, 107, 107, 0.6);
	-moz-box-shadow: inset 0 0px 1px rgba(225, 107, 107, 0.75), 0 0 8px rgba(225, 107, 107, 0.6);
	box-shadow: inset 0 0px 1px rgba(225, 107, 107, 0.75), 0 0 8px rgba(225, 107, 107, 0.6);
	outline: none;
}

a.forgot_pwd {
	display: block;
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
	opacity: .9;
}

a.forgot_pwd:hover {
	opacity: 1;
	color: #428bca;
}

div#signup-popup-form .rememder input[type="checkbox"] {
	float: left;
	display: inline-block;
	width: inherit;
	margin-right: 5px;
}

.rememder span {
	color: #788a95;
}

#forgotpwd .modal-dialog {
	width: 365px;
	padding: 0px 30px;
	margin-top: 10%;
}

#forgotpwd .modal-header {
	padding: 35px 30px;
}

#forgotpwd .modal-title {
	text-align: left;
	margin-bottom: 15px;
	font-size: 20px;
}

#forgotpwd .modal-header p {
	text-align: left;
	font-size: 14px;
	font-family: proxima-nova;
}

#forgotpwd .modal-header .button {
	font-size: 16px;
}

div#resetpwd .modal-dialog {
	width: 450px;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'helvetica-light';
}

.container {
	margin: 0 auto;
	max-width: 1020px;
	/* background-color: gold; */
}

@media screen and (max-width: 700px) {
	#signuppoup .modal-dialog {
		width: 100%;
		padding: 40px;
	}
	#loginpopup .modal-dialog {
		width: 100%;
	}
	#signuppoup .modal-body {
		padding: 40px;
	}
}

@media screen and (max-width: 400px) {
	#signuppoup .modal-dialog {
		width: 100%;
		margin-top: 10%;
		padding: 10px !important;
	}
	#signuppoup .modal-body {
		padding: 40px;
	}
	#loginpopup .modal-dialog {
		width: 100%;
		margin-top: 10%;
	}
	#subdomain {
		padding: 5px 10px;
		width: 63% !important;
	}
	#signuppoup .fb_g i.fa-google-plus,
	#signuppoup .fb_g i.fa-facebook {
		padding: 15px 43px !important;
	}
}

.features-list ul li {
	font-family: helvetica-light;
	font-size: 18px;
	color: #5b5b5b;
	text-align: center;
	padding-top: 150px;
	margin-bottom: 35px;
	margin-top: 45px;
}

.challenge {
	background: url(https://storage.googleapis.com/adaptiveyou-signup/images/challenges.png) no-repeat center top;
}

.badgecourse {
	background: url(https://storage.googleapis.com/adaptiveyou-signup/images/badgescourses.png) no-repeat center top;
}

.store {
	background: url(https://storage.googleapis.com/adaptiveyou-signup/images/store.png) no-repeat center top;
}

.auction {
	background: url(https://storage.googleapis.com/adaptiveyou-signup/images/auction.png) no-repeat center top;
}

.peers {
	background: url(https://storage.googleapis.com/adaptiveyou-signup/images/peers.png) no-repeat center top;
}

.message {
	background: url(https://storage.googleapis.com/adaptiveyou-signup/images/messages.png) no-repeat center top;
}

.features-list ul {
	list-style: none;
	margin: 0;
}

.features-list ul li h4 {
	color: #444;
	margin: 30px 0px;
	font-size: 1.3em;
}

.features-list {
	/* margin-top:-45px; */
}

/*a.logo {
	background: url(https://storage.googleapis.com/adaptiveyou-signup/images/newu_logo.png) 0px 0px no-repeat;
	width: 130px;
	background-size: contain;
	height: 25px;
	margin: 9px 0px;
	display: block;
}*/

ul.header_nav {
	list-style: none;
	float: left;
	margin: 17px 0 17px 30px;
	margin-left: 12%;
}

ul.header_nav>li {
	float: left;
	display: inline-block;
	opacity: .6;
	margin-right: 5px;
}

ul.header_nav>li.active,
ul.header_nav>li:hover {
	opacity: 1;
}

ul.header_nav>li a {
	color: #5f7172;
	padding: 10px;
	font-size: 16px;
	text-decoration: none;
	font-family: 'helvetica-light';
	font-weight: 600;
}

.landing-head .nav-head.pull-right {
	margin: 7px 30px 22px 0px;
}

/* .features-list ul:first-child {
border-bottom: 1px solid #eee;
display: inline-block;
} */

.features-list ul li.divided {
	height: 1px;
	background: #eee;
	padding: 0;
	margin: 0;
	clear: both;
}

ul.footnav {
	list-style: none;
}

ul.footnav li {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #ddd;
	padding-left: 10px;
}

ul.footnav li:last-child {
	border-right: transparent;
	padding-right: 0px;
}

ul.footnav li a {
	color: #aaa;
	cursor: pointer;
}

ul.footnav li a:hover {
	text-decoration: underline;
}

#terms h3:first-child,
#privacy_policy h3:first-child {
	margin-top: 0;
}

/*** V8S Code Start Here for contact us ***/

.contact-holder {
	margin: 80px auto;
	max-width: 1020px;
	padding: 0px 30px;
}

.contact-holder b {
	text-align: left;
	display: block;
	margin-bottom: 10px;
	color: #474e4e;
	font-size: 18px;
}

.contact-holder label {
	font-weight: normal;
	color: #474e4e;
	display: none;
}

.contact-holder div {
	width: 60%;
	margin-right: 10%;
}

.contact-holder-followus {
	margin-right: 0px !important;
	width: 30% !important;
}

.contact-holder div input[type="text"] {
	display: block;
	color: #474e4e;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	width: 100%;
	margin-bottom: 20px;
}

.contact-holder div textarea {
	display: block;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	width: 100%;
	margin-bottom: 20px;
}

.contact-holder h3 {
	margin: 0px;
	padding: 0px 0px 20px;
}

.contact-holder p {
	margin: 0px;
	padding: 0px 0px 20px;
	text-align: left;
}

.contact-holder i {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 30px;
	margin: 6px;
	line-height: 53px;
	color: #fff;
	border-radius: 35px;
	opacity: 1;
	background-color: #f4f4f4;
}

i.fa-check {
	color: #02a5b4;
}

.contact-holder i:hover {
	opacity: 0.8;
}

.fb-icon {
	/* background-color: #f4f4f4; */
	color: #385a99 !important;
}

.twi-icon {
	/* background-color: #27abdc; */
	color: #27abdc !important;
}

.gplus-icon {
	/* background-color: #cc3635; */
	color: #cc3635 !important;
}

.clearall {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input.error,
textarea.error {
	border: 1px solid rgba(225, 107, 107, 0.8) !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(225, 107, 107, 0.75), 0 0 8px rgba(225, 107, 107, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(225, 107, 107, 0.75), 0 0 8px rgba(225, 107, 107, 0.6);
	box-shadow: inset 0 1px 1px rgba(225, 107, 107, 0.75), 0 0 8px rgba(225, 107, 107, 0.6);
	outline: none;
}

.gplus-icon:hover {
	background: #cc3635 !important;
	color: #fff !important;
}

.twi-icon:hover {
	background: #27abdc !important;
	color: #fff !important;
}

.fb-icon:hover {
	background: #385a99 !important;
	color: #fff !important;
}

.banner p a:before,
.banner p a:after {
	box-sizing: inherit;
}

#first.main .row.class {
	padding: 0px 15px;
}

#social-icons li div {
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	border-radius: 100px;
	text-align: center;
	line-height: 40px;
	transition: all 0.5s ease;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	background-color: #fff;
}

footer .linklist>div>ul>li {
	line-height: 25px;
	font-size: 14px;
}

/* #social-icons li div:hover{
	  background-color: rgba(0,0,0,0.025);
  box-shadow: inset 0 0 0 1px #d6d6d6;
} */

#social-icons li .entypo-facebook:hover {
	background-color: #385a99;
	color: #fff;
}

#social-icons li .entypo-facebook {
	color: #385a99;
}

#social-icons li .entypo-twitter:hover {
	background-color: #00aced;
	color: #fff;
}

#social-icons li .entypo-twitter {
	color: #00aced;
}

#social-icons li .entypo-gplus:hover {
	background-color: #dd4b39;
	color: #fff;
}

#social-icons li .entypo-gplus {
	color: #dd4b39;
}

ul#social-icons li {
	list-style: none;
}

#social-icons li label {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	display: none;
}

ul#social-icons {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0px;
}

.social_linkhold {}

ul.bullets li {
	list-style-type: none;
	background: url("../images/right_marks.png") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
	color: #999999;
	line-height: 26.6px;
	font-size: 17px;
	padding-left: 25px;
}

/* NEW FOOTER CHANGES */

.otherlink_list {
	width: 32%;
	float: left;
	margin-right: 5%;
	/* border-right: 1px solid rgba(255, 255, 255, 0.7); */
}

.contactus_hold {
	width: 25%;
	float: left;
}

footer .linklist>div>h4,
.contactdtl_hold h4,
.social_linkhold h4 {
	color: #fff;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	opacity: .8;
}

footer .linklist>div>ul {
	width: 100%;
	float: left;
	box-sizing: border-box;
	color: #fff;
	padding-left: 15px;
	opacity: .8;
	margin: 0;
}

.otherlink_list>ul>li>a {
	color: #fff;
	font-weight: 300;
}

.contactdtl_hold>a {
	color: #fff;
	display: block;
	/* padding-left: 33px; */
	position: relative;
	margin-bottom: 10px;
	opacity: .8;
}

.contactdtl_hold>a>span {
	font-size: 14px;
	cursor: pointer;
	font-weight: 300;
}

.contactdtl_hold>a>i {
	position: absolute;
	font-size: 18px;
	left: 0px;
	cursor: pointer;
}

.contactdtl_hold {
	margin-bottom: 40px;
}

.mobile_logview {
	cursor: default;
	padding: 10px 30px;
	text-align: center;
}

.mobile_logview .btn.btn-success {
	display: inline-block !important;
	opacity: 1;
	color: #00b5c5;
	margin-right: 10px;
	background-color: transparent;
	width: 150px;
	border-color: #00b5c5;
}

.mobile_logview a.signup_popup {
	border-color: #F56956;
	background-color: #F56956;
	color: #fff;
}

.contactdtl_hold>a.phone_id {
	cursor: default !important;
	text-decoration: none !important;
}

.contactdtl_hold>a.phone_id span,
.contactdtl_hold>a.phone_id i {
	cursor: default;
}

#signuppoup #signup-popup-form {
	border-right: 0px solid #E2E2E2;
	padding: 0px;
}

#signuppoup #signup-popup-form {
	position: relative;
	width: 100%;
	float: none;
}

#signuppoup div#social-login {
	float: none;
	width: 100%;
}

#signuppoup h4.modal-title {
	font-size: 2.0em;
}

#signuppoup .fb_g {
	text-align: center;
	display: none;
}

#signuppoup .fb_g p {
	margin: 0px;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 300;
	color: #788a95;
	padding: 10px;
}

#signuppoup .fb_g i.fa-facebook {
	color: #5c85c1;
	font-size: 20px;
	border: 1px solid #5c85c1;
	margin-right: 2%;
	background: #fff;
	cursor: pointer;
	border-radius: 4px;
	padding: 15px 76px;
}

#signuppoup .fb_g i.fa-facebook:hover {
	background-color: #5c85c1;
	color: #ffffff;
	transition: background 0.3s linear;
	transition: color 0.3s linear;
}

#signuppoup .fb_g i.fa-google-plus {
	font-size: 20px;
	margin-left: 2%;
	cursor: pointer;
	border-radius: 4px;
	padding: 15px 74px;
	background: #fff;
	color: #e85f61;
	border: 1px solid #e85f61;
}

#signuppoup .fb_g i.fa-google-plus:hover {
	background-color: #e85f61;
	color: #ffffff;
	transition: background 0.3s linear;
	transition: color 0.3s linear;
}

#signuppoup .name_show {
	display: none;
}

.modal-body .button {
	margin-bottom: 0px;
}

#signuppoup input#subdomain {
	width: 100% !important;
	padding-right: 100px;
}

.subdomain {
	display: inline-block;
	right: 0;
	padding: 5px 10px;
	position: absolute;
	border-left: 1px solid #e2e2e2;
	margin: 6px 0px;
}

#signuppoup span.subdomain_span {
	color: #788a95;
}

/* div#signup-popup-form input#email {
    cursor: pointer;
} */

#social-login div#signup_mail {
	margin-top: 0px;
	width: 30%;
	padding: 9px 15px;
	border-radius: 0px;
	color: #ffffff;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

#social-login div#signup_mail p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	padding: initial;
}

#social-login div#signup_mail {
	margin-top: 0px;
	width: 30%;
	padding: 9px 15px;
	border-radius: 0px;
	color: #ffffff;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

div#signup-popup-form input#signup_email {
	width: 70%;
	float: left;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

/* error_page */

.error_page {
	background-color: #fff;
	width: 100%;
	height: 915px;
	background-repeat: no-repeat;
	background-position: -60px 150px;
	text-align: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.error_page.application {
	font-family: museo;
}

.error_page.website {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header {
	padding: 30px;
}
.logo-404 {
  display: inline-block;
  width: 132px;
  height: 26px;
  font-size: 0;
  vertical-align: middle;
}

.header span {
	font-family: museo;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
}

.header span.u {
	font-family: sans-serif;
	font-weight: 600;
	color: #00a5b4;
}

.error_page h1 {
	font-size: 120px;
  margin: 150px 0 0 0;
  font-weight: 400;
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1;
	}
	50% {
		opacity: .6;
	}
	100% {
		opacity: 1;
	}
}

.error_page h2 {
	font-size: 30px;
	font-weight: 500;
	color: #565A5C;
	margin-top: 20px;
}

.error_page p {
	font-size: 22px;
	font-weight: 300;
	margin-top: 0;
	color: #565A5C;
}

.error_page p>a {
	color: #008AD0;
	text-decoration: none;
}

.error_page .cloud1,
.error_page .cloud2 {
	position: absolute;
	top: 160px;
	height: 200px;
	width: 200px;
	display: inline-block;
	background-repeat: no-repeat;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.error_page .cloud1 {
	background-image: url("https://storage.googleapis.com/adaptiveyou/images/cloud1.png");
	left: 80px;
	-webkit-animation: cloud_one 35s linear infinite;
	-moz-animation: cloud_one 35s linear infinite;
	-o-animation: cloud_one 35s linear infinite;
}

.error_page .cloud2 {
	background-image: url("https://storage.googleapis.com/adaptiveyou/images/cloud2.png");
	right: 300px;
	-webkit-animation: cloud_two 40s linear infinite;
	-moz-animation: cloud_two 40s linear infinite;
	-o-animation: cloud_two 40s linear infinite;
}

/*for cloud1*/

@-webkit-keyframes cloud_one {
	0% {
		left: 0px;
	}
	50% {
		left: 380px;
	}
	100% {
		left: 0;
	}
}

@-moz-keyframes cloud_one {
	0% {
		left: 0px;
	}
	50% {
		left: 380px;
	}
	100% {
		left: 0;
	}
}

/*for cloud2*/

@-webkit-keyframes cloud_two {
	0% {
		right: 300px;
	}
	50% {
		right: 0px;
	}
	100% {
		right: 300px;
	}
}

@-moz-keyframes cloud_two {
	0% {
		right: 300px;
	}
	50% {
		right: 0px;
	}
	100% {
		right: 300px;
	}
}

/*for ship*/

.error_page .ship {
	width: 550px;
	height: 350px;
	position: absolute;
	left: 215px;
	z-index: 998;
	background-image: url("https://storage.googleapis.com/adaptiveyou/images/ship.png");
	background-repeat: no-repeat;
	bottom: 0;
	-webkit-animation: 5s ease-in-out 0s normal none infinite floating;
	-moz-animation: 5s ease-in-out 0s normal none infinite floating;
}

@-webkit-keyframes floating {
	0% {
		bottom: 160px;
		-webkit-transform: rotate(1deg);
		-webkit-transform-origin: -20% -40%;
		left: 420px;
	}
	50% {
		bottom: 160px;
		-webkit-transform: rotate(-1deg);
		-webkit-transform-origin: -20% -40%;
		left: 422px;
	}
	100% {
		bottom: 160px;
		-webkit-transform: rotate(1deg);
		-webkit-transform-origin: -20% -40%;
		left: 420px;
	}
}

@-moz-keyframes floating {
	0% {
		bottom: 70px;
		-webkit-transform: rotate(1deg);
		-webkit-transform-origin: -20% -40%;
		left: 380px;
	}
	50% {
		bottom: 70px;
		-webkit-transform: rotate(-1deg);
		-webkit-transform-origin: -20% -40%;
		left: 382px;
	}
	100% {
		bottom: 70px;
		-webkit-transform: rotate(1deg);
		-webkit-transform-origin: -20% -40%;
		left: 380px;
	}
}

/*for waves*/

.error_page .waves1,
.error_page .waves2,
.error_page .waves3,
.error_page .dup2,
.error_page .dup3 {
	position: absolute;
	width: 100%;
	height: 560px;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.error_page .waves1 {
	background-image: url("https://storage.googleapis.com/adaptiveyou/images/waves1.png");
	z-index: 1000;
	background-position: 0px 7px;
}

.error_page .waves2 {
	z-index: 900;
	background-image: url("https://storage.googleapis.com/adaptiveyou/images/waves2.png");
}

.error_page .waves2,
.error_page .waves3 {
	background-position: 0 250px;
	-webkit-animation: moveon 10s linear infinite;
	-moz-animation: moveon 10s linear infinite;
	-o-animation: moveon 10s linear infinite;
}

.error_page .dup2 {
	background-image: url("https://storage.googleapis.com/adaptiveyou/images/waves2.png");
	background-position: 0 215px;
}

.error_page .waves3 {
	background-image: url("https://storage.googleapis.com/adaptiveyou/images/waves3.png");
	background-position: 0 215px;
}

.error_page .dup3 {
	background-image: url("https://storage.googleapis.com/adaptiveyou/images/waves3.png");
	background-position: 0 215px;
}

@-webkit-keyframes moveon {
	0% {
		bottom: 0px;
		left: 0;
	}
	50% {
		bottom: 15px;
		left: 30px;
	}
	75% {
		bottom: 5px;
	}
	100% {
		bottom: 0px;
		left: -10px;
	}
}

@-moz-keyframes moveon {
	0% {
		bottom: 0px;
		left: 0;
	}
	50% {
		bottom: 15px;
		left: 30px;
	}
	75% {
		bottom: 5px;
	}
	100% {
		bottom: 0px;
		left: -10px;
	}
}

.error_page .stones {
	background-image: url('https://storage.googleapis.com/adaptiveyou/images/stones.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 85px;
	z-index: 999;
	height: 135px;
	bottom: 105px;
	left: 398px;
	-webkit-animation: mymove 5s ease-in-out infinite;
	;
	-moz-animation: mymove 5s ease-in-out infinite;
	;
	-o-animation: mymove 5s ease-in-out infinite;
	;
}

@-webkit-keyframes mymove {
	0% {
		bottom: 105px;
	}
	50% {
		opacity: .7;
	}
	100% {
		bottom: 0px;
		opacity: 0;
	}
}

@-moz-keyframes mymove {
	0% {
		bottom: 105px;
	}
	50% {
		opacity: .7;
	}
	100% {
		bottom: 0px;
		opacity: 0;
	}
}

/* error_page ends */

.drop-ul {
	position: absolute;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.64);
	top: 35px;
	left: -100px !important;
	text-align: center;
	padding: 0px 10px;
	font-size: 16px;
	min-width: initial;
	width: 140px;
}

.drop-ul:before,
.drop-ul:after {
	content: '';
	display: inline-block;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -9px;
	left: 9px;
}

.drop-ul:before,
.drop-ul:before {
	left: auto;
	right: 12px;
}

.drop-ul:after,
.drop-ul:after {
	left: auto;
	right: 12px;
}

.drop-ul:after {
	top: -8px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #f3f3f3;
	border-bottom-color: rgb(255, 255, 255);
}

.drop-ul>li {
	width: 100%;
	cursor: default;
	padding: 10px 0px;
	color: #9faaaa;
}

.drop-ul>li:after {
	display: none;
}

.drop-ul>li a {
	border: 1px solid #809292;
	border-radius: 2px;
	padding: 8px 10px;
	font-size: 14px;
}

.university {
	display: inline-block;
}

.university:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .3s ease, background-color .3s ease;
}

.university:hover:after {
	width: 80%;
	background: #238CA9;
}

.drop-ul {
	display: none;
}

span.profile-img:hover .drop-ul {
	display: block;
}

.ls-chat .ConversationButton.unreadIcon i {
	background-color: #f8706f;
}

span.privacy-message {
	margin-top: 10px;
	display: inline-block;
	text-align: left;
	font-size: 12px;
}

#privacy_policy .modal-dialog,
#terms .modal-dialog {
	max-width: 800px !important;
	width: initial;
}

.modal ul {
	list-style-type: disc;
	padding: 0 20px;
}

.modal ul li {
	font-size: 15px;
	font-weight: 300;
	color: #607286;
	line-height: 1.7em;
}