.navbar-brand {
  float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;

}

.navbar{
	min-height: 95px;
}

.nav > li > a {

    position: relative;
    display: block;
    padding: 10px 8px;
      font-weight:500;
		text-transform:uppercase;

}

.navbar-nav{
	margin-top:30px;
}

.whitecolor{
	color:#fff;
}

.footerlinks{
	color:#fff;
	display:block;
	text-decoration:none;
}

.footerlinks:hover{
	color:#dcedf5;
	display:block;
	text-decoration:none;
}

.p1 {

    color: #5F686D;
    font-size: 24px;
    font-weight: 700;
    left: -2px;
    position: relative;

}

.p2 {

    color: #5F686D;
    font-size: 48px;
    font-weight: 700;

}


.times span {

    background: none repeat scroll 0 0 #3bcdbd;
    border-radius: 8px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;

}

.plan{
	width: 20%;
	padding-left:8px;
	padding-right:8px;

}

h3{
	font-size:21px;
}

/*blog*/	

#blog {
}
.post {
    border-bottom: 1px solid #EEEEEE;
    padding: 28px 0;
}
 .title {
    color: #444444;
    font-size: 24px;
    font-weight: 500;
    padding-right: 120px;
}
.date {
    color: #888888;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 0;
}
.content {
    color: #333333;
    font-size: 13px;
    line-height: 24px;
    padding: 12px 0;
}

.bluecolor-text{
	color:#208b9b;
	text-decoration:none;
	font-size:13px;
}


.white{
	color:#fff;
	text-decoration:none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.plan{
	width: 100%;
	padding-left:15px;
	padding-right:15px;

}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.plan{
	width: 100%;
	padding-left:15px;
	padding-right:15px;

}
}


@media only screen and (max-width: 767px) {
.plan{
	width: 100%;
	padding-left:15px;
	padding-right:15px;

}	
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.plan{
	width: 100%;
	padding-left:15px;
	padding-right:15px;

}	
	}
