/*------------- Reset browser differences ------------- */

<style>
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
</style>

* {
	padding: 0;
	margin: 0;
}


/* ------------ Body styles ------------ */


body {
	background-color: #ffffff;
	color:#ffffff;
	font: 16px/1.3 'Open Sans',sans-serif;
}




/* ------------ Header styles ------------ */



/* ------ Home ------ */


.mainlogo {
	height: 120px;
	text-align:center;
}

.mainlogo img {
	width: 130px;
	padding-top: 35px;
}

.navbar {
	margin-top: 20px;
}

.navbar-header {
	padding-top: 5px;
}

.navbar-links {
font-family: 'Open Sans',sans-serif;
font-size: 16px;
color: #43484D;
letter-spacing: 0px;
line-height: 16px;
font-weight: 400;
}

.navbar-links:hover {
	color: #358Ed7;
}

.navbar-links.active {
	color: #358Ed7;
}

.icon-bar {
	background-color: black;
}

.nav li a:hover,
.nav li a:focus {
	background-color: transparent;
}

.btn-login {
	border: 2px solid #E1E8EE;
	border-radius: 6px;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #43484D;
	letter-spacing: 0px;
	line-height: 16px;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: 400;
}

.btn-login:hover {
	color: #ffffff;
	background-color: #3498DB !important;
	border-color: #3498DB;
}

.btn-signup {
	border-radius: 6px;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: 16px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: 400;
	background-color: #3498DB !important;
}

.btn-signup:hover {
	color: #ffffff;
	background-color: #2e9ee8 !important;
	border-color: #2e9ee8;
}

.btn-signup2 {
	border: 2px solid #E1E8EE;
	border-radius: 6px;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #43484D;
	letter-spacing: 0px;
	line-height: 16px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 38px;
	padding-right: 38px;
	margin-left: 20px;
	font-weight: 400;
}

.btn-signup2:hover {
	color: #ffffff;
	background-color: #3498DB !important;
	border-color: #3498DB;
	text-decoration: none;
}

.btn-signup3 {
	border-radius: 6px;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-color: #3498DB;
	letter-spacing: 0px;
	line-height: 16px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 38px;
	padding-right: 38px;
	margin-left: 20px;
	font-weight: 400;
}

.btn-signup3:hover {
	color: #ffffff;
	background-color: #2e9ee8 !important;
	border-color: #2e9ee8;
	text-decoration: none;
}

/* ------------ Section styles ------------ */

.h1blackleft {
	font-family: 'Open Sans',sans-serif;
	font-size: 42px;
	color: #43484D;
	letter-spacing: -2px;
	line-height: 58px;
	font-weight: 200;
}

.section1text {
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	color: #5E6977;
	letter-spacing: 0px;
	line-height: 26px;
	font-weight: 200;
	padding-top: 5px;
}

.featurestag {
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #86939E;
	letter-spacing: 0px;
	line-height: 18px;
	font-weight: 400;
	margin-bottom: -60px;
}

.featuresicons {
	font-size: 60px;
	color: #86939E;
}

.sectionicons {
	font-size: 32px;
	color: #86939E;
}

.featurestitle {
	font-family: 'Open Sans',sans-serif;
	font-size: 20px;
	color: #43484D;
	letter-spacing: 0px;
	line-height: 25px;
	font-weight: 400;
}

.pbody {
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #86939E;
	letter-spacing: 0px;
	line-height: 25px;
	font-weight: 300;
}

.quote1 {
	font-family: 'Open Sans',sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #43484D;
	letter-spacing: 0px;
	line-height: 46px;
	font-weight: 200;
}

.quote2 {
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	color: #5E6977;
	letter-spacing: 0px;
	line-height: 32px;
	font-weight: 100;
}

.form-control {
	border: 2px solid #E1E8EE;
	border-radius: 6px;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #86939E;
	letter-spacing: 0px;
	line-height: 16px;
	height: 60px;
	font-weight: 300;
}

.submit-btn {
	background-color: #358ED7;
	height: 60px;
	border-color: #358ED7;
	padding-top: 18px
}

.line1 {
	padding-top: 15px;
	border-bottom: #EEEEEE solid 1px;
}

.line2 {
	border-top: #EEEEEE solid 1px;
}

.sectionline1 {
	padding-bottom: 100px;
	border-bottom: #EEEEEE solid 1px;
}



/* ------ Home ------ */
.me-wrapper {
	border-left: 1px #43484D solid;
}

.you-wrapper {
	border-right: 1px #43484D solid;
}

/* ------ Too many People ------*/


.toomanypeople {
	text-align:center;
	display: block;
	margin:0px auto;
	width: 750px;
	height: 300px;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow:0px 3px 3px #e3e4e6;
	color: #637277;
}
.toomanypeople h2 {
	padding-top: 100px;
	padding-bottom: 8px;
}
.toomanypeople h5 {
	font-weight: normal;
	margin-bottom: 100px;
}


/* ------ Chat Screen ------ */

.body {
	text-align:center;
	width: 40%;
	display: block;
	margin:0px auto 650px;
	background-color: #ffffff;
	color: #43484D;
}

.chats {
	list-style-type: none;
	margin-top:10px;
}

.me {
	clear:both;
	float:left;
	margin-bottom:10px;
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	color: #43484D;
	font-weight: 100;
	line-height: 40px;
}

.you {
	clear:both;
	float:right;
	margin-bottom:10px;
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	color: #43484D;
	font-weight: 300;
	line-height: 40px;
}


/* ------------ Footer styles ------------ */

footer {
	position: relative;
	bottom:0;
	left:0;
	width:100%;
	padding-top: 38px;
	padding-bottom: 38px;
}

#usertypeselect {
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	padding-top: 38px;
	padding-bottom: 38px;
}

.userselection h1 {
	font-family: 'Open Sans',sans-serif;
	font-size: 30px;
	color: #43484D;
	letter-spacing: 0px;
	line-height: 25px;
	margin: 0px;
	font-weight: 300;
}

.pagesfooter {
	background: #86939E;
}

.pagesfooter .container p {
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 25px;
}
.usertype {
	font-weight: 100;
	color: #43484D !important;
}
#chatform {
	margin: 0 auto;
	margin-bottom: 50px;
}

#message {
	width: 90%;
	height: 45px;
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding-left: 20px;
	resize: none;
	font:inherit;
	color:#272827;
}
.dropdown-menu {
	margin-top: 20px;
	margin-left: 20px;
}

.dropdown-menu li a {
	font-weight: 100;
	font-family: 'Open Sans',sans-serif;
	line-height: 1.22;
	color: #43484D;
	font-size: 24px;
}

.videobg-modal {
	background: transparent;
	box-shadow: none;
	border: none;
}



/* ---------------------- HIDE -------------------------- */

.toomanypeople {
	display:none;
}

.companyform {
	display:none;
}

/* ---------------------- SHORTCUTS -------------------------- */

.w95 {
	width: 95px;
}

.w80 {
	width: 80px;
}

.pl50 {
	padding-left: 50px;
}

.mtn {
	margin-top: 0px;
}

.mt5 {
	margin-top: 5px;
}

.mt15 {
	margin-top: 15px;
}

.mt50 {
	margin-top: 50px;
}

.mt70 {
	margin-top: 70px;
}

.mt100 {
	margin-top: 100px;
}

.mrn {
	margin-right: 0px;
}

.mln {
	margin-left: 0px;
}

.ml15 {
	margin-left: 15px;
}

.ml30 {
	margin-left: 30px;
}

.mbn {
	margin-bottom: 0px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.inline-block {
	display: inline-block;
}

@media (min-width: 1200px) {
	.mt100-lg {
		margin-top: 100px;
	}
}