a    {color: #2b2b2b;
}
.comments-area, .entry-meta, .post-thumb, .nav-links {
	display: none;
}

.fptext {
    padding: 15px 0;
    background: #000000;
}

.fptext img {
	max-height: 400px;
	width: auto;
}

.frontpagetext p {
	color: #ffffff;
}

.navbar-brand img {
    max-height: 120px;
    width: auto;
}

.navbar-brand {
    width: 300px;
    height: auto !important;
    padding: 10px 15px;
}

.navbar {
    background: #000;
}

.banner-section {
    background-color: #ffffff;
}

.inner-title {
    background: #bbb;
}

h2 {
    margin-top: 30px;
}

.single-section article {
    padding: 15px;
    border: 0px solid #eee;
    background: #fff;
}

textarea {
    max-width: 400px;
}

.banner-section .titles h1, .banner-section p {
    color: #2b2b2b;
}

.section-padding {
    padding: 50px 0;
}

.banner-section .carousel-control {
    color: #000000 !important;
}

.navbar-nav li a {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 25px 0;

}

.menu-item-has-children .sub-menu {
    background: #bbb;
}

.menu-item-has-children .sub-menu li a {
	    font-size: 16px !important;
}

.top-header, .footer-section .footer-bottom {
    background: #000000;
}

.starlist li:before {
	font-family: FontAwesome;
	content: "\f05d";
	color: #ffed00;
	margin-right: 5px;
	margin-left: -20px;
}

.starlist {
	list-style-type: none;
}

.banner-section .titles h1 {
    font-size: 40px;
}

.banner-section p {
    font-size: 18px;
    padding: 10px;
}



@media only screen and (min-width : 400px) {
	
}

@media only screen and (max-width : 400px) {
.hideme {display:none !important;}
.navbar-brand img {
    max-height: 90px;
    width: auto;
}
.section-padding {
    padding: 0;
}
}

h1, h2, h3, h4, h5, h6 {
    clear: none;

}

.wpcf7-submit {
    width: 200px !important;
}

.navbar-toggle, .navbar-toggle:hover {
    background-color: #ffed00;
}

.halfwidth {
	max-width: 400px;
}

.more-link-btn {
	border-radius: 4px;
	color: #FfffFF !important;
	background: none repeat scroll 0 0 #ffed00;
	padding: 10px 20px;
	text-decoration: none;
	line-height: 3em;
}

.more-link-btn:hover {
	text-decoration: none;
	color: #2b2b2b !important;
	background: none repeat scroll 0 0 #ffffff;
	border: solid 1px #ffed00;
}