body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/* CSS code for qfNotesPlugin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../../bundles/querformatnote/assets/fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('../../bundles/querformatnote/assets/fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../bundles/querformatnote/assets/fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../bundles/querformatnote/assets/fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../bundles/querformatnote/assets/fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../bundles/querformatnote/assets/fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
.qf-note {
    background: transparent;
    position: absolute;
    font-family: 'Roboto';
    text-align: left;
    width: auto;
    margin-left: 10px;
    margin-top: -10px;
}

.qf-note .qf-edit {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px
}

.qf-note__content {
    visibility: hidden;
    opacity: 0;
    background: url("../../bundles/querformatnote/assets/img/qf-noteBG.jpg");
    background-size: 100px;
    transition: opacity 500ms ease;
    pointer-events: none;
    max-width: 500px;
    min-width: 250px;
    width: 100%;
    padding: 20px 15px;
    position: relative;
    top: -10px;
    left: 10px;
    z-index: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.qf-note__content p {
    color: #444;
    margin-top: 5px;
}

.qf-note svg {
    padding: 8px 5px;
    background: #cad244;
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    height: 40px;
    margin-right: 15px;
    z-index: 1;
    color: white;
    position: relative;
}

.qf-note svg:hover {
    cursor: pointer;
}

.qf-note__content--active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.qf-note__title {
    margin-top: 20px;
    font-weight: 600;
}

p.qf-note__text {
    font-size: 15px;
}

.qf-note__text {
    padding: 5px;
}

/* TOOLBAR */

.qf-toolbar {
    display: flex;
    flex-direction: row;
    max-height: 55px;
    background: url("../../bundles/querformatnote/assets/img/qf-noteBG.jpg");
    background-size: 100px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
}

.qf-note__nav {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.qf-toolbar svg {
    width: 25px;
    z-index: 1;
    color: #fff;
    transition: all 300ms ease;
}

.qf-note__visible:hover svg, .qf-note__info:hover svg {
    color: #21557d;
}

.qf-note__visible, .qf-note__info {
    padding: 5px 10px;
    background: #cad244;
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    height: 35px;
    margin-right: 15px;
    cursor: pointer;
}

.qf-note__hide {
    display: none;
}

.qf-note__show {
    display: block;
}

.qf-note__toogle .qf-note__hide {
    display: block;
}

.qf-note__toogle .qf-note__show {
    display: none;
}

.qf-note__close {
    cursor: pointer;
    padding: 5px 10px;
    background: #21557d;
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    height: 35px;
    margin-right: 20px;
    transition: all 300ms ease;
}

.qf-note__close:hover {
    background: darkred;
}

.qf-note__infobox {
    display: none;
    position: fixed;
    bottom: 80px;
    background: #fefefe;
    max-width: 250px;
    box-sizing: border-box;
    z-index: 998;
    left: 30px;
    padding: 0 10px 10px 10px;
    border: 2px solid #cad244;
}

.qf-note__infobox img {
    width: 250px;
    position: relative;
    left: -14px;
    top: -10px;

}

.qf-note__infobox p {
    font-family: 'Roboto';
    font-size: 15px;
}

.qf-note__infobox:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fefefe;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -20px;
}

.qf-note__infobox:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top-color: #cad244;
    border-bottom: 0;
    border-left: 0;
    margin-left: -12px;
    margin-bottom: -25px;
}

.social_feed_element{overflow:visible;padding:0;width:100%}.social_feed_element.extended .inner a{display:inline;padding:0;color:#1b95e0}.social_feed_element.extended .inner a:hover{text-decoration:underline}.social_feed_element.extended .inner>figure{padding:0}.social_feed_element.extended a.more{padding:0;font-size:14px;color:#1b95e0;font-weight:700;display:block}.social_feed_element.extended a.more:hover{text-decoration:underline}.social_feed_element.extended .inner{padding:0 20px 20px}.social_feed_element.extended p:first-child{margin-top:0}.social_feed_element.extended p:last-child{margin-bottom:0}.social_feed_element .inner{background:#f2f2f2;padding:0;margin:30px 10px 10px;position:relative;word-break:break-word;border-top:5px solid #c1c1c1}.social_feed_element .inner a{padding:0 20px;display:block}.social_feed_element .inner>figure{padding:0 20px}.social_feed_element .ce_text{padding:15px 0;color:#333;margin:0}.social_feed_element .icon{position:static;text-indent:0}.social_feed_element .icon img{position:absolute;top:-20px;border-radius:100%;max-width:50px}.social_feed_element .icon .image-wrapper:not(.loaded){height:0 !important}.social_feed_element .info{margin:0;padding:10px 0 0;text-align:right;font-size:14px;color:#989898;display:flex;align-items:center;justify-content:flex-end}.social_feed_element .info img{width:15px;margin-left:10px}.social_feed_element .title{margin:10px 0;font-size:16px;font-weight:700;color:#333}.social_feed_element a{color:#333;text-decoration:none}.social_feed_element .ce_text{font-size:14px}.social_feed_element .fa{font-size:18px;padding-left:5px}.social_feed_element .image_container>a{padding:0}.social_feed_container{width:calc(100% + 30px);margin-left:-15px;font-family:sans-serif}.social_feed_container:not(.masonry){display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.social_feed_container:not(.masonry).columns2 .social_feed_element{-ms-flex:0 0 50%;flex:0 0 50%}.social_feed_container:not(.masonry).columns3 .social_feed_element{-ms-flex:0 0 33%;flex:0 0 33%}.social_feed_container:not(.masonry).columns4 .social_feed_element{-ms-flex:0 0 25%;flex:0 0 25%}.social_feed_container.masonry.columns2 .social_feed_element,.social_feed_container.masonry.columns3 .social_feed_element,.social_feed_container.masonry.columns4 .social_feed_element{float:left}.social_feed_container.masonry.columns2 .social_feed_element{width:50%}.social_feed_container.masonry.columns3 .social_feed_element{width:33.33%}.social_feed_container.masonry.columns4 .social_feed_element{width:25%}@media (max-width:767px){.social_feed_container{width:100%;margin-left:0}.social_feed_container:not(.masonry).columns2 .social_feed_element,.social_feed_container:not(.masonry).columns3 .social_feed_element,.social_feed_container:not(.masonry).columns4 .social_feed_element{-ms-flex:0 0 100%;flex:0 0 100%}.social_feed_container.masonry.columns2 .social_feed_element,.social_feed_container.masonry.columns3 .social_feed_element,.social_feed_container.masonry.columns4 .social_feed_element{float:none;width:100%}}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
