/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* Theme */

.flexslider {
  position: relative;
  margin-bottom: 20px;
}

.flexslider .slides li {
  background: #f7fac1;
}

.flexslider .slides li img {
  float: left;
  width: 64.5%;
}

.flexslider .slides .text {
  float: left;
  padding: 2%;
  width: 30.5%;
}

.flex-control-paging {
  position: absolute;
  right: 13%;
  bottom: 15%;
}

.flex-control-paging li {
  float: left;
  margin-right: 10px;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #c4c4c4;
  border-radius: 50%;
  text-indent: -9000px;
}

.flex-control-paging li a.flex-active {
  background: #8a8a8a;
}

.flex-prev, .flex-next {
  background: #eeedd1;
  border: 1px solid #e8e8c2;
  border-radius: 5px;
  padding: 13px 8px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

.flex-prev {
  position: absolute;
  right: 28%;
  bottom: 10%;
}

.flex-next {
  position: absolute;
  right: 5%;
  bottom: 10%;
}

.flexslider .slides .text h2 {
  font-weight: bold;
}

.flexslider .slides .text p {
  font-size: 14px;
  line-height: 22px;   
}

/* Färgstyrning bildspel */

.profile-bla .flexslider .slides li {
	background: #daf0fd;
}

.profile-gron .flexslider .slides li {
	background: #bff19d;
}

.profile-rod .flexslider .slides li {
	background: #e2c7c7;
}

.profile-gul .flexslider .slides li {
	background: #f0f497;
}

.profile-bla .flex-prev, .profile-bla .flex-next {
   border-color: #e0e0fd;
	background: #e1eef5;
}

.profile-gron .flex-prev, .profile-gron .flex-next {
   border-color: #aef18c;
	background: #c4ecb0;
}

.profile-rod .flex-prev, .profile-rod .flex-next {
   border-color: #b59696;
   background: #cdb2b2;
}

.profile-gul .flex-prev, .profile-gul .flex-next {
   border-color: #d8de5e;
   background: #d8de5e;
}