/* STARTSIDA */
.srcTopImage{
  position: relative;
  overflow: hidden;
  max-width: 2100px;
  margin: 0 auto;
}
.srcTopImage .sv-randomimage-portlet img{
  width: auto;
  min-width: 100%;
  max-width: none !important;
  max-height: none !important;
}
.srcTopImageContainer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.srcTopImage h1{
  font-size: 40px;
  margin: 30px 0 20px;
}

/* Puffar */
.srcStartTopPuffar > div{
  display: block;
  padding: 0 15px;
  margin-bottom: 30px;

}
.srcStartTopPuffar > div > div{
  padding: 25px;
  background: white;
}
.srcStartTopPuffar p{font-size: 180%;}

/* Button */
.srcTopImage .srcButton a{
  background-image: -webkit-linear-gradient(top, #eb7125 0%, #eb7125 100%);
  background-image: -o-linear-gradient(top, #eb7125 0%, #eb7125 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb7125), to(#eb7125));
  background-image: linear-gradient(to bottom, #eb7125 0%, #eb7125 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb7125', endColorstr='#eb7125', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #eb7125;
  border-radius: 0;
  border: none;
  color: white !important;
  margin: 30px 0;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 26px;
  display: inline-block;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  position: relative;
  z-index: 2;
}
.srcTopImage .srcButton a:hover, .srcTopImage .srcButton a:active{
  background-image: -webkit-linear-gradient(top, #a3480f 0%, #a3480f 100%);
  background-image: -o-linear-gradient(top, #a3480f 0%, #a3480f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3480f), to(#a3480f));
  background-image: linear-gradient(to bottom, #a3480f 0%, #a3480f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3480f', endColorstr='#a3480f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: #a3480f;
  border-radius: 0;
}

.srcBlockLink{
  position: relative;
}
.srcBlockLinkSrc a{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999px;
}
.sv-editing-mode .srcBlockLinkSrc a{
  position: relative;
  text-indent: normal;
}
@media(min-width: 1880px){
  .srcTopImageContainer{
    margin-top: 50px;
  }
}

@media (max-width: 1380px){
  .srcTopImage .sv-randomimage-portlet img{
    height: 640px;
  }
}
@media (max-width: 1199px){
  .srcTopImage h1{
    font-size: 34px;
  }
}
@media (max-width: 1170px){

}
@media (max-width: 991px){
  .srcTopImage .sv-randomimage-portlet img{
    height: 600px;
  }
}
@media (min-width: 767px){
  .srcStartTopPuffar > div{
    width: 33.33333333%;
    float: left;
  }
}
@media (max-width: 767px){
  .srcTopImage .sv-randomimage-portlet img{
    height: 1090px;
    max-width: inherit;
  }
  .srcStartTopPuffar > div{
    margin: 0 auto 30px;
    max-width: 300px;
  }
}
