.marketing p{
	margin: 0 0 15px;
}

.navbar-default .navbar-nav > li > a{
	font-size:13px;
}

.top-bar .contact-details li a {
    font-weight: 400;
}

.marketing .col-lg-4 {
    margin-bottom: 10px;
    text-align: center;
}

h2.featurette-heading{
	line-height:55px;
}

.featurette .btn{
	margin-top:10px;
}

.text-muted {
    font-size: 18px;
    font-weight: normal;
    color: #999;
	padding-left:7px
}

.post-content h2, .page-content h2 {
	font-size:20px;
    margin-bottom: 18px;
}


ul.featurette {
    margin-bottom: 15px;
	margin-left:10px;
}

li.tick, ul.featurette li {
    background: url('../img/green-tick.png') no-repeat 0 4px;
    background-size: 16px 16px;
    padding: 0 0 0 30px;
	line-height:24px;
    display: block;
    clear: both;
}

.widget p{
    font-size: 13px !important;
    line-height: 20px !important;
}


.navbar {
    border-bottom: 2px solid #EAEAEA;
    background-color: #F4F4F4;
    /*height: 95px;*/
}

.navbar-brand {
    /*padding: 0;
	/*padding-top:10px;*/
	/*padding: 20px 0 !important;*/
}

@media only screen and (max-width: 768px) {
    .navbar-brand img{
		height:40px;
		margin-top:-10px;
	}
}

@media only screen and (min-width: 769px) {
    .navbar-brand img{
		margin-top:-12px;
	}
}



.slicknav_btn {
    color: #315277;
    border-radius: 3px;
}

.slicknav_menu .slicknav_icon-bar {
    background: #315277;
}

.top-bar {
    background-color: #315277;
    border-bottom: 1px solid #315277;
}

.top-bar a {
    color: rgba(255,255,255,.6);
}

.icons-list .fa {
    color: #73A921;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
    border-bottom: 2px solid;
    height: 50px;
}

.hidden-header{
	/*height:108px !important;*/
}

footer {
    background-color: #315277;
}

#content {
    padding: 0px 0;
}

form{
	margin-top:15px !important;
}

.checkbox{
    margin-left: 20px;
}

.starRatingRow{
    width:auto;
    height:25px;
    margin-left:20px;
    margin-top:0px;
	margin-bottom:25px;
	background-image:url('/assets/Uploads/star-yellow-16.png');
	background-repeat:repeat-x;
	float:left;
}

.author {
	float:left;
}

.owl-item img{
	display: block;
    margin:0 auto;
	width:100%;
}

.page-content table {
	width:100%;
}

.page-content table img {
	width:95%;
}

p#Form_ContactForm_error, p#BootstrapForm_ContactForm_error {
    padding: 15px;
    margin: 20px 0 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}