.big h1
{
    font-family: Verdana;
    font-size: 24px;
    line-height: 1.5;
    color: white;
    margin: 10px 0;
    float: left;
    display: block;
}

@media screen and (max-width: 630px)
{
    .big h1
    {
        font-size: 16px;
    }
}

.content h1 {
    display: block;
    width: 680px;
}
.content a {
    display: block;
}


.big p
{
    color: white;
    font-size: 13px;
    line-height: 16px;
    float: left;
    display: block;
    width: 85%;
}

/*.small h1 ersättare*/
.bannerheadertiny
{
    padding-top: 10px;
    color: white;
    font-size: 1.5em;
    margin-bottom: 7px;
}
.bannerbody {
    width: 980px !important;
    display: block;
}

.small p
{
    color: white;
    font-size: 13px;
    line-height: 16px;
    float: left;
    display: block;
    margin: 0;
}

/*body
{
    font-family: Verdana;
}*/

.big .btn
{
    padding: 7px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    min-width: 170px;
    display: block;
    clear: both;
}

    .big .btn:hover
    {
        text-decoration: underline;
    }

    .big .btn span:after
    {
        content: "";
        background: url(/PTS/Images/Banners/read-more.svg) no-repeat 0 0;
        display: inline-block;
        height: 14px;
        line-height: 14px;
        width: 12px;
        vertical-align: middle;
        margin-left: 10px;
    }

    .big .btn.blue
    {
        background: -webkit-linear-gradient(#85a0b8, #004B8D);
        background: -o-linear-gradient(#85a0b8, #004B8D);
        background: linear-gradient(#85a0b8, #004B8D);
        filter: progid:DXImageTransform.Microsoft.gradient(Enabled=true, GradientType=0,startColorstr='#85a0b8', endColorstr='#004B8D');
        background-image: linear-gradient(to bottom, #85a0b8, #004B8D);
        background-repeat: repeat-x;
        border: 3px solid #85a0b8;
    }

    .big .btn.lightblue
    {
        background: -moz-linear-gradient(#13B5EA, #09789d);
        background: -webkit-linear-gradient(#13B5EA, #09789d);
        background: -o-linear-gradient(#13B5EA, #09789d);
        background: -ms-linear-gradient(#13B5EA, #09789d);
        filter: progid:DXImageTransform.Microsoft.gradient(Enabled=true, GradientType=0,startColorstr='#13B5EA', endColorstr='#09789d');
        background: linear-gradient(#13B5EA, #09789d);
        background-image: linear-gradient(to bottom, #13B5EA, #09789d);
        border: #13B5EA solid 3px;
        color: #ffffff;
    }

    .big .btn.red
    {
        background: -moz-linear-gradient(#ea6681, #D11939);
        background: -webkit-linear-gradient(#ea6681, #D11939);
        background: -o-linear-gradient(#ea6681, #D11939);
        background: -ms-linear-gradient(#ea6681, #D11939);
        filter: progid:DXImageTransform.Microsoft.gradient(Enabled=true, GradientType=0,startColorstr='#ea6681', endColorstr='#D11939');
        background: linear-gradient(#ea6681, #D11939);
        background-image: linear-gradient(to bottom, #ea6681, #D11939);
        border: #ea6681 solid 3px;
        color: #ffffff;
    }

    .big .btn.green
    {
        background: -webkit-linear-gradient(#8CC63F, #4f820c);
        background: -o-linear-gradient(#8CC63F, #4f820c);
        background: linear-gradient(#8CC63F, #4f820c);
        filter: progid:DXImageTransform.Microsoft.gradient(Enabled=true, GradientType=0,startColorstr='#8CC63F', endColorstr='#4f820c');
        background-image: linear-gradient(to bottom, #8CC63F, #4f820c);
        background-repeat: repeat-x;
        border: 3px #8CC63F solid;
    }

    .big .btn.purple
    {
        background: linear-gradient(#af97bd, #652D89);
        background: -moz-linear-gradient(#af97bd, #652D89);
        background: -webkit-linear-gradient(#af97bd, #652D89);
        background: -o-linear-gradient(#af97bd, #652D89);
        background: -ms-linear-gradient(#af97bd, #652D89);
        filter: progid:DXImageTransform.Microsoft.gradient(Enabled=true, GradientType=0,startColorstr='#af97bd', endColorstr='#652D89');
        background-image: linear-gradient(to bottom, #af97bd, #652D89);
        background-repeat: repeat-x;
        border: 3px solid #af97bd;
 
    }

.small .btn
{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    width: 93%;
    position: absolute;
    right: 0;
    bottom: 0; 
}

    .small .btn:hover
    {
        text-decoration: underline;
       
    }
    .small btn.focus {
         border: 1px dashed #eed211;
    }
    .small .btn span:before
    {
        clear: both;
        margin-left: 0;
        padding: 0;
    }

    .small .btn span:after
    {
        content: "";
        background: url("/PTS/Images/Banners/read-more.svg") no-repeat 0 0;
        display: inline-block;
        height: 14px;
        line-height: 14px;
        width: 12px;
        vertical-align: middle;
        padding-left: -20px!important;
    }

    .small .btn.blue
    {
        background: -webkit-linear-gradient(#85a0b8, #004B8D);
        background: -o-linear-gradient(#85a0b8, #004B8D);
        background: linear-gradient(#85a0b8, #004B8D);
        filter: progid:DXImageTransform.Microsoft.gradient(Enabled=true, GradientType=0,startColorstr='#85a0b8', endColorstr='#004B8D');
        background-image: linear-gradient(to bottom, #85a0b8, #004B8D);
        background-repeat: repeat-x;
        border: 3px solid #85a0b8;
    }

    .small .btn.lightblue
    {
        background: -moz-linear-gradient(#13B5EA, #09789d);
        background: -webkit-linear-gradient(#13B5EA, #09789d);
        background: -o-linear-gradient(#13B5EA, #09789d);
        background: -ms-linear-gradient(#13B5EA, #09789d);
        filter: progid:DXImageTransform.Microsoft.gradient(Enabled=true, GradientType=0,startColorstr='#13B5EA', endColorstr='#09789d');
        background: linear-gradient(#13B5EA, #09789d);
        background-image: linear-gradient(to bottom, #13B5EA, #09789d);
        border: #13B5EA solid 3px;
        color: #ffffff;
    }

    .small .btn.red
    {
        background: -moz-linear-gradient(#ea6681, #D11939);
        background: -webkit-linear-gradient(#ea6681, #D11939);
        background: -o-linear-gradient(#ea6681, #D11939);
        background: -ms-linear-gradient(#ea6681, #D11939);
        filter: progid:DXImageTransform.Microsoft.gradient(Enabled=true, GradientType=0,startColorstr='#ea6681', endColorstr='#D11939');
        background: linear-gradient(#ea6681, #D11939);
        background-image: linear-gradient(to bottom, #ea6681, #D11939);
        border: #ea6681 solid 3px;
        color: #ffffff;
    }

    .small .btn.green
    {
        background: -webkit-linear-gradient(#8CC63F, #4f820c);
        background: -o-linear-gradient(#8CC63F, #4f820c);
        background: linear-gradient(#8CC63F, #4f820c);
        filter: progid:DXImageTransform.Microsoft.gradient(Enabled=true, GradientType=0,startColorstr='#8CC63F', endColorstr='#4f820c');
        background-image: linear-gradient(to bottom, #8CC63F, #4f820c);
        background-repeat: repeat-x;
        border: 3px #4f820c solid;
    }

    .small .btn.purple
    {
        background: linear-gradient(#af97bd, #652D89);
        background: -moz-linear-gradient(#af97bd, #652D89);
        background: -webkit-linear-gradient(#af97bd, #652D89);
        background: -o-linear-gradient(#af97bd, #652D89);
        background: -ms-linear-gradient(#af97bd, #652D89);
        filter: progid:DXImageTransform.Microsoft.gradient(Enabled=true, GradientType=0,startColorstr='#af97bd', endColorstr='#652D89');
        background-image: linear-gradient(to bottom, #af97bd, #652D89);
        background-repeat: repeat-x;
        border: 3px solid #af97bd;
    }

.slide
{
    width: 100%;
}

.big .container
{
    height: 270px;
    float: left;
  
}

    .big .container .content
    {
        max-width: 680px;
      
        margin: 0 auto;
        padding: 20px 50px;
        
    }

    .big .container.blue, .bluebanner
    {
        /* Safari 4-5, Chrome 1-9 */
        background: -webkit-gradient(linear, left top, right top, from(#004B8D), to(#141313));
        /* Safari 5.1, Chrome 10+ */
        background: -webkit-linear-gradient(right, #004B8D, #141313);
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(right, #004B8D, #141313);
        /* IE 10 */
        background: -ms-linear-gradient(right, #004B8D, #141313);
        /* Opera 11.10+ */
        background: -o-linear-gradient(right, #004B8D, #141313);
    }

    .big .container.lightblue, lightbluebanner
    {
        /* Safari 4-5, Chrome 1-9 */
        background: -webkit-gradient(linear, left top, right top, from(#13B5EA), to(#141313));
        /* Safari 5.1, Chrome 10+ */
        background: -webkit-linear-gradient(right, #13B5EA, #141313);
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(right, #13B5EA, #141313);
        /* IE 10 */
        background: -ms-linear-gradient(right, #13B5EA, #141313);
        /* Opera 11.10+ */
        background: -o-linear-gradient(right, #13B5EA, #141313);
    }

    .big .container.green, .greenbanner
    {
        /* Safari 4-5, Chrome 1-9 */
        background: -webkit-gradient(linear, left top, right top, from(#8CC63F), to(#141313));
        /* Safari 5.1, Chrome 10+ */
        background: -webkit-linear-gradient(right, #8CC63F, #141313);
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(right, #8CC63F, #141313);
        /* IE 10 */
        background: -ms-linear-gradient(right, #8CC63F, #141313);
        /* Opera 11.10+ */
        background: -o-linear-gradient(right, #8CC63F, #141313);
    }

    .big .container.red, .redbanner
    {
        /* Safari 4-5, Chrome 1-9 */
        background: -webkit-gradient(linear, left top, right top, from(#D11939), to(#141313));
        /* Safari 5.1, Chrome 10+ */
        background: -webkit-linear-gradient(right, #D11939, #141313);
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(right, #D11939, #141313);
        /* IE 10 */
        background: -ms-linear-gradient(right, #D11939, #141313);
        /* Opera 11.10+ */
        background: -o-linear-gradient(right, #D11939, #141313);
    }

    .big .container.purple, .purplebanner
    {
        /* Safari 4-5, Chrome 1-9 */
        background: -webkit-gradient(linear, left top, right top, from(#652D89), to(#141313));
        /* Safari 5.1, Chrome 10+ */
        background: -webkit-linear-gradient(right, #652D89, #141313);
        /* Firefox 3.6+ */
        background: -moz-linear-gradient(right, #652D89, #141313);
        /* IE 10 */
        background: -ms-linear-gradient(right, #652D89, #141313);
        /* Opera 11.10+ */
        background: -o-linear-gradient(right, #652D89, #141313);
    }

.purplebanner, .greenbanner, .redbanner, .lightbluebanner, .bluebanner
{
    padding: 20px;
    color: #ffffff;
}

.none
{
    background-color: transparent;
}

.small
{
    height: 155px;
}

    .small .container
    {
        height: 155px;
        float: left;
        width: 100%;
    }

        .small .container .content
        {
            float: left;
            padding: 0 25px;
            margin: 0 auto;
        }

        .small .container.blue
        {
            background: #004B8D;
        }

        .small .container.lightblue
        {
            background: #13B5EA;
        }

        .small .container.green
        {
            background: #8CC63F;
        }

        .small .container.red
        {
            background: #D11939;
        }

        .small .container.purple
        {
            background: #652D89;
        }

.carousel, .slide
{
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.carousel
{
    position: relative;
}

    .carousel ul
    {
        margin: 0;
        padding: 0;
        display: inline-block;
        margin-bottom: 20px;
    }

.slide
{
    background-size: cover;
    position: relative;
    margin-bottom: 1em;
    border: 1px solid #333;
}

.big
{
    height: 270px;
}

.small
{
    height: 155px;
}

.carousel.active
{
    height: auto;
    position: relative;
}

.active .slide
{
    border: none;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

.slide.current
{
    display: block;
    z-index: 500;
}

.btn-prev,
.btn-next
{
    position: absolute;
    z-index: 700;
    top: 40%;
    margin-top: -2.5em;
    border: 0 ;
    background: rgba(125, 125, 125, 0.6);
    /*line-height: 1;*/
    padding: 2em .5em;
    transition: padding .4s ease-out;
}

ul.big li button.btn-prev img,
ul.big li button.btn-next img
{
    height: 20px;
}

.btn-next:hover,
.btn-prev:hover
{
    padding-left: 2em;
    padding-right: 2em;
}
 .btn-next
.btn-prev
{
    left: 0;
    border-radius: 0 .25em .25em 0;
}

.btn-next
{
    right: 0;
    border-radius: .25em 0 0 .25em;
}

.carousel.with-slidenav
{
    padding-bottom: 4em;
    background-color: #fff;
}

    .carousel.with-slidenav .slide
    {
        border-bottom: 1px solid #333;
    }

.slidenav
{
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    text-align: center;
}

    .slidenav li
    {
        display: inline-block;
        margin: 0 .5em;
    }

    .slidenav button
    {
        border: 2px solid #036;
        background-color: #036;
        line-height: 1em;
        height: 2em;
        width: 2em;
        font-weight: bold;
        color: #fff;
    }

        .slidenav button.current
        {
            border-radius: .5em;
            background-color: #fff;
            color: #333;
        }

        .slidenav button:hover/*, .slidenav button:focus*/
        {
            border: 2px dashed #fff;
        }

        .slidenav button.current:hover,
        .slidenav button.current:focus
        {
            /*border: 1px dashed #036;*/
        }

.active .slide
{
    display: block;
    visibility: hidden;
    transition: left .6s ease-out;
}

    .active .slide.current
    {
        visibility: visible;
        left: 0;
    }

    .active .slide.next
    {
        left: 100%;
    }

    .active .slide.prev
    {
        left: -100%;
    }

        .active .slide.next.in-transition,
        .active .slide.prev.in-transition
        {
            visibility: visible;
        }

     #Carousel ul.small li {
            clear: both;
            width: 218px;
         display: block;
        }
ul.small li button.btn-prev img,
ul.small li button.btn-next img
{
    height: 11px !important;
    width: 5px;
}
ul.small li button.btn-next {
    margin-right: 2px;
}
ul.small li button.btn-prev,
ul.small li button.btn-next
{
    position: absolute;
    z-index: 700;
    top: 40%;
    /*margin-top: -3.5em;*/
    border: 0;
    background: rgba(125, 125, 125, 0.6);
    line-height: 1;
    /*padding: .5em .5em;*/
    transition: padding .4s ease-out;
}
