#tophead {
	background-color: #efefef;
	clear: both;
	width: 100%;
	padding: 5px 0;
  }


  #quick-contact {
	float: left;
	margin-top: 0;
}

#quick-contact > ul {
	margin: 0;
	padding: 0;
}




#quick-contact li.quick-email::before {
	content: "\f1d8";
}

#quick-contact li.quick-call::before {
	content: "\f095";
}

#quick-contact li.quick-address::before {
	content: "\f041";
}

#quick-contact li::before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 17px;
	text-align: center;
	width: 26px;
	text-align: center;

}

#quick-contact li strong {
	display: block;
	margin-bottom: 9px;
}

#quick-contact li {
	clear: inherit;
	float: left;
	font-size: 14px;
	list-style: outside none none;
	text-align: left;
	margin-right: 0;
	position: relative;
	margin-right: 26px;
}
.tools {
	float: right;
	position: relative;
}

#masthead {
	background: #fff none repeat scroll 0 0;
	clear: both;
	width: 100%;
	z-index: 99999;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding: 20px 0;
}


/*sticky menu*/



.site-branding {
	color: #222222;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
}

#site-identity {
	margin-top: 20px;
}
.site-branding a {
	color: #222;
}

.site-branding a:hover {
	color: #de2828  ;
}



.site-title {
	margin-bottom: 10px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 50px;
	font-family: 'Dynalight', cursive;
}

.site-description {
	font-size: 15px;
	font-style: inherit;
	font-weight: 400;
	clear: both;
	color: #999;
}


/*===========================================================
*********************** Custom Header  *****************
===========================================================*/

#custom-header {
	position: relative;
	background: #f1f1f1;
	padding: 25px 0;
	background-size: cover;
	background-image: inherit;
}

.custom-header-wrapper {
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.custom-header-wrapper .page-title {
	color: #222;
	font-size: 33px;
	float: left;
	margin-bottom: 0;
	border-left: 4px solid #de2828;
	padding-left: 20px;
	line-height: 1.2;
}
#breadcrumb {
	float: right;
	margin-top: 5px;
}

#breadcrumb li {
	display: inline-block;
	list-style: outside none none;
	padding-right: 10px;
	color: #222;
	font-size: 15px;
}
#breadcrumb li a {
	color: #de2828;
}
#breadcrumb li a:hover {
	color: #222;
}

#breadcrumb li.trail-item.trail-end::after {
	display: none;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
}
#breadcrumb li::after {
	content: "\f105";
	margin-left: 10px;
	font-family: FontAwesome;
}
#breadcrumb li:last-child::after {
	content: "";
}

#breadcrumb .trail-items {
	margin: 0;
	padding: 0;
}


/*===========================================================
**************************** Footer *******************
===========================================================*/

#colophon {
	background-color: #2a2a2a;
	clear: both;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
}

#colophon a {
	color:#ccc;
}

#colophon a:hover {
	color:#de2828  ;
}

#colophon .copyright {
	margin-bottom: 5px;
	display: inline-block;
	border-right: 1px solid #ddd;
	padding-right: 15px;
	margin-right: 15px;
	line-height: 1;
}

.site-info {
	float: none;
	display: inline-block;
	margin-left: 5px;
}

/*===========================================================
********************** Clearings ********************
===========================================================*/

.clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
#sidebar-front-page-widget-area::after,
#sidebar-front-page-widget-area::before,
#featured-slider::after,
#featured-slider::before,
#tophead::after,
#tophead::before,
.widget::after,
.widget::before {
	content: "";
	display: table;
	clear:both;
}



/*===========================================================
**************************** Links *************************
===========================================================*/

a {
	color: #323232;
	text-decoration: inherit;
}

a:visited {
	color: #323232;
}

a:hover,
a:focus,
a:active {
	color: #de2828  ;
}

a:focus {
	outline:inherit;
}

a:hover,
a:active {
	outline: 0;
}


p {
	margin: 0 0 15px 0;
	  margin-bottom: 15px;
  }

/* Smaller than standard 1139 (devices and browsers) */
@media only screen and (max-width:767px) {
		#quick-contact {
		float: left;
		margin-top: 0;
		width: 70%;
	}
	#quick-contact li:first-child, #quick-contact li {
		margin: 0;
		width: 100%;
		margin: 0 15px;
	}
}