/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 125px;
  padding-top: 70px;
}

.bg-gray {
	background-color: #f5f5f5;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 125px;
  background-color: #f5f5f5;
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
	margin-top:10px;
}

.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.reauth-email {
    display: block;
    margin-bottom: 10px;
}

.form-signin input[type=email],
.form-signin input[type=password] {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
	display:inline-block;
    color: rgb(104, 145, 162);
	margin-top:5px;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.navbar-brand {
	font-size: 24px;
	color:#2bbf54 !important;
	margin-right:20px;
}

.navbar-brand span {
	color: #000;
}

.navbar-nav .active a {
	background:transparent !important;
	border:2px solid black;
	padding-top: 6px;
    padding-bottom: 6px;
	margin-top: 7px;
	font-weight:bold;
	color:#000 !important;
}

.title {
	font-size:40px;
	text-align:center;
	margin: 20px 0;
	color:#000;
}

.btn {
	border-radius:0 !important;
}

.mbtn {
	width:30%;
	min-width:260px;
	max-width:350px;
	margin: 0 auto;
	background-color: #2cbf55 !important;
	color:#FFF;
	letter-spacing:0.5px;
	font-size:18px;
	padding-top:10px;
	padding-bottom:9px;
	margin-top:30px;
}

.mbtn:hover {
	border:1px solid green;
	color:#FFF;
	background-color: #2ab551 !important;
}

.main-img {
	position:relative;
	max-width:1000px;
	margin:0 auto;
}

.main-img .slide {
	width: 74%;
	position: absolute;
	top: 6%;
	left: 13%;
}

.main-image {
	margin: 60px auto;
}

.main-shadow {
	height:30px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
}

.main-shadow.reverse {
	background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.0) 100%);
}

.title span {
	white-space: nowrap;
}

.title .light-gray{
	color:#999;
}

.title .gray{
	color:#666;
}

.features {
	max-width:1000px;
	padding-bottom:60px;
}

.feature {
	float:left;
	width:48%;
	background-color:#FFF;
	padding:3%;
	margin:1%;
	text-align:center;
}

.feature h3 {
	margin:0 0 10px;
}

.feature img {
	margin:20px auto;
}

.feature p {
	font-size:14px;
	margin:0 auto;
	max-width: 300px;
}

.pricing {
	max-width:900px;
	margin-bottom: 60px;
}

.pricing .plan {
	float:left;
	width:27%;
	padding-bottom:10px;
	margin:20px 3%;
	border: 1px solid #AAA;
	
	text-align:center;
}

.pricing .plan.popular {
	margin-top:0;
}

.pricing .plan.popular .most {
	height:20px;
	padding-top:2px;
	border-bottom:1px solid #AAA;
	background-color: #2cbf55;
	color:#FFF;
	font-size:12px;
}

.pricing .plan .title {
	font-size:20px;
	margin:15px 0 0 0;
}

.pricing .plan .title .price {
	font-size: 16px;
	color:#333;
	margin: 10px 0;
}

.pricing .plan .body {
	background-color: #f3f3f5;
	padding:15px;
	margin-bottom: 15px;
	color: #333;
}

.faq {
	margin-bottom:60px;
}

.faq .item {
	float:left;
	width: 29%;
	margin:0 2% 2%;
}

.faq .item .answer {
	font-size:13px;
	padding:20px;
	background-color:#FFF;
	border-radius:5px;
}

.faq .item p {
	background: url("../img/faq-bg.png") 10px top no-repeat;
	margin-left:30px;
	margin-bottom:0;
	padding-top:30px;
	font-weight:bold;
}

.trial {
	padding-bottom:40px;
}

.trial p.text {
	max-width:500px;
	margin:0 auto;
	text-align:center;
}

.bottom-nav {
	margin:20px 0 10px;
	padding:0;
	list-style:none;
	text-align:center;
}

.bottom-nav li {
	display: inline-block;
	padding: 5px 20px;
}

.bottom-nav li a {
	color:#444;
	font-weight:bold;
}

.footer .social {
	text-align: center;
}

.footer .social a {
	display:inline-block;
	padding:3px 5px;
	margin:0 5px;
}

.footer .social a img {
	opacity:0.6;
}

.footer .social a:hover img {
	opacity:0.9;
}

.footer .social a:hover {
	color:#335;
}

.footer .copyright {
	text-align:center;
	margin:10px 0 0 0;
	font-size:12px;
}

.bpost {
	border-bottom:1px solid #CCC;
	padding-bottom:20px;
}

h1.bpost_title, h3.bpost_title {
	margin-bottom:5px;
}

.bpost_content {
	padding:10px 0 25px;
}

.bpost_date {
	color:#888;
	font-size:13px;
	margin-left:2px;
}

.bpost_full, .bpost {
	max-width:880px;
	margin:0 auto;
}

@media(max-width:700px){
	.title {
		font-size: 30px;
	}
	
	.pricing .plan .title{
		font-size:16px;
	}
	
	.pricing .plan .title .price {
		font-size: 14px;
	}
	
	.pricing .plan .body {
		font-size:12px;
	}
	
	.faq .item {
		width:46%;
	}
}

@media(max-width:600px){
	.feature h3 {
		font-size: 18px;
	}
	.pricing .plan .title{
		font-size:15px;
	}
}

@media(max-width:500px){
	.feature h3 {
		font-size: 18px;
	}
	.pricing .plan{
		width:70%;
		float:none;
		margin: 20px auto;
	}
	
	.pricing .plan .title{
		font-size:20px;
	}
	
	.pricing .plan .body {
		font-size:14px;
	}
	
	.pricing .plan .title .price {
		font-size: 16px;
	}
	
	.faq .item {
		width:96%;
	}
	
	.faq .item p {
		margin-bottom: 20px;
		font-size: 15px;
	}
	
	.footer .copyright {
		display: none;
	}
}

@media(max-width:460px){
	.feature h3 {
		font-size: 16px !important;
	}
	
	.feature p {
		font-size:12px;
	}
}

@media(max-width:420px){
	.feature {
		width:100%;
	}
	
	.feature h3 {
		font-size: 26px !important;
	}
	
	.feature p {
		font-size:14px;
	}
	
	.pricing .plan{
		width:90%;
	}
}