* {
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	background: transparent !important;
}

html { background-color: #fff; }

nav ul { display:none; }

/* Show link destinations in brackets after the link text */
a[href]:after { content: " (" attr(href) ") "; }
a[href] {
	font-weight: bold;
	text-decoration: underline;
	color: #06c;
	border: none;
}

a[href^="javascript:"]:after, a[href^="#"]:after, 
a.header-logo:after, div.topbar-left a:after { content: ""; }

abbr[title]:after { content: " (" attr(title) ")"; }

figure { 
	margin-bottom: 1em; 
	overflow: hidden;
}

figure img { border: 1px solid #000; }

section.sec-main-slider,
footer,
#back-top  {
	display: none;
}

header .header-main .logo .header-logo img {
    max-width: auto;
    width: auto;
}

div.footer-main div.col-md-3 {
	width: 100%;
}

.two-columned {
	-moz-column-count: auto;
	-webkit-column-count: auto;
	column-count: auto;
}
.wow.animated {
	visibility: visible !important;
}
