@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
  colr:000;
}

html {
hyphens: auto;
}

img {
    width:100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    display:inline-block;
}

h2 {
font-weight: bold;
}

i {
	color: #6D8C10;
	margin-left: 10px;
	font-size: 20px;
}

.navi {
    text-align: center;
}

.subline,
.phone {
    text-align: center;
}

.phone {
    font-weight: bold;
    font-size: 60px;
}

.logo {
	text-align:center;
}

.logo img {
    max-width:960px;
}

.top-content {
    margin-top: 50px;
}

.startpage{
  position: relative;
padding: 20px 15px;
}

/*.startpage .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
}*/

h1 {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color:#6D8C10;
}

.arrow {
    text-align: center;
    position: relative;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
}

.arrow i {
    font-size: 60px;
cursor:pointer;
}

.outer {
    background: #f5f5f5;
    padding: 50px 15px;
}

.content-block {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 0px;
}

.content-block p{
    margin-top: 20px;
}

.services img {
	max-width: 200px;
}

.services div {
    margin: 10px 0px;
}

.kennz-text {
    text-align: left;
}

.opener {
	cursor:pointer;
}

.hidden {
	text-align:left;
	display:none;
	max-width: 800px;
    padding: 0px 40px;
}

.hidden li {
	list-style-type: square;
    display: list-item;
    padding: 2px 0px;
    margin-left: 20px;
}

iframe#gmap_canvas {
    width: 100%!important;
    height: auto!important;
    min-height: 328px;
}

.map {
max-width: 1200px;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
background: #fff;
padding: 20px 15px;
}

footer {
    background: #222222;
    color: #fff;
    padding: 20px 0px;
}

footer h3 {
    font-size: 18px;
    color: #6D8C10;
}

button.btn.btn-primary {
    background: none;
    border: none;
    padding: 0px;
display:block;
}

@media only screen and (max-width: 1024px) {
h1 {
    font-size: 34px;
}
  .phone {
    font-size: 50px;
}
}

@media only screen and (max-width: 768px) {
footer .col-md {
    width: 50%;
    max-width: 50%;
    margin-bottom: 25px;
}
}

@media only screen and (max-width: 620px) {
h1 {
    font-size: 24px;
}
  .phone {
    font-size: 38px;
}
.kennz-text {
    text-align: center;
}

footer .col-md {
    width: 50%;
    max-width: 50%;
    margin-bottom: 25px;
}
}
@media only screen and (max-width: 540px) {
h1 {
    font-size: 20px;
}
  .phone {
    font-size: 28px;
}
.kennz-text {
    text-align: center;
}

footer .col-md {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
text-align: center;
}

button.btn.btn-primary {

margin:0 auto;
}
}