/* your styles go here */
.border-red {
  border: 2px solid #F00;
}
.border-grey {
  border: 2px solid #ccc;
}
.text-small {
 font-size: 0.8em;
 line-height: 1.3em;
}
.orange {
 color: #e95d19;
}
.h4.pinktext {
 color: #ef5285;
}
.pinktext {
 color: #ef5285;
}
.orangetext {
 color: #ff3300;
}
.blacktext {
 color: #222222;
}
.villkorgray {
 color: #919191;
 padding-top:50x;
 font-size:.8em;
}
.h4.orange {
 color: #e95d19;
}
.margin-bt-small {
 margin-top:0.5em;
 margin-bottom:0.2em;
}
.margin-bt-map {
 margin-bottom:40px;
}
.padding-bt-small {
 padding-top:3.8em;
 padding-bottom:3.8em;
}
.thead-inverse {
 background-color: #ef5285;
 color:#fff;
}
.center {
 text-align: center;
}
.padding-top-10 {
 padding-top: 10px;
}
.padding-top-25 {
 padding-top: 25px;
}
.padding-top-50 {
 padding-top: 50px;
}
.padding-bottom-10 {
 padding-bottom: 10px;
}
.padding-bottom-25 {
 padding-bottom: 25px;
}
.padding-bottom-50 {
 padding-bottom: 50px;
}
.margin-bottom-25 {
 padding-bottom: 25px;
}
.margin-bottom-50 {
 padding-bottom: 50px;
}
.width-40-percent {
 width: 40%;
}
.padding-left-15 {
 padding-left: 15px;
}
.padding-left-8 {
 padding-left: 8px;
}
.banner img {
    max-width: 100%;
	outline: 0;
    height: auto !important;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.carousel-caption {
   background-color:#000;
   margin-bottom:0 !important;
}

/* google maps */

.map-responsive {
    overflow:hidden;
    padding-bottom:37%;
    position:relative;
    height:0;
	max-width: 100%;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.map-rubrik {
    padding: 8px;
	background-color:#ef5285;
	color:#FFF;
	font-weight: bold;
	border-bottom:1px solid #fff;
}

div.desc{
    background-color: #000;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.75;
    position: absolute;
    width: 100%;
	padding: 8px;
}

div.desc .img {
    padding: 0px;
}

.fix{
    width: 100%;
    padding: 0px;
	text-align:center;
}
.badgeround{display:inline-block;padding:.25em .5em;font-size:150%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:50%;float:left;margin:2px;}
.badgeround-primary{color:#fff;background-color:#ef5285;font-weight:bold;}

    /* tabeller liten mobil */
	
@media screen and (max-device-width: 740px) and (orientation: portrait) {
	table, thead, tbody, th, td, tr { display: block; }	
	th { padding: 8px 5px; text-align: center; color:#FFF;}
  td { padding: 6px 5px; text-align: left;} 
  .border-bottom-td-end { border-bottom: 1px solid #E1E1E1; }
  h1, .h1 { font-size: 2.25rem; }
  blockquote.blockquote img.floatright { float: none; display: block; margin-bottom:7px;}
  section.post img.floatright { float: none; display: block; margin-bottom:7px;}
  .ticketinfo .imgright { float: none; display: block; margin-bottom:7px;}
  main, aside { padding: 40px 0 2px; }
  .width-40-percent { width: 100%; }
  .width-50-percent { width: 50%; }
  .padding-left-15 { padding-left: 10px; }
  .padding-left-8 { padding-left: 10px; }
  /* google maps */

.map-responsive {
    overflow:hidden;
    padding-bottom:80%;
    position:relative;
    height:0;
	max-width: 100%;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
}


@media screen and (max-device-width: 740px) and (orientation: landscape) {
	main, aside { padding: 40px 0 2px; }
	/* google maps */
h1, .h1 { font-size: 2.25rem; }
.width-50-percent { width: 50%; }
.map-responsive {
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
	max-width: 100%;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}	
}


/* upp till toppen-knapp */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(204, 34, 106, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #ce4e93;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
