html, body {
	height: 100%;
	overflow-x: hidden;
}
.tp-body {
	margin: 0;
	padding: 0;
	color: #111111;
	font-size: 14px;
	line-height: 1.6;
	background-color: #ffffff;
	font-family: 'OpenSans', 'Open Sans', Sans-serif;
}
.tp-top-container {
	margin: auto;
	width: 1000px;
}
.tp-padding {
	padding: 10px 10px 0 10px; 
}
.tp-content {
}
.tp-footer {
	color: #ffffff;
	text-align: center; 
	background-color: #4e4e4e;
}
.tp-footer a {
	color: #ffffff;
}
.tp-logo {
	width: 130px;
	padding: 0px 0;
}
.tp-heading {
	font-size: 14px;
	padding-top:5px;
	font-weight: bold;
	text-align: center;
}
.tp-text {
	text-align: left;
	padding:10px 10px 10px 10px;
}
.tp-bold-text {
	font-size: 14px;
	font-weight: bold;
}
a {
    color: #111111;
    text-decoration: none;
}
a:hover {
    color: #48CFC8;
}						
.tp-burger-button-container {
	border: none;
	display: none;
}
.tp-burger-button-container svg {
	width: 1em;
	height: 1em;
	float: right;
	color:#111111;
	fill: currentColor;
	vertical-align: middle;
	font-size: calc(1em + 12px);
}
.tp-burger-button-container a svg:hover {
	color: #48CFC8;
}
.tp-main-menu-container ul li a {
	color:#111111;
}
.tp-main-menu-container ul li a:hover {
	color:#48CFC8;
}
.tp-main-menu-container ul li a.active {
	color:#48CFC8;
}
.tp-main-menu {
  	margin: 0;
  	padding: 0;
	list-style: none;
	display: inline-block;
}
.tp-main-menu-item {
	margin: 0;	
  	padding-top: 10px;
  	height: 100%;
  	font-size: 14px;
  	font-weight: bold;
	position: relative;
  	display: inline-block;
  	vertical-align: baseline;
}
.tp-main-menu-child {
  	width:100%;
  	text-align: left;
	position: absolute;
  	visibility: hidden;
	background-color: #ffffff;
	min-width: 265px;
	box-shadow: 0px 10px 10px silver;
}
.tp-main-menu-child ul {
	min-width: 265px;
}
.tp-main-menu-child ul li {
	list-style: none;
	text-align: left;
	padding-left: 20px;
}
.tp-main-menu-item:hover > .tp-main-menu-child {
  	visibility: visible;
  	pointer-events: auto;
}
.tp-responsive-menu-container {
	display: none;
	min-height: 100%;
  	left: 0 !important;
  	top: 0 !important;
  	position: fixed !important;
	background-color: #F6F6F6;
}
#close-responsive-menu {
  	color: #000000;
  	cursor: pointer;
	line-height: 22px;
}
#close-responsive-menu:hover {
	color: #48CFC8;
}
#close-responsive-menu:before {
  	content: "\2715";
  	font-size: 31px !important;
}
.tp-responsive-menu ul {
	min-width: 150px;
	padding: 60px 20px 0 20px;
}
.tp-responsive-menu ul li {
  	font-weight: bold;
	list-style: none;
	text-align: left;
	padding-top: 5px;
}
.tp-responsive-menu ul li a.active {
	color:#48CFC8;
}
.tp-svg-icon {
    width: 1.25em;
}
.tp-list-unstyled {
	padding: 15px 20px 15px 20px;
    list-style: none;
}
.tp-list-inline-item {
	margin-right: .5rem;
	display:inline; 
}
.tp-list-inline-item-last {
	display:inline; 
}

.gallery-container {
	width:100%;	
	text-align:center;
	display:inline-block;
}
div.gallery {
	margin:20px;	
  	padding: 5px;
  	width: 250px;
	display:inline-block;
	border: 1px dashed #cccccc;
}
div.gallery:hover {	
  	border: 1px dashed #4e4e4e;
}
div.gallery img {
	width: 100%;
  	height: auto;
	vertical-align: middle;
}

@font-face {
  font-family: 'OpenSans';
  src: url(font/OpenSans-Regular.ttf);
}