* {
	font-family: 'Open Sans', Arial, serif;
}

body, p {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', Arial, serif;
	color: #212121;
}

h1, h2, h3 {
}

table.createlist {
	border-collapse: collapse;
}
.createlisttd {
	border: 1px solid red; padding: 10px;
}

.margin20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

a, a:link, a:visited, a:active {
	color: #212121;
	text-decoration: none;
}
a:hover {
	color: #212121;
	text-decoration: none;
}

a.menutop, a.menutop:link, a.menutop:visited, a.menutop:active {
	text-transform: uppercase;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
	padding: 0;
	margin: 0 0 0 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
a.menutop:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.menutop .active {
	text-decoration: underline !important;
}

.phone {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
	font-size: 36px;
}


.shadowed {
    border-bottom: 1px solid transparent;
    position: relative;
}
.shadowed::before {
    border-radius: 50%;
    bottom: 2px;
    box-shadow: 0 5px 6px #d2d2d2;
    clip: rect(9px, auto, 30px, auto);
    content: "";
    height: 8px;
    left: 6%;
    position: absolute;
    width: 88%;
}

.logoup {
	color: #FFFFFF;
}
.header {
	background: url('/templates/_sources/headrbg.jpg') #03A9F4;
	background-size: cover;
	background-position: right bottom;
}

a.logo {
	color: #212121;
	text-decoration: none;
}

.searchinput {
	border: 0;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}
.searchinput:focus {
	box-shadow: none;
}

.searchbutton {
	background: #03A9F4;
	border: 1px solid #03A9F4;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	font-size: 16px;
	line-height: 120%;
	padding: 6px 12px;
	overflow: hidden;
}
.searchbutton:hover {
	background: #1a78c2;
	border: 1px solid #1a78c2;
}


.footer {
	background: #1a78c2;
	margin-top: 20px;
}
.footer p {
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
}

.socials {
	width: 30px;
}


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

#loadingblock {
	display: none;
}