
/* moved by compressor */
/* default styles for extension "tx_bircoplanassistant" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-bircoplanassistant table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-bircoplanassistant table th {
		font-weight:bold;
	}

	.tx-bircoplanassistant table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_bircoproducts" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_bircopagecrawler" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-bircopagecrawler table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-bircopagecrawler table th {
		font-weight:bold;
	}

	.tx-bircopagecrawler table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_tancontacts" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-tancontacts table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-tancontacts table th {
		font-weight:bold;
	}

	.tx-tancontacts table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_tanxqueue" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-tan-xqueue table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-tan-xqueue table th {
        font-weight:bold;
    }

    .tx-tan-xqueue table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_gomapsext" */
		.tx-go-maps-ext img {
			max-width: none;
		}

/* Ausgabe Listenansicht /////////////////////////////////////////////////////*/
.flexbook-container{
    position: relative;
    width: 100%;
    margin: 12px 0 28px 0;
}

.flexbook-left-col{
    float: left;
    width: 20%;
    margin: 0 16px 0 0;
}
.flexbook-left-col img{
    width: 100%;
    height: auto;
    border:1px solid #E9E9E9;
}

.flexbook-right-col{
    float: left;
    width: 70%;
}
.flexbook-right-col h2{
    font-size: 16px;
    margin: 2px 0 10px 0;
}

.flexbook-right-col p.filesize {
    color: #929292;
    font-size: 15px;
    margin: 0 0 8px 0;
    line-height: 1;
}

.flexbook-right-col p{
    font-size: 15px;
    color: #525052;
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.download-button{
    float: left;
    margin: 0 25px 0 0;
}

.show-button{
    float: left;
}

/*Lightbox ///////////////////////////////////////////////////////////////////*/

.flexbook-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../../typo3conf/ext/flexbook/Resources/Public/images/overlay_lightbox.png') repeat;
    /* z-index: 999999 !important; */
}
.flexbook-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    text-shadow: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background: #ffffff;
    /*background: url('../../../typo3conf/ext/flexbook/Resources/Public/images/overlay_lightbox.png') repeat;*/

}

.flexbook-lightbox-thumb-overlay{
    opacity:0;
    position:absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.flexbook-lightbox-thumb-overlay:hover{
    opacity:1;
}
.flexbook-lightbox-thumb-icon{
    position: relative;

    margin-left: -50%;
    margin-top: -50%;
    color: #555;
    display:none;
}
.flexbook-lightbox-thumb-icon-holder{
    position: absolute;
    left: 50%;
    top: 50%;
}
.flexbook-wrapper-transparent{
    width: 100%;
    height: 100%;
    background:none;
}
.flexbook-main-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    direction:ltr !important;
}
.flexbook-bookLayer{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:40px;
    overflow: hidden;
}

.flexbook-center-container{
    transform:translateZ(0px);
    -webkit-transform:translateZ(0px);
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flexbook-center-container-wrapper{

}

.flexbook-center-wrapper{

}

.flexbook-book{
    display:block;
    position: relative;

}

.flexbook-page{
    position: absolute;

    width: 100%;
    height: 100%;
    transform:translateZ(0px);
    /*-webkit-transform:translateZ(0px);*/
    will-change:transform;
}

.flexbook-page3{
    position: absolute;
    /* background: #ddd; */
    overflow: hidden;
    transform:translateZ(0px);
    /*-webkit-transform:translateZ(0px);*/
    will-change:transform;
    background: #eee;
}

.flexbook-page3-html{
    position: absolute;
    width: 100%;
    height: 100%;
}

.flexbook-page3 img{
    position:absolute;
    width: 100%;
    height: 100%;
}

.flexbook-page3 canvas{
    position:absolute;
    width: 100%;
    height: 100%;
}

.flexbook-page3-front{

    transform-origin:0 50%;
    -webkit-transform-origin:0 50%;
}

.flexbook-page3-back{
    transform-origin:100% 50%;
    -webkit-transform-origin: 100% 50%;
}

.flexbook-book3{

    display:block;

    position: relative;

}
.flexbook-center-container3{
    position:relative;
    height:100%;
    perspective: 4000px;
    -webkit-perspective: 4000px;
    transform:translateZ(0px);
    /*-webkit-transform:translateZ(0px);*/
    will-change:transform;
}

.flexbook-page-face{
    position: absolute;
    background-color: #DDD;
    transform:translateZ(0px);
    -webkit-transform:translateZ(0px);
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flexbook-page-overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,.9);
    pointer-events: none !important;
    z-index: 10;
}

.flexbook-page-htmlContent{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:50;
    transform:translateZ(0px);
    -webkit-transform:translateZ(0px);
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.flexbook-book canvas{
    position :absolute;
    left: 0;
    top: 0;
    z-index:50;
    width: 100%;
    height: 100%;
    transform:translateZ(0px);
    -webkit-transform:translateZ(0px);
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flexbook-page img{
    width: 100%;
    height: 100%;
    transform:translateZ(0px);
    -webkit-transform:translateZ(0px);
    -backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flexbook-opacity0{
    opacity:0;
}

.flexbook-opacity1{
    opacity:1;
}

.flexbook-arrow-wrapper{
    opacity:.6;
}
.flexbook-left-arrow{
    display:block !important;
    position:absolute !important;
    left: 0;
    top:50% !important;
    margin-top: -40px !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 40px !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center !important;
    cursor:pointer !important;
    padding-left: 18px !important;
    padding-right: 22px !important;
}
.flexbook-first-arrow{
    display: block !important;
    position: absolute !important;
    left: 0;
    top: 50% !important;

    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center !important;
    cursor: pointer !important;
    padding-left: 23px;
    padding-right: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.flexbook-last-arrow{
    display: block !important;
    position: absolute !important;
    right: 0;
    top: 50% !important;

    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;

    font-size: 16px !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center !important;
    cursor: pointer !important;

    padding-left: 23px;

    padding-right: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.flexbook-right-arrow{
    display:block !important;
    position:absolute !important;
    right: 0;
    top:50% !important;
    margin-top: -40px !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 40px !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center !important;
    cursor:pointer !important;
    padding-left: 22px !important;
    padding-right: 18px !important;
}

.flexbook-currentPageHolder{
    position: absolute;

    top: 5px;
    /* background: rgba(128,128,128,.2); */
}
.flexbook-currentPage {
    position: absolute !important;

    /* background: none!important; */
    text-align: right !important;
    padding: 0 !important;
    padding-right: 5px !important;
    border: none!important;
    width: 2.5em !important;
    font-size: 1em !important;
    font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif !important;

    line-height: 30px !important;
    /*z-index: 999999;*/
    max-width: none !important;
    background: rgba(128,128,128,.2);
    border-radius: 7px;
}
/*
.flexbook-totalPages {
    background: none;  box-shadow: none;
    position: absolute !important;
    padding-left: 3em !important;
    border: none !important;
    width: 3em !important;
	
    font-size: 1.2em !important;
	font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif;
	
    text-align: left !important;
    line-height: 30px !important;
	
    z-index: 9999;
    height: 35px;
}*/

.flexbook-totalPages {
    box-shadow: none;
    padding-left: 3em !important;
    padding-right: 1em !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border: none !important;
    width: 3em !important;
    font-size: 1em !important;
    font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif;
    text-align: left !important;
    line-height: 30px !important;
    /*z-index: 9999;*/
    height: 35px;
    /* opacity: .7 !important; */
    pointer-events: none;
}


.flexbook-currentPage:focus {
    outline: none;
}


.flexbook-menuWrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.flexbook-menuWrapper:hover{
    opacity: 1;
}
.flexbook-menu {
    position: relative;
    text-align: center;
    margin: 0;
    /* padding-left: 100px; */
    /* padding-right: 100px; */
    /* padding: 5px; */
    /* z-index: 99999; */


    height: 40px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.flexbook-menu-btn {
    display: inline;
    cursor: pointer;
    background: none;
}

.flexbook-thumbHolder{

    bottom: 40px;
    position:absolute;
    left:0;
    top :0;
}

.flexbook-thumbContainer{
    margin:0;
    padding:0;
    position:relative;
    margin-left: 20px;
}

.flexbook-thumb{
    display:inline-block;
    position:relative;
    margin-top:15px;
    /* margin-left: 5px; */
    cursor: pointer;
}
.flexbook-thumb-num{
    display:block;
    text-align:center;
    font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
}

.flexbook-thumb img{

    border: 1px solid rgba(134, 134, 134, 0.33);
    display: inline-block;
    /* margin: 0 2px 7px 0; */
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);


}

.flexbook-toc{
    position: relative;
    margin:0;
    padding:0;

}

.flexbook-tocHolder{
    position: absolute;
    top:0;
    width: 300px;
    bottom: 40px;

    -webkit-transition: all .3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;  /* Firefox 4-15 */
    -o-transition: all .3s ease-out;  /* Opera 10.50
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
    /* margin: 20px; */
    /* pointer-events: none; */
    /* background: #000; */
}

.flexbook-tocItem{

    display: block;
    padding: 10px 20px;
    text-align: justify;
    cursor: pointer;
    font-size: .9em;

    font-family: 'Open Sans','Helvetica Neue', Arial, sans-serif;

    /* font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;  font-weight: 300;*/

    border-top: solid 1px rgba(135, 135, 135, 0.22);

    /* border-bottom: solid 1px rgba(0,0,0,.3); */

}
.flexbook-tocItem:hover{
    background: rgba(128,128,128,.2)

}
.flexbook-tocItem .right{
    float: right;
}

.flexbook-tocTitle{
    display: block;
    padding: 20px;
    text-align: left;
    text-transform: uppercase;
}

.invisible{
    opacity: 0;
    pointer-events:none;
    display:none;
}

.transition{
    -webkit-transition: all .3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;  /* Firefox 4-15 */
    -o-transition: all .3s ease-out;  /* Opera 10.50*/
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.flexbook-shareButtons{
    width: 41px;

    position: absolute;
    /*right: 0;*/
    /*top: 0;*/
    bottom: 40px;
    /*-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    max-width: 100%;   max-height:100%;
    overflow: hidden; /* Aligns Vertically - Remove for Horizontal Only */    /* Aligns Horizontally - Remove for Vertical Only  */;
    /* padding: 10px 0; */
    /*margin-right: 10px;*/
    text-align:center;
}

.flexbook-shareBtn{
    display: inline-block;
    cursor: pointer;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
}

/* img{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
} */

.flexbook-icon-general{
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;


    padding-bottom: 12px !important;
    padding-top: 12px !important;
    width: 36px !important;
    bottom: 0 !important;
    text-align: center !important;
}
.flexbook-btn-close{
    height:20px;
    position:absolute;
    top:.0;
    right:0;
    cursor:pointer;
    font-size: .8em;
}
/* ui */
.flexbook-skin-color{
    /*     -webkit-transition: all .3s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .3s ease-out; */
}

/*dark*/
.flexbook-bg-dark{
    background: rgba(20, 20, 20, 0.9);
    /* border-top: 1px solid #333; */
    /* border-top: 1px solid rgba(58, 58, 58, 1); */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.9); */
    /* box-shadow: 0px 0px 5px rgba(0,0,0,1) */
}
.flexbook-color-dark{
    color: rgba(255,255,255,.6);
}
.flexbook-color-dark:hover{
    color: #FFF;
}

/*light*/
.flexbook-bg-light{
    background: rgba(255, 255, 255, 0.9);








}
.flexbook-color-light{
    color: rgba(0,0,0,.6);
}
.flexbook-color-light:hover{
    color: #000;
}


.tooltips {
    /* position: relative; */
    /* display: inline; */
}
.tooltips span {
    position: absolute;
    width:140px;
    color: #FFFFFF;
    background: #000000;
    height: 31px;
    line-height: 31px;
    text-align: center;
    visibility: hidden;
    border-radius: 0px;
}
.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.tooltips:hover span {
    visibility: visible;
    /* opacity: 0.8; */
    bottom: 30px;
    /* left: 50%; */
    /* margin-left: -76px; */
    z-index: 999;
}

.flexbook-lightbox-toolbar{
    position:absolute;
    top: 0;
    right: 0;
    z-index: 99999 !important;
}
.flexbook-lightbox-toolbar span{
    cursor:pointer;
    padding:5px 8px;
}

.flexbook-loading-bar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #333;
    border-bottom: 1px solid #333;
}

.flexbook-progress-bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ddd;
    overflow: hidden;
    -webkit-transition: width 200ms;
    transition: width 200ms;
}

.flexbook-carousel-wrapper{
    position:absolute;
    width:100%;
    height:100%;
}

.flexbook-carousel-scroller{
    float:left;
    position:relative;
    width:10000px;
    height:100%;
}

.flexbook-carousel-scroller ul{
    list-style:none;
    display:block;
    float:left;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    text-align:left;
}

.flexbook-carousel-scroller li {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    display:block; float:left;
    width:500px; height:100%;
    text-align:center;
    font-family:georgia;
    font-size:18px;
    line-height:140%;
    /* padding: 0 10px; */
}

.flexbook-carousel-page {
    height:100%;
    position:relative;
    /* margin: 0 20px; */
}

.flexbook-carousel-zoom-page{
    height:100%;
    position:relative;
}

.flexbook-carousel-zoom-page img{
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}


.flexbook-carousel-page img{
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

.flexbook-carousel-image-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
}


.flexbook-carousel-zoom-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
}

.flexbook-carousel-zoom{
    position: relative;
    width: 100%;
    height: 100%;
}

/*share*/


.flexbook-share .social.bottom,.flexbook-share .social.top{
    -webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0
}
.flexbook-share{
    width:92px;height:20px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.flexbook-share [class*=entypo-]:before{
    font-family:entypo,sans-serif
}
.flexbook-share label{
    font-size:16px;cursor:pointer;margin:0;padding:5px 10px;border-radius:5px;background:#a29baa;color:#333;transition:all .3s ease
}
.flexbook-share label:hover{
    opacity:.8
}
.flexbook-share label span{
    text-transform:uppercase;font-size:.9em;font-family:Lato,sans-serif;font-weight:700;-webkit-font-smoothing:antialiased;padding-left:6px
}
.flexbook-share .social{
    opacity:0;transition:all .4s ease;margin-left:-15px;visibility:hidden
}
.flexbook-share .social.top{
    -ms-transform-origin:0 0;transform-origin:0 0;
    /* margin-top:-80px
     */
    bottom: 34px;
    position: absolute;
    left: 10px;
}
.flexbook-share .social.bottom{
    -ms-transform-origin:0 0;transform-origin:0 0;margin-top:5px
}
.flexbook-share .social.middle.left,.flexbook-share .social.middle.right{
    -ms-transform-origin:5% 50%;transform-origin:5% 50%;-webkit-transform-origin:5% 50%;-moz-transform-origin:5% 50%;-o-transform-origin:5% 50%
}
.flexbook-share .social.middle{
    margin-top:-34px
}
.flexbook-share .social.middle.right{
    margin-left:105px
}
.flexbook-share .social.networks-1.center,.flexbook-share .social.networks-1.left,.flexbook-share .social.right{
    margin-left:14px
}
.flexbook-share .social.load{
    transition:none!important
}
.flexbook-share .social.networks-1{
    width:60px
}
.flexbook-share .social.networks-1.middle.left{
    margin-left:-70px
}
.flexbook-share .social.networks-1 ul{
    width:60px
}.flexbook-share .social.networks-2,.flexbook-share .social.networks-2 ul{
     width:120px
 }
.flexbook-share .social.networks-2.center{
    margin-left:-13px
}
.flexbook-share .social.networks-2.left{
    margin-left:-44px
}
.flexbook-share .social.networks-2.middle.left{
    margin-left:-130px
}
.flexbook-share .social.networks-3,.flexbook-share .social.networks-3 ul{
    width:180px
}
.flexbook-share .social.networks-3.center{
    margin-left:-45px
}
.flexbook-share .social.networks-3.left{
    margin-left:-102px
}
.flexbook-share .social.networks-3.middle.left{
    margin-left:-190px
}
.flexbook-share .social.networks-4,.flexbook-share .social.networks-4 ul{
    width:240px
}
.flexbook-share .social.networks-4.center{
    margin-left:-75px
}
.flexbook-share .social.networks-4.left{
    margin-left:162px
}
.flexbook-share .social.networks-4.middle.left{
    margin-left:-250px
}
.flexbook-share .social.networks-5,.flexbook-share .social.networks-5 ul{
    width: 40px;}
.flexbook-share .social.networks-5.center{
    /* margin-left:-105px
     */}
.flexbook-share .social.networks-5.left{
    margin-left:-225px
}
.flexbook-share .social.networks-5.middle.left{
    margin-left:-320px
}
.flexbook-share .social.active{
    opacity:1;transition:all .4s ease;visibility:visible
}
.flexbook-share .social.active.top{
    -webkit-transform:scale(1)translateY(-10px);-moz-transform:scale(1)translateY(-10px);-o-transform:scale(1)translateY(-10px);-ms-transform:scale(1)translateY(-10px);transform:scale(1)translateY(-10px)
}
.flexbook-share .social.active.bottom{
    -webkit-transform:scale(1)translateY(15px);-moz-transform:scale(1)translateY(15px);-o-transform:scale(1)translateY(15px);-ms-transform:scale(1)translateY(15px);transform:scale(1)translateY(15px)
}
.flexbook-share .social.active.middle.right{
    -webkit-transform:scale(1)translateX(10px);-moz-transform:scale(1)translateX(10px);-o-transform:scale(1)translateX(10px);-ms-transform:scale(1)translateX(10px);transform:scale(1)translateX(10px)
}
.flexbook-share .social.active.middle.left{
    -webkit-transform:scale(1)translateX(-10px);-moz-transform:scale(1)translateX(-10px);-o-transform:scale(1)translateX(-10px);-ms-transform:scale(1)translateX(-10px);transform:scale(1)translateX(-10px)
}
.flexbook-share .social ul{
    position:relative;left:0;right:0;height:46px;color:#fff;margin:auto;padding:0;list-style:none
}
.flexbook-share .social ul li{
    font-size: 16px;cursor:pointer;
    width: 40px;margin:0;
    padding: 9px 0;text-align:center;float:left;display:none;height:22px;position:relative;z-index:2;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;transition:all .3s ease
}
.flexbook-share .social ul li:hover{
    /* color:rgba(0,0,0,.5) */
}
.flexbook-share .social li[class*=facebook]{
    /* background:#3b5998; */
}
.flexbook-share .social li[class*=twitter]{
    /* background:#6cdfea; */
}
.flexbook-share .social li[class*=google_plus]{
    /* background:#e34429; */
}
.flexbook-share .social li[class*=pinterest]{
    /* background:#c5282f; */
}
.flexbook-share .social li[class*=send-o]{
    /* background:#42c5b0; */
}




/** preloader*/
.cssload-container {
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    text-align: center;
    position: absolute;
    z-index: 9999999!important;
}

.cssload-speeding-wheel {
    width: 48px;
    height: 48px;
    /* margin: 0 auto; */
    border: 3px solid rgb(0,0,0);
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
    top: 45%;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
}



@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
/**new preloader end*/













































































/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.flexbook-textLayer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.2;
    line-height: 1.0;
    color: #000;
    opacity: 1;
}

.flexbook-textLayer > div {
    color: transparent;
    color:#f00;
    position: absolute;
    white-space: pre;
    cursor: text;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.flexbook-textLayer .highlight {
    margin: -1px;
    padding: 1px;

    background-color: rgb(180, 0, 170);
    border-radius: 4px;
}

.flexbook-textLayer .highlight.begin {
    border-radius: 4px 0px 0px 4px;
}

.flexbook-textLayer .highlight.end {
    border-radius: 0px 4px 4px 0px;
}

.flexbook-textLayer .highlight.middle {
    border-radius: 0px;
}

.flexbook-textLayer .highlight.selected {
    background-color: rgb(0, 100, 0);
}

.flexbook-textLayer ::selection { background: rgb(0,0,255); }
.flexbook-textLayer ::-moz-selection { background: rgb(0,0,255); }

.flexbook-textLayer .endOfContent {
    display: block;
    position: absolute;
    left: 0px;
    top: 100%;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

.flexbook-textLayer .endOfContent.active {
    top: 0px;
}


.flexbook-annotationLayer section {
    position: absolute;
}

.flexbook-annotationLayer .linkAnnotation > a {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexbook-annotationLayer .linkAnnotation > a /* -ms-a */  {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
    /* background: rgba(0, 255, 0, 0.29); */
}

.flexbook-annotationLayer .linkAnnotation > a:hover {
    opacity: 0.2;
    background: #ff0;
    box-shadow: 0px 2px 10px #ff0;
}

.flexbook-annotationLayer .textAnnotation img {
    position: absolute;
    cursor: pointer;
}

.flexbook-annotationLayer .popupWrapper {
    position: absolute;
    width: 20em;
}

.flexbook-annotationLayer .popup {
    position: absolute;
    z-index: 200;
    max-width: 20em;
    background-color: #FFFF99;
    box-shadow: 0px 2px 5px #333;
    border-radius: 2px;
    padding: 0.6em;
    margin-left: 5px;
    cursor: pointer;
    word-wrap: break-word;
}

.flexbook-annotationLayer .popup h1 {
    font-size: 1em;
    border-bottom: 1px solid #000000;
    padding-bottom: 0.2em;
}

.flexbook-annotationLayer .popup p {
    padding-top: 0.2em;
}

.flexbook-annotationLayer .highlightAnnotation,
.flexbook-annotationLayer .underlineAnnotation,
.flexbook-annotationLayer .squigglyAnnotation,
.flexbook-annotationLayer .strikeoutAnnotation {
    cursor: pointer;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../typo3conf/ext/flexbook/Resources/Public/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../typo3conf/ext/flexbook/Resources/Public/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../typo3conf/ext/flexbook/Resources/Public/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../typo3conf/ext/flexbook/Resources/Public/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../typo3conf/ext/flexbook/Resources/Public/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../typo3conf/ext/flexbook/Resources/Public/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}


.sbHolder{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	font-weight: normal;
	height: 32px;
	position: relative;
	width: 100%;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
}

/*
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
*/

.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 34px;
	left: 0;
	line-height: 34px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #555555;
	outline: none;
	text-decoration: none;
}
.sbToggle{
    background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Javascript/libs/jquery_selectbox/img/selectbox-icons.png') 0 0px no-repeat;
	/*background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Javascript/libs/jquery_selectbox/img/select-icons.png') 0 -116px no-repeat;*/
	display: block;
	height: 32px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}
.sbToggle:hover{
    background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Javascript/libs/jquery_selectbox/img/selectbox-icons.png') 0 0px no-repeat;
	/*background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Javascript/libs/jquery_selectbox/img/select-icons.png') 0 -167px no-repeat;*/
}
.sbToggleOpen{
    background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Javascript/libs/jquery_selectbox/img/selectbox-icons.png') 0 0px no-repeat;
    /*background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Javascript/libs/jquery_selectbox/img/select-icons.png') 0 -16px no-repeat;*/
}
.sbToggleOpen:hover{
    background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Javascript/libs/jquery_selectbox/img/selectbox-icons.png') 0 0px no-repeat;
    /*background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Javascript/libs/jquery_selectbox/img/select-icons.png') 0 -66px no-repeat;*/
}
.sbHolderDisabled{
    background-color: #FFFFFF;
    /*border: solid 1px #515151;*/
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFFFFF;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
    line-height: 1.2em;
    margin:0px;
}
.sbOptions a{
	/*border-bottom: dotted 1px #515151;*/
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #555555;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #555555;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
    /*border-bottom: dotted 1px #515151;*/
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    /*border-bottom: dotted 1px #515151;*/
	color: #555555;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.info abbr {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Images/i-punkt.png') 0 0 no-repeat;
}

.info abbr:hover {
    width: 14px;
    height: 14px;
    background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Images/i-punkt_active.png') 0 0 no-repeat;
}

.info abbr {
    text-indent: -300px;
    overflow: hidden;
    border-bottom: 0px;
}

.tooltip {
    text-align: left;
    text-shadow: none;
    color: #525052;
    background: #E6E6E6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #fff;
    max-width: 600px;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

.tooltip,
.tooltip ul,
.tooltip ol,
.tooltip li,
.tooltip p {
    line-height: 1.4em;
    font-size:12px;
    font-family: "lato_regular";
}

.tooltip ul,
.tooltip ol,
.tooltip p {
    margin:8px 0;
}

.tooltip ul li {
    margin:3px 0;
}

.tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #E6E6E6;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

.tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #E6E6E6;
    top: -20px;
    bottom: auto;
}

.tooltip.left:after {
    left: 10px;
    margin: 0;
}

.tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.tx-bircoplanassistant .row{
    margin-bottom:20px;
}

#cloneitwrapper{
    margin-top:11px;
    margin-bottom:11px;
}

#cloneit{
    border:1px dashed #bcbbbc;
    padding:3px;
    display:block;
    padding:3px;

}

.cloneitinner {
    line-height:40px;
    background:#e6e6e6;
    display:block;
    padding-left:20px;
    padding-right:20px;
    color:#525052;
}

.cloneitinner .icon-plus:before{
    margin-right:14px;
	color: inherit;
}

.fieldsetitem .selection{
    padding:20px;
}

ul#planassistentaccordion li fieldset.personaldata{
    padding:20px 0 20px 0;
}

ul#planassistentaccordion{
    margin:0px;
    padding:0px;
}

ul#planassistentaccordion li:before {
    content: none;
}

ul#planassistentaccordion li:first-child #deleteitwrapper{
    display:none;
}

.slideitemheadlineborder{
    width:100%;
    height:4px;
    background:#e6e6e6;
    display:block;
}

.slideitemheadlineborder.activeborder{
    width:100%;
    height:4px;
    background:#003688;
    display:block;
}

.slideitem{
    display:block;
}

.slideitemheadline,
.slideitemheadlinelabel,
.slideitemheadlineborder{
    display:block;
}

#cloneitwrapper{
    font-family: "lato_black";
    cursor:pointer;
    font-size:14px;
}

#cloneitwrapper a {
    text-decoration:none;
}

.slideitemheadlinelabel{
    display:block;
    background:#e6e6e6;
    line-height:46px;
    padding-left:20px;
    padding-right:20px;
    font-family: "lato_black";
    cursor:pointer;
    font-size:14px;
}

.slideitemheadline .slideitemheadlinelabel .slideitemheadlinearrow:after{
    content: "\e61e";
    display: inline-block;
    float: right;
    line-height: 46px;
    font-family:'icomoon';
    font-size:14px;
}

.slideitemheadline.activeheadline .slideitemheadlinelabel .slideitemheadlinearrow:after{
    content: "\e61d";
    display: inline-block;
    float: right;
    line-height: 46px;
    font-family:'icomoon';
    font-size:10px;
}

.slideitemheadline:hover .slideitemheadlinelabel,
.slideitemheadline:hover .slideitemheadlineborder{
    background:#003688;
    color:#FFF;
}

#cloneitwrapper:hover .cloneitinner{
    background:#003688;
    color:#FFF;
}

.bircoplanassistant_filtersubmit{
    width:100%;
    border:none;
    background:none;
    background:#003688;
    border:1px solid #071f78;
    line-height:47px;
    color:#FFF;
}

.bircoplanassistant_filtersubmit:hover{
    background:#da0025;
    border:1px solid #da0025;
}

.bircoplanassistant_filtersubmit_sendicon{
    margin-right:12px;
}

body .bircoplanassistant_filtersubmit_sendicon:before {
	color:inherit;
}

.removeit{
    color:#979697;
    text-decoration:none;
    border-bottom:1px solid #979697;
    float:right;
}

.removeit .icon-plus:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    padding-right:10px;
}

.removeit:hover{
    color:#da0025;
    border-bottom:1px solid #da0025;
    text-decoration:none;
}

.hiddentextwrap,
.hiddenbox{
    display:none;
}

.systemitem{
    float:left;
    border:1px solid #525052;
    padding:5px;
    margin-right:5px;
    margin-bottom:5px;
    width:146px;
    height:200px;
    cursor:pointer;
}

.systemitem p,
.abdeckungitem p {
    line-height:1.2em;
}

.abdeckungitem {
    float:left;
    border:1px solid #c2c2c2;
    padding:5px;
    margin-right:15px;
    margin-bottom:10px;
    width:146px;
    height:200px;
    cursor:pointer;
}

.activesystemitem, .activeabdeckungitem{
    border:1px solid #003688;
    color:#003688;
}

.systemitem span{
    display:block;
}

.abdeckunglistinner{
    display:block;
}

.select_systeme,
.select_abdeckungen,
.select_umfelder,
.select_einsatzbereiche,
.select_abflussbeiwert{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control.hiddentextfield{
    width:75%;
    float:left;
}

.hiddenbox input.form-control {
    max-width:50px;
    display:inline-block;
}
.hiddenbox textarea{
    width:100%;
    min-height:150px;
}

.fieldsetitem h3 label,
.fieldsetitem .radiobtngroup label{
    margin-left:8px;
}

.fieldsetitem .checkboxgroup label{
    margin-left:8px;
}

.influent label,
.rainfall label{
    margin-right:8px;
}

.errorfield label:after{
    content: " *";
}

.subheadline{
    margin-top:12px;
}

.errorfield .formfielderror{
    border: 1px solid #da0025;
    background:#d9adb5;
}

input.objectlength{
    width:90%;
    display:inline-block;
}
span.info.objectlength{
    display:inline-block;
}


/*CHECKBOX*/
.tx-bircoplanassistant .hiddenchecktriggerwrap input[type="checkbox"],
.tx-bircoplanassistant .checkboxgroup input[type="checkbox"]
{
    display: none;
}

.tx-bircoplanassistant .hiddenchecktriggerwrap input[type="checkbox"] + label span.filteritemcheckbox,
.tx-bircoplanassistant .checkboxgroup input[type="checkbox"] + label span.filteritemcheckbox{
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Images/bircocheckbox.png') 0 0 no-repeat;
    cursor: pointer;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.tx-bircoplanassistant .hiddenchecktriggerwrap input[type="checkbox"]:checked + label span.filteritemcheckbox,
.tx-bircoplanassistant .checkboxgroup input[type="checkbox"]:checked + label span.filteritemcheckbox{
    background: url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Images/bircocheckbox.png') -14px 0 no-repeat;
}
.gefaellesituationpercent,
.hoehensituationpercent{
    float:left;
    margin-left:2px;
}


.selectboxit-container {
    width: 100%;
}

.selectboxit-container .selectboxit {
    width: 100%;
}

.selectboxit-list{
    display: inline-block;
    width: auto;
    min-width: 0px;
    max-width: 100%;
}
.selectboxit-container *{
    white-space: normal;
}

.selectboxit-container span, .selectboxit-container .selectboxit-options a{
    height:auto;
    line-height:1.3em;
}

.planassistantwidget{
    /*background:#e6e6e6 url('../../../typo3conf/ext/bircoplanassistant/Resources/Public/Images/planner.jpg') no-repeat bottom right;*/
    background:#e6e6e6;
    /*min-height:390px;*/
    min-height: 351px;
    margin-top:15px;
    margin-bottom:15px;
	border-radius: 7px;
}

.planassistantwidget form.bircoplanassistant_fliterbox{
    /*max-width:350px;*/
    display:block;
}

.planassistantwidget form.bircoplanassistant_fliterbox .form-group {
    padding:0;
}

.planassistantwidget form.bircoplanassistant_fliterbox .form-group label{
    padding-top:8px;
}

.planassistantwidget .planassistantwidgetinner{
    padding:20px;
}

.planassistantwidget .bircoplanassistant_filtersubmit{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #003688;
    color: #003688;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    transition: all 0.5s ease 0s;
    width:auto;
    line-height:19px;
    padding:5px 20px 5px 20px;
	border-radius: 7px;
	text-transform: uppercase;
}

.planassistantwidget .bircoplanassistant_filtersubmit:hover{
    background: #003688 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}


/*LOADING*/
.tx-bircoplanassistant .loading {
    position: relative;
    z-index:99;
    display:none;
}

.tx-bircoplanassistant .loadingimg {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top:100px;
}

.tx-bircoplanassistant .loader {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
}

.tx-bircoplanassistant .loader-box {
    width: 45%;
    height: 45%;
    background: #003688;
    opacity: 0;
    -webkit-filter: blur(1px);
    animation: load 1s linear infinite;
}


.tx-bircoplanassistant .loader-box:nth-of-type(1) {
    position: absolute;
    top: 2.5%;
    left: 2.5%;
}
.tx-bircoplanassistant .loader-box:nth-of-type(2) {
    position: absolute;
    top: 2.5%;
    right: 2.5%;
    animation-delay: -0.25s;
}
.tx-bircoplanassistant .loader-box:nth-of-type(3) {
    position: absolute;
    bottom: 2.5%;
    right: 2.5%;
    animation-delay: -0.5s;
}
.tx-bircoplanassistant .loader-box:nth-of-type(4) {
    position: absolute;
    bottom: 2.5%;
    left: 2.5%;
    animation-delay: -0.75s;
}

.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}
.tx-bircoproducts .filterboxwrap {
    margin-bottom: 35px;
}

.tx-bircoproducts .fliterbox {
    padding: 18px 22px 18px 22px;
    background: #e6e6e6;
	border-radius: 7px;
}

.tx-bircoproducts .fliterbox .filteritem {
    margin-bottom: 8px;
}

.tx-bircoproducts .fliterbox .filteritem input[type="checkbox"] {
    display: none;
}

.tx-bircoproducts .fliterbox .filteritem input[type="checkbox"] + label span.filteritemcheckbox {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background: url('../../../typo3conf/ext/bircoproducts/Resources/Public/Images/bircocheckbox.png') 0 0 no-repeat;
    cursor: pointer;
}

.tx-bircoproducts .fliterbox .filteritem input[type="checkbox"]:checked + label span.filteritemcheckbox {
    background: url('../../../typo3conf/ext/bircoproducts/Resources/Public/Images/bircocheckbox.png') -14px 0 no-repeat;
}

.tx-bircoproducts .fliterbox .filteritem .filteritemcheckboxlabel {
    margin-left: 8px;
}

form.fliterbox .filtersubmit {
    display: none;
}

#kategorielist {
    display: none;
}

#kategorielist .unterkategorielinks {
    margin:15px 0;
}

.categorieitem .categorieitemimage {
    width:30%;
    margin-right:5%;
    float:left;
}

.categorieitem .categorieitemimage img {
    display:block;
    width:100%;
    max-width:160px;
    height:auto;
    margin-top:12px;
}

.categorieitem .categorieitemcontent {
    width:65%;
    float:left;
}

.unterkategorieitem {
    text-align: center;
}

.unterkategoriebilder img {
    display:block;
    width:100%;
    height:auto;
    max-width:140px;
    margin:0 auto;
}

ul.subcategorielist {
    margin: 0px;
    padding: 0 0 0 26px;
}

ul.subcategorielist li:before {
    content: "\e61e";
    display: inline-block;
    font-family: "icomoon";
    margin: 0px 0px 0px -26px;
    padding-right: 10px;
    position: relative;
    top: -1px;
    color: #005B94;
    font-size: 8px;
}

ul.subcategorielist li {
    margin: 6px 0;
    line-height: 1.5em;
}

ul.subcategorielist li a {
    color: #8C8C8C;
    /*text-decoration: underline;*/
    font-size: 13px;
}

ul.subcategorielist li a:hover {
    text-decoration: none;
	color: #005B94;
}

/*TYPOGRAPHY*/
.color .tx-bircoproducts h1 a,
.color .tx-bircoproducts h2 a,
.color .tx-bircoproducts h3 a,
.color .tx-bircoproducts h4 a,
.color .tx-bircoproducts h5 a,
.color .tx-bircoproducts h6 a {
    color: #005B94;
    text-decoration: underline;
    /*text-decoration-style: dashed;*/
}
.color1 .tx-bircoproducts h1 a,
.color1 .tx-bircoproducts h2 a,
.color1 .tx-bircoproducts h3 a,
.color1 .tx-bircoproducts h4 a,
.color1 .tx-bircoproducts h5 a,
.color1 .tx-bircoproducts h6 a {
    color: #003688;
}
.color2 .tx-bircoproducts h1 a,
.color2 .tx-bircoproducts h2 a,
.color2 .tx-bircoproducts h3 a,
.color2 .tx-bircoproducts h4 a,
.color2 .tx-bircoproducts h5 a,
.color2 .tx-bircoproducts h6 a {
    color: #DA0025;
}
.color3 .tx-bircoproducts h1 a,
.color3 .tx-bircoproducts h2 a,
.color3 .tx-bircoproducts h3 a,
.color3 .tx-bircoproducts h4 a,
.color3 .tx-bircoproducts h5 a,
.color3 .tx-bircoproducts h6 a {
    color: #007BAA;
}
.color4 .tx-bircoproducts h1 a,
.color4 .tx-bircoproducts h2 a,
.color4 .tx-bircoproducts h3 a,
.color4 .tx-bircoproducts h4 a,
.color4 .tx-bircoproducts h5 a,
.color4 .tx-bircoproducts h6 a {
    color: #89BA17;
}
.color5 .tx-bircoproducts h1 a,
.color5 .tx-bircoproducts h2 a,
.color5 .tx-bircoproducts h3 a,
.color5 .tx-bircoproducts h4 a,
.color5 .tx-bircoproducts h5 a,
.color5 .tx-bircoproducts h6 a {
    color: #F49E3C;
}
.color6 .tx-bircoproducts h1 a,
.color6 .tx-bircoproducts h2 a,
.color6 .tx-bircoproducts h3 a,
.color6 .tx-bircoproducts h4 a,
.color6 .tx-bircoproducts h5 a,
.color6 .tx-bircoproducts h6 a {
    color: #6E2878;
}
.color7 .tx-bircoproducts h1 a,
.color7 .tx-bircoproducts h2 a,
.color7 .tx-bircoproducts h3 a,
.color7 .tx-bircoproducts h4 a,
.color7 .tx-bircoproducts h5 a,
.color7 .tx-bircoproducts h6 a {
    color: #525052;
}
.color .tx-bircoproducts h1 a:hover,
.color .tx-bircoproducts h2 a:hover,
.color .tx-bircoproducts h3 a:hover,
.color .tx-bircoproducts h4 a:hover,
.color .tx-bircoproducts h5 a:hover,
.color .tx-bircoproducts h6 a:hover {
    text-decoration: none;
}

.categoryfoottext,
.artikelkategorie,
.artikelattributlabel,
.artikel_attribut_label,
.filteritemlabel,
.unterkategoriekopftext {
    font-weight: normal;
    font-family: "lato_black";
}

.tx-bircoproducts h4.panel-title a {
    color: #525052;
    font-size: 14px;
    text-decoration: none;
}
.tx-bircoproducts h4.panel-title a:hover {
    cursor: pointer;
}

.tx-bircoproducts .panel-heading:hover {
    cursor: pointer;
}

.unterkategorietitle {
    color: #505250;
    font-size: 13px;
}

/*LOADING*/
#loading {
    position: relative;
}

#loadingimg {
    position: absolute;
    left: 50%;
    margin-left: -50px;
}

.loader {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
}

.loader-box {
    width: 45%;
    height: 45%;
    background: #e6e6e6;
    opacity: 0;
    -webkit-filter: blur(1px);
    animation: load 1s linear infinite;
}

.color1 .loader-box {
    background: #003688;
}

.color2 .loader-box {
    background: #DA0025;
}

.color3 .loader-box {
    background: #007BAA;
}

.color4 .loader-box {
    background: #89BA17;
}

.color5 .loader-box {
    background: #F49E3C;
}

.color6 .loader-box {
    background: #6E2878;
}

.color7 .loader-box {
    background: #525052;
}

.loader-box:nth-of-type(1) {
    position: absolute;
    top: 2.5%;
    left: 2.5%;
}
.loader-box:nth-of-type(2) {
    position: absolute;
    top: 2.5%;
    right: 2.5%;
    animation-delay: -0.25s;
}
.loader-box:nth-of-type(3) {
    position: absolute;
    bottom: 2.5%;
    right: 2.5%;
    animation-delay: -0.5s;
}
.loader-box:nth-of-type(4) {
    position: absolute;
    bottom: 2.5%;
    left: 2.5%;
    animation-delay: -0.75s;
}

.tx-bircoproducts .panel-heading h3 {
	padding: 10px
}

.tx-bircoproducts .panel-heading h3 a {
	text-decoration: none;
}

.tx-bircoproducts .panel-heading h3 a:before {
    content: "\e633";
    display: inline-block;
    font-family: "icomoon";
    font-size: 13px;
    padding: 0 10px 0 0;
    position: relative;
    top: 3px;
    left: -1px;
    -webkit-transform: rotate(45deg); /* chrome & safari*/
    -moz-transform: rotate(45deg); /* firefox */
    -o-transform: rotate(45deg); /* opera */
    transform: rotate(45deg); /* explorer > 9 */
    transition: all 0.2s ease 0s;
}

.tx-bircoproducts .panel-heading h3 a.collapsed:before {
    content: "\e633";
    display: inline-block;
    font-family: "icomoon";
    font-size: 13px;
    padding: 0 10px 0 0;
    position: relative;
    top: 0;
    -webkit-transform: rotate(0deg); /* chrome & safari*/
    -moz-transform: rotate(0deg); /* firefox */
    -o-transform: rotate(0deg); /* opera */
    transform: rotate(0deg); /* explorer > 9 */
    -webkit-transition: all 0.2s ease 0s; /* Safari */
}

.completeviewlink {display:none;}

@keyframes load {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    90% {
        opacity: .7;
    }
    100% {
        opacity: 0;
    }
}
.auschrtxtlink, .einbauanleitung{
    margin-bottom:12px;
}
.auschrtxtlink .icon-documents,
.einbauanleitung .icon-download{
    margin-right:5px;
}

.color .tx-bircoproducts .auschrtxtlink,
.color .tx-bircoproducts .einbauanleitung,
.color .tx-bircoproducts .dxf,
.color .tx-bircoproducts .dwg {
	display: inline-block;
}

.color .tx-bircoproducts .auschrtxtlink a.button,
.color .tx-bircoproducts .einbauanleitung a.button,
.color .tx-bircoproducts .dxf a.button,
.color .tx-bircoproducts .dwg a.button,
.color .tx-bircoproducts .auschrtxtlink a.button:focus,
.color .tx-bircoproducts .einbauanleitung a.button:focus,
.color .tx-bircoproducts .dxf a.button:focus,
.color .tx-bircoproducts .dwg a.button:focus,
.color .tx-bircoproducts .auschrtxtlink a.button:active,
.color .tx-bircoproducts .einbauanleitung a.button:active,
.color .tx-bircoproducts .dxf a.button:active,
.color .tx-bircoproducts .dwg a.button:active{
    border: 1px solid #009EE4;
    background:transparent;
    color: #005B94;
    width:auto;
    display: inline-block;
    text-align:left;
	margin-right: 10px;
}

.color .tx-bircoproducts .auschrtxtlink a.button:hover,
.color .tx-bircoproducts .einbauanleitung a.button:hover,
.color .tx-bircoproducts .dxf a.button:hover,
.color .tx-bircoproducts .dwg a.button:hover{
    border: 1px solid #009EE4;
    background:#009EE4;
    color: #ffffff;
}
.auschrtxtlinkinner,.einbauanleitunginner{
}
.auschrtxtlink:hover,
.einbauanleitung:hover,
.dxf:hover,
.dwg:hover{
    cursor:pointer;
}
.auschrtxtlink a,.einbauanleitung a, .dxf a, .dwg a {
    padding:9px 13px 9px 13px;
    display:block;
}

.auschrtxtlink a.button, .dxf a.button, .dwg a.button, .einbauanleitung a.button {
    padding: 5px 15px;
}

.dxf {
    float:left;
    width:44%;
}

.dwg{
    float:right;
    width:44%;
}

.color .tx-bircoproducts .dxf a.button,
.color .tx-bircoproducts .dwg a.button,
.color .tx-bircoproducts .dxf a.button:focus,
.color .tx-bircoproducts .dwg a.button:focus,
.color .tx-bircoproducts .dxf a.button:active,
.color .tx-bircoproducts .dwg a.button:active{
    text-align:center;
}

.dxf_dwg{
    max-width:200px;
}

/*Control Styles - Sales History*/
.salesHistoryWrapper .control{text-align: center;transition: all 0.5s ease 0s;}
.salesHistoryWrapper .control ul{border: 1px solid #003688;border-radius:7px;padding:0;margin-bottom:0;display:inline-block;}
.salesHistoryWrapper .control ul li{display: inline-block;padding:5px 20px;margin:0;transition: all 0.5s ease 0s; cursor: pointer;margin-left: -4px;}
.salesHistoryWrapper .control ul li:first-of-type{margin-left:0;}
.salesHistoryWrapper .control ul li.active,.salesHistoryWrapper .control ul li:hover{background:#003688;color:#fff;}
.salesHistoryWrapper .control ul li:before{display:none;}
.salesHistoryWrapper tfoot td{font-weight:bold;border-top:1px solid #d7d7d7;}

/*Table Styles - Sales History*/
.salesHistoryWrapper .contenttable{display: none;}
.salesHistoryWrapper .contenttable.active{display: table;}

.green{color:green;}
.opacity75{opacity:.75}
#orderContainer .row.mt-3{margin-top:2rem;}
#orderContainer .row.mt-5{margin-top:1rem;}
#orderTable th[role=columnheader]:not(.no-sort),.salesHistoryWrapper th[role=columnheader]:not(.no-sort) {
	cursor: pointer;
}

#orderTable th[role=columnheader]:not(.no-sort):after,.salesHistoryWrapper th[role=columnheader]:not(.no-sort):after {
	content: '';
	display: inline-block;
	margin-left: 3px;
	position: relative;
	top:-3px;
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #404040 transparent;
	visibility: hidden;
	opacity: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#orderTable th[aria-sort=ascending]:not(.no-sort):after,.salesHistoryWrapper th[aria-sort=ascending]:not(.no-sort):after {
	border-bottom: none;
	border-width: 4px 4px 0;
}

#orderTable th[aria-sort]:not(.no-sort):after,.salesHistoryWrapper th[aria-sort]:not(.no-sort):after {
	visibility: visible;
	opacity: 0.4;
}

#orderTable th[role=columnheader]:not(.no-sort):hover:after,.salesHistoryWrapper th[role=columnheader]:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}

.salesHistoryWrapper tfoot td {
	border-top:2px solid black;
	color:black !important;
}

#orderTable thead th {
	white-space: nowrap;
	vertical-align: middle;
}

#orderTable tbody td {
	vertical-align: middle;
}
#orderContainer .row{margin-top:.25em;margin-bottom:.25em;}
.panelControl{
text-align: center;
    padding: 20px;
}

.panelControl label{padding:7px 0;}

/*horizontal Navigation*/

ul.stepper {
}

ul.stepper .step:not(:last-of-type).active {
    margin-bottom: 2.25rem;
}

ul.stepper>li:not(:last-of-type) {
    margin-bottom: .625rem;
    -webkit-transition: margin-bottom .4s;
    -o-transition: margin-bottom .4s;
    transition: margin-bottom .4s;
}
ul.stepper .step {
    position: relative;
    list-style: none;
}
ul.stepper li:before{display:none;}
ul.stepper li p{position: relative;margin:0;}
ul.stepper li .circle {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.3rem;
    color: #fff;
    text-align: center;
    background: transparent;
    border-radius: 50%;
	border:1px solid rgba(0,0,0,0.3);
}
ul.stepper li .label{color: #525052; }
ul.stepper li.completed .circle {
    background-color: green !important;
	border:1px solid green;
	color:#fff;
}
ul.stepper li.completed + li .circle {
	border:1px solid green;
}
.stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    margin: 0 1rem 0 1rem;
    content: "";
    background-color: rgba(0,0,0,0.3);
}
.stepper-horizontal li.completed:not(:last-child):after {
    background-color: green;
}
@media only screen and (min-width: 993px){
	.text-md-right{text-align:right;}
ul.stepper.stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
	ul.stepper.stepper-horizontal .step {
		position: static;
		margin: 0;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 5.25rem!important;
	}
}
@media only screen and (max-width: 992px){
	ul.stepper.stepper-horizontal {
		padding-left: 0;
	}
.stepper-horizontal li:not(:last-child):after {
    position: absolute;
    top: 5.75rem;
    left: 1.8rem;
    width: 2px;
    height: calc(100% - 40px);
    content: "";
}
	.stepper-horizontal li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	padding: 2rem 1.5rem;
}
	.selectFields select{width:100%;margin-top:0.5rem;}
}

/*Contact Form*/
.powermail_form .powermail_fieldwrap_privacynotice, .powermail_form .powermail_fieldwrap_agbnotice{
    width: 100%;
    float: none;
    clear: both;
    padding-top: 0;
    padding-bottom: 0;
}
.powermail_form .powermail_fieldwrap_privacynotice{padding-top:10px;}
.powermail_form .powermail_fieldwrap_privacynotice > label, .powermail_form .powermail_fieldwrap_agbnotice > label{display:none}

.panel-body .row.table + .row.table{margin-top:10px;}
.panel-body .btnRow .button{width:100%;}
.panel-body .btnRow a.button.green{background:green;border-color:green;color:#fff;}
.panel-body .btnRow a.button.orange{background:orange;border-color:orange;color:#fff;}
.panel-body .btnRow a.button.red{background:red;border-color:red;color:#fff;}
.panel-body .btnRow a.button.blue{background:#003688;border-color:#003688;color:#fff;}

@media only screen and (min-width: 768px){
.panel-body .row.table > div{border-bottom: 1px solid #d7d7d7;padding:10px 5px;}
}

@media only screen and (max-width: 768px){
	.panel-body .row.table{border-bottom: 1px solid #d7d7d7;padding:10px 5px;}

}

.flotLineContainer, .flotBarContainer{max-width:100%;min-width:100%;height:300px;max-height:100%;margin-bottom:20px;cursor:pointer;}
.flotPieContainer{width:600px;max-width:100%;min-width:100%;height:200px;max-height:100%;margin-bottom:20px;}
#widgetContainer h6{margin-bottom:15px;}
#widgetContainer .row > div{margin-bottom:2rem;}
.w100{width:100%;}
#widgetContainer .flotLabel {
    font-size: 8pt;
    text-align: center;
    padding: 2px 4px;
    color: white;
    border: 1px solid white;
}

.clear{clear: both; height: 10px;}
.mt{margin-top:1.25rem;}
#accordionContainer .panel-title .notification{float: right;font-size: 16px;}
.contactSidebar.first{margin-top:12px;}
.contactSidebar > div{background:#e6e6e6;}
.contactSidebar > div:first-of-type{padding-top:10px;}
.contactSidebar .contactperson {margin:0;padding:12px 0;}

.card {
	width: 100% !important;
}

.card li:before {
	display: none;
}
.card-footer .btn.btn-primary {
	color: #0068a8;
	text-align: center;
	padding: 5px 20px;
	border: 1px solid #0068a8;
	display: inline-block;
	transition: all 0.5s ease 0s;
	font-weight: normal;
	background:transparent;
	border-radius: 30px;
	margin-top: 20px;
}

.card-footer .btn.btn-primary:hover {
	background: #009EE4;
	color: #FFFFFF;
	text-decoration: none;
}

.card .form-control {
	border-radius: 0;
}

.card .badge {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	background: #0068a8;
}

svg {
    touch-action: none;
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    touch-action: none;
}

.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    z-index:20;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    box-sizing: content-box;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 10px;
    height: 10px;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}

.jvectormap-goback {
    bottom: 10px;
    z-index: 1000;
    padding: 6px;
}

.jvectormap-spinner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.jvectormap-legend-cnt {
    position: absolute;
}

.jvectormap-legend-cnt-h {
    bottom: 0;
    right: 0;
}

.jvectormap-legend-cnt-v {
    top: 0;
    right: 0;
}

.jvectormap-legend {
    background: black;
    color: white;
    border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jvectormap-legend-tick-text {
    font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 3px;
}
#worldmap {
    width:100%;
    height:160px;
    position:relative;
    background:#e0e0e0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.no-js #worldmap {    
    background:url('../../../typo3conf/ext/tancontacts/Resources/Public/Images/worldmap.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#zipcodeselector{
    display:none;
}
.submit-button{
    display:none;
}
.widget .submit-button{
    display:block;
}

.contactpersonname{
    font-family: "lato_bold";
    color:#505250;
    font-size:13px;
}
.contactpersonlabel{
    float:left;
    min-width:80px;
    display:inline-block;
    color:#525052;
    font-size:13px;
}
.contactpersonvalue{
    float:left;
    display:inline-block;
    color:#525052;
    font-size:13px;
}
.personimage{
    float:left;
}
.personimageinner{
    padding-right:10px;
}
.personimageinner img{
    width:100%;
    max-width:120px;
    height:auto;
}
.contactpersoninfo{
    float:left;
}
.errorcontactzip,
.errorcointaccountry{
    color:#dc0714;
    display:none;
}

.contactfilterwrap{
    position:relative;
}

.contactfilterform {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    position: relative;
    min-width: 30%;
    min-height:30%;
    display:block;
}

.list .contactfilterform {
    display:none;
}

.list .contactfilterform {
    background: #e6e6e6;
}

.contactfilterforminner{
    display: flex;
    flex-direction: row;
    padding:15px;
}

#countryselector{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;
    min-width: 70%;
    border: 1px solid #c2c2c2;
}

select#countryselector {
    min-width: 70%;
    border: 1px solid #005B94;
    padding:0 5px 0 5px;
    outline:none;
    height:31px;
    outline:0px;
	border-radius: 40px;
    color: #005B94;
}
.countryselectorwrap {
    display: inline-flex;
}

.countryselectorwrap:after {
    content: '\e61d';
    font-family: 'Icomoon';
    color: #005B94;
    font-size: 9px;
    position: relative;
    left: -28px;
    top: 17px;
}

.widget select#countryselector {
    background-color: #FFF;
    margin-top: 5px;
    max-width: 176px;
    min-width: 0;
    padding-left: 15px;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#zipcodeselector{
    margin-right:1px;
    height:31px;
    border:0px;
    border:1px solid #c2c2c2;
    background:#FFF;
    min-width:70%;
    padding:0 5px 0 5px;
    float:left;
}

.widget #zipcodeselector {
    max-width:135px;
    min-width:0;
}

.zipandsubmitwrap #zipcodeselector {
    margin-top:10px;
}

.zipandsubmitwrap input.submit-button {
    margin-top:10px;
}

.color .fliterbox input.submit-button {
    display:none;
}

.color .fliterbox input.submit-button,
.color .fliterbox input.submit-button:hover {
    border:none;
    background: #005B94 url('../../../typo3conf/ext/tancontacts/Resources/Public/Images/ansprechpartnersuche.png') no-repeat 0 0;
    width:37px;
    height:31px;
    text-indent:300px;
    float:left;
}

.color .fliterbox input.submit-button:hover {
    background:#1a161b url('../../../typo3conf/ext/tancontacts/Resources/Public/Images/ansprechpartnersuche.png') no-repeat 0 0;
}

.filteritemcheckboxlabel{
    font-family: "lato_light";
}

.contactfilterwrap.widget {
    border:1px solid #E6E6E6;
    margin:12px 0;
	border-radius: 8px;
}

.contactfilterwrap.list .contactfilterforminner, .contactfilterwrap.list .countryselectorwrap {
	display: block;
}

.contactfilterwrap.list .chooseacountry {
	margin-bottom: 20px;
}

.contactfilterwrap.list .countryselectorwrap:after {
	top: 0;
}

.contactfilerimage,
.widget .contactfilerformwrap{
    float:left;
}

.widget .contactfilerformwrap .company{
    float:left;
}

.contactfilerimage {
    margin-right:10px;
}

.contactfilerimage img {
    display:block;
    width:100%;
    height:auto;
    max-width:70px;
}

.contactperson {
    margin:12px 0;
}

#contactpersonlist h4 {
    font-size:15px;
}

#contactpersonlist .contactperson a {
    text-decoration:underline;
}

#contactpersonlist .contactperson a:hover {
    text-decoration:none;
}

.tx-tancontacts .widget h4 {
    font-size:14px;
    margin:3px 0 5px;
}

.tx-tancontacts .widget h6,
.tx-tancontacts .widget p {
    font-size:1.3rem;
    margin:3px 0;
}

.tx-tancontacts .widget h6 {
    margin-top:0;
    color:#8C8C8C;
}

/*
.color1 .tx-tancontacts .widget h6 {
    color: #003688;
}

.color2 .tx-tancontacts .widget h6 {
    color: #da0025;
}

.color3 .tx-tancontacts .widget h6 {
    color: #007baa;
}

.color4 .tx-tancontacts .widget h6 {
    color: #89ba17;
}

.color5 .tx-tancontacts .widget h6 {
    color: #f49e3c;
}

.color6 .tx-tancontacts .widget h6 {
    color: #6e2878;
}
*/

.list .jvectormap-goback {
    top: 10px;
    right:10px;
    padding:3px;
    left:auto;
    bottom:auto;
}

.list .jvectormap-zoomin,
.list .jvectormap-zoomout,
.list .jvectormap-goback {
    background:#003688;
}

.list .jvectormap-zoomin:hover,
.list .jvectormap-zoomout:hover,
.list .jvectormap-goback:hover {
    background:#525052;
}

.list h6.smalltext {
    display:none;
}

h6.company {
    display:none;
    margin-top:0;
}

.list h6.company {
    color:#003688;
    display:block;
}

.list h4.contacthead {
    margin-top:0;
    font-family: 'lato_regular';
}


/*LOADING*/
.tx-tancontacts #loading {
    position: relative;
    z-index:99;
    display:none;
}

.tx-tancontacts #loadingimg {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top:-37px;
}

.tx-tancontacts .loader {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
}

.tx-tancontacts .loader-box {
    width: 45%;
    height: 45%;
    background: #003688;
    opacity: 0;
    -webkit-filter: blur(1px);
    animation: load 1s linear infinite;
}


.tx-tancontacts .loader-box:nth-of-type(1) {
    position: absolute;
    top: 2.5%;
    left: 2.5%;
}
.tx-tancontacts .loader-box:nth-of-type(2) {
    position: absolute;
    top: 2.5%;
    right: 2.5%;
    animation-delay: -0.25s;
}
.tx-tancontacts .loader-box:nth-of-type(3) {
    position: absolute;
    bottom: 2.5%;
    right: 2.5%;
    animation-delay: -0.5s;
}
.tx-tancontacts .loader-box:nth-of-type(4) {
    position: absolute;
    bottom: 2.5%;
    left: 2.5%;
    animation-delay: -0.75s;
}


/**
 *
 * Small Devices, Smartphones
 *
 **/
@media only screen and (min-width: 480px) {

    .contactfilerimage img {
        max-width:95px;
    }
   
}

/**
 *
 * Medium Devices, Desktops
 *
 **/
@media only screen and (min-width: 992px) {

    .list .contactfilterform {
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
        left: 15px;
        min-width: 30%;
        position: absolute;
        bottom: 15px;
		border-radius: 7px;
    }
    
    #worldmap {
        height: 400px;
    }
    
    .widget select#countryselector {
        max-width: auto;
        min-width: 135px;
    }
    
}








/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Contrib/Bootstrap-3.3.5-dist/fonts/glyphicons-halflings-regular.eot');
  src: url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Contrib/Bootstrap-3.3.5-dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Contrib/Bootstrap-3.3.5-dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Contrib/Bootstrap-3.3.5-dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Contrib/Bootstrap-3.3.5-dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Contrib/Bootstrap-3.3.5-dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

table.contenttable {
    margin:12px 0 20px;
}

div.autoscroll-table {
    position:relative;
    margin:12px 0 20px;
}

div.autoscroll-table table.contenttable {
    margin:0;
}

div.autoscroll-table div.autoscroll-table-inner {
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
}

div.autoscroll-table table.contenttable tr td:first-child,
div.autoscroll-table table.contenttable tr th:first-child {
    position: absolute;
    left: 0;
    top: auto;
    white-space:nowrap;
}

div.autoscroll-table table.contenttable tr td:first-child:before,
div.autoscroll-table table.contenttable tr th:first-child:before {
    content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

div.autoscroll-table table.contenttable tr:last-child td:first-child {
    border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 768px) {
    
    table.contenttable tr td:first-child,
    table.contenttable tr th:first-child {
        position: relative;
        left: left;
        top: auto;
    }
    
    table.contenttable {
        background: none;
    }

    table.contenttable,
    table.contenttable thead,
    table.contenttable tbody,
    table.contenttable th,
    table.contenttable td,
    table.contenttable tr {
        display: block;
    }
    
    table.contenttable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    table.contenttable tr {
        border: none;
        margin-bottom: 15px;        
    }
    
    table.contenttable tr td {
        border: none;
        border-bottom: 1px solid #d7d7d7;
        float:right;
        width:50%;       
    }    
  
    table.contenttable tr th,
    table.contenttable tr td {
        text-align:left;       
    }
    
    table.contenttable thead tr:first-child {
        position: absolute;
        top: -9999px;
        left: -9999px;        
    }
  
    table.contenttable tr div.phantom-row {
        border-bottom: 1px solid #d7d7d7;
        width:100%;
        min-width:290px;
		border-radius: 7px;
    }
    
    table.contenttable tr div.phantom-row:first-child {
        background:#d7d7d7;   
    } 
    
    table.contenttable tr div.phantom-row:first-child td:last-child {
        color:#00BBF0;
        font-family: 'lato_bold';
    }
    
    .color1 table.contenttable tr div.phantom-row:first-child td:last-child {
        color:#00BBF0;
    }
    
    .color2 table.contenttable tr div.phantom-row:first-child td:last-child {
        color:#DA0025;
    }
    
    .color3 table.contenttable tr div.phantom-row:first-child td:last-child {
        color:#007BAA;
    }
    
    .color4 table.contenttable tr div.phantom-row:first-child td:last-child {
        color:#89BA17;
    }
    
    .color5 table.contenttable tr div.phantom-row:first-child td:last-child {
        color:#F49E3C;
    }
    
    .color6 table.contenttable tr div.phantom-row:first-child td:last-child {
        color:#6E2878;
    }
    
    .color7 table.contenttable tr div.phantom-row:first-child td:last-child {
        color:#525052;
    }    
     
    table.contenttable tr div.phantom-row td {
        border:none;
        background:none;
    }  
       
    table.contenttable tr div.phantom-row td.phantom-cell {
        float:left;
        width:50%;
        color:#525052;
        font-family: 'lato_bold';
    }
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms; }
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Overrides for birco */

.multiselect {
	width:100%;
	height:0;
}
.select2-container .select2-search__field {
	margin:0;
}
.select2-container .select2-search--inline .select2-search__field {
	margin:5px 0 2px;
}
.select2-container li {
	margin:0;
	padding:0;
}
.select2-container li:before {
	display:none;
}

/* Example Style for tx_news */

.mediaelement-video {
    height: 0;
    margin: 20px 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}
.mediaelement-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.mediaelement-image {
    margin-bottom: 10px;
}


.media.article {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.news .clear {
    clear: both;
}
.news .nav ul {
    display: inline;
    float: left;
    margin: 0;
}
.news .article {
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    padding-top: 15px;
}


.social-media-buttons .list-group-item {
    border: medium none;
}
.news .article h3 {
    margin-bottom: 0;
}
.news .footer {
    border-top: 1px solid #EEEEEE;
    clear: both;
    color: #888888;
    margin-top: 15px;
    padding: 10px 0 0;
}
.news .footer span {
    border-right: 1px solid #DDDDDD;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
}
.news .footer span *:last-child {
    border-right: 0 none;
}
.news .footer .news-category a {
    text-transform: uppercase;
}
.news .no-news-found {
    color: #DB0202;
    font-style: italic;
}
.list-teaserbox {
    background-color: #CCCCCC;
    padding-bottom: 15px;
}

.news-list-view .header, .news-single .header{
    margin-bottom:15px;
    }

.news-single{
    margin-bottom: 25px;
    min-height: 305px;
}

.news-single .footer {
    border-bottom: 0 none;
    border-top: 1px solid #EEEEEE;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px 0 0;
}

.news-single .teaser-text {
    font-weight: bold;
}

.news-single .news-img-wrap {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;

    }

.news-text-wrap {
    margin-bottom: 20px;
    text-align: left;
    word-wrap: normal;
}
.news-img-caption {
    color: #888888;
}

.news-list-view .news-img-wrap{max-width:185px;float:left;margin-right:15px;}
.news-img-wrap a {
    margin-bottom: 10px;
}

/*News Bereich Listenansicht dreispaltig /////////////////////////////////////*/
.news-container{
  margin: 0 -15px;
}

.news-img-wrap a{
  margin: 0;
}

.news-container .article{
  float: left;
  margin: 15px 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.news-container .article-inner{
  margin: 0 15px;
  position: relative;
}

.news-container .news-img-wrap,
.news-container .news-img-wrap a {
    width: 100%;
}

.news .article .news-img-wrap a {
	border-radius: 7px;
}

.news-container .article .news-image{
  	height: 254px;
	transition: all .3s ease;
	background-size: 100% !important;
}
.news-container .article:hover .news-image {
	background-size: 120% !important;
}

.news-container .header h6.news-list-date{
  font-size: 10px;
  font-family: "lato_light";
  color: #a5a5a5;
  margin: 30px 0 10px 0;
}
.news-container .header h3{
  font-size: 24px;
  font-family: "lato_light";
  margin: 0 0 20px 0;
}
.news-container .teaser-text p{
  font-size: 13px;
  color: #525052;
  margin: 0 0 30px 0;
}

/*JOBFORMULAR*/
#powermail_fieldwrap_445{
    text-align:left;
}

#powermail_fieldwrap_442{
    width:100% !important;
}

#powermail_fieldwrap_436{
    margin-bottom:10px;
}

#powermail_field_ihrebewerbungals,#powermail_fieldwrap_442{
    font-family: "lato_regular";
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
    margin: 12px 0 4px;
    font-size: 26px;
}


.news-jobpage-wrap{
    margin-top:10px;
    margin-bottom:50px;
}

.page-navigation p{
  display: none;
}

.page-navigation{
  clear: both;
}

.page-navigation:first-child{
  display: none;
}

.page-navigation ul{
  padding-left: 0;
  width: 100%;
  text-align: center;
}
.page-navigation ul li a{
    font-size: 14px;
}

.page-navigation ul li.current a{
  color:#1a171b;
}

.page-navigation ul li{
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}

.page-navigation ul li.last{
  margin: 0;
}

.page-navigation ul li::before {
    content: "";
    margin: 0;
    padding-right: 0;
    top: 0;
    display: block;
}

.next a .icon-arrow-sidebar-right,
.previous a .icon-arrow-sidebar-left{
  font-size: 12px;
  color: #1a171b;
}

.page-navigation ul li.next{
  margin: 0 0 0 20px;
}

.page-navigation ul li.previous{
  margin: 0 20px 0 0 ;
}
.page-navigation ul li.current{
  font-size: 14px;
}

.next a,
.previous a{
  display: block;
}
.next a:hover,
.previous a:hover,
.next a:active,
.previous a:active,
.next a:focus,
.previous a:focus{
  text-decoration: none;
}

a:hover span.icon-arrow-sidebar-right,
a:hover span.icon-arrow-sidebar-left{
  color: #003688;
}

/*$ Detail //////////////////////////////////////////////////////////////////*/
.news-single .news-img-wrap {
    /*max-height: 550px;*/
    width: 100%;
}

.news-detail-image {
    min-height: 240px;
}

.article .mediaelement img{
  width: 100%;
  height: auto;
}

.news-detail-container{
  float: left;
  width: 100%;
}

.news-detail-container h6{
  margin: 0 0 4px 0;
  font-size: 14px;
}

.news-single .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

/*$ Latestansicht/ Startseite   //////////////////////////////////////////////*/

.news-latest .article:first-child{
  margin: 28px 0 30px 0;
}

.news-latest .article{
  margin: 0 0 30px 0;
  padding: 0;
}

.news-latest .article .text-image-wrap {
    margin:15px 0;
}

.news-latest .article .text-image-wrap img {
    max-width: 120px;
    float: left;
    margin: 5px 10px 5px 0;
	border-radius: 7px;
}

.news-latest .article .text-image-wrap p {
    display: inline;
}

/* Social Buttons ////////////////////////////////////////////////////////////*/
.social-media-buttons{
  margin: 0 0 20px;
}

.social-media-buttons-inner:after{
  content:"";
  display:block;
  clear: both;
}

.social-media-buttons .social-service {
  float: left;
  margin-right:6px;
}

/*$ Listenansicht/ Karriere ohne Bilder   ////////////////////////////////////*/
.career-container .news-img-wrap {
    display: none;
}

/**
 *
 * Small Devices, Tablets 768px
 *
 **/
@media only screen and (min-width: 768px) {
  .article .mediaelement img{
    width: 100%;
  }

  .news-detail-container{
    width: 50%;
  }

  .news-container .article{
    width: 50%;
  }

  .news-single .news-img-wrap {
    width: 30%;
  }

  .news-latest .article .text-image-wrap {
    margin:0;
  }

  /*.news-latest .article .text-image-wrap img {
    display: none;
  }*/

  .news-latest .article .text-image-wrap p {
    display: block;
  }
}

/**
 *
 *
 * Large Devices, Wide Screens
 *
 *   */
@media only screen and (min-width: 1200px) {
  .news-container .article{
    width: 33.3333%;
  }
}



/*
 *   
 * 
 * Powermail CSS
 * 
 * */

/*Allgemein //////////////////////////////////////////////////////////////////*/

label.powermail_label{
  color: #525052;
  font-size: 12px;
  margin-top: 12px;
}

.tx-powermail .form-group {
    margin-bottom: 0;
}


/*Select Boxen ///////////////////////////////////////////////////////////////*/
select.powermail_select {
    /*background-color: #fff;*/
    background-image: url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/selectarrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #c2c2c2;
    height: 31px;
    min-width: 70%;
    outline: 0 none;
    padding: 0 5px;
    cursor: pointer;
}

.powermail_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    font-size: 1em;
    min-width: 70%;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.powermail_fieldset > div.row {
    margin-bottom:10px;
}

/*Input //////////////////////////////////////////////////////////////////////*/
.tx-powermail input.powermail_input {
    /*background: #fff none repeat scroll 0 0;*/
    border: 1px solid #c2c2c2;
    display:block;
    position: relative;
    z-index: 10;
    height: 31px;
    margin-right: 1px;
    min-width: 70%;
    padding: 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tx-powermail input.powermail_file {
    border: none;
    padding: 0;
    box-shadow: none;
}

/*Textarea ///////////////////////////////////////////////////////////////////*/
.tx-powermail textarea{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    display:block;
    position: relative;
    z-index: 10;
    height: 250px;
    margin-right: 1px;
    min-width: 70%;
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.powermail_fieldwrap_textarea{
  clear: both;
  width: 100%;
  margin: 20px 0 0 0;
  float: left;
}


/*Text ///////////////////////////////////////////////////////////////////////*/
.powermail_fieldwrap_type_text{
  text-align: right;
}

/*Bestellformular http://bircdev.birco.cus.badencloud.de/index.php?id=1253////*/
.powermail_form_6 .powermail_fieldwrap_submit {
    padding-top:24px;
}


/* Besser bauen formular*/
.powermail_fieldset_35 .powermail_fieldwrap_check label {
    display:none;
}
.powermail_fieldset_35 .powermail_fieldwrap_check {
    width: 100%;
}
.powermail_fieldset_35  .powermail_field_error_container_datenschutz ul.parsley-errors-list {
    display: block;
    margin-top: -12px;
    margin-left: -10px;
    font-family: 'lato_regular','Helvetica','Arial',sans-serif;
}

.powermail_fieldset_35  .powermail_field_error_container_datenschutz ul.parsley-errors-list li:before {
    display: none;
}
.powermail_fieldset_35 p {
    font-family: 'lato_regular','Helvetica','Arial',sans-serif;
}

@media only screen and (max-width: 992px) {
    .powermail_form_6 .powermail_fieldwrap_submit {
        clear:both;
    }
}

/* VR-Space Formular*/
.powermail_fieldset_37 .powermail_fieldwrap_534,
.powermail_fieldset_37 .powermail_fieldwrap_check {
    width: 100%;
}

.powermail_fieldwrap_535 .powermail_check_legend{
    display: none;
}

.powermail_fieldset_37 .powermail_fieldwrap_submit{
    margin: 0 !important;
}


/*Strohhutformular*/
.powermail_form_38 #powermail_fieldwrap_543{
    width: 100%;
    margin-top: 15px;
}

.powermail_form_38 #powermail_fieldwrap_546{
    margin-top: 15px;
    width: 100%;
    clear: both;
    display: inline-block;
}

.powermail_form_38 #powermail_fieldwrap_548{
    width: 100%;
}
.powermail_form_38 .powermail_fieldwrap_546 fieldset > label,
.powermail_form_38 #powermail_fieldwrap_543  fieldset > label{
    display: none;
}

    /*JavaScript Validation //////////////////////////////////////////////////////*/
.tx-powermail {
    margin:1em 0 2em;
}

.tx-powermail textarea.form-control {
    resize:none;
}

.tx-powermail img.powermail_captchaimage {
    margin-top:1em;
    display:block;
}

.tx-powermail .powermail_field_error_container_dataprivacycheck label {
    color: red !important;
}

ul.parsley-errors-list li:before {
    content: ">>>";
    font-family: 'IcoMoon';
    color:#ff0000;
    margin:0 10px 0 -25px;
}

ul.parsley-errors-list li {
    color:#ff0000;
    list-style-type:none;
}

ul.parsley-errors-list {
    display:none;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error,
.parsley-error input,
.parsley-error select,
.parsley-error label.btn,
.parsley-error label {
    border-color:#ff0000 !important;
    background:rgba(255,0,0,.1);
    color:ff0000;
}

.powermail_captcha_outer.parsley-error label,
.form-group.parsley-error label.powermail_radio_legend {
    background:none;
}

.powermail_check_outer .checkbox label.powermail_check_inner {
    display: block;
}

.powermail_form .powermail_fieldwrap_submit {
    margin:15px 0;
}

.powermail_form_32 .powermail_fieldwrap_stellentitel {
    display: none;
}


.powermail_form_38 .powermail_field_error_container_datenschutz ul.parsley-errors-list,
.powermail_form_38 .powermail_field_error_container_bestellbestaetigung ul.parsley-errors-list{
    display: block;
}

/* JavaScript Validation End */
.powermail_all_value  {
	text-align:left;
}

.powermail_form_1 .powermail_fieldwrap_dataprivacycheck, .powermail_form_68 .powermail_fieldwrap_dataprivacycheck {
	width: 100%;
	float: none;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.powermail_form_1 .powermail_fieldwrap_dataprivacycheck .powermail_label, .powermail_form_68 .powermail_fieldwrap_dataprivacycheck .powermail_label {
	display: none;
}

.powermail_fieldwrap_type_submit {
	padding-top: 15px;
}

.powermail_form_32 .powermail_fieldwrap_ihrebewerbungals,
.powermail_form_32 .powermail_fieldwrap_stellenbezeichnung {
	width: 100% !important;
	text-align: left;
}

.powermail_form_32 .powermail_fieldwrap_stellenbezeichnung {
	font-family: 'lato_regular';
	font-weight: normal;
	font-style: normal;
	margin: 12px 0 4px;
	line-height: 1.2em;
	color: #003688;
	font-size: 30px;
}

.fr-contact-form {
	padding-left: 15px;
	padding-right: 15px;
}

.fr-contact-form input.powermail_input, .fr-contact-form textarea {
	border-radius: 6px;
	min-height: 40px;
	padding: 15px 12px 0 12px;
}

.fr-contact-form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.fr-contact-form .form-group label {
	position: absolute;
	top: -8px;
	left: 13px;
	z-index: 15;
	color: #919191;
}

.fr-contact-form .powermail_fieldwrap_type_check .powermail_label {
	display: none;
}

.fr-contact-form .powermail_fieldwrap_type_check, .fr-contact-form .powermail_fieldwrap_type_submit {
	width: 100%
}

.fr-contact-form .powermail_fieldwrap_type_check p {
	margin-top: -3px;
	margin-left: 5px;
}

.fr-contact-form input.button {
	background: #727d06;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 10px 20px;
	margin: 0 auto;
	display: block;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:1em 0;
	border-radius: 7px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container .cookie-overlay {
	display: none;
}

div.csc-textpic-responsive div.csc-textpic-imagecolumn {
    float: none;
}

div.csc-textpic-responsive figcaption.csc-textpic-caption {
    width:100%;
    display:block;
    font-size:12px;
    font-family: 'robotoitalic';
    color:#9A9A9A;
    margin:2px 0 8px;
}

div.csc-textpic-responsive .csc-textpic-imagewrap figure,
div.csc-textpic-responsive figure.csc-textpic-imagewrap {
    display: inline;
}

div.csc-textpic-responsive {
    margin:0;
}

div.csc-textpic-responsive picture {
    margin:0;
    display:block;
}

div.csc-textpic-responsive .csc-textpic-imagewrap,
div.csc-textpic-responsive .csc-textpic-center-outer,
div.csc-textpic-responsive .csc-textpic-center-inner,
div.csc-textpic-responsive img {
    width: 100%;
    height: auto;
}

div.csc-textpic-responsive img.js-disabled,
.lazyload,
img.lazyload,
.carousel-inner > .item > a > img.lazyload,
.carousel-inner > .item > img.lazyload,
.thumbnail a > img.lazyload,
.thumbnail > img.lazyload {
    display: none;
}

div.csc-textpic-responsive noscript img.js-disabled,
noscript .lazyload,
noscript img.lazyload,
.carousel-inner > .item > a > noscript img.lazyload,
.carousel-inner > .item > noscript img.lazyload,
.thumbnail a > noscript img.lazyload,
.thumbnail > noscript img.lazyload {
    display: block;
}

img.img-responsive,
img.img-responsive-nolazy {
    width:100%;
    height:auto;
}

img.img-responsive-nolazy {
    display:block;
}
@font-face {
	font-family:"lato_black";
	src:url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Black.woff2') format("woff2"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Black.woff') format("woff"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Black.otf') format("opentype");
	font-style:normal;font-weight:400;
	font-display: swap;
}


@font-face {
	font-family:"lato_black_italic";
	src:url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-BlackItalic.woff2') format("woff2"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-BlackItalic.woff') format("woff"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-BlackItalic.otf') format("opentype");
	font-style:normal;font-weight:400;
	font-display: swap;
}


@font-face {
	font-family:"lato_bold";
	src:url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Bold.woff2') format("woff2"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Bold.woff') format("woff"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Bold.otf') format("opentype");
	font-style:normal;font-weight:600;
	font-display: swap;
}


@font-face {
	font-family:"lato_bold_italic";
	src:url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-BoldItalic.woff2') format("woff2"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-BoldItalic.woff') format("woff"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-BoldItalic.otf') format("opentype");
	font-style:normal;font-weight:400;
	font-display: swap;
}


@font-face {
	font-family:"lato_italic";
	src:url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Italic.woff2') format("woff2"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Italic.woff') format("woff"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Italic.otf') format("opentype");
	font-style:normal;font-weight:400;
	font-display: swap;
}


@font-face {
	font-family:"lato_light";
	src:url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Light.woff2') format("woff2"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Light.woff') format("woff"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Light.otf') format("opentype");
	font-style:normal;font-weight:400;
	font-display: swap;
}

@font-face {
	font-family:"lato_light_italic";
	src:url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-LightItalic.woff2') format("woff2"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-LightItalic.woff') format("woff"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-LightItalic.otf') format("opentype");
	font-style:normal;font-weight:400;
	font-display: swap;
}


@font-face {
	font-family:"lato_regular";
	src:url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Regular.woff2') format("woff2"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Regular.woff') format("woff"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Regular.otf') format("opentype");
	font-style:normal;font-weight:400;
	font-display: swap;
}

@font-face {
	font-family:"lato_hairline";
	src:url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Thin.woff2') format("woff2"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Thin.woff') format("woff"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-Thin.otf') format("opentype");
	font-style:normal;font-weight:400;
	font-display: swap;
}

@font-face {
	font-family:"lato_hairline_italic";
	src:url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-ThinItalic.woff2') format("woff2"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-ThinItalic.woff') format("woff"),url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/Lato-ThinItalic.otf') format("opentype");
	font-style:normal;font-weight:400;
	font-display: swap;
}

@font-face {
	font-family: 'icomoon';
	src: url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/icomoon.eot?s73rd9');
	src: url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/icomoon.svg?s73rd9#icomoon') format('svg'),
	url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/icomoon.eot?#iefixs73rd9') format('embedded-opentype'),
	url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/icomoon.ttf?s73rd9') format('truetype'),
	url('../../../typo3conf/ext/fluidtandembase/Resources/Public/Master/Fonts/icomoon.woff?s73rd9') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\e96b";
    color: #1da1f2;
}
.icon-instagram:before {
    content: "\e96a";
    color: #e4405f;
}
.icon-linkedin:before {
    content: "\e969";
    color: #0077b5;
}
.icon-xing:before {
    content: "\e968";
    color: #026466;
}
.icon-cross:before {
    content: "\e640";
    color: #444;
}
.icon-home-outline:before {
    content: "\e967";
}
.icon-birco-logo-nl .path1:before {
    content: "\e94e";
    color: rgb(7, 31, 120);
}
.icon-birco-logo-nl .path2:before {
    content: "\e94f";
    margin-left: -8.5322265625em;
    color: rgb(7, 31, 120);
}
.icon-birco-logo-nl .path3:before {
    content: "\e950";
    margin-left: -8.5322265625em;
    color: rgb(7, 31, 120);
}
.icon-birco-logo-nl .path4:before {
    content: "\e951";
    margin-left: -8.5322265625em;
    color: rgb(7, 31, 120);
}
.icon-birco-logo-nl .path5:before {
    content: "\e952";
    margin-left: -8.5322265625em;
    color: rgb(7, 31, 120);
}
.icon-birco-logo-nl .path6:before {
    content: "\e953";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path7:before {
    content: "\e954";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path8:before {
    content: "\e955";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path9:before {
    content: "\e956";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path10:before {
    content: "\e957";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path11:before {
    content: "\e958";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path12:before {
    content: "\e959";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path13:before {
    content: "\e95a";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path14:before {
    content: "\e95b";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path15:before {
    content: "\e95c";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path16:before {
    content: "\e95d";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path17:before {
    content: "\e95e";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path18:before {
    content: "\e95f";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path19:before {
    content: "\e960";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path20:before {
    content: "\e961";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path21:before {
    content: "\e962";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path22:before {
    content: "\e963";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path23:before {
    content: "\e964";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path24:before {
    content: "\e965";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-birco-logo-nl .path25:before {
    content: "\e966";
    margin-left: -8.5322265625em;
    color: rgb(26, 23, 27);
}
.icon-truck:before {
    content: "\e649";
}
.icon-arrow-sidebar-left:before {
    content: "\e647";
}
.icon-arrow-sidebar-up:before {
    content: "\e648";
}
.icon-slider-next .path1:before {
    /*content: "\e638";*/
    /*color: rgba(255, 255, 255, 0.9);*/
    /*font-family: "icomoon";*/
}
.icon-slider-next .path2:before {
    content: "\e639";
    margin-left: -2rem;
    color: #B0DEF9;
    font-size: 6rem;
    font-family: "icomoon";
}
.icon-slider-prev .path1:before {
    /*content: "\e63a";*/
    /*color: rgba(255, 255, 255, 0.9);*/
    /*font-family: "icomoon";*/
}
.icon-slider-prev .path2:before {
    content: "\e63b";
    color: #B0DEF9;
    font-size: 6rem;
    font-family: "icomoon";
}
.icon-contactperson:before {
    content: "\e642";
}
.icon-youtube .path1:before {
    content: "\e644";
    color: rgb(231, 76, 60);
    font-family: "icomoon";
}
.icon-youtube .path2:before {
    content: "\e645";
    margin-left: -1em;
    color: rgb(236, 240, 241);
    font-family: "icomoon";
}
.icon-youtube .path3:before {
    content: "\e646";
    margin-left: -1em;
    color: rgb(255, 255, 255);
    font-family: "icomoon";
}
.icon-contact:before {
    content: "\e641";
}
.icon-glossary:before {
    content: "\e643";
}
.icon-whatsapp-text:before {
    content: "\e600";
    color: #000;
}
.icon-architect:before {
    content: "\e61c";
    color: #000;
}
.icon-arrow-sidebar-down:before {
    content: "\e61d";
    color: #dc0714;
}
.icon-arrow-sidebar-right:before {
    content: "\e61e";
    color: #dc0714;
}
.icon-birco-diamond-colors .path1:before {
    content: "\e61f";
    color: rgb(218,0,37);
}
.icon-birco-diamond-colors .path2:before {
    content: "\e620";
    margin-left: -5.404296875em;
    color: rgb(0,123,170);
}
.icon-birco-diamond-colors .path3:before {
    content: "\e621";
    margin-left: -5.404296875em;
    color: rgb(137,186,23);
}
.icon-birco-diamond-colors .path4:before {
    content: "\e622";
    margin-left: -5.404296875em;
    color: rgb(244,158,60);
}
.icon-birco-diamond-colors .path5:before {
    content: "\e623";
    margin-left: -5.404296875em;
    color: rgb(110,40,120);
}
.icon-birco-diamond-info:before {
    content: "\e624";
    color: #000;
}
.icon-birco-diamond:before {
    content: "";
    color: #000;
}
.icon-checkmark:before {
    content: "\e626";
    color: #00338d;
}
.icon-documents:before {
    content: "\e627";
    color: #33B1ED;
}
.icon-download:before {
    content: "\e628";
    margin-right: 8px;
}
.icon-drowpdown-arrow:before {
    content: "\e629";
    color: #525052;
}
.icon-facebook .path1:before {
    content: "\e62a";
    color: rgb(59,89,152);
}
.icon-facebook .path2:before {
    content: "\e62b";
    margin-left: -1em;
    color: rgb(255,255,255);
}
.icon-haedler:before {
    content: "\e62c";
    color: #00000c;
}
.icon-info:before {
    content: "\e62d";
    color: #525052;
}
.icon-lens:before {
    content: "\e62e";
    color: #009EE4;
}
.icon-lock:before {
    content: "\e62f";
    color: #33B1ED;
}
.icon-mail:before {
    content: "\e630";
    color: #33B1ED;
}
.icon-phone:before {
    content: "\e631";
    color: #33B1ED;
}
.icon-planning-assistant:before {
    content: "\e632";
    color: #505250;
}
.icon-plus:before {
    content: "\e633";
    color: #000;
}
.icon-processors:before {
    content: "\e634";
    color: #000;
}
.icon-select-down:before {
    content: "\e635";
    color: #c2c2c2;
}
.icon-send:before {
    content: "\e636";
    color: #292929;
}
.icon-shovel:before {
    content: "\e637";
    color: #000;
}
.icon-view:before {
    content: "\e63c";
    color: #7c7b7c;
}
.icon-whatsapp:before {
    content: "\e63d";
    color: #525052;
}
.icon-world:before {
    content: "\e63e";
    color: #009EE4
}
.icon-zoom:before {
    content: "\e63f";
    color: #009EE4;
}
.icon-refresh:before {
    content: "\e800";
}

td {
  vertical-align: top;
}

:focus, a:focus {
  outline: none;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

var {
  font-style: italic;
}

dfn {
  font-style: italic;
}

pre {
}

code {
}

.align-right,
.ce-headline-right {
  text-align: right;
}

.align-left,
.ce-headline-left {
  text-align: left;
}

.align-center,
.ce-headline-center {
  text-align: center;
}

.align-justify,
.ce-headline-justify {
  text-align: justify;
}

.italic {
  font-family: 'lato_italic';
  font-style: normal;
}

body label {
	font-weight: normal;
	font-family: "lato_bold";

}

body {
  color: #525052;
  font-family: 'lato_regular', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
}

b, strong {
	font-family: "lato_bold";
}

a:focus {
    outline:none;
}

/* Button blau */
a.button,
input.button,
body .color a.button-color1,
body .color input.button-color1 {
    color: #0068a8;
    text-align: center;
    padding: 5px 20px;
    border: 1px solid #0068a8;
    display: inline-block;
    transition: all 0.5s ease 0s;
    font-weight: normal;
    background:transparent;
    border-radius: 30px;
}

.button span {
    font-size: 16px;
    line-height: 1;
}

.button .link-text::after {
    content: "\2192";
    padding-left: 5px;
	transition: all .4s ease;
}

a.button:hover,
a.button:active,
a.button:focus,
input.button:hover,
input.button:active,
input.button:focus,
body .color a.button-color1:hover,
body .color a.button-color1:active,
body .color a.button-color1:focus,
body .color input.button-color1:hover,
body .color input.button-color1:active,
body .color input.button-color1:focus {
    background: #009EE4;
    color: #FFFFFF;
    text-decoration: none;
}


.darkblue { color: #100959;}
.green { color: #19730C;}
.terra{ color: #B24716;}

/* Kompetenzfarben */
.color1 a.button,
.color1 input.button {
    color:#0086c1;
    border: 1px solid #009EE4;
}

.color1 a.button:hover,
.color1 a.button:active,
.color1 a.button:focus,
.color1 input.button:hover,
.color1 input.button:active,
.color1 input.button:focus {
    background: #009EE4;
    color: #FFFFFF;
}

.color2 a.button,
.color2 input.button {
    color:#0086c1;
    border: 1px solid #009EE4;
}

.color2 a.button:hover,
.color2 a.button:active,
.color2 a.button:focus,
.color2 input.button:hover,
.color2 input.button:active,
.color2 input.button:focus {
    background: #009EE4;
    color: #FFFFFF;
}

.color3 a.button,
.color3 input.button {
    color:#0086c1;
    border: 1px solid #009EE4;
}

.color3 a.button:hover,
.color3 a.button:active,
.color3 a.button:focus,
.color3 input.button:hover,
.color3 input.button:active,
.color3 input.button:focus {
    background: #009EE4;
    color: #FFFFFF;
}

.color4 a.button,
.color4 input.button {
    color:#0086c1;
    border: 1px solid #009EE4;
}

.color4 a.button:hover,
.color4 a.button:active,
.color4 a.button:focus,
.color4 input.button:hover,
.color4 input.button:active,
.color4 input.button:focus {
    background: #009EE4;
    color: #FFFFFF;
}

.color5 a.button,
.color5 input.button {
    color: #0068a8;
    border: 1px solid #0068a8;
}

.color5 a.button:hover,
.color5 a.button:active,
.color5 a.button:focus,
.color5 input.button:hover,
.color5 input.button:active,
.color5 input.button:focus {
    background: #009EE4;
    color: #FFFFFF;
}

.color6 a.button,
.color6 input.button {
    color:#0086c1;
    border: 1px solid #009EE4;
}

.color6 a.button:hover,
.color6 a.button:active,
.color6 a.button:focus,
.color6 input.button:hover,
.color6 input.button:active,
.color6 input.button:focus {
    background: #009EE4;
    color: #FFFFFF;
}

.color7 a.button,
.color7 input.button {
    color:#525052;
    border: 1px solid #525052;
}

.color7 a.button:hover,
.color7 a.button:active,
.color7 a.button:focus,
.color7 input.button:hover,
.color7 input.button:active,
.color7 input.button:focus {
    background: #525052;
    color: #FFFFFF;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
  font-family: 'lato_regular';
  font-weight: normal;
  font-style: normal;
  margin: 12px 0 4px;
  line-height: 1.2em;
}

h4 {
  /*font-family: 'lato_black';*/
}

.content-wrap .content-wrap-inner h1{
    color: #0068a8;
	margin-bottom: 40px
}

h1 {
    font-size: 35px;
    color: #FFFFFF;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 22px;
    font-family: 'lato_regular';
    color: #0068a8;
}


.tx-flexbook h2 {
	color: #0068a8;
}
.tx-flexbook .flexbook-right-col p.filesize {
	color: #333;
}
.color1 h1,
.color1 h2,
.color1 h3,
.color1 h4,
.color1 h5{
    color: #FFF;
}

h2,
h3,
h4,
h5{
  color: #0068a8;
}

.color h1 a,
.color1 h1 a,
.color h2 a,
.color1 h2 a,
.color h3 a,
.color1 h3 a,
.color h4 a,
.color1 h4 a,
.color h5 a,
.color1 h5 a{
  color: #0068a8;
}

.color2 h1,
.color2 h2,
.color2 h3,
.color2 h4,
.color2 h5 {
  color: #0068a8;
}

.color2 h1 a,
.color2 h2 a,
.color2 h3 a,
.color2 h4 a,
.color2 h5 a {
  color:#0068a8;
}

.color3 h1,
.color3 h2,
.color3 h3,
.color3 h4,
.color3 h5 {
  color: #0068a8;
}

.color3 h1 a,
.color3 h2 a,
.color3 h3 a,
.color3 h4 a,
.color3 h5 a {
  color:#0068a8;
}

.color4 h1,
.color4 h2,
.color4 h3,
.color4 h4,
.color4 h5 {
  color:#0068a8;
}

.color4 h1 a,
.color4 h2 a,
.color4 h3 a,
.color4 h4 a,
.color4 h5 a {
  color:#0068a8;
}

.color5 h1,
.color5 h2,
.color5 h3,
.color5 h4,
.color5 h5 {
  color:#0068a8;
}

.color5 h1 a,
.color5 h2 a,
.color5 h3 a,
.color5 h4 a,
.color5 h5 a {
  color:#0068a8;
}

.color6 h1,
.color6 h2,
.color6 h3,
.color6 h4,
.color6 h5 {
  color:#0068a8;
}

.color6 h1 a,
.color6 h2 a,
.color6 h3 a,
.color6 h4 a,
.color6 h5 a {
  color:#0068a8;
}

.color7 h1,
.color7 h2,
.color7 h3,
.color7 h4,
.color7 h5{
  color: #0068a8;
}

.color7 h1 a,
.color7 h2 a,
.color7 h3 a,
.color7 h4 a,
.color7 h5 a{
  color: #0068a8;
}

body .color h1.color1,
body .color h2.color1,
body .color h3.color1,
body .color h4.color1,
body .color h5.color1,
body .color h6.color1,
body .color p.color1,
body .color ul.color1,
body .color ol.color1,
body .color li.color1 {
  color:#0068a8;
}

body .color h1.color1 a,
body .color h2.color1 a,
body .color h3.color1 a,
body .color h4.color1 a,
body .color h5.color1 a,
body .color h6.color1 a,
body .color p.color1 a,
body .color ul.color1 a,
body .color ol.color1 a,
body .color li.color1 a {
  color:#0068a8;
}

body .color h1.color2,
body .color h2.color2,
body .color h3.color2,
body .color h4.color2,
body .color h5.color2,
body .color h6.color2,
body .color p.color2,
body .color ul.color2,
body .color ol.color2,
body .color li.color2 {
    color:#0068a8;
}

body .color h1.color2 a,
body .color h2.color2 a,
body .color h3.color2 a,
body .color h4.color2 a,
body .color h5.color2 a,
body .color h6.color2 a,
body .color p.color2 a,
body .color ul.color2 a,
body .color ol.color2 a,
body .color li.color2 a {
    color:#0068a8;
}

body .color h1.color3,
body .color h2.color3,
body .color h3.color3,
body .color h4.color3,
body .color h5.color3,
body .color h6.color3,
body .color p.color3,
body .color ul.color3,
body .color ol.color3,
body .color li.color3 {
    color:#0086c1;
}

body .color h1.color3 a,
body .color h2.color3 a,
body .color h3.color3 a,
body .color h4.color3 a,
body .color h5.color3 a,
body .color h6.color3 a,
body .color p.color3 a,
body .color ul.color3 a,
body .color ol.color3 a,
body .color li.color3 a {
    color:#0086c1;
}

body .color h1.color4,
body .color h2.color4,
body .color h3.color4,
body .color h4.color4,
body .color h5.color4,
body .color h6.color4,
body .color p.color4,
body .color ul.color4,
body .color ol.color4,
body .color li.color4 {
    color:#0086c1;
}

body .color h1.color4 a,
body .color h2.color4 a,
body .color h3.color4 a,
body .color h4.color4 a,
body .color h5.color4 a,
body .color h6.color4 a,
body .color p.color4 a,
body .color ul.color4 a,
body .color ol.color4 a,
body .color li.color4 a {
    color:#0086c1;
}

body .color h1.color5,
body .color h2.color5,
body .color h3.color5,
body .color h4.color5,
body .color h5.color5,
body .color h6.color5,
body .color p.color5,
body .color ul.color5,
body .color ol.color5,
body .color li.color5 {
    color:#0086c1;
}

body .color h1.color5 a,
body .color h2.color5 a,
body .color h3.color5 a,
body .color h4.color5 a,
body .color h5.color5 a,
body .color h6.color5 a,
body .color p.color5 a,
body .color ul.color5 a,
body .color ol.color5 a,
body .color li.color5 a {
    color:#0086c1;
}

body .color h1.color6,
body .color h2.color6,
body .color h3.color6,
body .color h4.color6,
body .color h5.color6,
body .color h6.color6,
body .color p.color6,
body .color ul.color6,
body .color ol.color6,
body .color li.color6 {
    color:#0086c1;
}

body .color h1.color6 a,
body .color h2.color6 a,
body .color h3.color6 a,
body .color h4.color6 a,
body .color h5.color6 a,
body .color h6.color6 a,
body .color p.color6 a,
body .color ul.color6 a,
body .color ol.color6 a,
body .color li.color6 a {
    color:#0086c1;
}

body .color h1.color7,
body .color h2.color7,
body .color h3.color7,
body .color h4.color7,
body .color h5.color7,
body .color h6.color7,
body .color p.color7,
body .color ul.color7,
body .color ol.color7,
body .color li.color7 {
    color:#525052;
}

body .color h1.color7 a,
body .color h2.color7 a,
body .color h3.color7 a,
body .color h4.color7 a,
body .color h5.color7 a,
body .color h6.color7 a,
body .color p.color7 a,
body .color ul.color7 a,
body .color ol.color7 a,
body .color li.color7 a {
    color:#525052;
}

/* Standard Text-Link */
a {
  color: #0068a8;
}

a:hover {
  color: #0086c1;
  text-decoration: underline;
}

/* Allgemeine Tags */
hr {
  display: block;
  margin: 16px 0;
  border: none;
  border-top: 1px solid #e6e6e6;
  clear: both;
  height: 0;
  width: 100%;
}

p, ul, ol {
  font-family: 'lato_regular';
  font-size: 16px;
  line-height: 1.6em;
  margin: 12px 0 35px;
  padding: 0;
  color: #333;
  font-weight: 400;
}

/* Listen */
ul li, ol li {
  font-family: 'lato_regular';
  line-height: 1.4em;
  margin: 8px 0;
  padding: 0;
}

ul {
  padding-left: 20px;
}

ul li {
  list-style-type: none;
}

ol {
  padding-left: 26px;
}

ol li {
  padding-left: 4px;
}

ul li:before {
  content: "\e633";
  display: inline-block;
  padding-right: 8px;
  font-family: "icomoon";
  font-size: 12px;
  position: relative;
  top: 0;
  margin: 0 0 0 -18px;
  color: #0086c1;
}

/* Tabellen */
table,
div.autoscroll-table {
    width:100%;
    margin:12px 0;
    font-family: 'lato_regular', 'Arial', sans-serif;
    font-size:16px;
    line-height:18px;
    color:#1a171b;
    overflow:hidden;
    border-collapse:separate;
	border-radius: 7px;
}

table p {
    margin:0;
}

table tr td {
    border-bottom:1px solid #d7d7d7;
}

table tr th:first-child,
table tr td:first-child {
    color:#0068a8;
    font-family: 'lato_bold';
    font-weight:normal;
    text-align:left;
}

.color1 table tr th:first-child,
.color1 table tr td:first-child {
    color:#0068a8;
}

.color2 table tr th:first-child,
.color2 table tr td:first-child {
    color:#0068a8;
}

.color3 table tr th:first-child,
.color3 table tr td:first-child {
    color:#0068a8;
}

.color4 table tr th:first-child,
.color4 table tr td:first-child {
    color:#0068a8;
}

.color5 table tr th:first-child,
.color5 table tr td:first-child {
    color:#0068a8;
}

.color6 table tr th:first-child,
.color6 table tr td:first-child {
    color:#0068a8;
}

.color7 table tr th:first-child,
.color7 table tr td:first-child {
    color:#525052;
}

table thead tr th {
    border-bottom:none;
    font-family: 'lato_bold';
    font-weight:normal;
}

table tr th p,
table tr th h1,
table tr th h2,
table tr th h3,
table tr th h4,
table tr th h5,
table tr th h6 {
    color:#525052;
    margin:0;
    line-height:1.4em;
}

table tr th p a,
table tr th h1 a,
table tr th h2 a,
table tr th h3 a,
table tr th h4 a,
table tr th h5 a,
table tr th h6 a,
table tr th p a:hover,
table tr th h1 a:hover,
table tr th h2 a:hover,
table tr th h3 a:hover,
table tr th h4 a:hover,
table tr th h5 a:hover,
table tr th h6 a:hover {
    color:#1a171b;
}

table tr th,
table tr td {
    /*padding:10px 20px 10px;*/
    padding:10px 5px;
    text-align:center;
	color: #525052;
	font-size: 16px;
	line-height: 1.6em;
}

table tr th {
    background:#e6e6e6;
    color:#525052;
    font-family: 'lato_black';
}

table tr th a,
table tr th p a {
    color:#525052;
    text-decoration:underline;
}

table tr th a:hover,
table tr th p a:hover {
    color:#525052;
    text-decoration:none;
}

ul.color1,
ol.color1,
li.color1,
span.color1,
p.color1,
h1.color1,
h2.color1,
h3.color1,
h4.color1,
h5.color1,
h6.color1 {
  color:#0068a8;
}

div.two-col h1,
div.one-col h1 {
    color:#0086c1;
}

ul.color2,
ol.color2,
li.color2,
span.color2,
p.color2,
h1.color2,
h2.color2,
h3.color2,
h4.color2,
h5.color2,
h6.color2 {
  color:#0086c1;
}

ul.color3,
ol.color3,
li.color3,
span.color3,
p.color3,
h1.color3,
h2.color3,
h3.color3,
h4.color3,
h5.color3,
h6.color3 {
  color:#0086c1;
}

ul.color4,
ol.color4,
li.color4,
span.color4,
p.color4,
h1.color4,
h2.color4,
h3.color4,
h4.color4,
h5.color4,
h6.color4 {
  color:#0086c1;
}

ul.color5,
ol.color5,
li.color5,
span.color5,
p.color5,
h1.color5,
h2.color5,
h3.color5,
h4.color5,
h5.color5,
h6.color5 {
  color:#0086c1;
}

ul.color6,
ol.color6,
li.color6,
span.color6,
p.color6,
h1.color6,
h2.color6,
h3.color6,
h4.color6,
h5.color6,
h6.color6 {
  color:#0086c1;
}

ul.color7,
ol.color7,
li.color7,
span.color7,
p.color7,
h1.color7,
h2.color7,
h3.color7,
h4.color7,
h5.color7,
h6.color {
  color:#525052;
}


/* mobil */
@media (max-width: 991px){
    h1 {
        font-size: 30px;
    }
    p {
        margin: 12px 0 24px;
    }
}

/**
 *
 * Contentelements
 *
 * Index:
 *
 * $1 Header Animation
 * $2 Sidebar Menü
 *
 * */

/* $1 Header Animation ////////////////////////////////////////////////////////////////////*/
.header-animation .header-animation-item {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.header-animation .header-animation-item .teaser-container .text-box .text-box-inner {
    padding: 15px 20px;
    background: #009EE4;
}

#header-animation .item .teaser-container .text-box .text-box-inner {
	padding: 15px 20px;
}

#header-animation .headline {
	font-family: 'lato_regular';
	font-weight: normal;
	font-style: normal;
	margin: 12px 0 4px;
	line-height: 1.2em;
	color: #FFFFFF;
	font-size: 30px;
}

.carousel .carousel-control {
	font-size: 40px;
	width: 35px;

	&.right, &.left {
		background: none;
	}

	.glyphicon-chevron-right {
		right: 20px;
	}

	.glyphicon-chevron-left {
		left: 20px;
	}
}

@media(min-width: 768px) {
	#header-animation .item .teaser-container {
		position: absolute;
		left: 15px;
		bottom: 50px;
		max-width: 66.66%;
		border-radius: 8px;
		background: rgba(0,140,201, 0.8);
		transition: all .4s ease;
		opacity: 0;
		transform: scale(0.5);
	}
	#header-animation .item.active .teaser-container {
		opacity: 1;
		transform: scale(1)
	}
}

@media(max-width: 768px) {
	.header-animation {
		height: 100%;
		display: block;
	}
	.header-animation .header-animation-inner {
		height: 100%;
		display: block;
	}

	#header-animation .item .teaser-container .text-box .text-box-inner {
		background: #009EE4;
	}

	div.header-teaser div.header-teaser-item div.teaser-container .text-box .text-box-inner .header-teaser-subline {
		font-size: 14px;
		color: #8C8C8C;
	}

	div.header-teaser div.header-teaser-item div.teaser-container .text-box .text-box-inner .header-teaser-headline {
		font-size: 24px;
		color: #0068a8;
	}
	div.header-teaser div.header-teaser-item div.teaser-container .text-box .text-box-inner p {
		font-size: 20px;
		color: #0068a8;
	}
	div.header-teaser .header-teaser-item div.header-teaser-overlay {
		background-image: url("/typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/Background/BIRCO_Element_Ecke_left_mobil.svg");
		background-position: left bottom;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 10;
		height: 100%;
		top: 0;
	}
}

@media (max-width: 470px){
    .cycle-next > .icon-slider-next > .path2:before{
        margin-left: -.5rem;
        font-size: 3rem;
    }
    .cycle-prev > .icon-slider-prev > .path2:before{
        font-size: 3rem;
    }

    .header-animation .header-animation-item .teaser-container .text-box .text-box-inner {
        background: none;
    }
    .header-animation .header-animation-inner {
        background-color: #0086c1;
    }
    .header-animation .header-animation-item .teaser-container .text-box {
        opacity: 1 !important;
    }
}

.header-animation .cycle-container > a.cycle-prev,
.header-animation .cycle-container > a.cycle-next {
    position: absolute;
    z-index: 120;
    font-size: 25px;
    width: 25px;
    height: 25px;
    top: 12%;
    left: -1px;
}

.header-animation .cycle-container > a.cycle-next {
    left: auto;
    right: -1px;
}

.header-animation .cycle-container > a.cycle-prev,
.header-animation .cycle-container > a.cycle-next {
    text-decoration: none;
}
/*.no-touch .header-animation .cycle-container > a.cycle-prev,*/
/*.no-js .header-animation .cycle-container > a.cycle-prev,*/
/*.no-touch .header-animation .cycle-container > a.cycle-next,*/
/*.no-js .header-animation .cycle-container > a.cycle-next {*/
/*    opacity: 0;*/
/*}*/

.header-animation .cycle-container > a.cycle-prev:hover .icon-slider-prev .path2:before,
.header-animation .cycle-container > a.cycle-next:hover .icon-slider-next .path2:before {
    /*color: #0086c1;*/
}

.header-animation .cycle-container > div.first {
    display: block;
}

/* $2 Sidebar Menu //////////////////////////////////////////////////////////////*/
.sidebar-menu p.sidebarlist-trigger {
    background: #0068a8;
    font-size: 20px;
    padding: 12px 12px 12px 0;
    color: white;
    text-align: left;
    margin-bottom: 0;
    position:relative;
	border-radius: 7px;
}

div.sidebar-menu > ul.sidebarlist > li{
    border-top: 1px solid #E6E6E6;
}

div.sidebar-menu > ul.sidebarlist > li a[title="BIRCO Blindenleitsysteme"] {
	padding-left: 45px;
}
div.sidebar-menu > ul.sidebarlist > li a[title="BIRCO Blindenleitsysteme"]:before {
	left: 30px;
}

.color1 .sidebar-menu p.sidebarlist-trigger {
    background: #0086c1;
}

.color2 .sidebar-menu h3.sidebarlist-trigger {
    background: #DA0025;
}

.color3 .sidebar-menu h3.sidebarlist-trigger {
    background: #007BAA;
}

.color4 .sidebar-menu h3.sidebarlist-trigger {
    background: #89BA17;
}

.color5 .sidebar-menu h3.sidebarlist-trigger {
    background: #F49E3C;
}

.color6 .sidebar-menu h3.sidebarlist-trigger {
    background: #6E2878;
}

.color7 .sidebar-menu h3.sidebarlist-trigger {
    background: #525052;
}

.sidebar-menu ul.sidebarlist {
    margin: 0;
    padding: 0 0 1px;
    background: #fff;
}

.color1 .sidebar-menu ul.sidebarlist {
    border: 1px solid #009EE4;
    border-top: none;
    border-left: none;
    border-right: none;
}

.color2 .sidebar-menu ul.sidebarlist {
    border: 1px solid #DA0025;
    border-top: none;
    border-left: none;
    border-right: none;
}

.color3 .sidebar-menu ul.sidebarlist {
    border: 1px solid #007BAA;
    border-top: none;
    border-left: none;
    border-right: none;
}

.color4 .sidebar-menu ul.sidebarlist {
    border: 1px solid #89BA17;
    border-top: none;
    border-left: none;
    border-right: none;
}

.color5 .sidebar-menu ul.sidebarlist {
    border: 1px solid #F49E3C;
    border-top: none;
    border-left: none;
    border-right: none;
}

.color6 .sidebar-menu ul.sidebarlist {
    border: 1px solid #6E2878;
    border-top: none;
    border-left: none;
    border-right: none;
}

.color7 .sidebar-menu ul.sidebarlist {
    border: 1px solid #525052;
    border-top: none;
    border-left: none;
    border-right: none;
}

.sidebar-menu ul.sidebarlist li:before {
    content: "";
    display: none;
    margin: 0;
}

.sidebar-menu ul.sidebarlist li,
.sidebar-menu ul.sidebarlist li ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu ul.sidebarlist > li > a {
    display: block;
    padding: 14px 34px 12px 24px;
    color: #565655;
    position: relative;
    line-height: 1.1em;
    font-size: 15px;
    /*text-overflow: ellipsis;*/
    /*white-space: pre;*/
    /*overflow: hidden;*/
}
.sidebar-menu ul.sidebarlist > li > a:before {
    content: "\2022";
    color: #0086c1;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-family: "icomoon";
    font-size: 1.2em;
    position: absolute;
    top: 14px;
    left: 9px;
}
.sidebar-menu ul.sidebarlist > li.current > a {
    color: #0068a8;
    text-decoration: underline;
}

.color1 .sidebar-menu ul.sidebarlist > li > a,
.color1 .sidebar-menu ul.sidebarlist > li > a:after,
.color1 .sidebar-menu ul.sidebarlist > li.diamonds > a:before {
    color: #0086c1;
}

.color7 .sidebar-menu ul.sidebarlist > li > a,
.color7 .sidebar-menu ul.sidebarlist > li > a:after,
.color7 .sidebar-menu ul.sidebarlist > li.diamonds > a:before {
    color: #525052;
}

.sidebar-menu ul.sidebarlist > li > a:after {
    content: "\e61e";
    font-family: "Icomoon";
    font-size: 13px;
    right: 15px;
    position: absolute;
    top: 16px;
    color: #0086c1;
}

.section-menu ul.sectionlist > li > a.active:after {
    content: "\e61e";
    font-size: 11px;
    right: 15px;
}

.sidebar-menu ul.sidebarlist > li {
    margin-top: -1px;
    border-top: 1px solid #009EE4;
    border-bottom: 1px solid #009EE4;
}

.color1 .sidebar-menu ul.sidebarlist > li {
    border-top: 1px solid #009EE4;
    border-bottom: 1px solid #009EE4;
}

.color7 .sidebar-menu ul.sidebarlist > li {
    border-top: 1px solid #525052;
    border-bottom: 1px solid #525052;
}

.sidebar-menu ul.sidebarlist > li:last-child {
    border-bottom: none;
}

.sidebar-menu ul.sidebarlist > li > ul {
    display: none;
    padding-bottom: 12px;
    margin-top: -6px;
}

.sidebar-menu ul.sidebarlist > li.current {
    margin-bottom: -1px;
}

.sidebar-menu ul.sidebarlist > li.current > ul {
    display: block;
}

.sidebar-menu ul.sidebarlist > li.current > ul li {
    line-height: 2.2em;
}

.sidebar-menu ul.sidebarlist > li > ul > li > a {
    display: block;
    padding-left: 24px;
    position: relative;
    color: #333333;
}

.sidebar-menu ul.sidebarlist > li > ul > li > a:before {
    content: "\e61e";
    font-family: "Icomoon";
    font-size: 10px;
    left: 10px;
    position: absolute;
    top: 0;
    color: #333333;
}

@media (max-width: 991px){
    .sidebar-menu ul.sidebarlist > li > ul > li > a {
        padding-left: 6px;
    }

    .sidebar-menu ul.sidebarlist > li > ul > li > a:before {
        left: -10px;
    }
}

.sidebar-menu ul.sidebarlist > li > ul > li.current > a,
.sidebar-menu ul.sidebarlist > li > ul > li > ul > li.current > a {
    font-family: 'lato_bold';
}

.sidebar-menu ul.sidebarlist > li > ul > li.current > a:before {
    content: "\e61d";
    font-size: 7px;
    left: 10px;
}

.sidebar-menu ul.sidebarlist > li > ul > li > ul > li > a {
    display: block;
    padding-left: 50px;
}

.sidebar-menu ul.sidebarlist > li ul li ul {
    display: none;
}

.sidebar-menu ul.sidebarlist > li.current > ul > li.current > ul {
    display: block;
}
.sidebar-menu ul.sidebarlist > li > ul > li > ul > li > a {
    color: #333333;
}
.sidebar-menu.customer-menu .sidebarlist > li > ul > li ul {
	display:block;
}
.sidebar-menu.customer-menu .sidebarlist > li > ul > li > ul {
	padding-left:50px;
}
.sidebar-menu.customer-menu .sidebarlist > li > ul > li > ul > li ul {
	padding-left:20px;
	font-size: 14px;
	line-height:1.2;
}
.sidebar-menu.customer-menu .sidebarlist > li > ul > li > ul a {
	padding-left:0;
}
.sidebar-menu.customer-menu a.active {
	font-weight:700;
}


/* Glossar ////////////////////////////////////////////////////////////////////*/
ul.button-menu {
    display: block;
    margin: 10px 0 30px;
    padding: 0;
    background: none;
}

ul.button-menu li.button-menu-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
}

ul.button-menu li.button-menu-item:before {
    content: "";
    display: none;
    margin: 0;
}

ul.button-menu li.button-menu-item a.button {
    margin: 0 3px 5px 0;
    min-width: 38px;
    padding: 5px 0;
}

ul.button-menu li.button-menu-item a.button-active {
    background: #00338d;
    color: white;
}

/* Gallery ////////////////////////////////////////////////////////////////////*/
.gallery {
    margin: 10px 0;
	border-radius: 7px;
}

.gallery-inner {
    padding: 15px;
    border: 1px solid #E6E6E6;
    border-radius: 15px;
}

.gallery h4 {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.gallery h3 {
    font-size: 15px;
    margin: 0 0 16px 0;
    font-family: "lato_black";
}

.gallery .gallery-item, .gallery .gallery-item div.gallery-image {
    width: 100%;
    position: relative;
	border-radius: 7px;
	overflow: hidden;
}
.gallery .gallery-item, .gallery .gallery-item div.gallery-image > img {
	border-radius: 7px;
}

.gallery .gallery-item, .gallery .gallery-item .gallery-image {
    min-height: 200px;
}

.gallery .teaser-container {
    margin: 0;
    width: 100%;
}

.gallery .gallery-item .teaser-container .text-box .text-box-inner .slideitem-headline {
    color: #525052;
    margin: 0;
    font-size: 20px;
    font-family: "lato_bold";
}

.gallery .gallery-item .teaser-container .text-box .text-box-inner p {
    color: #525052;
    margin: 0;
    font-size: 14px;
}

.gallery-pager {
    text-align: center;
    display: block;
    margin: 10px 0 16px 0;
}

.gallery-pager span {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 0 10px 0 0;
    background-color: #B0DEF9;
}

.gallery-pager span.cycle-pager-active {
    background-color: #0086c1;
}

.gallery .gallery-container > a.cycle-prev,
.gallery .gallery-container > a.cycle-next {
    position: absolute;
    z-index: 120;
    font-size: 25px;
    width: 25px;
    height: 25px;
    top: 12%;
    left: 0;
    opacity: 0;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*line-height: 0;*/
}

.gallery .gallery-container > a.cycle-next {
    left: auto;
    right: 2rem;
}

.gallery .gallery-container > a.cycle-prev,
.gallery .gallery-container > a.cycle-next {
    text-decoration: none;
}

.no-touch .gallery .gallery-container > a.gallery-prev, .no-js .gallery .gallery-container > a.cycle-prev, .no-touch .gallery .gallery-container > a.cycle-next, .no-js .gallery .gallery-container > a.cycle-next {
    opacity: 0;
}

.gallery .gallery-container > a.gallery-prev:hover .icon-slider-prev .path2:before, .gallery .gallery-container > a.cycle-next:hover .icon-slider-next .path2:before {
    color: #0086c1;
}

.gallery .gallery-container > div.first {
    display: block;
}

.gallery .magnific-gallery {
    display: block;
    position: relative;
}

.gallery span.icon-zoom {
    color: #ffffff;
    display: none;
    font-size: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease 0s;
}

.gallery .magnific-gallery:hover span.icon-zoom {
    display: block;
}

/* $ HeaderTeaser ///////////////////////////////////////////////////////////*/
.header-teaser .header-teaser-item, .header-teaser .header-teaser-item div.header-teaser-image {
    width: 100%;
    position: relative;
}

.header-teaser .header-teaser-item div.header-teaser-overlay {
    background-image: url("/typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/Background/BIRCO_Element_Ecke_Subsides_left.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
}

.header-teaser .header-teaser-item .teaser-container .text-box {
	z-index: 200;
}
.header-teaser .header-teaser-item .teaser-container .text-box a {
	text-decoration: underline;
}
.header-teaser .header-teaser-item .teaser-container .text-box a:hover {
	background: transparent;
	color: white;
}


.header-teaser .header-teaser-item .teaser-container .text-box .text-box-inner p{
    color: white;
}

.header-teaser .header-teaser-item .teaser-container .text-box .text-box-inner .header-teaser-subline {
    font-size: 20px;
    color: white;
    text-transform: none;
    position: relative;
}

.header-teaser .header-teaser-item .teaser-container .text-box .text-box-inner .header-teaser-headline {
    font-size: 26px;
    margin: 6px 0;
}

.header-teaser .header-teaser-item .teaser-container .text-box .text-box-inner .subline-placeholder {
	height: 25px;
}

.wide .header-teaser .teaser-container {
    margin: 0 15px;
}

/* $ HeadlineImageTeaser /////////////////////////////////////////////////////*/
.headline-image-teaser {
    margin: 10px 0;
}

.wide .headline-image-teaser {
    margin: 0;
}

.headline-image-teaser .header-teaser-item, .headline-image-teaser .header-teaser-item div.header-teaser-image {
    width: 100%;
    position: relative;
    display: none;
}

.headline-image-teaser .headline-image-teaser-item .teaser-container .text-box .text-box-inner h3 {
    font-size: 36px;
    margin: 5px 0;
}

/* $ ImageTextButtonTeaser ///////////////////////////////////////////////////*/
.image-text-button-teaser {
    margin: 15px 0;
}

.image-text-button-teaser .image-text-button-teaser-item, .image-text-button-teaser .image-text-button-teaser-item div.image-text-button-teaser-image {
    width: 100%;
    position: relative;
	border-radius: 7px;
}

.image-text-button-teaser .image-text-button-teaser-item div.image-text-button-teaser-image {
    display: none;
    min-height: 446px;
}

.image-text-button-teaser .teaser-container .text-box .text-box-inner h1, .image-text-button-teaser .teaser-container .text-box .text-box-inner h2, .image-text-button-teaser .teaser-container .text-box .text-box-inner h3 {
    font-size: 24px;
    margin: 5px 0 0 0;
}

.image-text-button-teaser .image-text-button-teaser-item .teaser-container .text-box-inner .text-image-wrap {
    margin:15px 0;
}

.image-text-button-teaser .image-text-button-teaser-item .teaser-container .text-box-inner .text-image-wrap img {
    max-width: 120px;
    float: left;
    margin: 5px 10px 5px 0;
}

.image-text-button-teaser .image-text-button-teaser-item .teaser-container .text-box-inner .text-image-wrap p {
    display: inline;
}

.image-text-button-teaser .image-text-button-teaser-item .teaser-container .text-box-inner.clearfix > p.button {
    display: block;
}

/* $ Standard Responsive Image //////////////////////////////////////////////*/
.responsiveImage_wrap {
	margin-top: 20px;
}

.responsiveImage_box img {
    margin: 0 0 5px 0;
    width: 100%;
    height: auto;
    display: block;
	border-radius: 7px;
}

.responsiveImage_wrap .responsiveImage_box {
    float: left;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    margin: 0 0 15px 0;
    position: relative;
}

.responsiveImage_wrap .responsiveImage_box span.responsive-image-layout-helper {
    display:block;
    width:100%;
    margin:0 auto;
}

.responsiveImage_wrap .responsiveImage_box_inner {
    position: relative;
}

.responsiveImage_wrap .responsiveImage_box_inner p {
    margin: 0;
    font-style: italic;
}

/* $ ContentContainer  //////////////////////////////////////////////////////*/
.contentBox_white, .contentBox_grey {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 15px 0;
    /*-webkit-box-shadow: inset 0px 9px 5px -6px rgba(5, 36, 82, 1);*/
    /*-moz-box-shadow: inset 0px 9px 5px -6px rgba(5, 36, 82, 1);*/
    /*box-shadow: inset 0px 9px 5px -6px rgba(5, 36, 82, 1);*/
}

.wide2 .contentBox_white,
.wide2 .contentBox_grey {
    margin: 15px 0;
}

.wide1 .contentBox_white,
.wide1 .contentBox_grey {
    margin-bottom: 15px;
}

.contentBox_grey {
    background-color: #0086c1;
}

/* $ Contactbox /////////////////////////////////////////////////////////////*/
.contactbox-wrap {
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #c2c2c2;
}

.contactbox-wrap-inner {
    display: block;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.contactbox-image {
    display: block;
    float: left;
    max-width: 150px;
    margin: 0 10px 0 0;
    width: 35%;
    /*height: 126px;*/
}

.contactbox-infosButton-container {
    float: left;
    width: 60%;
}

.contactbox-infosButton-container h4 {
    font-size: 12px;
    color: #0086c1;
}

.contactbox-infosButton-container h3 {
    font-size: 18px;
    color: #0086c1;
    margin: 0 0 20px 0;
}

/* $4 - targetGroupTeaser /////////////////////////////////////////////////////*/
.targetGroupTeaser {
    margin: 0 -15px;
}

.targetGroupTeaser .targetGroupTeaser-item {
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    margin: 15px 0;
    position: relative;
    float: left;
}

.targetGroupTeaser .targetGroupTeaser-item-inner {
    position: relative;
    text-align: center;
    margin: 0 15px;
	border-radius: 7px;
	overflow: hidden;
}

.targetGroupTeaser .targetGroupTeaser-item-inner span {
    font-size: 18px;
    font-family: 'lato_black';
    margin: 20px 0 15px 0;
    display: block;
    line-height: 1;
}

.targetGroupTeaser .targetGroupTeaser-item-inner a {
    display: block;
    padding: 5px;
    background-color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.125em; /*18px*/
    border: 1px solid transparent;
}

.targetGroupTeaser .targetGroupTeaser-item-inner a:hover, .targetGroupTeaser .targetGroupTeaser-item-inner a:active, .targetGroupTeaser .targetGroupTeaser-item-inner a:focus {
    border: 1px solid #525052;
}

.targetGroupTeaser .targetGroupTeaser-item-inner .targetGroupTeaser-image {
    display: block;
    width: 100%;
    height: 170px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
	border-radius: 7px;
}

.targetGroupTeaser .targetGroupTeaser-item-inner .targetGroupTeaser-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 73px;
    margin-top: -36px;
    margin-left: -33px;
    transform: scale(1.0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.0); /* chrome & safari*/
    -moz-transform: scale(1.0); /* firefox */
    -o-transform: scale(1.0); /* opera */
    transform: scale(1.0); /* explorer > 9 */
}

.targetGroupTeaser .targetGroupTeaser-item-inner a:hover .targetGroupTeaser-icon, .targetGroupTeaser .targetGroupTeaser-item-inner a:active .targetGroupTeaser-icon, .targetGroupTeaser .targetGroupTeaser-item-inner a:focus .targetGroupTeaser-icon {
    -webkit-transform: scale(1.2); /* chrome & safari*/
    -moz-transform: scale(1.2); /* firefox */
    -o-transform: scale(1.2); /* opera */
    transform: scale(1.2); /* explorer > 9 */
}

/* $ competenceTeaser ///////////////////////////////////////////////////////*/
.competenceTeaser {
    position: relative;
    margin: 0 -15px;
    max-width: 1200px;
}

.competenceTeaser-inner {
}

.contentBox_grey_inner .one-col {
    padding: 0;
}

.competenceTeaser-inner .wrap {
    float: left;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 50%;
}

.competenceTeaser-inner .wrap-inner {
    margin: 0 15px;
    position: relative;
    background: #ffffff top left;
    border: 1px solid transparent;
}

.competenceTeaser .wrap-inner:hover {
    border: 1px solid #dddddd;
}

.competenceTeaser-inner .wrap .competenceTeaser-image {
    display: block;
    width: 100%;
    height: 126px;
}

.competenceTeaser-inner .wrap .competenceTeaser-image img {
    visibility: hidden;
}

.competenceTeaser-inner .wrap .inner-link-wrap {
    width: 100%;
    padding: 5px;
    float: left;
    min-width: 118px;
    overflow:hidden;
}

.competenceTeaser-inner .wrap h4.competenceTeaser-headline {
    font-size:12px;
}

.competenceTeaser-inner .wrap p.competenceTeaser-text {
    font-size:10px;
}

a.competenceTeaser-link-container:hover {
    text-decoration: none;
}

.competenceTeaser-infos-container h4 {
    font-size: 15px;
    color: #0086c1;
    font-family: "lato_regular";
}

.competenceTeaser-infos-container h4.color1 {
    color: #0086c1;
}

.competenceTeaser-infos-container h4.color2 {
    color: #DA0025;
}

.competenceTeaser-infos-container h4.color3 {
    color: #007BAA;
}

.competenceTeaser-infos-container h4.color4 {
    color: #89BA17;
}

.competenceTeaser-infos-container h4.color5 {
    color: #F49E3C;
}

.competenceTeaser-infos-container h4.color6 {
    color: #6E2878;
}

.competenceTeaser-infos-container h4.color7 {
    color: #525052;
}

.competenceTeaser-infos-container p {
    color: #525052;
    margin: 0;
}

/* $ ImageTextBGColor ////////////////////////////////////////////////////////*/
.imageTextBgColorBox-wrap {
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    background: #009EE4 none top left;
	border-radius: 7px;
}

.imageTextBgColorBox-wrap canvas {
	border-radius: 7px;
}

.imageTextBgColorBox-wrap.color8 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    background: #fff;
    border-radius: 7px;
}

.imageTextBgColorBox-wrap.color8 a.button:hover {
    color: #fff;
    background: #009EE4
}

.imageTextBgColorBox-wrap.color8 a.button {
    border-color: #0068a8;
    color: #0068a8;
}

.imageTextBgColorBox-wrap.color1 {
    background: url('/typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/Background/BIRCO_blauer_farbverlauf.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.imageTextBgColorBox-wrap.color1 h1, .imageTextBgColorBox-wrap.color1 h2, .imageTextBgColorBox-wrap.color1 h3, .imageTextBgColorBox-wrap.color1 h4, .imageTextBgColorBox-wrap.color1 h5, .imageTextBgColorBox-wrap.color1 h6 {
    text-transform: uppercase;
}
.imageTextBgColorBox-wrap.color1 p {
    color: #fff;
}

.imageTextBgColorBox-wrap.color2 {
    background: #DA0025 none top left;
}

.imageTextBgColorBox-wrap.color3 {
    background: #007BAA none top left;
}

.imageTextBgColorBox-wrap.color4 {
    background: #89BA17 none top left;
}

.imageTextBgColorBox-wrap.color5 {
    background: #F49E3C none top left;
}

.imageTextBgColorBox-wrap.color6 {
    background: #6E2878 none top left;
}

.imageTextBgColorBox-wrap.color7 {
    background: #e6e6e6 none top left;
    color: #525252;
}

.imageTextBgColorBox-wrap.color8 .imageTextBgColorBox-infosButton-container h1,
.imageTextBgColorBox-wrap.color8 .imageTextBgColorBox-infosButton-container h2,
.imageTextBgColorBox-wrap.color8 .imageTextBgColorBox-infosButton-container h3,
.imageTextBgColorBox-wrap.color8 .imageTextBgColorBox-infosButton-container h4,
.imageTextBgColorBox-wrap.color8 .imageTextBgColorBox-infosButton-container h5,
.imageTextBgColorBox-wrap.color8 .imageTextBgColorBox-infosButton-container h6{
	color:  #0068a8;
}

.imageTextBgColorBox-wrap.color7 h1, .imageTextBgColorBox-wrap.color7 h2, .imageTextBgColorBox-wrap.color7 h3, .imageTextBgColorBox-wrap.color7 h4, .imageTextBgColorBox-wrap.color7 h5, .imageTextBgColorBox-wrap.color7 h6 {
    color: #0086c1;
}

.imageTextBgColorBox-wrap.color7 a.button {
    color:  #0068a8;
    border-color:  #0068a8;
}

.imageTextBgColorBox-wrap.color7 a.button:hover {
    background: #009EE4;
    color: #ffffff;
}

.imageTextBgColorBox-wrap-inner {
    display: block;
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.imageTextBgColorBox-image {
    display: block;
    float: left;
    /*max-width: 150px;*/
    margin: 0 10px 0 0;
    width: 100%;
    height: 126px;
	border-radius: 7px;
}

.imageTextBgColorBox-infosButton-container {
    float: left;
    width: 100%;
}

.imageTextBgColorBox-infosButton-container a.button {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.imageTextBgColorBox-infosButton-container a.button:hover, .imageTextBgColorBox-infosButton-container a.button:focus, .imageTextBgColorBox-infosButton-container a.button:active {
    background: #FFFFFF;
    color: #0086c1;
}

.imageTextBgColorBox-wrap.color1 .imageTextBgColorBox-infosButton-container a.button:hover, .imageTextBgColorBox-wrap.color1 .imageTextBgColorBox-infosButton-container a.button:focus, .imageTextBgColorBox-wrap.color1 .imageTextBgColorBox-infosButton-container a.button:active {
    background: #FFFFFF;
    color: #0086c1;
}

.imageTextBgColorBox-wrap.color2 .imageTextBgColorBox-infosButton-container a.button:hover, .imageTextBgColorBox-wrap.color2 .imageTextBgColorBox-infosButton-container a.button:focus, .imageTextBgColorBox-wrap.color2 .imageTextBgColorBox-infosButton-container a.button:active {
    background: #FFFFFF;
    color: #DA0025;
}

.imageTextBgColorBox-wrap.color3 .imageTextBgColorBox-infosButton-container a.button:hover, .imageTextBgColorBox-wrap.color3 .imageTextBgColorBox-infosButton-container a.button:focus, .imageTextBgColorBox-wrap.color3 .imageTextBgColorBox-infosButton-container a.button:active {
    background: #FFFFFF;
    color: #007BAA;
}

.imageTextBgColorBox-wrap.color4 .imageTextBgColorBox-infosButton-container a.button:hover, .imageTextBgColorBox-wrap.color4 .imageTextBgColorBox-infosButton-container a.button:focus, .imageTextBgColorBox-wrap.color4 .imageTextBgColorBox-infosButton-container a.button:active {
    background: #FFFFFF;
    color: #89BA17;
}

.imageTextBgColorBox-wrap.color5 .imageTextBgColorBox-infosButton-container a.button:hover, .imageTextBgColorBox-wrap.color5 .imageTextBgColorBox-infosButton-container a.button:focus, .imageTextBgColorBox-wrap.color5 .imageTextBgColorBox-infosButton-container a.button:active {
    background: #FFFFFF;
    color: #F49E3C;
}

.imageTextBgColorBox-wrap.color6 .imageTextBgColorBox-infosButton-container a.button:hover, .imageTextBgColorBox-wrap.color6 .imageTextBgColorBox-infosButton-container a.button:focus, .imageTextBgColorBox-wrap.color6 .imageTextBgColorBox-infosButton-container a.button:active {
    background: #FFFFFF;
    color: #6E2878;
}

.imageTextBgColorBox-infosButton-container p {

}

.imageTextBgColorBox-infosButton-container h1, .imageTextBgColorBox-infosButton-container h2, .imageTextBgColorBox-infosButton-container h3, .imageTextBgColorBox-infosButton-container h4, .imageTextBgColorBox-infosButton-container h5, .imageTextBgColorBox-infosButton-container h6 {
    font-size: 18px;
    color: #FFFFFF;
    margin: 10px 0;
}

/* Akkordeon /////////////////////////////////////////////////////////////////*/
.panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #c2c2c2;
	border-radius: 7px;
}

.panel-default > .panel-heading {
    cursor: pointer;
    background-color: #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-heading {
    padding: 0;
}

.panel-heading .panel-title a {
    color: #505250;
    font-size: 14px;
    padding: 10px 10px 10px 33px;
    display: block;
}

.panel-heading .panel-title {
	font-family: 'lato_regular';
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
}

.panel-heading .panel-title a:before {
    margin: 0 0 0 -23px;
    content: "\e633";
    display: inline-block;
    font-family: "icomoon";
    font-size: 13px;
    position: relative;
    top: 0;
    -webkit-transform: rotate(0deg); /* chrome & safari*/
    -moz-transform: rotate(0deg); /* firefox */
    -o-transform: rotate(0deg); /* opera */
    transform: rotate(0deg); /* explorer > 9 */
    -webkit-transition: all 0.2s ease 0s; /* Safari */
    transition: all 0.2s ease 0s;
    padding: 0 10px 0 0;
}

.color .panel-heading .panel-title a:before {
    color: #0086c1;
}

.color1 .panel-heading .panel-title a:before {
    color: #DA0025;
}

.color2 .panel-heading .panel-title a:before {
    color: #da0025;
}

.color3 .panel-heading .panel-title a:before {
    color: #007BAA;
}

.color4 .panel-heading .panel-title a:before {
    color: #89BA17;
}

.color5 .panel-heading .panel-title a:before {
    color: #6E2878;
}

.color6 .panel-heading .panel-title a:before {
    color: #525052;
}

.panel-heading.active .panel-title a:before {
    display: inline-block;
    font-family: "icomoon";
    font-size: 13px;
    padding: 0 10px 0 0;
    position: relative;
    top: 3px;
    left: -1px;
    -webkit-transform: rotate(45deg); /* chrome & safari*/
    -moz-transform: rotate(45deg); /* firefox */
    -o-transform: rotate(45deg); /* opera */
    transform: rotate(45deg); /* explorer > 9 */
}

.panel-heading.active {
    background-color: #E9E9E9;
}

.panel-heading a,
.panel-heading a:hover,
.panel-heading a:active,
.panel-heading a:focus {
    text-decoration: none;
}

/*Language Menu //////////////////////////////////////////////////////////////*/
.language-menu {
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0px -7px 13px -8px rgba(146, 146, 146, 1);
    -moz-box-shadow: inset 0px -7px 13px -8px rgba(146, 146, 146, 1);
    box-shadow: inset 0px -7px 13px -8px rgba(146, 146, 146, 1);
    display: none;
}

.language-menu-inner {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.language-menu .close-button-container {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    float: left;
}

.language-menu .close-button-container a {
    display: block;
    background-color: transparent;
    padding: 14px 20px;
}

.language-menu .close-button-container a:hover {
    text-decoration: none;
}

.language-menu .close-button-container a:hover span.icon-plus {
    color: #FFFFFF;
}

.language-menu .close-button-container a span {
    color: #0086c1;
    font-size: 18px;
    display: inline-block;
    -webkit-transform: rotate(45deg); /* chrome & safari*/
    -moz-transform: rotate(45deg); /* firefox */
    -o-transform: rotate(45deg); /* opera */
    transform: rotate(45deg); /* explorer > 9 */
}

.language-menu .close-button-container a span.icon-plus:before {
    content: url(/typo3conf/ext/fluidtandembase/Resources/Public/Icons/close_icon.svg);
    display: inline-block;
    position: relative;
    top: 0.3rem;
    padding-right: 8px;
    transform: rotate(45deg);
}

/* Link Liste     ///////////////////////////////////////////////////////////*/
.linklist-headline {
    color: #505250;
    font-size: 12px;
    margin: 15px;
    display: block;
    text-align: center;
}

.linklist .linklist-inner {

}

.linklist .linklist-inner ul {
    padding: 0;
    margin: 0 0 15px 0;

}

.linklist .linklist-inner ul li {
    line-height: 1em;
    margin: 0;
}

.linklist .linklist-inner ul li:before {
    content: "";
    margin: 0;
    padding: 0;
    display: block;
}

.linklist .linklist-inner ul li a {
    font-family: "lato_black";
    color: #0086c1;
    font-size: 13px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #071f78;
    text-decoration: none;
    padding: 15px 0;
	border-radius: 7px;
}

.linklist .linklist-inner ul li:last-child a {
    border: none;
}

.linklist .linklist-inner ul li a:hover,
.linklist .linklist-inner ul li a:active,
.linklist .linklist-inner ul li a:focus {
    color: #FFFFFF;
    background-color: #0086c1;
}

/* Productgroup Teaser    //////////////////////////////////////////////////*/

.productgroup-teaser .productgroup-teaser-image {
    float: left;
    width: 33%;
}

.productgroup-teaser .productgroup-teaser-image-inner {
    padding-right: 10px;
}

.productgroup-teaser .productgroup-teaser-text {
    float: right;
    width: 67%;
}

.productgroup-teaser .productgroup-teaser-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 12px 0;
    max-width: 120px;
}

.productgroup-teaser .productgroup-teaser-text .productgroup-teaser-headline {
	font-size: 22px;
	font-family: 'lato_regular';
	font-weight: normal;
	font-style: normal;
	margin: 12px 0 4px;
	line-height: 1.2em;
	color: #0068a8;
}

/* Suchbereich im Header    //////////////////////////////////////////////////*/
.search-menu {
    display: none;
}

.search-menu .xajax_form_kesearch_pi1 {
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0px -7px 13px -8px rgba(146, 146, 146, 1);
    -moz-box-shadow: inset 0px -7px 13px -8px rgba(146, 146, 146, 1);
    box-shadow: inset 0px -7px 13px -8px rgba(146, 146, 146, 1);
    margin: 0;
}

.search-menu .tx-kesearch-pi1 .kesearch_searchbox {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 14px;
}

.search-menu .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
    height: 62px;
    margin: 0;
    position: relative;
}

.search-menu .tx-kesearch-pi1 .kesearch_searchbox span.resetbutt,
.search-menu .tx-kesearch-pi1 .kesearch_searchbox span.submitbutt {
    display: none;
}

.search-menu .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox .search-button {
    background-color: #0086c1;
}

.search-menu .tx-kesearch-pi1 .kesearch_searchbox a.submit {
    float: right;
    background-color: #0086c1;
    padding: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 58px;
}

.search-menu .tx-kesearch-pi1 .kesearch_searchbox a.submit span.icon-lens:before {
    font-size: 18px;
    color: #FFFFFF;
}

.search-menu .tx-kesearch-pi1 .kesearch_searchbox a.submit:hover {
    background-color: #FFFFFF;
    text-decoration: none;
}

.search-menu .tx-kesearch-pi1 .kesearch_searchbox a.submit:hover span.icon-lens:before {
    color: #0086c1;
}

.search-menu .tx-kesearch-pi1 .kesearch_searchbox input.ke_search_sword {
    border: none;
    top: 0;
    height: 100%;
    background-color: transparent;
    width: 100%;
    padding: 8px 136px 7px 15px;
    color: #505250;
    font-size: 18px;
    font-family: "lato_regular";
    position: absolute;
}

.search-menu .tx-kesearch-pi1 .kesearch_searchbox input.ke_search_sword:hover,
.search-menu .tx-kesearch-pi1 .kesearch_searchbox input.ke_search_sword:active,
.search-menu .tx-kesearch-pi1 .kesearch_searchbox input.ke_search_sword:focus {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search-menu .close-button-container {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #525052;
}

.search-menu .close-button-container a {
    display: block;
    background-color: #525052;
    padding: 18px 20px;

}

.search-menu .close-button-container a:hover {
    background-color: #FFFFFF;
    text-decoration: none;
}

.search-menu .close-button-container a:hover span.icon-plus {
    color: #0086c1;
}

.search-menu .close-button-container a span {
    color: #FFFFFF;
    font-size: 18px;
    display: inline-block;
    -webkit-transform: rotate(45deg); /* chrome & safari*/
    -moz-transform: rotate(45deg); /* firefox */
    -o-transform: rotate(45deg); /* opera */
    transform: rotate(45deg); /* explorer > 9 */
}

/* new homestart searchbox start */

.main .xajax_form_kesearch_pi1 {
    padding:15px;
    background: #F5F5F5;
    display: block;
}

.main .xajax_form_kesearch_pi1 .kesearch_searchbox {
    max-width: 1170px;
    margin: 0 auto;
    display: block;
    background: transparent;
    position: relative;
	border-radius: 40px;
    border: 1px solid #00BBF0;
    color: #00BBF0;
	overflow: hidden;
}

.main .xajax_form_kesearch_pi1 .kesearch_searchbox input.ke_search_sword {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 45px 10px 10px;
    font-size: 15px;
    text-align: center;
    color: #00BBF0;
    border: none;
    background: none;
}

.main .xajax_form_kesearch_pi1 .kesearch_searchbox input.ke_search_sword::placeholder {
    color: #00BBF0;
}

.main .xajax_form_kesearch_pi1 .kesearch_searchbox .search-button a {
    color:#525052;
    position: absolute;
    right:10px;
    top:5px;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 20px;
}

.main .xajax_form_kesearch_pi1 .kesearch_searchbox .search-button a .icon-lens{
    position: relative;
    bottom: 4px;
    right: 2px;
}

.main .xajax_form_kesearch_pi1 .kesearch_searchbox .search-button a span.icon-lens:before {
    color: #0086c1;
}

.main .xajax_form_kesearch_pi1 .kesearch_searchbox .search-button a:hover,
.main .xajax_form_kesearch_pi1 .kesearch_searchbox .search-button a:focus,
.main .xajax_form_kesearch_pi1 .kesearch_searchbox .search-button a:hover span.icon-lens:before,
.main .xajax_form_kesearch_pi1 .kesearch_searchbox .search-button a:focus span.icon-lens:before {
    color: #0086c1;
}

.main .xajax_form_kesearch_pi1 .kesearch_searchbox .close-button-container,
.main .xajax_form_kesearch_pi1 .kesearch_searchbox .submitbutt {
    display: none;
}

/* new homestart searchbox end */

.main #kesearch_filters .list .head {
    background: none;
    display: block;
    border: none;
    padding: 0;
    font-family: 'lato_light';
    font-weight: normal;
    font-style: normal;
    margin: 12px 0;
    line-height: 1.2em;
    font-size: 22px;
}

.main #kesearch_filters .list .head img {
    display: none;
}

.main #kesearch_filters .list ul {
    padding: 0;
    margin: 0;
    border: none;
    list-style-type: none;
}

.main #kesearch_filters .list li.optionCheckBox {
    float: none;
    width: 100%;
    text-decoration: none;
    margin: 7px 0;
}

.main #kesearch_filters li:before {
    display: none;
}

.main .tx-kesearch-pi1 .kesearch_searchbox span.resetbutt a {
    margin-right: 10px;
}

.main .tx-kesearch-pi1 .kesearch_searchbox span.resetbutt a,
.main .tx-kesearch-pi1 .kesearch_searchbox span.submitbutt input {
    color: #003688;
    text-align: center;
    padding: 5px 20px;
    border: 1px solid #003688;
    display: inline-block;
    transition: all 0.5s ease 0s;
    font-weight: normal;
    background: transparent;
    max-width: 100%;
    border-radius: 0;
    text-decoration: none;
    min-width: 130px;
	border-radius: 7px;
}

.main .tx-kesearch-pi1 .kesearch_searchbox span.resetbutt a:hover,
.main .tx-kesearch-pi1 .kesearch_searchbox span.submitbutt input:hover {
    background: #009EE4;
    color: white;
    text-decoration: none;
}

.main .tx-kesearch-pi1 .kesearch_searchbox .search-button-container,
.main .tx-kesearch-pi1 .kesearch_searchbox .close-button-container {
    display: none;
}

/* Nennweiten Listing ////////////////////////////////////////////////*/
ul.normalwidth-listing-inner {
    padding-left: 0;
}

ul.normalwidth-listing-inner > li {
    display: inline-block;
    width: 47%;
    margin-right: 2%;
    vertical-align: top;
    line-height: 2em;
}

ul.normalwidth-listing-inner > li ul li {
    line-height: 2em;
}

ul.normalwidth-listing-inner > li > span {
    font-size: 15px;
	color: #0068a8;
	font-family: 'lato_regular';
	font-weight: normal;
	font-style: normal;
	margin: 12px 0 4px;
	line-height: 1.2em;
}

ul.normalwidth-listing-inner > li > span a {
    /*text-decoration: underline dashed;*/
    text-decoration: none;
}

ul.normalwidth-listing-inner > li > span a:hover {
    text-decoration: none;
}

ul.normalwidth-listing-inner > li:before {
    content: "";
    display: none;
    padding: 0;
    top: 0;
    margin: 0;
}

ul.normalwidth-listing-inner > li > ul > li:before {
    content: "\e61e";
    font-size: 8px;
    color: #0086c1;
    top: 0;
}

ul.normalwidth-listing-inner > li > ul > li a {
    color: #333;
    /*text-decoration: underline;*/
}

ul.normalwidth-listing-inner > li > ul > li a:hover {
    color: #0086c1;
    text-decoration: none;
}

/*Flexbook Anpassung /////////////////////////////////////////////////////////*/
.content-wrap .content-inner > .tx-flexbook,
.content-wrap .content-inner > .download-item {
    width:49%;
    display:inline-block;
    vertical-align:top;
}

@media only screen and (max-width: 620px) {
    .content-wrap .content-inner > .tx-flexbook,
    .content-wrap .content-inner > .download-item {
        width:100%;
        display:block;
        vertical-align:top;
    }
}

/*Downloads //////////////////////////////////////////////////////////////////*/
.download {
    margin: 12px 0px 28px;
    position: relative;
    width: 100%;
}

.download-left-col {
    float: left;
    margin: 0 16px 0 0;
    width: 20%;
}

.download-left-col img {
    width: 100%;
    height: auto;
    border: 1px solid #E9E9E9;
}

.download-right-col {
    float: left;
    width: 70%;
}

.download-right-col h2 {
    font-size: 15px;
    margin: 2px 0 10px;
}

.download-right-col p {
    color: #525052;
    font-size: 13px;
    margin: 0 0 14px;
    line-height: 1.3;
}

.download-right-col p.filesize {
    color: #929292;
    font-size: 13px;
    line-height: 1;
    margin: 0 0 8px;
}

.ajax-content-wrap .ajax-content .preloader-animation {
    background:#E6E6E6;
    margin:15px 0;
}

.ajax-content-wrap .ajax-content .preloader-animation .preloader-animation-inner {
    padding:115px 0 130px;
}

.ajax-content-wrap .ajax-content .preloader-animation .preloader-animation-inner .loading .loader {
    margin:0 auto;
}

.ajax-content-wrap .ajax-content .preloader-animation .preloader-animation-inner .loading .loader .loader-box {
    background: #009EE4;
}

.ajax-content-wrap .ajax-content .preloader-animation .preloader-animation-inner .info-message p {
    height:30px;
    margin:15px 0 0;
    text-align:center;
    font-family: "lato_regular";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    color: #0086c1;
    font-size: 18px;
}

.ajax-content-wrap .ajax-content-error p {
    text-align:center;
    font-family: "lato_light";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    color:#ff0000;
    font-size: 18px;
}

.external-image {
    margin:1em 0;
}

.teaser-container .text-box .text-box-inner h2{
    color: #fff;
    text-transform: uppercase;
}
.teaser-container .text-box .text-box-inner p a{
   color: #fff;
    border-color: #fff;
    transition: color, background-color .2s;
}

.teaser-container .text-box .text-box-inner p a:hover{
    background: #fff;
    color: #0086c1;
    border-color: #fff;
}

.item .teaser-container .text-box .text-box-inner p{
    color: white;
    /*padding-top: 1rem;*/
    font-size: 18px;
}
.item .teaser-container .text-box .text-box-inner p.no-whitespace {
	margin-bottom: 12px;
}
.backstretch-background{
    background-image: url("/typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/Background/BIRCO_Element_Ecke_left.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.rounded-shadow-image{
    position: relative;
}
.rounded-shadow-image::after{
    content:'';
    display:block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    box-shadow: inset 2px 3px 6px #00000040;
    border-radius: 50%;
}

/* FlexBook Element */
.flexbook-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.flexbook-container img {
    border: 1px solid #8C8C8C;
}

.flexbook-right-col .flexbook-headline {
    margin: 8px 0;
    font-size: 15px;
	color: #0068a8;
}

.flexbook-right-col .filesize{
    font-size: 12px;
}

.flexbook-right-col p{
    font-size: 15px;
}
.flexbook-right-col .link-text{
    font-family: "lato_regular";
}

.flexbook-right-col .link-text:after{
    content: '';
}


@media (max-width: 991px){
    .header-animation-item .teaser-container .text-box .text-box-inner p{
        font-size: 15px;
    }
    .backstretch-background{
        background-image: url("/typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/Background/BIRCO_Element_Ecke_left_mobil.svg");
    }
    .imageTextBgColorBox-image {
        display: block;
        height: 200px;
        margin-bottom: 2rem;
    }
    .imageTextBgColorBox-infosButton-container {
        padding: 0;
    }
    .imageTextBgColorBox-wrap-inner {
        padding: 20px 20px 20px 20px;
    }
    .sidebar-menu p.sidebarlist-trigger {
        font-size: 15px;
        padding: 12px;
        text-transform: uppercase;
        border-radius: 0;
    }
    .sidebar-menu p.sidebarlist-trigger .sidebarlist-trigger-inner:after{
        content: '\e61e';
        font-family: 'Icomoon';
        font-size: 13px;
        position: absolute;
        right: 1.6rem;
        transform: rotate(90deg);
        transition: transform .6s;
    }
    .sidebar-menu.opened p.sidebarlist-trigger .sidebarlist-trigger-inner:after{
        transform: rotate(270deg);
    }

    div.sidebar-menu ul.sidebarlist {
        background-color: #F5F5F5;
    }
    div.sidebar-menu ul.scopelist li{
        border-bottom: 1px solid #E6E6E6;
        border-top: none;
        margin: 0 2rem;
    }
	div.sidebar-menu ul.scopelist li.current a.active{
		color: #0068a8;
		text-decoration: underline;
	}
	.gallery-pager span {
        width: 14px;
        height: 14px;
        border-radius: 50px;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        margin: 0 6px 0 0;
        background-color: #B0DEF9;
    }
}

.content-menu .content-menu-title {
	display: block;
	font-family: 'lato_regular';
	font-weight: normal;
	font-style: normal;
	color: #0068a8;
	margin: 15px 0 4px;
	line-height: 1.2em;
	font-size: 20px;
	text-transform: uppercase;
}

.content-menu .content-menu-item {
	padding: 15px
}

.content-menu .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
}
.content-menu .row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.contentcube .cube-headline {
	display: block;
	font-family: 'lato_regular';
	font-weight: normal;
	font-style: normal;
	color: #0068a8;
	margin: 15px 0 4px;
	line-height: 1.2em;
	font-size: 27px;
	text-transform: uppercase;
}

.contentcube .button i {
	font-size: 13px;
}

.content-banner {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 35px;
	margin-bottom: 35px;
}
.content-banner .content-banner-inner {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.content-banner .content-banner-item {
	height: 35vh;
	position: relative;
}

.content-banner .content-banner-overlay{
	background: url(/typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/Background/BIRCO_Element_Ecke_right.svg);
	position: absolute;
	right: 0;
	top: 0;
	height: 100px;
	width: 100px;
	z-index: 2;
	background-size: contain;
	transform: rotate(270deg);
}

.content-banner .headline-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #0068a8;
	color: white;
	padding: 10px 25px;
}

.content-banner .headline-wrapper .content-banner-headline {
	margin: 0;
	color: white;
	font-size: 30px;
}

@media(min-width: 991px) {
	.content-banner {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.content-banner .headline-wrapper {
		padding: 20px 55px;
	}
	.content-banner .headline-wrapper .content-banner-headline {
		font-size: 50px;
	}
}
/*Animations*/
.slide-in-left,
.slide-in-right,
.fade-in-up {
	opacity: 0;
	will-change: transform, opacity;
	transition: transform 0.7s ease-out, opacity 0.5s;
}

.slide-in-left.show {
	transform: translateX(0);
	opacity: 1;
}

.slide-in-right.show {
	transform: translateX(0);
	opacity: 1;
}

.fade-in-up.show {
	transform: translateY(0);
	opacity: 1;
}

/* initial hidden state */
.slide-in-left:not(.show) {
	transform: translateX(-50%);
}

.slide-in-right:not(.show) {
	transform: translateX(50%);
}

.fade-in-up:not(.show) {
	transform: translateY(20%);
}

/**
 *   
 * Extra Small Devices, Phones
 * 
 * 
 *   */
@media only screen and (min-width: 480px) {
    ul.normalwidth-listing-inner > li > span {
        font-size:20px;
    }

    .competenceTeaser-inner .wrap h4.competenceTeaser-headline {
        font-size:15px;
    }

    .competenceTeaser-inner .wrap p.competenceTeaser-text {
        font-size:13px;
    }

    .footer .footer-elements .birco-social .birco-social-inner ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        line-height: 1.4em;
    }
}

/**
 *
 * Small Devices, Tablets 768px
 *
 **/
@media only screen and (min-width: 768px) {
	/* HeaderAnimation */
	.header-animation .header-animation-item .teaser-container .text-box {
		position: absolute;
		left: 15px;
		bottom: 50px;
		width: 66.66%;
		border-radius: 8px;
		background: #008CC9;
		opacity: 0.8;
	}
	.header-animation .header-animation-item .teaser-container .text-box-inner {
		border-radius: 8px;
	}

	.header-animation .cycle-container > a.cycle-prev,
	.header-animation .cycle-container > a.cycle-next {
		font-size: 48px;
		width: 50px;
		height: 50px;
		top: 47%;
	}

	/* Gallery */
	.gallery h4 {
		font-size: 15px;
		margin: 0 0 5px 0;
	}

	.gallery h3 {
		font-size: 20px;
	}

	.gallery .gallery-item .teaser-container .text-box .text-box-inner p{
		font-size: 14px;
		margin-top: .6rem;
	}

	.gallery .gallery-item .teaser-container .text-box .text-box-inner h4 {
		font-size: 15px;
	}

	.gallery .magnific-gallery {
		position: relative;
		display: block;
	}

	.gallery span.icon-zoom {
		color: #ffffff;
		font-size: 90px;
		left: 50%;
		margin-left: -58px;
		margin-top: -34px;
		position: absolute;
		top: 50%;
		display: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	/* $ competenceTeaser ////////////////////////////////////////////////*/
	.competenceTeaser-inner .wrap {
	}

	.competenceTeaser-infos-container h4 {
		font-size: 20px;
	}

	/* $ targetGroupTeaser ////////////////////////////////////////////////*/
	.targetGroupTeaser .targetGroupTeaser-item {
		width: 50%;
	}

	/* $ HeaderTeaser //////////////////////////////////////////////////////////*/
	.header-teaser .header-teaser-item, .header-teaser .header-teaser-item div.header-teaser-image {
		height: 351px;
	}

	.header-teaser .header-teaser-item .teaser-container .text-box {
		position: absolute;
		left: 60px;
		bottom: 32px;
		width: 66.66%;
		background-color: rgb(0, 158, 228, .8);
		border-radius: 7px;
	}

	.header-teaser .header-teaser-item .teaser-container .text-box .text-box-inner {
		padding: 10px 20px;
	}

	/* $ HeadlineImageTeaser ///////////////////////////////////////////////////*/
	.headline-image-teaser .headline-image-teaser-item .teaser-container .text-box .text-box-inner {
		padding: 20px 30px;
	}

	.headline-image-teaser .headline-image-teaser-item, .headline-image-teaser .headline-image-teaser-item div.headline-image-teaser-image {
		height: 200px;
		display: block;
		overflow: hidden;
		position: relative;
	}

	.headline-image-teaser .headline-image-teaser-item .teaser-container .text-box h1 {
		margin: 0;
	}

	.headline-image-teaser .headline-image-teaser-item .teaser-container .text-box {
		position: absolute;
		left: 15px;
		bottom: 15px;
		width: 66.66%;
		background: rgba(255, 255, 255, .9);
	}

	/* $ ImageTextButtonTeaser /////////////////////////////////////////////////*/
	.image-text-button-teaser .image-text-button-teaser-item .teaser-container .text-box .text-box-inner {
		padding: 1px 15px 15px 15px;
	}

	.image-text-button-teaser .image-text-button-teaser-item, .image-text-button-teaser .image-text-button-teaser-item div.image-text-button-teaser-image {
		display: block;
	}

	/*.image-text-button-teaser .image-text-button-teaser-item div.image-text-button-teaser-image {
	 display: block;
	 }*/
	.image-text-button-teaser .image-text-button-teaser-item .teaser-container {
		left: 15px;
		position: absolute;
		top: 15px;
		margin-right: 15px;
		display: block;
		background: rgba(255, 255, 255, .9);
		border-radius: 7px;
	}

	.image-text-button-teaser .image-text-button-teaser-item .teaser-container .text-box-inner.clearfix > p {
		display: block;
	}

	.image-text-button-teaser .image-text-button-teaser-item .teaser-container .text-box-inner .text-image-wrap {
		margin: 0;
	}

	.image-text-button-teaser .image-text-button-teaser-item .teaser-container .text-box-inner .text-image-wrap img {
		display: none;
	}

	.image-text-button-teaser .image-text-button-teaser-item .teaser-container .text-box-inner .text-image-wrap p {
		display: block;
	}

	.footer .footer-elements .birco-social ul {
		grid-column-gap: 5px;
		grid-row-gap: 5px;
	}

	/* Footer */
	.footer-elements-inner {
		display: inline-flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		width: 100%;
	}

	.block-a-inner {
		display: inline-flex;
		justify-content: space-between;
		width: 100%;
	}

	.footer .footer-elements .footer-elements-inner .block-c {
		width: auto;
	}
	.birco-contact-inner p{
		white-space: nowrap;
	}

	.birco-contact-inner h4{
		white-space: nowrap;
	}

	.footer .footer-elements .block-d-inner .birco-newsletter {
		width: auto;
	}

	.block-d-inner {
		display: flex;
		justify-content: space-between;
	}

	/* additional for bootstrap */
	.row .col-sm-6.pyl-3{
		padding-right: 50px;
	}
	.row .col-sm-6.pyr-3{
		padding-left: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.header-teaser .header-teaser-item .teaser-container .text-box a {
		color: #0068a8
	}
}

/**
 *
 * Medium Devices, Desktops
 *
 **/
@media only screen and (min-width: 992px) {

    /* Sidebar Menu ////////////////////////////////////////////////////////////*/
    .color .sidebar-menu p.sidebarlist-trigger {
        background: transparent;
        color: #0068a8;
        font-size: 20px;
        text-align: left;
        margin-top: 1px;
    }
    .sidebar-menu ul.sidebarlist, .sidebar-menu ul.sidebarlist > li {
        border: none;
    }

    .sidebar-menu ul.sidebarlist > li {
        border-bottom: 1px solid #E6E6E6;
    }

    .sidebar-menu ul.sidebarlist {
        margin-bottom: 20px;
    }
    
    /* $ HeaderTeaser //////////////////////////////////////////////////////////*/
    .header-teaser .header-teaser-item .teaser-container .text-box .text-box-inner h2 {
        font-size: 16px;
    }

    /* $ HeaderTeaser //////////////////////////////////////////////////////////*/
    .header-teaser .header-teaser-item .teaser-container .text-box .text-box-inner h1 {
        font-size: 30px;
        margin: 6px 0;
    }
    .header-teaser .header-teaser-item .teaser-container .text-box .text-box-inner h2 {
        font-size: 20px;
    }

    .wide .header-teaser .teaser-container {
        margin: 0 auto;
    }

    /* $ ResponsiveImages //////////////////////////////////////////////////////*/
    .responsiveImage_wrap .responsiveImage_box.cols1 {
        width: 100%;
    }

    .responsiveImage_wrap .responsiveImage_box.cols2 {
        width: 50%;
    }

    .responsiveImage_wrap .responsiveImage_box.cols3 {
        width: 33.33%;
    }

    .responsiveImage_wrap .responsiveImage_box.cols4 {
        width: 25%;
    }
    /* $ ImageTextBGColor //////////////////////////////////////////////////////*/
    .imageTextBgColorBox-image {
        display: block;
        float: left;
        max-width: 192px;
        margin: 0 20px 0 0;
        width: 35%;
        height: 236px;
    }

    .imageTextBgColorBox-infosButton-container {
        float: left;
        width: 58%;
    }

    .textOnly .imageTextBgColorBox-infosButton-container {
        float: none;
        width: 100%;
    }

    .imageTextBgColorBox-infosButton-container h1, .imageTextBgColorBox-infosButton-container h2, .imageTextBgColorBox-infosButton-container h3, .imageTextBgColorBox-infosButton-container h4, .imageTextBgColorBox-infosButton-container h5, .imageTextBgColorBox-infosButton-container h6 {
        margin: 0;
    }

    /* $ ImageTextBGColor //////////////////////////////////////////////////////*/
    .imageTextBgColorBox-infosButton-container h1, .imageTextBgColorBox-infosButton-container h2, .imageTextBgColorBox-infosButton-container h3, .imageTextBgColorBox-infosButton-container h4, .imageTextBgColorBox-infosButton-container h5, .imageTextBgColorBox-infosButton-container h6 {
        font-size: 21px;
        margin: 0 0 10px 0;
    }

    /* $ Link Liste ////////////////////////////////////////////////////////*/
    .linklist-headline {
        text-align: left;
    }

    .linklist .linklist-inner ul {
        margin: 0 15px 15px 15px;
        float: left;
    }

    .linklist .linklist-inner ul li {
        float: left;
        margin: 0 20px 10px 0;
    }

    .linklist .linklist-inner ul li a, .linklist .linklist-inner ul li:last-child a {
        border: 1px solid #009EE4;
        padding: 15px;
    }
    /* Suchbereich im Header ////////////////////////////////////////////////*/
    .search-menu .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
        margin: 0 15px;
    }
    
    /* Nennweiten Listing ////////////////////////////////////////////////*/
    ul.normalwidth-listing-inner > li {
        width:30%;
        margin-right:2%;
    }

    /* new homestart searchbox start */

    .main .xajax_form_kesearch_pi1 .kesearch_searchbox input.ke_search_sword {
        padding: 18px 65px 18px 15px;
    }

    .main .xajax_form_kesearch_pi1 .kesearch_searchbox .search-button a {
        right:12px;
        top:5px;
    }

    /* new homestart searchbox end */
}

@media only screen and (max-width: 992px) {
    .flexbook-container {
        flex-direction: column;
    }
}

/**
 *   
 * 
 * Large Devices, Wide Screens
 * 
 *   */
@media only screen and (min-width: 1200px) {
  /* $ competenceTeaser ///////////////////////////////////////////////////////*/
  .competenceTeaser-inner {

  }

  .competenceTeaser-inner .wrap {
    width: 33.3333%;
  }

  .competenceTeaser-inner .wrap-inner {
  }

  .competenceTeaser-inner .wrap .competenceTeaser-image {
    display: block;
    float: left;
    max-width: 150px;
    margin: 0 20px 0 0;
    width: 35%;
    height: 141px;
  }
  .competenceTeaser-infos-container {
    float: left;
    width: 55%;
  }

  /* $ targetGroupTeaser ////////////////////////////////////////////////*/
  .targetGroupTeaser .targetGroupTeaser-item {
    width: 33.33333%;
  }
  
  /*Language Menu ////////////////////////////////////////////////////////////*/
  .language-menu .close-button-container{
    right: 15px;
    left:inherit  
  }
  
  /* Suchbereich im Header ////////////////////////////////////////////////*/
  .search-menu .tx-kesearch-pi1 .kesearch_searchbox .kesearchbox{
    margin: 0 15px;
  }
  
  .search-menu .tx-kesearch-pi1 .kesearch_searchbox input#ke_search_sword {
    padding: 8px 136px 7px 8px;

  } 
  /* Nennweiten Listing ////////////////////////////////////////////////*/
  ul.normalwidth-listing-inner > li {
    width:22%;
    margin-right:2%;
  }
}
/* $ Base - Elements /////////////////////////////////////////////////////////*/
html,
body {
    height:100%;
}

body {
    background:#E6E6E6;
    min-width:320px;
	overflow-x: hidden;
}

/* Logo Animation Start */
a:hover .icon-birco-logo .path4:before {
    animation: jumpingB .7s ease;
    position:relative;
    top:0;
    opacity:1;
}

a:hover .icon-birco-logo .path1:before {
    animation: jumpingI .7s ease;
    position:relative;
    top:0;
    opacity:1;
}

a:hover .icon-birco-logo .path3:before {
    animation: jumpingR .7s ease;
    position:relative;
    top:0;
    opacity:1;
}

a:hover .icon-birco-logo .path2:before {
    animation: jumpingC .7s ease;
    position:relative;
    top:0;
    opacity:1;
}

a:hover .icon-birco-logo .path5:before {
    animation: jumpingO .7s ease;
    position:relative;
    top:0;
    opacity:1;
}

@keyframes jumpingB {
    0% {
        top:0;
        opacity:1;
    }
    10% {
        top:-1px;
        top:0;
        opacity:.6;
    }
    20% {
        top:0;
        opacity:1;
    }
}

@keyframes jumpingI {
    10% {
        top:0;
        opacity:1;
    }
    20% {
        top:-1px;
        top:0;
        opacity:.6;
    }
    30% {
        top:0;
        opacity:1;
    }
}

@keyframes jumpingR {
    20% {
        top:0;
        opacity:1;
    }
    30% {
        top:-1px;
        top:0;
        opacity:.6;
    }
    40% {
        top:0;
        opacity:1;
    }
}

@keyframes jumpingC {
    30% {
        top:0;
        opacity:1;
    }
    40% {
        top:-1px;
        top:0;
        opacity:.6;
    }
    50% {
        top:0;
        opacity:1;
    }
}

@keyframes jumpingO {
    40% {
        top:0;
        opacity:1;
    }
    50% {
        top:-1px;
        top:0;
        opacity:.6;
    }
    60% {
        top:0;
        opacity:1;
    }
}

/* Logo Animation ENDE */

.row {
    margin: 0 -15px;
}

/* No Js Hint */
.no-js-hint {
    background: rgba(255, 0, 0, 0.7) none repeat scroll 0 0;
    color: white;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}

.no-js-hint .no-js-hint-inner {
    margin: 0 auto;
    text-align: center;
    max-width: 980px;
}

.no-js-hint .no-js-hint-inner p {
    margin: 4px 0;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.image-embed-item{
    /*max-width: 300px;*/
    width: 100%;
    height: auto;
}

header {
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Page Wrapper */
.grey-wrapper {
    background-image: url("/typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/Background/BIRCO_background.jpg");
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.grey-wrapper .white-wrapper {
    height:100%;
    max-width:1600px;
    margin:0 auto;
}

.grey-wrapper .white-wrapper .page {
    background:#ffffff;
    height:100%;
    max-width:1600px;
    margin:0 auto;
}

/* jQuery Mmenu */

.header #mmenu {
    display:none;
}

body #mmenu {
    color: #565655;
    background: #fff;
}

.mm-menu ul li {
    line-height:2em;
}

.mm-menu ul li:before {
    content: "";
    display:none;
    margin: 0;
}

.mm-menu .mm-navbar .mm-btn {
    width: auto;
    white-space:nowrap;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
    color: #0086c1;
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
    border-color: #0086c1;
}

.mm-menu .mm-close:after {
    content: "";
}

.mm-menu .mm-close:before {
    content: url("/typo3conf/ext/fluidtandembase/Resources/Public/Icons/close_icon.svg");
    display:inline-block;
    position: relative;
    top: .3rem;
    padding-right:8px;
}

.mm-menu .mm-prev {
    padding-left:20px;
}

.mm-menu .mm-prev:before {
    left:0;
    bottom:-6px;
}

.mm-menu .mm-listview .mm-next:before {
    border-left:none;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    background:transparent;
}

.mm-menu > .mm-panel {
    padding:0 10px;
}

.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
    margin-left:0;
    margin-right:0;
    margin-top:-16px;
}

.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span {
    padding-left:0;
}

.mm-menu .mm-listview > li > a,
.mm-menu .mm-listview > li > span {
    padding:14px 10px 14px 34px;
    color:#525052;
}

.mm-menu .mm-listview .mm-next {
    width:30px;
}

.mm-menu .mm-next:after,
.mm-menu .mm-arrow:after {
    right:13px;
}

.mm-menu .mm-navbar .mm-btn:last-child {
    text-transform: capitalize;
    padding-right:10px;    
}

.mm-menu .mm-navbar {
    height: 45px;
    line-height: 25px;
    border-color:#525052;
}

.mm-menu .mm-listview {
    border-color:#525052;
}

/* mobile Menu Layers */

.mm-menu div.second-layer span {
    font-size:14px;
    color:#525052;
    font-family: 'lato_black';
    display:block;
    padding:0 2rem 7px;
}

.second-layer > div.listitem {
    padding: 1rem 2rem;
}

.mm-menu div.third-layer {
    border-bottom:1px solid #E6E6E6;
    padding-bottom:18px;
}

.mm-menu .second-layer > .first.listitem {
    border-top:1px solid #E6E6E6;
}

.mm-menu div.second-layer > div > a,
.mm-menu div.third-layer > div > a {
    color:#525052;
    font-size:13px;
    padding:7px 21px 7px 0;
    display:block;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mm-menu div.third-layer > div > a:before {
    content: "\2022";
    color: #0086c1;
    font-size:13px;
    padding:7px 21px;
    display:inline-block;
    position: relative;
    top: .1rem;
    width: 1em;
}

/*.xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .third-layer > li::before {*/
/*    content: "\2022";*/
/*    font-weight: bold;*/
/*    display: inline-block;*/
/*    width: 1em;*/
/*    margin-left: -2em;*/
/*    font-size: 1.5rem;*/
/*    position: relative;*/
/*    top: .1rem;*/
/*}*/

.mm-menu ul.first-layer li a:hover,
.mm-menu ul.first-layer li a:focus,
.mm-menu ul.first-layer li a.active,
.mm-menu div.second-layer > div > a:hover,
.mm-menu div.second-layer > div > a:focus,
.mm-menu div.second-layer > div > a.active,
.mm-menu div.third-layer > div > a:hover,
.mm-menu div.third-layer > div > a:focus,
.mm-menu div.third-layer > div > a.active {
    color:#0068a8;
    text-decoration:none;
}

.mm-menu .diamonds > .navlist > .listitem a,
.xxl-menu-accordion .diamonds > .navlist > .listitem a {
    position:relative;
}

/*.mm-menu .diamonds > .navlist > .listitem a:before,*/
.xxl-menu-accordion .diamonds > .navlist > .listitem a:before {
    content: "";
}

.mm-menu .diamonds > .color1 > .listitem a:before,
.xxl-menu-accordion .diamonds > .color1 > .listitem a:before {
    color:#00BBF0;
}

.mm-menu .diamonds > .color2 > .listitem a:before,
.xxl-menu-accordion .diamonds > .color2 > .listitem a:before {
    color:#00BBF0;
}

.mm-menu .diamonds > .color3 > .listitem a:before,
.xxl-menu-accordion .diamonds > .color3 > .listitem a:before {
    color:#00BBF0;
}

.mm-menu .diamonds > .color4 > .listitem a:before,
.xxl-menu-accordion .diamonds > .color4 > .listitem a:before {
    color:#00BBF0;
}

.mm-menu .diamonds > .color5 > .listitem a:before,
.xxl-menu-accordion .diamonds > .color5 > .listitem a:before {
    color:#00BBF0;
}

.mm-menu .diamonds > .color6 > .listitem a:before,
.xxl-menu-accordion .diamonds > .color6 > .listitem a:before {
    color:#00BBF0;
}

.mm-menu .diamonds > .color1 > .listitem a.active,
.mm-menu .diamonds > .color1 > .listitem a:hover,
.mm-menu .diamonds > .color1 > .listitem a:focus,
.mm-menu .diamonds > .color1 > .listitem a:active,
.xxl-menu-accordion .diamonds > .color1 > .listitem a.active,
.xxl-menu-accordion .diamonds > .color1 > .listitem a:hover,
.xxl-menu-accordion .diamonds > .color1 > .listitem a:focus,
.xxl-menu-accordion .diamonds > .color1 > .listitem a:active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color1 > a,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color1 > a.active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color1 > a:hover,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color1 > a:focus,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color1 > a:active {
    color: #0068a8;
}

.mm-menu .diamonds > .color2 > .listitem a.active,
.mm-menu .diamonds > .color2 > .listitem a:hover,
.mm-menu .diamonds > .color2 > .listitem a:focus,
.mm-menu .diamonds > .color2 > .listitem a:active,
.xxl-menu-accordion .diamonds > .color2 > .listitem a.active,
.xxl-menu-accordion .diamonds > .color2 > .listitem a:hover,
.xxl-menu-accordion .diamonds > .color2 > .listitem a:focus,
.xxl-menu-accordion .diamonds > .color2 > .listitem a:active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color2 > a,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color2 > a.active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color2 > a:hover,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color2 > a:focus,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color2 > a:active {
    color:#0068a8;
}

.mm-menu .diamonds > .color3 > .listitem a.active,
.mm-menu .diamonds > .color3 > .listitem a:hover,
.mm-menu .diamonds > .color3 > .listitem a:focus,
.mm-menu .diamonds > .color3 > .listitem a:active,
.xxl-menu-accordion .diamonds > .color3 > .listitem a.active,
.xxl-menu-accordion .diamonds > .color3 > .listitem a:hover,
.xxl-menu-accordion .diamonds > .color3 > .listitem a:focus,
.xxl-menu-accordion .diamonds > .color3 > .listitem a:active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color3 > a,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color3 > a.active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color3 > a:hover,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color3 > a:focus,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color3 > a:active {
    color:#0068a8;
}

.mm-menu .diamonds > .color4 > .listitem a.active,
.mm-menu .diamonds > .color4 > .listitem a:hover,
.mm-menu .diamonds > .color4 > .listitem a:focus,
.mm-menu .diamonds > .color4 > .listitem a:active,
.xxl-menu-accordion .diamonds > .color4 > .listitem a.active,
.xxl-menu-accordion .diamonds > .color4 > .listitem a:hover,
.xxl-menu-accordion .diamonds > .color4 > .listitem a:focus,
.xxl-menu-accordion .diamonds > .color4 > .listitem a:active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color4 > a,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color4 > a.active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color4 > a:hover,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color4 > a:focus,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color4 > a:active {
    color:#0068a8;
}

.mm-menu .diamonds > .color5 > .listitem a.active,
.mm-menu .diamonds > .color5 > .listitem a:hover,
.mm-menu .diamonds > .color5 > .listitem a:focus,
.mm-menu .diamonds > .color5 > .listitem a:active,
.xxl-menu-accordion .diamonds > .color5 > .listitem a.active,
.xxl-menu-accordion .diamonds > .color5 > .listitem a:hover,
.xxl-menu-accordion .diamonds > .color5 > .listitem a:focus,
.xxl-menu-accordion .diamonds > .color5 > .listitem a:active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color5 > a,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color5 > a.active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color5 > a:hover,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color5 > a:focus,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color5 > a:active {
    color:#0068a8;
}

.mm-menu .diamonds > .color6 > .listitem a.active,
.mm-menu .diamonds > .color6 > .listitem a:hover,
.mm-menu .diamonds > .color6 > .listitem a:focus,
.mm-menu .diamonds > .color6 > .listitem a:active,
.xxl-menu-accordion .diamonds > .color6 > .listitem a.active,
.xxl-menu-accordion .diamonds > .color6 > .listitem a:hover,
.xxl-menu-accordion .diamonds > .color6 > .listitem a:focus,
.xxl-menu-accordion .diamonds > .color6 > .listitem a:active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color6 > a,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color6 > a.active,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color6 > a:hover,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color6 > a:focus,
.xxl-menu .xxl-menu-main ul li.pre-hovered.color6 > a:active {
    color:#0068a8;
}

.mm-menu ul.first-layer .special-listitem > a,
.mm-menu ul.first-layer .icon0 > a {
    font-family: 'lato_bold';
    color:#0086c1;
}

.mm-menu .icon0 > a,
.mm-menu .icon1 > a,
.mm-menu .icon2 > a,
.mm-menu .icon3 > a,
.mm-menu .icon4 > a,
.mm-menu .icon5 > a,
.xxl-menu-accordion .special-menu-wrap .icon0 > a,
.xxl-menu-accordion .special-menu-wrap .icon1 > a,
.xxl-menu-accordion .special-menu-wrap .icon2 > a,
.xxl-menu-accordion .special-menu-wrap .icon3 > a,
.xxl-menu-accordion .special-menu-wrap .icon4 > a,
.xxl-menu-accordion .special-menu-wrap .icon5 > a {
    position:relative;
    padding-right:40px;
    display:block;
}

.mm-menu .icon0 > a:after,
.mm-menu .icon1 > a:after,
.mm-menu .icon2 > a:after,
.mm-menu .icon3 > a:after,
.mm-menu .icon4 > a:after,
.mm-menu .icon5 > a:after,
.xxl-menu-accordion .special-menu-wrap .icon0 > a:after,
.xxl-menu-accordion .special-menu-wrap .icon1 > a:after,
.xxl-menu-accordion .special-menu-wrap .icon2 > a:after,
.xxl-menu-accordion .special-menu-wrap .icon3 > a:after,
.xxl-menu-accordion .special-menu-wrap .icon4 > a:after,
.xxl-menu-accordion .special-menu-wrap .icon5 > a:after {
    font-family:"icomoon";
    position:absolute;
    right:0;
    top:0;
    padding:14px;
    width:40px;
    text-align:center;
    display:block;
}

.mm-menu .icon0 > a:after,
.xxl-menu-accordion .special-menu-wrap .icon0 > a:after {
    content: "\e967";
    font-size:18px;
}

.xxl-menu .xxl-menu-main ul.first-layer > .icon0 {
    display:none; /* disable homepage on Desktop-Menu */
}
@media (min-width: 991px){
    .mm-menu .icon1 > a:after,
    .xxl-menu-accordion .special-menu-wrap .icon1 > a:after {
        content: "\e632";
    }

    .mm-menu .icon2 > a:after,
    .xxl-menu-accordion .special-menu-wrap .icon2 > a:after {
        content: "\e643";
    }

    .mm-menu .icon3 > a:after,
    .xxl-menu-accordion .special-menu-wrap .icon3 > a:after {
        content: "\e642";
    }

    .mm-menu .icon4 > a:after,
    .xxl-menu-accordion .special-menu-wrap .icon4 > a:after {
        content: "\e641";
    }

    .mm-menu .icon5 > a:after,
    .xxl-menu-accordion .special-menu-wrap .icon5 > a:after {
        content: "\e649";
    }
}
.mm-menu ul.first-layer .special-listitem > a {
    color:#0068a8;
}

.mm-menu .mm-listview a.mm-next {
    margin:14px 0;
    background:#fff;
    border-radius:3px;
}

.mm-menu .mm-listview a.mm-next:hover,
.mm-menu .mm-listview a.mm-next:active {
    background:#fff;
}

/* PXP: mmenu overwrite */
.mm-navbar {
	border-bottom: none;
}
.mm-listview > li.first:not(.mm-divider):before {
	border: 1px solid #e6e6e6;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.mm-listview > li:not(.mm-divider):after {
	border-top: 1px solid #E6E6E6;
	border-bottom: none;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
	width: 12px;
	height: 12px;
}

.slidedown-menus {
    position: relative;
    z-index: 50;
}

/* Header */

.header {

}

.header .top-menu {
    background: #525052;
    position: relative;
    z-index: 5;
}

.header .top-menu a.nav-button {
    display:block;
    width:53px;
    height:45px;
    float:left;
}

.header .top-menu a.nav-button span {
    display:block;
    width:23px;
    height:3px;
    background:#009EE4;
    position:relative;
    top:21px;
    left:15px;
}

.header .top-menu a.nav-button span:before,
.header .top-menu a.nav-button span:after {
    content:'';
    display:block;
    width:23px;
    height:3px;
    background:#009EE4;
    position:relative;
    top:-8px;
}

.header .top-menu a.nav-button:hover span,
.header .top-menu a.nav-button:focus span,
.header .top-menu a.nav-button:hover span:before,
.header .top-menu a.nav-button:focus span:before,
.header .top-menu a.nav-button:hover span:after,
.header .top-menu a.nav-button:focus span:after {
    background:#009EE4;
}

.header .top-menu a.nav-button span:after {
    top:5px;
}

.header .top-menu .icon-menu ul li:before {
    content: "";
    display:none;
    margin: 0;
}

.header .top-menu .icon-menu ul,
.header .top-menu .icon-menu ul li {
    list-style-type:none;
    margin:0;
    padding:0;
}

.header .top-menu .icon-menu ul {
    text-align:right;
    white-space:nowrap;
    font-size:20px;
    float:right;
    margin:4px 15px 4px 4px;
}

.header .top-menu .icon-menu ul li {
    float:right;
    text-align:center;
}

.header .top-menu .icon-menu ul li a {
    color:white;
    float:right;
    width:43px;
    height:37px;
}

.header .top-menu .icon-menu ul li a span.icon {
    display:inline-block;
    height:24px;
    margin-top:7px;
}

.header .top-menu .icon-menu ul li a span.label-text {
    display:none;
}

@media(max-width: 1125px){
	.top-menu .search .tx-kesearch-pi1 .kesearchbox-inner span.label-text {
		display:none !important;
	}
}

.header .top-menu .icon-menu ul li a span.icon-small {
    font-size: 8px;
    height: 10px;
    margin: 0;
    position: relative;
    top: -4px;
    left:3px;
}

.header .top-menu .icon-menu ul li:first-child a {
    border-right:none;
}

.header .top-menu .icon-menu ul li a:hover,
.header .top-menu .icon-menu ul li a:focus {
    color:#e6e6e6;
    text-decoration:none;
}

.header .logo {
    font-size:34px;
    padding:8px 14px;
}

@media (max-width: 992px){
    .logo-desktop{
        display: none;
    }
}

.header .logo a {
    text-decoration:none;
}

/* XXL Menu */

.xxl-menu {
    z-index:40;
}

.xxl-menu ul li span,
.xxl-menu ul li a {
    color:#525052;
}

.xxl-menu .xxl-menu-main,
.xxl-menu .xxl-menu-accordion {
    display:none;
    position:relative;    
}

.icon-menu a .icon {
	transition: all .2s ease;
	transform: scale(0.8);
	cursor: pointer;
}

.icon-menu a:hover .icon {
	transform: scale(1);
}

/* Header Search */
.top-menu .search .tx-kesearch-pi1 {
	height: auto !important;
}
.top-menu .search .tx-kesearch-pi1 .kesearchbox-inner {
	position: relative;
	width: 200px;
}
.top-menu .search .tx-kesearch-pi1 .kesearchbox-inner input {
	height: 35px;
	padding-left: 10px;
	width: 50px;
	margin-top: -5px;
	transition: all .4s ease;
	float: right;
	opacity: 0;
	border-radius: 7px;
	border: 1px solid grey
}

.top-menu .search .tx-kesearch-pi1 .kesearchbox-inner .search-button {
	position: absolute;
	top: 2px;
	right: 5px;
}

@media(max-width: 1125px) {
	.top-menu .search .tx-kesearch-pi1 .kesearchbox-inner input {
		margin-top: -3px;
	}
}

.main .tx-kesearch-pi1 .kesearchbox-inner span.label-text {
	display: none;
}
.top-menu .search .tx-kesearch-pi1 .kesearchbox-inner span.label-text {
	position: absolute;
	display: inline-block;
	color: #333;
	top: 1px;
	right: 34px;
}

.top-menu .search .tx-kesearch-pi1 .kesearchbox-inner:hover input, .top-menu .search .tx-kesearch-pi1 .kesearchbox-inner input:focus {
	width: 100%;
	opacity: 1;
}

.top-menu .search .tx-kesearch-pi1 .kesearchbox-inner:hover input + .label-text, .top-menu .search .tx-kesearch-pi1 .kesearchbox-inner input:focus + .label-text {
	opacity: 0;
}

@media(max-width: 1125px) {
	.top-menu .search .tx-kesearch-pi1 {
		margin-top: 4px;
		margin-right: 10px;
	}

	.top-menu .search .tx-kesearch-pi1 .kesearchbox-inner .search-button {
		top: -4px;
		right: -5px;
	}

	.top-menu .search .tx-kesearch-pi1 .kesearchbox-inner input {
		font-size: 15px;
	}
}

/* Breadcrumb */
.breadcrumb-wrap {
    display:none;
}

/* Main */

.main {
    position:relative;
    background: url("/typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/Background/BIRCO_Element_Ecke_right.svg"), url("/typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/Background/BIRCO_Background_Circle.svg");
    background-position: right bottom, calc(100% + 70px) 81.5%;
    background-repeat: no-repeat;
    z-index:20;
}

.main .main-inner {
    padding-bottom: 190px;
}

@media (max-width: 991px){
    .main {
        background: url("/typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/Background/BIRCO_Element_Ecke_right_mobil.svg"), url("/typo3conf/ext/fluidtandembase/Resources/Public/Master/Images/Background/BIRCO_Background_Circle_mobil.svg");
        background-position: right bottom, 50vw 76%;
        background-repeat: no-repeat;
    }
    .main .main-inner {
        padding-bottom: 110px;
    }

}

.main .ajaxContentUrl {
	/*display: none;*/
}

.main .one-col,
.main .two-cols {
    /*margin:1px 15px;*/
    position:relative;
    padding: 0 15px;
}

.main .wide {
    position:relative;
    overflow:hidden;
}

.main .wide > .wide-inner > .row-container {
    padding-left:15px;
    padding-right:15px;
}

/* Footer */

.footer {
    position:relative;
    background: #0068a8 0% 0% no-repeat padding-box;
    color: white;
}

.footer .footer-elements {
    padding:5rem 15px;
}

.footer .footer-elements p,
.footer .footer-elements ul {
    font-size:12px;
    line-height:1.7em;
}

.footer .footer-elements ul,
.footer .footer-elements .footer-elements ul li {
    margin: 0;
    padding: 0;
}

.footer .footer-elements .legal-menu ul {
    text-align:center;
    margin:10px 0;
}

.footer .footer-elements .legal-menu ul li {
    display:inline-block;
    margin:0 6px;
}

.footer .footer-elements .legal-menu ul li a {
    color: white;
    text-decoration:none;
}

.footer .footer-elements .legal-menu ul li a.active,
.footer .footer-elements .legal-menu ul li a:hover,
.footer .footer-elements .legal-menu ul li a:focus {
    color: white;
    text-decoration:underline;
}

.footer .footer-elements ul li:before {
    content: "";
    display:none;
    margin: 0;
}

.footer .footer-elements .birco-newsletter,
.footer .footer-elements .birco-whatsapp,
.footer .footer-elements .birco-diamonds,
.footer .footer-elements .quick-menu {
    display:none;
}

.footer .footer-elements .block-c {
    float:left;
    width:50%;
    text-align:right;
}

.footer .footer-elements .block-d {
    float:right;
    width:50%;
}

.footer .footer-elements h4 {
    font-size:14px;
    line-height:1.1em;
    margin:6px 0;
    color:white;
}

.footer .footer-elements h4 a {
    color:white;
    text-decoration:none;
    transition: all .2s;
}

.footer .footer-elements h4 a:hover {
    color:#fff;
    text-decoration:none;
    transition: all .2s;
}

.footer .footer-elements h4 a .icon-mail:before {
    color:white;
}

.footer .footer-elements h4 a:hover .icon-mail:before {
    color:#fff;
}

.footer .footer-elements .icon-whatsapp:before {
    color:white;
}

.footer .footer-elements h5 {
    font-size:15px;
    line-height:1.1em;  
    color: white;
}

.footer .footer-headline {
	font-size: 15px;
	line-height: 1.1em;
	color: white;
	display: block;
	margin: 12px 0 4px;
}

.footer .footer-headline-sub {
	font-size: 20px;
	font-family: 'lato_regular';
	color: white;
	display: block;
	white-space: nowrap;
}

.footer .footer-headline-sub a {
	color: white;
}

.footer .footer-headline-sub .email-headline {
	color: white;
}

.footer .footer-elements .birco-contact p {
    color: white;
}
.footer .footer-elements .birco-social ul {
    display: grid;
    grid-template-columns: repeat(3, .25fr);
    grid-template-rows: repeat(3, .25fr);
    grid-column-gap: 10px;
    grid-row-gap: 5px;
}
@media (max-width: 480px){
    .footer .footer-elements .birco-social ul {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
    .footer .footer-elements div.birco-social {
        padding:4px 0 0 3rem;
    }
}

.footer .footer-elements .birco-contact {
    padding-right:20px;
    text-align:left;
    display:inline-block;
}

.footer .footer-elements .birco-social {
    padding:4px 0 0 0;
}

.footer .footer-elements .birco-social .baufragen img {
	position: relative;
	top:-5px;
}

.footer .footer-elements .birco-social h5 {
    display:none;
}

.footer .footer-elements .birco-social ul {
    text-align:left;
    max-width: 150px;
}

.footer .footer-elements .birco-social ul li {
    display: inline-block;
    font-size: 28px;
    line-height: 1em;
    margin: 0;
}

.footer .footer-elements .birco-social ul li a,
.footer .footer-elements .birco-social ul li a:hover {
    text-decoration:none;
}
.footer .footer-elements .birco-social ul li a span.icon-whatsapp {
    color:#525052;
}

.footer .footer-elements .birco-social ul li a span img,
.footer .footer-elements .birco-social ul li a img {
	filter: brightness(0) invert(1);
	transition: all .4s ease;
}

.footer .footer-elements .birco-social ul li a span img:hover {
	transform: scale(1.2);
}

.footer .footer-elements .birco-social ul li a span.icon-twitter-old {
    color: white;
}

.footer .footer-elements .birco-social ul li a span.twitter-icon img {
	width: 28px;
	height: 28px;
}

.pre-footer {
	background: #0068a8 0 0 no-repeat padding-box;
	padding-top: 6rem;
	padding-bottom: 4rem;
}

.pre-footer .pre-footer-inner .one-col {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: white;
	border-radius: 7px;
	display: none;
}

#scrollUp {
	background: #0068a8;
    border:1px solid white;
    bottom: 10px;
    right: 10px;
    text-align: center;
    vertical-align: bottom;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
	border-radius: 30px;
    transition: background, color .2s;
}

#scrollUp:hover {
    background: #00BBF0;
}
#scrollUp:hover:before {
    color: #0068a8;
}

#scrollUp:before {
    content: "\e648";
	color: white;
    font-family: "icomoon";
    display: inline-block;
    position:relative;
    top:6px;
    font-size: 12px;
}

/* KeSearch Premium Features start */
span.ui-helper-hidden-accessible {
    display: none !important;
}
ul.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 30;
    background: rgba(255,255,255,1);
    margin: 0;
    padding: 0;
    border: 1px solid #b2b2b2;
    display: block;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.4);
}
ul.ui-autocomplete li:before {
    display: none;
}
ul.ui-autocomplete li {
    margin: 0;
    padding: 0;

}
ul.ui-autocomplete li a {
    font-size: 15px;
    padding: 10px;
    margin: 0;
    display: block;
    cursor: pointer;
    text-decoration: none;
}
ul.ui-autocomplete li a:hover,
ul.ui-autocomplete li a:focus {
    background: #071f78;
    color: white;
    text-decoration: none;
}
/* KeSearch Premium Features end */

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    #scrollUp {
        background: #00BBF0;
        border:1px solid #00BBF0;
        color: #fff;
        bottom: 10px;
        right: 10px;
        width: 30px;    /* Width of image */
        height: 30px;   /* Height of image */
    }
    #scrollUp:before {
        color:#fff;
        top: 0;
        font-size: 8px;
    }
    body > .baufragen-toggle {
        padding: 15px 16px;
    }
    .main .two-cols {
        position:relative;
        padding: 0;
        width: 100vw;
    }

    .main .two-cols .two-cols-inner .content-wrap {
        padding: 0 15px;
    }
    .sidebar-page .header-teaser{
        margin-bottom: 2rem;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    
    .main .two-cols .sidebar {
        float:left;
        width:30%;
        position:relative;
    }
    
    .contacts-page .main .two-cols .sidebar {
        float:right;
    }
    
    .main .two-cols .sidebar .sidebar-inner {
        padding-right:15px;
    }
    
    .contacts-page .main .two-cols .sidebar .sidebar-inner {
        padding-right:0;
        padding-left:15px;
    }
    
    .main .two-cols .sidebar2 {
        clear:left;
    }
    
    .main .two-cols .content-wrap {
        float:right;
        width:70%;
    }
    
    .contacts-page .main .two-cols .content-wrap {
        float:left;
    }
    
    .main .two-cols .content-wrap .content-wrap-inner {
        padding-left:15px;
    }
    
    .contacts-page .main .two-cols .content-wrap .content-wrap-inner {
        padding-left:0;
        padding-right:15px;
    }
    
    .footer .footer-elements .block-b ul,
    .footer .footer-elements .block-b ul li {
        text-align:left;
        margin:0;
        padding:0;
        line-height:1.2em;
        background:none;
        float:none;
        display:block;
    }
    
    .footer .footer-elements .block-b ul li a {
        color: white;
        display:inline-block;
        padding: .8rem 0;
    }
    .footer .footer-elements .block-b ul li a:hover {
        color: #FFFFFF;
    }

    .footer .footer-elements .block-b ul li a:hover,
    .footer .footer-elements .block-b ul li a:active,
    .footer .footer-elements .block-b ul li a.active {
        text-decoration:underline;
    }
    
    .footer .footer-elements .birco-diamonds,
    .footer .footer-elements .quick-menu {
        display:block;
    }
    
    .footer .footer-elements .block-a {
        float:right;
        width:47%;
    }
    
    .footer .footer-elements .block-b {
        float:left;
        width:45%;
    }
    
    .footer .footer-elements .block-c {
        text-align:left;
    }
    
    .footer .footer-elements .birco-diamonds {
        margin:2px 0 4px;
        font-size:15px;
        display: none;
    }
    
    .footer .footer-elements .quick-menu {
        float:left;
        width:75%;
    }
    
    .footer .footer-elements .quick-menu ul li {
        float:left;
        width:50%;
    }
    
    .footer .footer-elements .legal-menu {
        float:right;
        width:25%;
    }

    .footer .footer-elements .quick-menu ul,
    .footer .footer-elements .legal-menu ul {
        margin-top: 7px;
    }
    
    .footer .footer-elements .birco-contact {
        display:block;
        padding-right:0;
    }
    
    .footer .footer-elements .birco-contact h4 {
        margin: 8px 0;
    }
      
    .footer .footer-elements .birco-contact p {
        position:relative;
        color: white;
    }
      
    .footer .footer-elements .birco-contact .icon-phone:before {
        content: "\e631";
        font-family: "icomoon";
        font-size: 27px;
        left: 0;
        line-height: 1.2;
        position: relative;
        top: 7px;
        color: white;
        transition: filter .2s;
    }
    .footer .footer-elements .birco-contact .birco-contact-inner h4 a:hover .icon-phone:before {
        filter: brightness(0) invert(1);
        transition: filter .2s;
    }
    .footer .footer-elements .birco-social {
        padding-left:0;
    }
}

.logo-mobil{
    display: block;
}

.logo-desktop{
    display: none;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1126px) {
    .logo-mobil{
        display: none;
    }

    .logo-desktop{
        display: block;
    }

	.logo-desktop img {
		max-width: 205px;
		height: auto;
	}

    .header .logo {
        font-size: 40px;
        padding-top:24px;
    }
    
    .header .top-menu {
        float:right;
        width:55%;
        padding-top:28px;
    }
    
    .header .top-menu a.nav-button {
        display:none;
    }
    
    .header .top-menu {
        background: transparent;
        position: absolute;
        right: 0;
        bottom: 20px;
    }
    
    .header .top-menu .icon-menu ul {
        margin:4px 8px 4px 4px;
    }
    
    .header .top-menu .icon-menu ul li a {
        border:none;
        color: #333333;
        float: right;
        height: auto;
        width: auto;
    }    
      
    .header .top-menu .icon-menu ul li span.icon {
        color: #0086c1;
        padding-left:2px;
    }
    
    .header .top-menu .icon-menu ul li a:hover,
    .header .top-menu .icon-menu ul li a:hover span.icon,
    .header .top-menu .icon-menu ul li a:active,
    .header .top-menu .icon-menu ul li a:active span.icon,
    .header .top-menu .icon-menu ul li a:focus,
    .header .top-menu .icon-menu ul li a:focus span.icon {
        color: #000000;
    }
    
    .header .top-menu .icon-menu ul li {
        font-size:15px;
        margin-left:18px;
    }
    
    .header .top-menu .icon-menu ul li a span.label-text {
        display:inline-block;
        position:relative;
        top:-5px;
    }
    
    .header .top-menu .icon-menu ul li.search a span.label-text {
        padding-right: 2px;
    }

	.header .top-menu .icon-menu ul li a span.icon {
		font-size: 24px;
		margin-top:0;
	}

	.header .top-menu .icon-menu ul li span.icon-lens {
		font-size:24px;
		position:relative;
	}

	.header .top-menu .icon-menu ul li a span.icon-small {
		font-size:6px;
		color:#c2c2c2;
		padding-left:0;
	}

	.header .top-menu .icon-menu ul li a:hover span.icon-small {
		color: #999999;
	}

	.xxl-menu {
        position:relative;
        border: none;
    }
    
    .xxl-menu .xxl-menu-main {
        display:block;
        position:relative;
        border-bottom: 1px solid #ECECEC;
        padding-bottom: 10px;
    }
    
    .xxl-menu ul li:before {
        content: "";
        display:none;
        margin: 0;
    }
    
    .xxl-menu .xxl-menu-main ul,
    .xxl-menu .xxl-menu-main ul li {
        margin:0;
        padding:0;
    }

    .xxl-menu .xxl-menu-main ul.first-layer {
        margin:10px 1px 1px;
        z-index:20;
        bottom:-2px;
        position:relative;
        float:left;
        width: 100%;
    }
    
    .xxl-menu .xxl-menu-main ul li {
        float:left;
        font-size:17px;
        color:#333;
		padding:0;
		line-height:2em;
		border: 2px solid rgba(0, 187, 240, 0.39);
		margin: 5px;
		position: relative;
		border-radius: 7px;
    }

	.xxl-menu .xxl-menu-main ul li:before {
		content: "";
		position: absolute;
		display: block !important;
		width: 0;
		height: 100%;
		opacity: 0;
		background: rgba(0, 187, 240, 0.39);
		transition: all .4s ease;
	}

	.xxl-menu .xxl-menu-main ul li:hover:before {
		width: 100%;
		opacity: 1;
	}

	.xxl-menu .xxl-menu-main ul li:has(.active):before {
		width: 100%;
		opacity: 1;
	}

    .xxl-menu .xxl-menu-main ul li a {
        color:#333;
        text-decoration:none;
        padding: 6px 15px;
		position: relative;
		z-index: 2;
    }
	.xxl-menu .xxl-menu-main ul.navlist li:nth-child(-n+5) {
		border-color: #00BBF0;
	}
	.xxl-menu .xxl-menu-main ul.navlist li:nth-child(-n+5):before {
		background: #00BBF0;
	}
    .xxl-menu .xxl-menu-main ul.navlist li:nth-child(-n+5) a{
		transition: all .3s ease;
    }

	.xxl-menu .xxl-menu-main ul.navlist li:nth-child(-n+5):hover a{
		color: white;
	}

	.xxl-menu .xxl-menu-main ul.navlist li:nth-child(-n+5):has(.active) a {
		color: white;
	}

    .xxl-menu .xxl-menu-main ul li a:hover,
    .xxl-menu .xxl-menu-main ul li a.active,
    .xxl-menu .xxl-menu-main ul li.pre-hovered a {
        text-decoration:none;
    }

    .xxl-menu .xxl-menu-main ul li ul,
    .xxl-menu .xxl-menu-main .xxl-menu-main-inner > ul.special-layer {
        display:none;
    }
    
    .xxl-menu .xxl-menu-accordion {
        background:#ffffff;
        width:100%;
        position: absolute;
        visibility: hidden;
        z-index: 40;
        display:block;
        -webkit-box-shadow: 0 4px 3px 1px rgba(0,0,0,.1);
        -moz-box-shadow: 0 4px 3px 1px rgba(0,0,0,.1);
        box-shadow: 0 4px 3px 1px rgba(0,0,0,.1);
    }
    
    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner {
        display:flex;
        width:100%;
        min-height: 130px;
    }
    
    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .second-layer {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap;
    }

    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner li {
        line-height:1.7em;
    }

    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .hide-in-menu-1 > span {
        display: none;
    }

    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .second-layer .last{
        flex-grow: 1;
    }

    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .second-layer li:not(.special-menu-wrap){
        margin-right: calc(30px);
    }

	.xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .second-layer li.special-listitem {
		white-space: nowrap;
	}

    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .second-layer > li a,
    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .third-layer > li a {
        font-size: 15px;
    }

    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .third-layer > li {
        float:none;
        padding-bottom: 1.5rem;
        list-style-type: initial;
        list-style-position: initial;
        display: list-item;
        padding-left: 6px;
        margin-left: 8px;
    }
    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .second-layer.clearfix::before {
        display:none !important;
    }
    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .third-layer > li::marker {
        color: #0068a8;
    }
    .xxl-menu .xxl-menu-accordion .xxl-menu-accordion-inner {
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
    }


    .xxl-menu .xxl-menu-accordion .xxl-menu-subpages-wrap-inner .special-menu-wrap {
        width:220px;
    }
    
    .xxl-menu .xxl-menu-accordion .xxl-menu-accordion-elements {
        padding:20px 0 40px 0;
    }
    
    .xxl-menu .xxl-menu-accordion ul,
    .xxl-menu .xxl-menu-accordion ul li {
        margin:0;
        padding:0;
        display:block;
    }
    
    .xxl-menu .xxl-menu-accordion ul li {
        padding:2px 0 2px 20px;
    }
    
    .xxl-menu .xxl-menu-accordion ul li.special-menu-wrap {
        position: relative;
        padding: 0;
    }

    .xxl-menu .xxl-menu-accordion ul li.special-menu-wrap ul li.special-listitem{
        padding-bottom: 1.5rem;
    }

	.xxl-menu .xxl-menu-accordion ul .listitem-1588 {
		display: none !important;
	}

    .xxl-menu .xxl-menu-accordion ul li a {
        color:#525052;
    }
    
    .xxl-menu .xxl-menu-accordion ul li.special-menu-wrap a {
        font-size:15px;
        font-family: 'lato_bold';
        padding-right:0;
        padding-left:10px;
    }
    
    .xxl-menu .xxl-menu-accordion ul li.special-menu-wrap a:hover,
    .xxl-menu .xxl-menu-accordion ul li.special-menu-wrap a:active,
    .xxl-menu .xxl-menu-accordion ul li.special-menu-wrap a.active {
        text-decoration:underline;
        color:#0068a8;
    }
    
    .xxl-menu .xxl-menu-accordion ul li.special-menu-wrap a:after {
        left:-20px;
        right:auto;
        top:0;
        width:auto;
        padding:0;
        color: #0068a8;
    }
    
    .xxl-menu .xxl-menu-accordion ul li a:hover,
    .xxl-menu .xxl-menu-accordion ul li a:active,
    .xxl-menu .xxl-menu-accordion ul li a.active {
        color: #0068a8;
    }
    
    .xxl-menu .xxl-menu-accordion ul.second-layer li > span {
        font-size:15px;
        display:block;
        font-weight: 300;
        font-family: 'lato_bold';
        margin-left: -1rem;
        padding-bottom: 1.5rem;
    }
    
    .xxl-menu-accordion .diamonds > .navlist > .listitem a:before {
        top:-4px;
        left:-20px;
    }
    
    .header,
    .xxl-menu-main-inner,
    .xxl-menu-accordion-elements,
    .main .one-col,
    .main .two-cols,
    .footer-elements,
    .teaser-container {
        max-width:1200px;
        margin:0 auto;
        position:relative;
    }
    
    .breadcrumb-wrap {
        display:block;
    }
    .breadcrumb-wrap .breadcrumb {
        background-color: transparent;
        border-radius: 0;
        list-style: outside none none;
        margin: 15px 0;
        padding: 0 15px;
    }
    
    .breadcrumb-wrap .breadcrumb li {
        font-size:13px;
        color:#333;
    }
    
    .breadcrumb-wrap .breadcrumb li ol,
    .breadcrumb-wrap .breadcrumb li ol li {
        display:inline-block;
        margin:0;
        padding:0;
        list-style-type:none;
    }
    
    .breadcrumb-wrap .breadcrumb li ol {
        margin-left:5px;
    }
    
    .breadcrumb-wrap .breadcrumb li a {
        color:#333;
        text-decoration:none;
    }
    
    .breadcrumb-wrap .breadcrumb li a:hover {
        color:#333;
        text-decoration:underline;
    }
    
    .breadcrumb-wrap .breadcrumb li {
        padding:0;
        margin:0;
    }    
  
    .breadcrumb-wrap .breadcrumb li ol li:last-child {
        color:#000000;
    }
    
    .breadcrumb-wrap .breadcrumb li ol li:before {
        content:"»";
        color:#333;
        display:inline-block;
        padding:0 7px 0 4px;
    }
    
    .breadcrumb-wrap .breadcrumb li.breadcrumb-label:before,
    .breadcrumb-wrap .breadcrumb li ol li:first-child:before {
        content:"";
        display:none;
        padding:0;
    }
    
    .footer .footer-elements .footer-headline-sub {
        font-size: 20px;
        font-family: 'lato_regular';
    }
    
    .footer .footer-elements .block-a {
        float:right;
        width:64%;
    }
    
    .footer .footer-elements .block-b {
        float:left;
        width:34%;
        margin-right:2%;
    }
    
    .footer .footer-elements .block-c {
        float:left;
        width:50%;
    }
    
    .footer .footer-elements .block-d {
        float:right;
        width:50%;
    }
    
    .footer .footer-elements .birco-contact {
        float:left;
        width:55%;
    }
    
    .footer .footer-elements .quick-menu ul,
    .footer .footer-elements .legal-menu ul {
        font-size:12px;
    }
    
    .footer .footer-elements .birco-newsletter,
    .footer .footer-elements .birco-whatsapp {
        display:block;
    }
    
    .footer .footer-elements .birco-whatsapp {
        float:right;
        width:45%;
    }
    
    .footer .footer-elements .birco-whatsapp .footer-headline-sub {
        font-size:18px;
        color:#525052;
        margin:0;
    }
    
    .footer .footer-elements .birco-whatsapp .footer-headline-sub span.icon-whatsapp {
        font-size:26px;
        padding-right:5px;
        position:relative;
        bottom:-2px;
    }
    
    .footer .footer-elements .birco-whatsapp .footer-headline-sub a {
        color:#525052;
        text-decoration:none;
    }
    
    .footer .footer-elements .birco-whatsapp .footer-headline-sub a:hover {
        color:#0086c1;
        text-decoration:none;
    }
    
    .footer .footer-elements .birco-whatsapp p {
        margin-top:2px;
    }
    
    .footer .footer-elements .birco-whatsapp p a {
        color:#525052;
        text-decoration:none;
    }
    
    .footer .footer-elements .birco-whatsapp p a:hover {
        color:#525052;
        text-decoration:underline;
    } 
    
    .footer .footer-elements .birco-newsletter {
        float:left;
        width:60%;
    }
    
    .footer .footer-elements .birco-newsletter .birco-newsletter-inner {
        margin-right:15%;
    }
    
    .footer .footer-elements .birco-newsletter input,
    .footer .footer-elements .birco-newsletter button {
        display: block;
        margin: 3px 0 1px;
        padding: 4px 10px;
        width: 100%;
        background:white;
    }
    
    .footer .footer-elements .birco-newsletter input {
        border: 1px solid #c2c2c2;
        color:#c2c2c2;
    }
    
    .footer .footer-elements .birco-newsletter input:focus {
        border: 1px solid #525052;
        color:#525052;
    }
    
    .footer .footer-elements .birco-newsletter button {
        border: 1px solid #009EE4;
        text-align:center;
        color: white;
        text-transform:uppercase;
    }
    
    .footer .footer-elements .birco-newsletter a.button {
        text-transform:uppercase;
        text-decoration:none;
        border: 1px solid #00BBF0;
        color: white;
		font-size: 14px;
        background:transparent;
        width:100%;
        margin: 8px 0 12px;
    }

	.footer .footer-elements .birco-newsletter a.button span:before {
		color:inherit;
		position: relative;
		top: 2px;
	}
    
    .footer .footer-elements .birco-newsletter button span,
    .footer .footer-elements .birco-newsletter a span {
        display:inline-block;
        padding-right:3px;
    }

    .footer .footer-elements .birco-newsletter a.button:hover,
    .footer .footer-elements .birco-newsletter button:hover {
        border: 1px solid #009EE4;
        background:#009EE4;
        text-decoration:none;
        color: #ffffff;
    }
    
    .footer .footer-elements .birco-newsletter p {
        color: white;
        margin-top:0;
    }
    
    .footer .footer-elements .birco-social {
        padding-top:15px;
    }
    
    .footer .footer-elements .birco-social {
        float:right;
        width:40%;
        padding:0;        
    }
    
    .footer .footer-elements .birco-social .footer-headline {
        display:block;
    }
    
    .footer .footer-elements .birco-social .footer-headline-sub,
    .footer .footer-elements .birco-social ul li.first {
        display:none;
    }   

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
.typo3-messages {
	padding:0;
}
.typo3-messages li:before {
	display:none;
}
.typo3-messages p {
	margin:0;
}

/* Content of baufragen-toggle is placed in backend > listmodule > Cookies */
.baufragen-toggle {
    position: fixed;
    top: 70%;
    right: 0;
    background: #0068a8;
    color: white;
    z-index: 1000;
    text-align: center;
    padding: 24px;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    transition: background .2s;
}

.baufragen-toggle:hover {
    background: #C6D42D;
}

.baufragen-toggle strong {
    display: block;
    margin-top: 5px;
}

.baufragen-toggle i {
    content: url("/typo3conf/ext/fluidtandembase/Resources/Public/Icons/Content/chaticon.svg");
    width: 34px;
    height: auto;
}

.baufragen-toggle span {
    font-weight: lighter;
}

.baufragen-wrapper {
    position: fixed;
    right: -200%;
    top: 0;
    height: 100vh;
    width: 30vw;
    background: white;
    border-left: 2px solid #009EE4;
    z-index: 1000;
    transition: right .6s ease-in-out;
    -webkit-transition: right .6s ease-in-out;
    -moz-transition: right .6s ease-in-out;
}

.baufragen-wrapper.active {
    right: 0
}

.baufragen-wrapper .fa-times {
    position: absolute;
    left: 15px;
    top: 25px;
    font-size: 21px;
    cursor: pointer;
    color: #0086c1;
}

.language a .icon-drowpdown-arrow::before{
    color: #0086c1;
    font-size: 1rem;
}

@media only screen and (max-width : 991px) {
    .baufragen-wrapper {
        width: 50vw;
    }
    .baufragen-toggle strong, .baufragen-toggle span {
        display: none;
    }
}

@media only screen and (max-width : 500px) {
    .baufragen-wrapper {
        width: 100%;
    }
}

.mm-menu .listitem.hide-in-menu-1 > span {
    display: none;
}
.mm-menu .listitem.hide-in-menu-1 {
    padding: 0 2rem;
}
.mm-menu .listitem.hide-in-menu-1 div.third-layer{
    padding-bottom: 0;
    border-bottom: none;
}

header .headlineshadow {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.headlineuppercase {
    text-transform: uppercase;
}

.fa.fa-times {
    content: url(/typo3conf/ext/fluidtandembase/Resources/Public/Icons/close_icon.svg);
    display: inline-block;
    position: relative;
    top: 2rem;
    left: 2rem;
    padding-right: 8px;
}

.sidebar-inner ul{
    padding-left: 25px;
}
.sidebar-inner ul li{
    margin: 18px 0;
}
.sidebar-inner ul li a{
    color: #8C8C8C;
}
.sidebar-inner ul li a:hover{
    color: #0086c1;
    text-decoration: underline;
}

/* Functional TYPO3 CSS */

/* Space */
.frame-space-before-extra-small { margin-top: 1em; }
.frame-space-before-small { margin-top: 2em; }
.frame-space-before-medium { margin-top: 3em; }
.frame-space-before-large { margin-top: 6em; }
.frame-space-before-extra-large { margin-top: 14em; }
.frame-space-after-extra-small { margin-bottom: 1em; }
.frame-space-after-small { margin-bottom: 2em; }
.frame-space-after-medium { margin-bottom: 3em; }
.frame-space-after-large { margin-bottom: 6em; }
.frame-space-after-extra-large { margin-bottom: 14em; }

@media (max-width: 767px){
    .frame-space-before-extra-small { margin-top: .5em; }
    .frame-space-before-small { margin-top: 1em; }
    .frame-space-before-medium { margin-top: 2em; }
    .frame-space-before-large { margin-top: 3em; }
    .frame-space-before-extra-large { margin-top: 7em; }
    .frame-space-after-extra-small { margin-bottom: .5em; }
    .frame-space-after-small { margin-bottom: 1em; }
    .frame-space-after-medium { margin-bottom: 2em; }
    .frame-space-after-large { margin-bottom: 3em; }
    .frame-space-after-extra-large { margin-bottom: 7em; }

    header .headlineshadow {
        margin-bottom: 0;
    }

    .start-page .main .main-inner .col-sm-4 .frame-space-before-large {
        margin-top: 0;
    }
}


/* PXP: No access to cookie manager - overwrite styles in base */
.tancmbnr__wrap1 .tancmbnr__headline {
	color: #0086c1;
}

.tancmbnr__accept {
	background: #009EE4;
}

/* PXP: No access to tan contacts - overwrite style in base */
.list .jvectormap-zoomin,
.list .jvectormap-zoomout,
.list .jvectormap-goback {
	background:#003688;
}

.sg-cookie-optin-box-cookie-list-item:before {
	display: none !important;
}

@media print {

    * {
        min-height:0 !important;
        min-width:0 !important;
        max-height:100% !important;
        max-width:100% !important;
        height:auto !important;
        width:auto !important;
        float:none !important;
        position:static !important;
        margin:0 !important;
        padding:0 !important;
        border:none !important;
        text-align: left !important;
        top:auto !important;
        bottom:auto !important;
        left:auto !important;
        right:auto !important;
        overflow:auto !important;
        opacity:1 !important;
        visibility:visible !important;
        background:none !important;
        text-decoration:none !important;
    }

    /* set font color to black */
    a,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h1,
    h2,
    h3,
    h4,
    h5,
    strong,
    b,
    ul,
    li,
    p {
        font-weight: normal !important;
        color: #000 !important;
    }
    
    /* Überschriften */
    h1, h2, h3, h4, h5, h6 {
      font-family: 'lato_light' !important;
      font-weight: normal !important;
      font-style: normal !important;
      margin: 12px 0 4px !important;
      line-height: 1.2em !important;
      color:#999999 !important;
    }
    
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, ul a, ol a, a {
      color:#999999 !important;
      text-decoration:none !important;
    }
    
    h4 {
      font-family: 'lato_black' !important;
    }
    
    h5, h6 {
      font-family: 'lato_bold' !important;
    }
    
    h1 {
      font-size: 28px !important;
    }
    
    h2 {
      font-size: 26px !important;
    }
    
    h3, h4 {
      font-size: 22px !important;
    }
    
    h5 {
      font-size: 20px !important;
    }
    
    h6 {
      font-size: 18px !important;
      font-family: 'lato_regular' !important;
    }
    
    ul, ol, p {
        margin:1em 0 !important;
    }
    
    ul li, ol li {
        margin-left:20px !important;
        list-style-type:disc !important;
    }
    
    ol li {
        list-style-type:decimal !important;
    }

    /* set URL after links */
    a[href]:after {
        background-color: inherit;
        color: #666;
        content: " ";
        font-style: italic;
    }

    a.external-link[href]:after,
    table a.external-link[href]:after,
    a.external-link-new-window[href]:after,
    table a.external-link-new-window[href]:after {
        content: " ";
    }

    /* no displayed link for E-Mail etc. */
    a.mail[href]:after, table a[href]:after,
    .csc-textpic-imagewrap a[href]:after {
        content: " ";
    }

    #mmenu,
    .top-menu,
    .xxl-menu,
    .footer .block-b,
    .footer .block-d,
    .cycle-container .header-animation-image,
    .cycle-container .icon-slider-prev,
    .cycle-container .icon-slider-next,
    .competenceTeaser-image,
    .targetGroupTeaser-image,
    a.button,
    .gallery,
    .tx-tancontacts .widget,
    .sidebar-menu,
    .video-container,
    .normalwidth-listing,
    .unterkategorielinks,
    .filterboxwrap,
    .tx-go-maps-ext,
    .tx-powermail,
    .contactfiltermap,
    .contactfilterform,
    .page-navigation,
    .social-media-buttons,
    .news-backlink-wrap {
        display:none !important;
    }
    
    .unterkategoriebilder .image-col,
    #kategorielist .unterkategorieitem,
    .categorieitem .categorieitemimage,
    .contactperson .personimage,
    .button-menu-container {
        float:left !important;
        width:30% !important;
    }
    
    .page-inner > .header {
        border-bottom: 1px solid black !important;
        margin-bottom:20px !important;
        padding-bottom:20px !important;
    }
    
    .page-inner > .footer {
        border-top: 1px solid black !important;
        margin-top:20px !important;
        padding-top:20px !important;
    }
    
    .teaser_text_wrap,
    .img-responsive {
        margin:10px 0 !important;
    }
    
    .productgroup-teaser,
    .categorieitem,
    .contactperson {
        margin:20px 0 !important;
    }
    
    .productgroup-teaser .productgroup-teaser-image {
        float: left !important;
        width: 33% !important;
    }
    
    .contactperson .contactpersonlabel {
        min-width:80px !important;
    }
    
    .productgroup-teaser .productgroup-teaser-image img,
    .categorieitem .categorieitemimage img {
        margin-top:12px !important;
    }
    
    .productgroup-teaser .productgroup-teaser-image-inner {
        margin-right:30px !important;
    }
    
    .productgroup-teaser .productgroup-teaser-text,
    .categorieitem .categorieitemcontent,
    .contactperson .contactpersoninfo {
        float: right !important;
        width: 67% !important;
    }

    html,
    body {
        width: 100% !important;
        min-width: 980px !important;
    }

    /* tables */
    table {
        margin:15px 0 !important;
    }

    table tr th, table tr td {
        padding:4px 8px !important;
    }

    thead,
    tbody {
        display: table-header-group !important;
    }
    tr {
        page-break-inside: avoid !important;
    }

    table.contenttable {
        width: 100% !important;
        min-width: 980px !important;
    }

    th,
    td {
        display: table-cell !important;
    }

    tr {
        display: table-row !important;
    }

    table {
        display: table !important;
    }
}

.bircopersonio-list {
	margin-bottom: 50px;
}

.bircopersonio-list .line {
	margin-bottom: 20px;
}

.bircopersonio-list .overlay svg {
	max-width: 200px;
}

.bircopersonio-list .overlay svg path {
	fill: #C6D42D;
}

.bircopersonio-list .bircopersonio-filter .form-input, .bircopersonio-list .bircopersonio-filter .selectpicker {
	margin-bottom: 15px;
}

.bircopersonio-list .job-wrapper {
	margin-bottom: 30px;
	background: white;
	border: 1px solid #005B94;
	padding: 20px 25px;
	transition: all .3s ease-in-out;
}

.bircopersonio-list .job-wrapper .col-12, .bircopersonio-list .job-wrapper .col-6 {
	display: inline-grid;
	align-items: center;
}

.bircopersonio-list .job-wrapper a {
	color: #005B94;
	text-decoration: none;
}

.bircopersonio-list .job-wrapper .standard-button {
	color: white;
}

.bircopersonio-list .job-wrapper:hover {
	background: #00BBF0;
	color: white;
}

.bircopersonio-list .job-wrapper:hover a {
	color: white;
}

.bircopersonio-list .job-wrapper:hover .standard-button:hover {
	background-color: #C6D42D;
}

.bircopersonio-list .job-wrapper .desktop-hidden {
	display: none;
}

@media (max-width: 768px) {
	.bircopersonio-list .job-wrapper .col-12 {
		display: block;
	}

	.bircopersonio-list .job-wrapper .standard-button {
		margin-top: 20px;
		display: inline-block;
	}

	.bircopersonio-list .job-wrapper strong {
		display: block;
		margin-bottom: 20px;
	}

	.bircopersonio-list .job-wrapper .mobile-hidden {
		display: none;
	}

	.bircopersonio-list .job-wrapper .desktop-hidden {
		display: inline-block;
	}
}

.bircopersonio-list .load-more-wrap .button {
	margin-left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
}

.bircopersonio h1 {
	margin-bottom: 45px;
}

.bircopersonio .description-content {
	margin-bottom: 35px;
}

.bircopersonio .description-content ul {
	margin-bottom: 0;
}

.bircopersonio .button {
	color: #005B94;
	text-align: center;
	padding: 5px 20px;
	border: 1px solid #005B94;
	display: inline-block;
	transition: all 0.5s ease 0s;
	font-weight: normal;
	background: transparent;
	border-radius: 30px;
	margin-top: 25px;
}

.bircopersonio .button.apply-filter {
	background: #005B94;
	color: #FFFFFF;
	text-decoration: none;
}

@media(min-width: 991px) {
	.bircopersonio .button.apply-filter {
		float: right;
	}
}

.bircopersonio .button:hover {
	background: #009EE4;
	color: #FFFFFF;
	text-decoration: none;
}

.bircopersonio .button.apply-filter:hover {
	background: #FFFFFF;
	color: #005B94;
	text-decoration: none;
}

.bircopersonio .mt-4 {
	margin-top: 25px;
}

.bircopersonio .bircopersonio-detail ul {
	margin-top: 8px;
}

.bircopersonio .bircopersonio-detail .contact-wrapper p {
	margin-bottom: 0;
}

.bircopersonio .bircopersonio-detail .contact-wrapper a {
	color: #005B94;
	text-decoration: none;
}

.bircopersonio .bircopersonio-detail .contact-wrapper a:hover {
	color: #C6D42D;
}

.bircopersonio .bircopersonio-detail .contact-wrapper a.button:hover {
	color: white;
}

.bircopersonio .bircopersonio-detail .contact-wrapper .standard-button {
	margin-top: 10px;
	color: white;
	display: inline-block;
	width: auto;
}

.bircopersonio .bircopersonio-detail .contact-wrapper .standard-button:hover {
	color: white;
}

@media (max-width: 768px) {
	.bircopersonio .bircopersonio-detail .contact-wrapper .contact-person-wrap {
		margin-top: 15px;
	}
}

@media only screen and (min-width: 768px) {
    .footer .footer-elements .quick-menu,
    .footer .footer-elements .legal-menu {
        width: 50%;
    }

    .footer .footer-elements .quick-menu ul li {
        float: none;
        width: 100%;
    }
}

#page-4695 .pre-footer .pre-footer-inner .one-col {
	display: block;
}