/* PAGEGROUPS ------------------------------------------------- */
.pagegroup .pagegroup-content .pagegroup-section {
    margin: 0px;
}
.pagegroup .pagegroup-content .pagegroup-section .container:not(.reset) {
    padding: 40px 0px;
}
.pagegroup .pagegroup-content .pagegroup-section.wide .container {
    padding: 80px 0px;
}
.pagegroup .pagegroup-content .pagegroup-section.extrawide .container {
    padding: 120px 0px;
}
.pagegroup .pagegroup-content .pagegroup-section.centered {
    text-align: center;
}
.pagegroup .pagegroup-content .pagegroup-section.background,
.pagegroup .pagegroup-content .pagegroup-section.parallaxbackground {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.pagegroup .pagegroup-content .pagegroup-section.background.small,
.pagegroup .pagegroup-content .pagegroup-section.parallaxbackground.small {
    min-height:300px;
}
.pagegroup .pagegroup-content .pagegroup-section.background.big,
.pagegroup .pagegroup-content .pagegroup-section.parallaxbackground.big {
    min-height:600px;
}

.pagegroup .pagegroup-content .pagegroup-section.background.full,
.pagegroup .pagegroup-content .pagegroup-section.parallaxbackground.full {
    min-height:600px;
    /* real size by js */
}

.pagegroup .pagegroup-content .pagegroup-section.before-angle {
    padding-bottom:80px !important;
}
.pagegroup .pagegroup-content .pagegroup-section.white {
    background-color:#fafafa;
}
.pagegroup .pagegroup-content .pagegroup-section.grey {
    background-color:#eee;
}
.pagegroup .pagegroup-content .pagegroup-section.red {
    background-color:#aa033e;
}
.pagegroup .pagegroup-content .pagegroup-section.red *{
    color:#fff;
}
.pagegroup .pagegroup-content .pagegroup-section.topangle {
    padding-bottom:80px;
}
.pagegroup .pagegroup-content .pagegroup-section.topangle:first-child {
    margin-top:-40px;
}
.pagegroup .pagegroup-content .pagegroup-section.topangle:before {
    display:block;
    position: relative;
    content:' ';

    width:102%;
    height:77px;
    top:-43px;
}
.pagegroup .pagegroup-content .pagegroup-section.topangle.angleright:before {
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.pagegroup .pagegroup-content .pagegroup-section.topangle.angleleft:before {
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    left:-1%;
}
.pagegroup .pagegroup-content .pagegroup-section.white.topangle:before {
    background-color: #fafafa;
}
.pagegroup .pagegroup-content .pagegroup-section.grey.topangle:before {
    background-color: #eee;
}
.pagegroup .pagegroup-content .pagegroup-section.red.topangle:before {
    background-color: #aa033e;
}

.pagegroup .pagegroup-content .pagegroup-section.roundin:before {
    content:'';
    display: block;
    width:130%;
    height:100px;
    margin: -30px 0px 0px -15%;
    position:absolute;

     background: transparent;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, transparent 50.1%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,transparent 100%);
    background: radial-gradient(ellipse at center, #fff 65%,transparent 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='transparent',GradientType=1 );
}
.pagegroup .pagegroup-content .pagegroup-section.roundout {
    margin-bottom: 20px;
}
.pagegroup .pagegroup-content .pagegroup-section.roundout:after {
    content:'';
    display: block;
    position:absolute;
    z-index: 100;
    width:130%;
    height:100px;
    margin: -40px 0px 0px -15%;


    background: transparent;
    background: -moz-radial-gradient(center, ellipse cover, #fff 50%, transparent 50.1%);
    background: -webkit-radial-gradient(center, ellipse cover, #fff 0%,transparent 100%);
    background: radial-gradient(ellipse at center, #fff 65%,transparent 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='transparent',GradientType=1 );
}
/* ------------------------------------------------------------ */

/* FULLARTICLE ------------------------------------------------ */

.item-page.white {
    background-color:#fafafa;
}
.item-page.grey {
    background-color:#eee;
}
.item-page.red {
    background-color:#aa033e;
}
.item-page.red *{
    color:#fff;
}
.item-page.topangle {
    padding-bottom:80px;
}
.item-page.topangle:first-child {
    margin-top:0px;
}
.item-page.topangle:before {
    display:block;
    position: relative;
    content:' ';

    width:102%;
    height:77px;
    top:-33px;
}
.item-page.topangle.angleright:before {
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.item-page.topangle.angleleft:before {
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    left:-1%;
}
.item-page.white.topangle:before {
    background-color: #fafafa;
}
.item-page.grey.topangle:before {
    background-color: #eee;
}
.item-page.red.topangle:before {
    background-color: #aa033e;
}

.item-page .item-page-intro-fullimage {
    height:600px;
    background-size: cover;
    background-position: center center;
}
.item-page .container {
    margin:10px auto;
}
/* ------------------------------------------------------------ */

/* FAQ -------------------------------------------------------- */
.categories-module.faq-categories {
    list-style:none;
    margin:0px 20px 0px 0px;
    padding:0px;
}
.categories-module.faq-categories li{
    border-bottom: 1px solid #eee;
}
.categories-module.faq-categories li:first-child{
    border-top: 1px solid #eee;
}
.categories-module.faq-categories li a{
    display:block;
    padding:10px;
    color:#999;
    text-transform: uppercase;
    text-align: right;
}
.accordeonlist .accordeonlist-item {
    margin-bottom:20px;
}
.accordeonlist h2 a {
    color:#666;
    font-weight: 300;
    font-size:75%;
    text-decoration: none;
}
/* ------------------------------------------------------------ */

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
}

label {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
    max-width: 100%;
}

.uk-accordion-title {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #882327;
    border-radius: 2px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 5px 20px;
}

/* HOME QUOTES */
body.home #quotesCarousel blockquote,
body.home #quotesCarousel blockquote *{
    color:#fff;
}