/* header section in home page */
html, body{
    margin: 0px;
    bgcolor:#000000;
    min-width:1200px;
}

.header {
	position: fixed;
	top: 0;
	z-index:1;
	width: 100%;
	min-width: 1200px;
	height: 100px;
	margin: auto;
	background-color:#e4f2fb;
}

.clear{
    clear:both;
}

.content {
	margin-top: 100px;
	overflow-x: hidden;
}

.content:before,
.content:after {
	display: table;
	line-height: 0;
	content: "";
}

.header-content {
	width: 70%;
	margin: auto;
	height: 100%;
}

#logo {
	color: white;
	width: 35%;
	min-width:396px;
	height: 100%;
	float: left;
	display: inline-block;
	vertical-align: middle;
}

#flow_logo {
	font-family: Helvetica, Arial;
	font-size: 36px;
	font-weight: bold;
	width: 85px;
	line-height: 100px;
	display: inline-block;
	margin: 0px;
	padding-left:17px;
	vertical-align: top;
	color: white;
}

button {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

button:hover {
	opacity: 0.7;
	font-family: Helvetica;
}

.headerTab {
	font-family: Helvetica;
	font-size: 18px;
	display: table-cell;
}

.header ul {
    list-style-type: none;
    margin: auto;
    padding-left: 50%;
    line-height: 5;
    text-align: right;
    width: 80%;
    height: 100%;
}

.header li {
    display: inline;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: center;
    font-weight: bold;
    float: left;
    line-height: 100px
}

/* footer section */
.footer {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 260px;
	font-family: Helvetica;
	font-size: 20px;
}

.footer h4 {
	color: #707070;
}

.footer ul {
    list-style-type: none;
    margin: auto;
    padding-top: 4px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.footer li {
	color: #707070;
}

.footer div div {
	vertical-align: top;
	padding-top: 38px;
	display: table-cell;
}

/* home page css */
a {
    text-decoration:none;
    color: #158bdd;
    font-family: Helvetica;
	font-size: 18px;
}
a:hover {
	color: #27aae1;
}

.tryNowBtn {
  vertical-align: middle;
  background-color: #158bdd;
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 5px;
  color: white;
}

.first {
	position: relative;
  width:100%;
  min-width: 1200px;
  height: 975px;
}

#canvas_container {
  width:80%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px;
}

#overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color:rgba(255, 255, 255, 0.55);
}

.second {
	position: relative; width:100%; min-width:1200px; height: 1020px;
}

.features_bullet {
	width: 27%;
	min-height: 310px;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.border_right {
  border-right: 1px solid #cbcbcb;
}

.border_bottom {
  border-bottom: 1px solid #cbcbcb;
}

.bullet_header_container {
	width: 100%;
	text-align:left;
	padding-left: 10%;
}

.bullet_header_text {
	color: #363636;
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
  width: 80%;
}

.img_spacing {
  padding-right:25px;
}

.bullet_desc {
	color: #363636;
	font-size: 24px;
	font-family: arial;
	width: 85%;
  height:145px;
	text-align:left;
	padding-left: 10%;
}

.third {
	position: relative;
	width:100%;
	min-width:1200px;
	height: 470px;
}

.home_heading {
  color: #555555;
  font-size: 48px;
  font-family: arial;
  font-weight: bold;
  width: 100%;
}

/* feature page css */
.feature-content {
	width: 80%;
	height: 4260px;
	margin: auto;
	padding-top: 165px;
	text-align: center;
}

.feature-1st_stmt {
	margin-top:0;
	padding-top: 165px;
	font-size: 48px;
	color: #27aae1;
	font-weight: bold;
	font-family: Helvetica;
	text-align: center;
}

.feature_title {
	margin-top:0;
	font-size: 48px;
	color: black;
	font-weight: bold;
	font-family: Helvetica;
	text-align: center;
}

.feature_stmt {
	padding-bottom: 40px;
	font-size: 24px;
	color: black;
	font-family: Helvetica;
	text-align: center;
	width: 60%;
	margin: auto;
}

.feature-last_stmt {
	margin-top:0;
	font-size: 48px;
	color: #27aae1;
	font-weight: bold;
	font-family: Helvetica;
	text-align: center;
}

.feature-signup {
	width: 30%;
	margin: auto;
	text-align: center;
}

.signupBtn {
	background-color: #27aae1;
	border: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	color: white;
	font-size: 18px;
	margin: auto;
}

hr {
	background-color: #ededed;
	height: 3px;
	border: 0;
	margin-top: 80px;
	margin-bottom: 70px;
}

.feature_an {
	float: left;
	margin-top: 400px;
	margin-left: -65px;
}

.feature_ios {
	float: right;
	margin-top: 752px;
	margin-right: -23px
}

/* template page css, deprecated. Reused in about us */
.templates {
	position: relative;
	width:100%;
	min-width:1200px;
	height: 1400px;
	background: #ffffff;
}

.template_container {
	position: absolute;
	top:0%;
	width: 100%;
	height: 100%;
	text-align: center;
}

.template_block {
	display: inline-block;
	vertical-align: top;
	height: 320px;
	width: 23%;
	min-width:310px;


	display:inline-block;
}

.template_block p{
	padding-left: 25px;
	text-align: left;
	color: black; font-size: 36px; font-family: arial; font-weight: bold; width: 100%;
}

.template_block_header {
	padding-left: 40px;
	text-align: left;
	color: black;
	font-size: 30px;
	font-family: Helvetica, arial;
	font-weight: bold;
	width: 91%;
}

.template_list {
	padding-left: 40px;
	color: #363636;
	font-size: 24px;
	font-family: Helvetica, arial;
	width: 80%;
	text-align:left;
}

.template_list li{
	/*list-style-position:inside*/
	margin-left: 20px;
}

#template_header {
	color: #27aae1;
	font-size: 48px;
	font-family: arial;
	font-weight: bold;
	width: 100%;
	padding-top:80px;
	margin-top:0px;
}

/* contact us section in home */
.contact_us {
	position: relative;
  width:100%;
  height: 765px;
  min-width:1200px;
  overflow: hidden;
}

.contact_us_area {
  position: absolute;
  top: 10%;
  width: 100%;
}

#contact_msg {
	color: #8dc63f;
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
	margin: 0px;
	text-decoration: underline;
	margin-bottom: 20px;
}

.contact_text_field {
  border-radius: 5px;
  border: none;
  font-size: 18px;
  padding: 7px;
  font-family: arial;
}

.short_tf {
  min-width: 346px;
  margin-right: 7px;
}

.long_tf {
  min-width: 720px;
  margin-top: 1%;
}

.contact_btn {
  /*vertical-align: middle;*/
  background-color: #158bdd;
  border: none;
  padding: 7px 35px 7px 35px;
  margin-top: 5%;
  border-radius: 5px;
  color: white;
  min-width: 179px;
}

#mc-embedded-subscribe {
  margin-top: 0%;
}

.mc-field-group {
  margin-top: 48px;
  padding: 30px 40px;
  background-color:rgba(255, 255, 255, 0.55);
}

.subscribe_label {
  color: #363636;
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
}

.subscribe_label span{
  position:relative;
  top:2px;
}

/* about us css */
.about_us-content {
	width: 68%;
	height: 1607px;
	margin: auto;
}

.company_desc-title {
	width: 80%;
	margin: auto;
	padding-top: 84px;
	font-size: 42px;
	color: #158bdd;
	font-weight: bold;
	font-family: Helvetica;
	text-align: center;
}

.content-stmt {
	width: 80%;
	margin: auto;
	padding-top: 60px;
	font-size: 16px;
	color: black;
	font-family: Helvetica;
}

#about_us-stmt {
	text-align: justify;
}

#pricing-stmt {
	text-align: center;
}

.profile {
	width: 32%;
	margin: auto;
	margin-top: 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.title{
	font-size: 18px;
	color: black;
	font-family: Helvetica;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 25px;
}

.name{
	font-size: 18px;
	color: #27aae1;
	font-family: Helvetica;
	font-weight: bold;
	margin-top:0;
}

.desc{
	font-size: 18px;
	color: black;
	font-family: Helvetica;
	width: 86%;
	margin: auto;
}

.fb_iframe_widget span {
    vertical-align: initial !important;
}

.toast_success {
	position: absolute;
	width: 100%;
	top: 50%;
	display: none;
}

.toast_success div {
	width: 15%;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	background-color: black;
	color: white;
	padding: 20px;
	font-family: arial;
	-webkit-border-radius: 5px;
	box-shadow: 7px 7px 4px #888888;
}

/* Become a partner CSS */
.partner_stmt {
	width: 80%;
	margin: auto;
	font-size: 16px;
	color: black;
	font-family: Helvetica;
}

.partner-content {
	width: 68%;
	height: 1857px;
	margin: auto;
}

/*
@media only screen
and (min-device-width : 320px)
and (max-device-width : 1200px) {
	.fb_iframe_widget span {
    	vertical-align: top !important;
	}
}

@media screen and (device-aspect-ratio: 40/71) {
	.fb_iframe_widget span {
    	vertical-align: top !important;
	}
}*/
