/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 80%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;		
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
		float: left;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

#news {
	margin-top: 25%;
}

.image-text {
	float: left;
}

.pborder {
    border-bottom: 1px solid transparent;
    border-color: black;
    padding-bottom: 4.4%;
}

.panel-scroll {
    overflow: auto;
    height: 400px;
}

.googlemap {
	width: 100%; 
	height: 400px;
	margin: 0;
	border: 0;
	padding-bottom: 2.5%;
	
}

.imagepadding {
	padding-bottom: 2.5%;
}

.contact {
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 8.8%
}

.contactimg	{
	margin-left: 10%;
	width:80%;
	border-radius: 50%;
}

.arrowHeader {
 height:calc(100% - 3em); /* subtract an amount of space for your arrow element */
 background-color:#333;
 width:100%;
}

.main {
  width:100%;
  position:relative;
  background-color:#fff;
}

.arrow-wrap {
	
  position:relative;
  z-index:1;
  left:48.5%;
  margin-left:-5em;
  background:#111;
  width:15em;  
  top:-1em;
  height:15em;
  padding:6em 3em;
  border-radius:50%;
  font-size:0.5em;
  display:block;
  box-shadow:0px 0px 5px 0px #333;
}

/* a triangle to make the main part of the arrow. Adjust the border-color to fit your needs */
.arrow {
  float:left;
  position:relative;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4.5em 4.5em 0 4.5em;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform:rotate(360deg);/* added for better anti-aliasing on webkit browsers */
}

/* a pseudo element arrow placed on top of the other one with the same color as the wrapper */
.arrow:after {
  content:'';
  position:absolute;
  top:-6.4em;
  left:-6em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6em 6em 0 6em;
  border-color: #111 transparent transparent transparent;
  -webkit-transform:rotate(360deg);/* added for better anti-aliasing on webkit browsers */
}

@-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }
  
.arrow-wrap .arrow {
  -webkit-animation: arrows 2.8s 0.4s;
  -webkit-animation-delay: 3s;
}

.elmia {
	position: absolute;
	margin-left: 20%;
	
}

.elmiaheader{
	margin-left:7%;
}

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 80%;
      margin: auto;
	  height:100%;
  }
  
  .bild {
	  padding-top:4.2%; 		  
  }
  
  .slideheader {
	  color: #518E62;
  }