.row .twelve.cols {
    width: 940px;
}

.col:first-child, .cols:first-child {
    margin-left: 0;
}

.col, .cols {
    float: left;
    margin-left: 2.53%;
    min-height: 1px;
    position: relative;
}

.bookSliderContainer{
    width:940px;
    margin:30px 0 0;
    /*background: none repeat scroll 0 0 #FFFFFF;*/
	background:url(/bitrix/templates/Pioneer/images/shadow_hor_l.png) repeat-x bottom;
    padding-bottom:3px;
}


.row .twelve.cols {
    width: 100%;
}

.col:first-child, .cols:first-child {
    margin-left: 0;
}

.container > .twelve {
    margin: 0 !important;
}

.row .six.cols {
    width: 48.735%;
}

.col, .cols {
    float: left;
    margin-left: 2.53%;
    min-height: 1px;
    position: relative;
}

.col, .cols {
    float: left;
    margin-left: 2.53%;
    min-height: 1px;
    position: relative;
}

.row:after, .clearfix:after {
    clear: both;
}

.row:before, .row:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.row:before, .row:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.row .row {
    min-width: 0;
}

.row, .clearfix {
}

.row {
    margin: 0 auto;
    max-width: 940px;
/*min-width: 940px;*/
    width: 100%;
}

.row .six.cols {
    width: 48.735%;
}
.col:first-child, .cols:first-child {
    margin-left: 0;
}

.col, .cols {
    float: left;
    margin-left: 2.53%;
    min-height: 1px;
    position: relative;
}

/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%;max-width: none; display: block;height:auto;}
.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;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative;zoom: 1;}
.flexslider .slides {zoom: 1; }
.flexslider .slides > li {position: relative;margin: 0;}
header .flexslider .slides > li {height: 600px;}

.flexslider .slideWrapper{ overflow: hidden;width:100%;}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {position: absolute;
    padding: 20px; bottom: 0; background: #040404; color: #fff; font-size: 14px;zoom: 1;}
/* Direction Nav */
.flex-direction-nav li{ margin: 0;}
.flex-direction-nav li a {width: 15px; height: 23px; margin: 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: top right; right: 0px;}
.flex-direction-nav li .prev {left: 0px;}

.frontpage .flex-direction-nav li .next,
.frontpage .flex-direction-nav li .prev,
.frontpage .flex-direction-nav li .navOverlay.left ,
.frontpage .flex-direction-nav li .navOverlay.right  {
    margin-top:-150px;
}

.flex-direction-nav li .navOverlay
{
    background: #ffffff;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    display:none;
}

.flex-direction-nav li .navOverlay.left
{
    left:0
}
.flex-direction-nav li .navOverlay.right
{
    right:0;
}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
header .flex-control-nav {
    position: absolute;
    bottom: 0;
    z-index: 99;
}
.flex-control-nav
{

    margin: 20px 0 10px 0;
    width: 100%;
    /*position: absolute; */
    text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 11px; height: 12px; display: block; background: url(../images/SliderNav.png) no-repeat -14px 0;overflow: hidden; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: -2px 0;}
.flex-control-nav li a.active {background-position: -2px 0; cursor: default;}

.frontpage .flex-control-nav li a {background-position: -27px -79px;}
.frontpage .flex-control-nav li a:hover {background-position: -10px -79px;}
.frontpage .flex-control-nav li a.active {background-position: -10px -79px;}

.controlNavLeft .flex-control-nav,
.controlNavRight .flex-control-nav {
    width: 430px;
    position: absolute;
    z-index: 99;
    bottom: 20px;
}

.controlNavLeft .flex-control-nav{
    left: 0;
}

.controlNavRight .flex-control-nav{
    right: 0;
}

.flex-direction-nav li a {display:none;}

/* BOOKLET SLIDER */
.bookletSlider{
    width:940px;
    /*display:table; fjernet pga. manglende responsive */
}

.bookletSlider .textLeft {width:940px;}

.bookletSlider .textRight .textBlockWrap{
    margin-left: 2.53%;
    float:right;

}
.bookletSlider .textBlock .wrap h2{
	color:#B91440;
}
.bookletSlider .textRight .mediaBlockWrap
{
    margin-left: 0;

}
.bookletSlider .textLeft .textBlockWrap{
    width:430px;
    margin-left: 0;
    margin-right:26px;
}
.bookletSlider .textLeft .textBlockWrap p{ text-align:justify;margin:20px 0;}
.bookletSlider .textLeft .textBlockWrap a:link, .bookletSlider .textLeft .textBlockWrap a:visited {text-decoration:none;color:#B91440;}
.bookletSlider .textLeft .textBlockWrap p.more {}

.bookletSlider .textLeft .mediaBlockWrap{
    width:480px;
    margin-left: 0;
    float:right;
}
.bookletSlider .textBlock {
border-top:5px solid #EBEBEB;

}

.bookletSlider .textBlock,
.bookletSlider .mediaBlock{
    width:100%;
    height:400px;
    overflow:hidden;
    position:relative;
}

.bookletSlider .textBlock > div,
.bookletSlider .mediaBlock > div{
    display:none;
    position:absolute;
    width:100%;
}

.bookletSlider .mediaBlock img{

}

.bookletSlider .textBlock > div:first-child,
.bookletSlider .mediaBlock > div:first-child{
    display:block;
}

.bookletSlider .textBlock .wrap
{
    margin:25px 0 25px 25px;
}

.bookletSlider .withBg .textBlock{
    background:#eeeeee;
}

.bookletSlider .textBlock .topBorder,
.bookletSlider .textBlock .bottomBorder {
    background: #D3D3D3;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    display:none;
}

.bookletSlider .withBorder .textBlock{
    background:none;
}

.bookletSlider .withBorder .textBlock .topBorder,
.bookletSlider .withBorder .textBlock .bottomBorder{
    display:block;
}

.bookletSlider .textBlock .topBorder{
    height: 1px;
    top: 0;
}

.bookletSlider .textBlock .bottomBorder{
    bottom: 0;
    height: 6px;
}