html, body {
	width: 100%;
	padding: 0;
	margin: 0;
}
@font-face {
    font-family: OpenSansRegular;
    src: url(font/OpenSans-Regular.eot);
    src: url(font/OpenSans-Regular.ttf);
    src: url(font/OpenSans-Regular.woff);
}
@font-face {
    font-family: OpenSansBold;
    src: url(font/OpenSans-Bold.eot);
    src: url(font/OpenSans-Bold.ttf);
    src: url(font/OpenSans-Bold.woff);
}
@font-face {
    font-family: HelveticaLight;
    src: url(font/Helvetica_Light_Normal.eot);
    src: url(font/Helvetica_Light_Normal.ttf);
    src: url(Helvetica_Light_Normal.woff);
}
body {
	color: #57585a;
	font-family: OpenSansRegular, Arial,sans-serif;
	font-size: 14px;
	background: #FFF;
}
img{
	border: 0;
}
sup {
	font-size: 6px;
	line-height: 0px;
}
ul {
	margin: 0;
	padding:0;
}
ul li {list-style: none;}
p {
	font-size: 1.1em;
}
div,
main,
article,
section,
footer {
	box-sizing: border-box;
}
.clearfix,
.clear {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.clear:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible {
	display: block;
	visibility: visible;
}


#logo > h1 {
	border: none;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 18px;
	text-align: center;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 10px;
}
h2 a {
	text-decoration: none
}
h3 {
	border-bottom: 1px solid silver;
    font-size: 11px;
    margin: 0;
    padding: 2px;
}
a {
	color:#8dd600;
}
p.more {
	width: 100%;
	text-align: center;
}
p.more {
	position: relative;
    z-index: 1;
}
p.more::before {
	border-top: 1px solid #dfdfdf;
	content:"";
	margin: 0 auto; 
	position: absolute;
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 100%;
	z-index: -1;
}
p.more a {
	background: #333; 
	padding: 0 15px; 
}
div {
	box-sizing: border-box;
}
.wrapper {
	width: 80%;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	margin: 0 auto;
}
#header {
	display: block;
    padding: 0;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background: #112937;
}
#header .top {
	width: 100%;
	background-color: #eaeaea;
	color: #112937;
	height: 40px;
	padding: 10px 16px;
	display: table;
	table-layout: fixed;
}
#header .top .social-icons,
#header .top .contact {
	width: 50%;
	display: table-cell;
}
#header .top .social-icons {
	text-align: left;
}
#header .top .social-icons a {
	margin: 0 10px;
}
#header .top .social-icons a:hover,
#header .top a:hover,
#header .tools #nav a:hover {
	color: #8dd600;
}
#header .top .contact {
	text-align: right;
}
#header .top a {
	text-decoration: none;
	color: #57585a;
}
#header h1 {
	border: none;
	width: 15%;
	text-align: left;
	display: table-cell;
	padding: 0 16px;
}
#header h1 a {
	text-decoration: none;
}

#header .tools {
	display: table-cell;
	width:83%;
	text-align: right;
	vertical-align: top;
	font-size: 1.5em;
	padding: 48px 16px;;
}
#header .tools a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#header .tools a.last-p {
	margin-right: 3%;
}
#header .tools #nav a {
	font-size: 0.7em;
}
#header .tools #nav li.over {
	background: #333;
}
#header .tools #nav li.over ul li a:hover {
	background:#8dd600;
}
#header #phone i {
	color: #8dd600;
	font-size: 13px;
	font-weight: bold;
	padding-right: 2px;
}
#header #phone span a {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

#header .reduceri {
	text-align: left;
	position: absolute;
	color: #ff0000;
}
#mainmenu {
	display: inline-block;
	width:100%;
	vertical-align: top;
	height: 1.5em;
	margin-bottom: 10px;
}
/*slider*/
.slider {
	width: 100%;
	display: block;
	background: #FFF;
}
#slides {
	display: none
} 
/* Center the slideshow */
.slidesjs-pagination {
	margin: 7px auto 0 auto;
	list-style: none;
	text-align: center;
}

.slidesjs-pagination li {
	display: inline-block;
}

.slidesjs-pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(img/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
	background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
	background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
	color:  #6dac44
}

#slides a:hover,
#slides a:active {
	color: #6dac44
}
/* Show active item in the pagination */
#location {
	width: 100%;
}
#location img {
	width: 100%;
	box-sizing: border-box;
}
/*eof slider*/

#content {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	background: #FFF;
}
main {
	width: 100%;
	display: block;
	padding: 1em;
}

main > h1 {
	color: #000;
	font-size: 2em;
	text-align: center;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
main > h1 > span {
	font-size: 0.5em;
	color: #000;
	display: block;
}
main > section > article {
	font-family: HelveticaLight, Arial,sans-serif;
	display: inline-block;
	width: 30%;
	vertical-align: text-top;
	margin-bottom: 2em;
	padding-top: 2em;
	border: 1px solid #eaeaea;
	text-align: center;
	font-size: 1.2em;
	box-shadow: 0 5px 15px rgba(0,0,0,.1);
	margin: 1%;
}
main > section > article > i {
	color: #6dac44;
	font-size: 2em !important;
	display: inline;
}
main > section > article > h1 {
	color: #FFF;
	font-size: 1.6em;
	margin: 0 auto 18px auto;
	display: inline;
}
main > article > div {
	font-size: 1em;
	line-height: 1.5em;
	width: 100%;
	margin: 0 auto;
}

main > article ul li {
	padding-left: 1em; 
	text-indent: -.7em;
}
  
main > article ul li::before {
	content: "• ";
	color: #6dac44; 
  }
main > div.finalize {
	width: 100%;
	text-align: center;
}
footer {
	width: 100%;
    margin: 0px auto;
    bottom: 0;
	padding: 16px;
	overflow: hidden;
	background: #abbcb4;

}
footer > section {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 15px;
}
footer > section > article {
	color: #000;
	width: 40%;
	display: inline-block;
	vertical-align: text-top;
}
footer > section > article > h1 {
	font-size: 2.182em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: left;
}
footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
footer > section > div.info {
	display: inline-block;
	width: 58%;
	vertical-align: text-top;
}
#footer-nav,
#social-icons,
#copyright {
	display: block;
	text-align: right;
}
#social-icons {
	height: 55px;
	vertical-align: middle;
	padding: 20px;
}

#social-icons > a > i {
	font-size: 2em;
	color: #000;
	width: 2em;
}
#footer-nav #nav {
	float: right;
	margin: 0;
	width: 100%;
	margin-top: 0px;
}
#footer-nav #nav li {
	width: auto;
	padding: 0;
	text-align: left;
	display: inline-block;
	margin-right: 0;
}
#footer-nav #nav-bar {
	margin: 0 0 0 auto;
	width: auto;
	float: right;
}
#footer-nav #nav a {color:#000};
.floor {
	position: relative;
}
.floor > article {
	position: relative;
	margin-top: 35px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.floor > article > img {
	height: auto;
}
.floor > article > h1 {
	top: 0;
	right: 1em;
	font-size: 1.5em;
	position: absolute;
	color: #000;
	z-index: 9;
}
.contact-form {
	width: 49%;
	display: inline-block;
	vertical-align: text-top;
}
.contact-form > .row {
	display: block;
	width: 100%;
}
.contact-form > .row > label,
.contact-form > .row > input {
	display: block;
	font-size: 1.2em;
	line-height: 2em;
	width: 80%;
	height: 2em;
}
.contact-form > .row > textarea {
	width: 80%;
	height: 16em;
}
.row.submit > input {
	width: 20%;
	height: 3em;
	background-color: #8dd600;
	color: #FFF;
	cursor: pointer;
	border: 1px solid #FFF;
}
.antispam {
	display: none;
}
address {
	margin: 20px 0;
}
address > div {
	width: 49%;
	display: inline-block;
	line-height: 1.5em;
	font-size: 1.2em;
	vertical-align: top;
}
address > div > a > img {
	width: 30%;
}
.status > article {
	width: 100%;
	display: inline-block;
	background-color: #FFF;
	padding: 1em;
	border: 1px solid #EAEAEA;
	margin: 1% 1% 1% 0;
	height: 285px;
	vertical-align: top;
	overflow: hidden;
}
.status > article a,
.gallery > article a {
	text-decoration: none;
	color: #333;
}
.status > article a.fancybox {
	width: 20%;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.status > article a.fancybox > img {
	width: 90%;
}
.gallery > article {
	width: 32%;
	display: inline-block;
	background-color: #FFF;
	border: 1px solid #EAEAEA;
	margin: 1% 1% 1% 0;
	height: 285px;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
}
.gallery > article:hover,
.status > article:hover {
	background: rgba(60,132,118,.2);
	cursor: pointer;
}
.gallery > article > a > img {
	width: 90%;
}
main p a.fancybox > img {
	width: 31%;
    padding: 0 1em 1em 0;
    max-height: 240px;
}
@media only screen and (max-width: 1004px){
	.wrapper {
		width: 95%;
	}
	#header,
	#content,
	footer  {
		width: 100%;
	}
}
@media only screen and (max-width: 767px){
	#header {
		min-height: 215px;
	}
	main > article {
		width: 100%;
	}
	#header .tools {
		padding: 35px 16px;
	}
	#header .reduceri {
		top: 40px;
		right: 0;
		padding-right: 16px;
	}
	#mainmenu {
		height: 30px;
		color: #eaeaea;
		font-weight: bold;
		line-height: 30px;
		position: relative;
		width: 100%
		
	}
	#nav {
		display: block;
	}
	footer > section > article,
	footer > section > div.info {
		width: 100%;
		overflow: hidden;
	}
	footer > section > div.info {
		margin-top: 10px;
	}
	.floor > article > img {
		width: 90%;
	}
	.floor > article {
		background-size: 23%; 
	}
	.floor > article > h1 {
		font-size: 1em;
	}
	.floor-menu {
		display: none;
	}
	.contact-form,
	address > div {
		width: 100%;
		display: block;
	}
	
	main p a.fancybox > img {
		width: 90%;
		padding: 1em;
	}
	.status > article,
	.gallery > article {
		width: 100%;
	}
}
@media only screen and (max-width: 480px){
	#header h1 a img {
		height: 120px;
	}
	#header .tools {
		font-size: 1.1em;
	}
	#header .tools #nav a {
		font-size: 1em;
	}
	#header .reduceri {
		top: 80px;
	}
	main > section > article { 
		width: 98%;
	}
	#header .top .social-icons,
	#header .top .contact {
		width: 100%;
		font-size: 1.2em;
		display: table-row;
		text-align: center;
		line-height: 1.5em;
	}
	#header .top .social-icons a {
		font-size: 1.2em;
		margin-right: 0.5em;
	}
}