.m_show {
	display: none;
	text-align: center;

}
.m_hide{	
	float: right;
	text-align: right;
	padding-top: 10px;
}

.color-brand-danger {
	background: url(/images/gear.png) no-repeat #c0392b;
	background-position: 20px;
	background-size: 75px;
	color: #fff;
	text-indent: 0em !important;
	border: 1px solid #fff;
	padding: 20px 20px 20px 115px;
	font-size: 1em;
	font-weight: 500;
	font-style: italic;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 24px;
	border-left: 5px solid #c50000;
	display: flex;
	color: #c50000;
}

blockquote p {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.25;
}

.alert-danger, .alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
	padding: 20px;
	text-align: center;
}

td.serv_h1 h3 {
	margin: 20px 30px 5px;
	border-bottom: 1px solid #ffffff63;
}

h3.uk-h6 {
	font-size: 1.2em !important;
}

.padd-right {
	float: left;
	width: 65%;
	padding-right: 30px;
}

.serv td {
	font-size: 1.0em;
	font-weight: 600;
	background: #c21f01;
	color: white;
	padding: 0 7px;
}


td.serv_h1 {
	background: #c21f01;
	color: white;
	text-align: center;
}
.serv tbody{
	border: 1px solid #ccc;
}


.item-page p{
	text-indent: 1.5em;
	line-height: 1.5em;
}

.item-page ul {list-style: none}

.item-page ul li::before {
	content: "\25AA";
	color: red;
	padding-right: 10px;
	font-size: 2em;
	line-height: 0;
	position: relative;
	top: 0.18em;
	margin: 0;
}

.serv ul {
	list-style: none;
	margin: 10px 0px;
}
.serv ul li {
	line-height: 1em;
	font-size: 1em;
	font-weight: 300;
	padding: 8px 10px 8px 0;
	margin-left: 40px;
	font-style: initial;
}
.serv ul li::before {
	content: "➤";
	color: white;
	padding-right: 10px;
	font-size: 1.2em;
	line-height: 0;
	position: relative;
	top: 0.35em;
	left: -1.8em;
	float: left;
	margin: 0;
}

@media (max-width: 992px){
#mainnav .nav-collapse {
	background: #3a3939;
}
.navbar-form {
	right: 20px;
}
.s_hide{
	display: none;
}
#mainnav .nav-collapse .list-unstyled, #mainnav .nav-collapse .nav-child {
	border: 0px solid #e0e0e0;	
}
#mainnav .nav .nav-child>li {
	border-bottom: 0px dotted #e0e0e0;
}
.dropdown-menu, .nav .list-unstyled, .dropdown-menu, .nav .nav-child {
	background-color: #393939 !important;
}
#mainnav .nav>li>.separator:after, #mainnav .nav>li>a:after {
	border-bottom: 0px !important;
}
}

@media (min-width: 488px) and (max-width: 767px){
.span9{
	width: auto !important;
}
.span3 {
	width: 105px !important;
	float: left;
}
}

@media (max-width: 488px){
.s_hide{
	display: none;
}
.m_hide{
	display: none;
}
.m_show{
	display: initial;
}

.padd-right {
	float: left;
	width: 100%;
}
}

.badge {
	/* width: 100%; */
	padding: 20px;
	background: brown;
	float: right;
}


a.butn.modal {
	color: #000;
	padding: 5px 15px;
	border: 1px solid #ddd;
	display: block;
	margin: 10px auto;
	text-align: center;
	height: 100%;
	border-radius: 15px;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff;
	line-height: 17px;
}

a.butn.modal:hover {
	background: #ffffff6e;
	text-decoration: none;
	color: #000;
}

.navbar-form.span2 {
	float: right;
	width: 220px !important;
	border: 0 !important;
}

.soc_icons{
	width: 16px;
	height: 16px;
	padding-right: 6px;
}

.banner.span0 {
	position: absolute;
	top: 75px;
	width: 100%;
}