/*
ThemeName: Reglab 210108
ThemeURL:http://reglab.se
Description:A custom made super duper Wordpress theme
Author:Klas Ehnemark
AuthorURI:http://klasehnemark.com
Version:210108
*/

@import (fonts/font-awesome.min.css);

/* source-sans-pro-200 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/source-sans-pro-v9-latin-200.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'),
    url('fonts/source-sans-pro-v9-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/source-sans-pro-v9-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/source-sans-pro-v9-latin-200.woff') format('woff'), /* Modern Browsers */
    url('fonts/source-sans-pro-v9-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/source-sans-pro-v9-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/source-sans-pro-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
    url('fonts/source-sans-pro-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/source-sans-pro-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/source-sans-pro-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/source-sans-pro-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/source-sans-pro-v9-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/source-sans-pro-v9-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
    url('fonts/source-sans-pro-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/source-sans-pro-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/source-sans-pro-v9-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/source-sans-pro-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/source-sans-pro-v9-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


/*-----------------------------------------------------------------------------------

CSS Reset & Clearfix

normalize.cssv2.1.3|MITLicense|git.io/normalize

-----------------------------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-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 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
    line-height: 1.5;
    display: inline-block;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
htmlinput[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 {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    font-size: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    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-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*----------------------------------------------------------------------------------

GENERAL

-----------------------------------------------------------------------------------*/

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fafafa;
    padding-top: 25px;
}

.clear {
    position: relative;
    display: block;
    clear: both;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.row {
	clear: both;
	overflow: hidden;
	margin: 20px 0;
}

@media (min-width: 570px) {
    .container {}
}

@media (min-width: 768px) {
    body {
        padding-top: 56px;
    }
}

/*-----------------------------------------------------------------------------------

TYPOGRAHY

-----------------------------------------------------------------------------------*/

html {
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    font: 16px 'Source Sans Pro', Arial, Helvetica, sans-serif;
    line-height: 1.4;
    /*color: #504c45;*/
    color: #222;
    word-wrap: break-word;
    background-color: #e9eaec;
}

h1 {
    font-weight: 200;
    font-size: 300%;
    margin-top: 0px;
    line-height: 1.1;
    margin: 20px 0 10px;
}

h2 {
    font-weight: 200;
    font-size: 400%;
    margin: 65px 0 10px
}

h3 {
    display: block;
    font-weight: 400;
    font-size: 140%;
}

h4 {
    font-weight: 200;
    color: #555;
    font-size: 160%;
}

h5 {
    font-weight: 200;
    color: #555;
    font-size: 120%;
    margin-top: 20px;
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

.centered {
    text-align: center;
}

a {
    /*color: #5d574b;*/
    color: #222;
    text-decoration: none;
}

a .fa {
    margin-left: 8px;
}

a:hover {
    color: #3a352c;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

quote {
    color: #777;
    font-size: 140%;
    line-height: 1.4;
    font-weight: 200;
    font-style: italic;
    max-width: 500px;
    display: block;
    margin: 20px auto;
    padding: 0 20px;
}

@media (min-width: 767px) {
    body {
        font-size: 18px;
    }

    p {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@media (min-width: 1000px) {
    body {
        font-size: 18px;
    }

    p {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

/*-----------------------------------------------------------------------------------

SCELETON

-----------------------------------------------------------------------------------*/

.container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
}
main .container {
	padding: 0;
}

@media (min-width: 500px) {
    .container {
        padding: 0 20px;
	}
	main .container {
		padding: 0;
	}
}

@media (min-width: 1120px) {
    .container {
        padding: 0;
    }
}

/*-----------------------------------------------------------------------------------

HEADER

-----------------------------------------------------------------------------------*/

body > header {
    position: fixed;
    height: 45px;
    background-color: #fff;
    box-shadow: 1px 3px 3px rgba(0,0,0,0.05);
    z-index: 999;
    top: 0px;
    width: 100%;
    /* overflow: hidden; */
}

body > header h5 {
    margin: 8px 0 0;
    float: left;
}

section {}

body > header h5.align-right {
    position: absolute;
    right: 0px;
    top: 0px;
}

.header-logo {
    position: relative;
    top: 7px;
    width: 238px;
    height: 30px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 276 48' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M0 .8h21.1c5.9 0 10.4 1.6 13.5 4.7 2.7 2.8 4.1 6.6 4 10.6v.1c0 7.5-4 12.1-9.9 14.3L40 47H28.1l-9.9-14.8h-8V47H.1V.8H0zm20.5 22.4c5 0 7.8-2.6 7.8-6.5v-.2c0-4.4-3-6.6-8-6.6H10.2v13.3h10.3zM49 .8h34.9v9H59.1v9.4h21.8v9H59.1v9.7h25.1v9H49V.8zM92.5 24v-.1C92.4 10.8 102.9.1 116 0h.7c8.3 0 13.3 2.2 18.1 6.3l-6.4 7.7c-3.6-3-6.7-4.7-12.1-4.7-7.4 0-13.3 6.5-13.3 14.4v.1c0 8.4 5.8 14.6 14 14.6 3.4.1 6.7-.9 9.6-2.8V29h-10.2v-8.8h20.1v20.1c-5.5 4.7-12.5 7.3-19.7 7.3-14.4.2-24.3-9.9-24.3-23.6z' fill='%23b1c800' fill-rule='nonzero'/%3E%3Cpath d='M148 .8h1.5v44.9h28.4V47h-29.8V.8h-.1zM207 .4h1.2l22.2 46.5h-1.6L222.2 33h-29.4l-6.6 13.9h-1.5L207 .4zm14.6 31.4L207.5 2.4l-14 29.4h28.1zM239 .8h18.9c5.4 0 9.6 1.4 12.1 4 2 2 3.1 4.8 3 7.7v.1c0 5.7-3.6 9.7-8.9 10.9 6.3.9 11.4 5.3 11.4 11.5v.1c0 7.6-6.1 11.9-16.5 11.9h-20V.8zm20 22.1c6.9 0 12.6-3.3 12.6-10.4 0-6.3-5.1-10.4-13.7-10.4h-17.5V23l18.6-.1zm0 22.7c9.5 0 15-3.9 15-10.6v-.1c0-7-6.3-10.7-13.9-10.7h-19.7v21.4H259z' fill='%231a171b' fill-rule='nonzero'/%3E%3C/svg%3E");

    background-size: contain;
}

body > header .byline {
    display: none;
}


@media (min-width: 767px) {
    body > header {
        height: 56px;
    }

    .negative-scroll header {
        position: absolute;
    }

    body > header h5 {
        margin: 14px 0 0;
    }
    .header-logo {
        xpadding-top: 30px;
        position: relative;
        top: 8px;
        width: 238px;
        height: 48px;
    }
}

@media (min-width: 1000px) {
    body > header {
        padding: 0;
    }
}

@media (min-width: 1040px) {
    body > header .byline {
        font-style: italic;
        position: absolute;
        top: 13px;
        left: 275px; 
        width: 180px;
        line-height: 1;
        font-weight: 400;
        font-size: 80%;
        display: block;
    }
}

@media (min-width: 1120px) {
    body > header .byline {
        left: 255px
    }
}


/*-----------------------------------------------------------------------------------

MENU

-----------------------------------------------------------------------------------*/


@media (max-width: 900px) {


    .mobile-menu-link {
        position: absolute;
        right: 10px;
        top: 16px;
        display: block;
        z-index:31;
    }

	.mobile-menu-link div {
		width: 27px;
		height: 27px;
		border-top: 4px solid #777;
		transition: 0.3s;
    }
	
	.mobile-menu-link div:after, .mobile-menu-link div:before {
		position: absolute;
		content: '';
		width: 27px;
		height: 4px;
		background-color: #777;
		top: 11px;
		left: 0px;
		transition: 0.3s;
	}
    .mobile-menu-link div:before {
		top: 21px;
	}
    

    .open-menu .mobile-menu-link div:before {
		display: none;
	}
	
	.open-menu .mobile-menu-link div, .open-menu .mobile-menu-link div:after {
		/* background-color: #fff; */
		height: 4px;
		width: 35px;
}
	
	.open-menu .mobile-menu-link div {
		transform: rotate(-45deg);
	}
	
	.open-menu .mobile-menu-link div:after {
        transform: rotate(-270deg) translatex(-14px);
    }
	
	.open-menu .mobile-menu-link {
        top: 30px;
    }

    nav.main {
	    position: fixed;
	    background-color: rgba(255, 255, 255, 0.95);
	    overflow: hidden;
	    width: 100%;
	    height: 100%;
	    z-index: 30;
	    top: 0px;
	    left: 0px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
        font-size: 150%;
        max-height: 0px;
        transition: max-height 250ms;
	}

    nav.main ul li {
        padding: 5px 0;
	}
	nav.main li.play a {
        color: #2e7cfe;
    }
    nav.main ul ul {
        margin-top: 0px;
    }
    nav.main ul ul li {
        font-size: 85%;
        padding: 5px 0 0px 20px;
    }
    
    .open-menu nav.main {
		max-height: 1200px;
    }
    

}

@media (max-width: 768px) {
    .mobile-menu-link {
        top: 10px;
    }
    nav.main {
        font-size: 135%;
    }
}

@media (max-width: 500px) {
    nav.main {
        font-size: 120%;
    }
}



@media (min-width: 900px) {
    .mobile-menu-link {
        display: none; 
    }

    nav.main {
        position: absolute;
        top: 3px;
        padding-left: 250px;
        text-transform: uppercase;
        font-size: 75%;
        width: 100%;
        box-sizing: border-box;
        padding-right: 40px;
    }

    nav.main ul {
        list-style: none;
        margin: 12px 0 0 10px;
        padding: 0;
        float: right;
    }
    
    nav.main ul::after {
        content: '';
        display: block;
        clear: both;
    }
    
    nav.main li {
        float: left;
        margin-right: 20px;
        color: #444;
        position: relative;
    }
    
    nav.main li a {
        color: #444;
	}
	nav.main li.play a {
		color: #2e7cfe;
		/*font-weight: 700;*/
    }
    
    nav.main li.align-right {
        float: right;
        margin-right: 0px;
        margin-left: 20px;
    }
    
    nav.main li.border-left::before {
        content: '';
        display: block;
        position: absolute;
        left: -20px;
        border-left: 1px solid #ddd;
        height: 56px;
        top: -16px;
        z-index: 1000;
    }
    
    .info-box.subpages li {
        font-weight: 200;
        padding: 5px 0
    }
    
    .info-box.subpages li {
        border-bottom: 1px dotted #d1d1d1;
    }
    
    .info-box.subpages li:last-child {
        border-bottom: none;
    }

    nav.main {
        top: 5px;
    }

    nav.main li:hover .submenu {
		max-height: 270px;
		transition: 0.3s;
        top: 28px;
	}

    nav.main .submenu {
		margin: 0;
		position: absolute;
		top: 18px;
		left: -147px;
		white-space: nowrap;
		z-index: 999;
		max-height: 0;
		overflow: hidden;
		transition: 0.1s;
		transition-delay: 0.3s;
		padding: 10px 0;
		background-color: #fff;
	}
    
    nav.main .submenu li {
        margin: 0;
        position: relative;
        left: 0px;
        background-color: #fff;
        float: none;
	}
    nav.main .submenu li a {
        padding: 7px 30px 5px 30px;
        display: block;
	}
    
     nav.main .submenu li:hover {
        background-color: #f6f6f6;
    }
}

@media (min-width: 1120px) {
     nav.main {
        padding-right: 0px;
    }          
}

/*-----------------------------------------------------------------------------------

SECTIONS

-----------------------------------------------------------------------------------*/

.frontapge main, .frontapge section {
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    padding: 0 0 60px;
}

.progress {
    background-color: #aaa;
}

@media (min-width: 767px) {}

@media (min-width: 1000px) {
   .frontapge  main {
        padding-left: 0;
        padding-right: 0;
	}
}


/*-----------------------------------------------------------------------------------

ARTICLE AND COLUMNS

-----------------------------------------------------------------------------------*/

.article-image {
    width: 60%;
    padding-top: 65%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 20%;
}

article summary {
    font-size: 150%;
    line-height: 1.3;
}

article .read-more {
    font-size: 120%;
    margin-top: 10px;
}

@media (min-width: 767px) {
    .article-image {
        padding-top: 75%;
    }
}

@media (min-width: 1000px) {
}



/*-----------------------------------------------------------------------------------

INFOBOX

-----------------------------------------------------------------------------------*/

.info-box-header {
    font-size: 70%;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #ddd;
    display: inline-block;
    padding: 2px 15px 0;
    margin: 0 0 0 10px;
    position: relative;
    top: 0px;
    height: 18px;
    border-radius: 3px 3px 0 0;
}
.info-box-header::after {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    top: 2px;
 	border-bottom: 18px solid #ddd;
    border-right: 10px solid transparent;
}

.info-box {
    background-color: #f6f6f6;
    padding: 10px 15px;
    margin: 0 0 40px 0px;
    border-radius: 5px;
}

.info-box li {
    overflow: hidden;
    position: relative;
}

.info-box li span {
    position: absolute;
    left: 0px;
    font-weight: 200;
    font-size: 90%;
}

.info-box li div, .info-box li ul {
    margin-left: 110px;
    position: inline-block;
}

.info-box .categories {
    margin-top: 3px;
}

/*-----------------------------------------------------------------------------------

COLUMNS

-----------------------------------------------------------------------------------*/

.two-cols {
    max-width: 900px;
    margin: 0 auto;
}

.two-cols article {
    max-width: 450px;
    margin: auto;
}

.two-cols article:nth-child(even) {
    margin-top: 60px;
}

@media (min-width: 767px) {
    .two-cols article {
        width: 46%;
        float: left;
    }
}

@media (min-width: 1000px) {
    .two-cols article:nth-child(odd) {
        margin-right: 6%;
    }

    .two-cols article:nth-child(even) {
        margin-top: 0px;
    }
}

/*-----------------------------------------------------------------------------------

GRID

-----------------------------------------------------------------------------------*/

.grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.grid li {
    width: 33.33333%;
    padding: 0 14px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 28px;
}

.grid li article {
    padding: 15px 15px 0px;
    overflow: hidden;
}

.grid article .image {
    background-color: #aaa;
    width: 100%;
    padding-top: 125%;
    background-repeat: no-repeat;
    background-size: contain;
}

.grid article .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(229, 117, 43, 0.76);
    color: #fff;
    line-height: 80px;
    font-size: 180%;
    margin-bottom: 10px;
}

.grid article h4 {
    margin: 12px 0;
    line-height: 1;
}

.grid article h5 {
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 5px
}

.grid article .title {
    font-weight: 200;
    position: relative;
    top: -7px;
    line-height: 1;
    margin-bottom: 5px;
}

/*-----------------------------------------------------------------------------------
 
TIMELINE

-----------------------------------------------------------------------------------*/

.timeline {
    padding: 40px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline li {
    position: relative;
}

.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}

.timeline li:after {
    clear: both;
}

.timeline article {
    width: 45%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
}

.timeline article:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline article:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline .badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: rgba(150, 175, 18, 0.85);
    z-index: 100;
    border-radius: 50%;
}

.timeline .badge.year {
top: -40px;
background-color: inherit;
color: #ccc;
font-size: 120%;
}

.timeline li:nth-child(even) article {
    float: right;
}

.timeline li:nth-child(even) article:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline li:nth-child(even) article:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline h4 {
    margin: 0;
}
.timeline h5 {
    margin: 0;
    font-size: 100%;
}

.timeline .content {
    margin-bottom: 0;
}

@media (max-width: 768px) {

    .timeline:before {
        left: 40px;
    }

    .timeline li {
        margin-bottom: 20px;
    }

    .timeline article {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        float: right;
    }

    .timeline article:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline article:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .timeline .badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
}


/*-----------------------------------------------------------------------------------

CONTENT LIST AND ICONS

-----------------------------------------------------------------------------------*/

.content-list {
    overflow: hidden;
    margin-bottom: 20px;
    margin: 0 -5px;
    position: relative;
    top: -10px;
}

.content-list li {
    width: 35px;
    margin: 5px;
    float: left;
    height: 35px;
    font-size: 70%;
    background-color: #ddd;
    box-shadow: border-box;
    /* padding: 8px; */
    position: relative;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-indent: -9999px;
}

.content-list li::after {
    content: '';
    display: block;
    position: absolute;
    top:4px;
    left: 5px;
    width: 25px;
    height: 25px;
    opacity: 0.8;
    background-size: contain;
    background-repeat: no-repeat;
}

.item-image-container {

}




/*-----------------------------------------------------------------------------------

FOOTER

-----------------------------------------------------------------------------------*/

footer {
    background-color: #000;
    overflow: hidden;
    padding: 40px 10px;
    font-size: 90%;
    font-weight: 200;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    color: #aaa;
}

footer b {
    color: #ccc;
}

footer li h3 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

footer li h4 {
	font-size: 100%;
	margin: 10px 0 0;
	padding: 0;
	color: #aaa;
}

footer li p {
	color: #fff;
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

footer ul li:last-child {
	margin-top: 20px; 
 }


@media (min-width: 500px) {
	footer ul {
		overflow: hidden;
	}
    footer ul li {
        width: 50%;
        float: left;
    }
    footer ul li:last-child {
		text-align: right;
		margin-top: 0px;
		position: absolute;
		bottom: 0px;
		right: 20px; 
 	}
}

@media (min-width: 768px) {
    footer {
        padding: 50px 10px;
    }
}

@media (min-width: 1000px) {
}

/*-----------------------------------------------------------------------------------

BRADN: COLORS

-----------------------------------------------------------------------------------*/

.color-bg-1 {
    background-color: #eee;
}

.color-bg-2 {
    background-color: rgba(5, 123, 255, 0.15);
}

.color-bg-3 {
    background-color: rgba(0, 0, 0, 0.05);
}

/*-----------------------------------------------------------------------------------

BRAND: HEADER AND THE WINDOW

-----------------------------------------------------------------------------------*/

.the-window .logo {
    background: url(images/logo.jpg) no-repeat;
    background-size: contain;
    background-position-x: center;
    width: 100%;
    padding-top: 150px;
}

main .grid {
	max-width: 800px;
	margin: auto;
}

main .grid li {
	width: 50%;
}

@media (min-width: 500px) {
    .the-window .logo {}
}

@media (min-width: 767px) {

    .the-window .container .inner {
        width: 100%;
        height: 100%;
        display: table;
    }

    .the-window .logo-wrapper {
        width: 60%;
        margin: 0;
        text-align: center;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    .the-window .logo {}
}

@media (min-width: 1000px) {
    .the-window .logo {
        /* left: 0px; */
    }
}


/*-----------------------------------------------------------------------------------

WP IMAGES

-----------------------------------------------------------------------------------*/

@media (min-width: 500px) {
	
	main article img.alignleft {
		float: left;
		margin: 0 20px 20px 0;
		clear: both;
	}
	
	main article img.alignright {
		float: right;
		margin: 0 0 20px 20px;
		clear: both;
	}
	
	main article img.aligncenter {
		clear: both; 
		display: block; 
		margin: 0 auto 20px auto;
	}
}


/*-----------------------------------------------------------------------------------

ZOOM

-----------------------------------------------------------------------------------*/

.zoom-row {
	/*margin: 0 -12px;*/
	border-top: 1px dotted #ccc;
	margin-bottom: 24px;
}
.zoom-row .headline {
	display: flex;
}
.zoom-row h3 {
	margin-top: 12px;
	position: relative;
}
.zoom-row h5 {
	margin-left: auto;
	margin-top: 27px;
	font-weight: 400;
}
.zoom-row .intro {
	margin-bottom: 12px;
}
.zoom-row h3:not(:empty)::before {
	content: '';
	height: 35px;
	width: 35px;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	margin-right: 10px;
	top: 6px;
	background: rgb(46 124 254);
}
.zoom-row h3:not(:empty)::after {
	content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 25px;
    height: 25px;
    opacity: 0.8;
    background-size: contain;
	background-repeat: no-repeat;
	background-image: url(images/workshop.png);
}

.zoom-infos {
	width: 100%;
	display: flex;
}
.zoom-info {
	display: flex;
    flex-flow: column;
    flex-basis: 33%;
	flex-grow: 0;
	margin-right: 12px; 
}
.videozoom .zoom-info {
	/*margin-top: -66px;*/
    margin-right: 0px;
	z-index: 9;
	margin-bottom: 24px;
	position: relative;
}
.videozoom .zoom-info h4 {
    z-index: 9;
    position: absolute;
    right: 12px;
    bottom: 16px;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 12px;
}

.videozoom .zoom-info .zoom-gray {
	padding-bottom: 12px;
}


.zoom-infos .zoom-info:lastchild(odd) {
	margin-right: 0px; 
}
.zoom-info .zoom-gray {
    border: 1px solid #ddd;
    padding: 12px 12px;
    background: #ddd;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	flex: 1;
	position: relative;
    padding-bottom: 36px;
}
.zoom-info .button {
    background: rgb(45,102,254);
    background: linear-gradient(0deg, rgba(45,102,254,1) 0%, rgba(45,188,255,1) 100%);
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
	margin-bottom: 12px;
	border-radius: 3px;
}
.zoom-info .button:hover {
	text-decoration: none;
	position: relative;
	top: -1px;
	left: -1px;
	border:1px solid #eee;
	margin-bottom: 10px;
}
.zoom-info p {
	margin: 0;
    font-weight: 200;
    font-size: 90%;
    text-overflow: ellipsis;
}
.zoom-info p a:not(.button) {
	color: #000 !important;
    font-size: 12px;
    position: relative;
    top: -3px;
    line-height: 0;
}
.zoom-info h4 {
	font-size: 18px;
    margin: 0;
    display: inline-block;
    line-height: 1.1;
	font-weight: 400;
	margin-bottom: 12px;
	height: 40px;
	display: flex;
    align-items: flex-end;
}

.zoom-info .content {
    position: absolute;
    bottom: 9px;
}


@media screen and (max-width: 500px) {
	.zoom-infos {
		flex-flow: column wrap;
	}
	.zoom-info {
		flex-basis: 50%;
	}
	.zoom-info .zoom-gray {
		text-align: center;
	}
	.zoom-info .content {
		position: relative;
		bottom: -9px;
	}
}

@media screen and (min-width: 766px) and (max-width: 923px) {
	.zoom-info h4 {
		height: 54px;
	}
}


.zoom-info .content a[href="#content-to-pop"] {
	font-size: 14px;
}

.zoom-info .content-more {
	display: none;
}


.video-url {
	margin: 18px 0;
}

.reglabplay .video-url {
	margin-bottom: 36px;
}

.video-url h3 {
    margin: 0;
    display: inline-block;
    line-height: 1.1;
	font-weight: 400;
	margin-bottom: 12px;
}

.video-url .description {
	font-style: italic;
	margin: 8px 0 12px;
	font-size: 14px;
}

.video-url-wrapper {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	background: #dbdbdb;
}
.video-url .message {
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	width: 100%;
	justify-content: center;
	align-content: center;
	text-align: center;
	align-items: center;
	display: flex;
	color: #8f8f8f;
	font-size: 14px;
}
.video-url > .video-url-wrapper > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.video-url iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.popup-overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0,0,0,0.8);
	z-index: 999;
	display: none;
	opacity: 0;
}

.show-popup .popup-overlay {
	display: flex;
	animation: fade-in 0.2s linear forwards;
}
@keyframes fade-in {
	0% { opacity: 0;}
	1% { opacity: 0; }
	100% { opacity: 1;  }
}

.popup-overlay .popup {
	min-width: 300px;
	min-height: 300px;
	margin: auto;
	position: relative;
	max-width: 500px;
	border: 24px solid transparent
}
.popup-overlay .popup a[href="#close-popup"] {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px;
	font-family: system-ui, sans-serif;
	font-size: 24px;
}
.popup-overlay .popup .content {
	padding: 18px;
    background: #fff;
}

.popup-overlay .popup .content h2,
.popup-overlay .popup .content h3 {
	background: #e9eaec;
    margin: -18px -18px 12px -18px;
    padding: 12px 36px 12px 18px;
    font-size: 24px;
    font-weight: bold;
}

.popup-overlay .popup .content p {

}



/* ----
	REGLAB PLAY
*/

.items-play .item .image {
	position: relative;
	background-color: rgb(23, 26, 26);
	padding-top: 56.25%;
	background-size: cover;
}
.items-play .item .image .text {
	position: absolute;
    color: #eee;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    left: 0;
    background-color: #0f1986;
    align-items: center;
}
.items-play .item .image .text span {
	width: 100%;
    text-align: center;
	font-family: monospace;
	filter: blur(0.06rem);
	transition: 0.3s;
	transform: scale(0.96);
}
.items-play .item .image:hover .text span {
	filter: blur(0);
	transform: scale(1);
}
.items-play .item .content {
	padding: 12px; 
}
.items-play .item .serie {
	
}
.items-play .item .serie span {
	font-size: 55%;
    border: 1px solid #777;
    color: #000;
    border-radius: 3px;
    padding: 0px 5px 1px;
    position: relative;
    top: -5px;
}

.item.doc {
	max-width: 360px;
	color: #222;
	font-size: 87%;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 3px;
	font-weight: normal;
	font-style: normal;
	background-size: cover;
	margin: 0;
}
.page aside section.items .item.doc {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.item.doc .header {
	overflow: hidden;
}
.item.doc .categories {
	margin: -1px 0 5px;
	display: block;
}
.item.doc p {
	margin-bottom: 1px;
	margin-top: 0px;
}
.item.doc .doc-image {
	float: left;
	background-color: #979797;
	color: #fff;
	border-radius: 3px;
	font-size: 70%;
	width: 45px;
	padding: 5px 3px 7px;
	line-height: 1.3;
	text-align: center;
	margin: 3px 10px 5px 0;
	position: relative;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	height: 30px;
    line-height: 30px;
}
.item.doc .doc-image {

}

.item.doc a:hover {
	color: #EB690B;
}
.item.doc a:hover .doc-image {
	background-color: #EB690B;
}

@media (min-width: 900px) {
	.list.items-play .item {
		flex: 1 0 33.333%;
		box-sizing: border-box;
		padding: 15px;
		max-width: 33.333%;
	}
}


/**
Seearch
*/



/*-----------------------------------------------------------------------------------

SEARCH

-----------------------------------------------------------------------------------*/

.search-result {
    margin: 20px 0 24px;
}

.search-result .items {
	margin-top: 20px;
    display: block;
    flex-wrap: inherit;
    margin-left: 0;
}

.search-result > .items > .item {
    border-bottom: 1px dotted #ccc;
    max-width: 100% !important;
    border-right: none !important;
}

.search-result .item .item {
    border-bottom: none;
    padding: 0;
}

.search-result .breadcrumbs {
    margin: 0;
    padding: 0;
}

.search-result a  {
	color: #000;
}

.search-result a:hover {
	color: #F05A22;
}

.search-result h2 {
    margin: 0;
    padding: 0;
    font-family: BrandonTextWeb-Regular;
    font-weight: normal;
    font-style: normal;
}

.search-result p {
    margin: 0;
    padding: 0;
    font-family: BrandonTextWeb-Thin;
    font-weight: normal;
    font-style: normal;
}
.search-result .post-date {
    margin-top: 8px;
    font-size: 75%;
    color: #666;
}

ul.page-numbers {
    list-style: none;
    /* height: 30px; */
    padding: 6px 10px;
    margin: 0px auto 0 1px;
    display: inline-block;
    overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
ul.page-numbers li {
    padding: 0px 10px 0px 0;
    display: inline-block;
    text-align: center;
}
ul.page-numbers li .current {
    background-color: #8c8c8c;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    line-height: 23px;
    margin: 0 -6px;
    color: #fff;
}
.search-result ul.page-numbers {
    margin-top: 24px;
}




@media (min-width: 900px) {

    .search-result > .items > .item {
        margin-left: 24px;
        margin-right: 24px;
    }

    .menu-search a {
       font-size: 0px;
    }
    .menu-search a {
        display: block;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23444' stroke-width='2'%3E%3Ccircle cx='5' cy='5' r='4'/%3E%3Cpath stroke-linecap='round' d='m8 8 2.5 2.5'/%3E%3C/g%3E%3C/svg%3E");   
        width: 14px;
        height: 19px;
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: 0px 4px;
        cursor: pointer;
    }
}

@media (max-width: 900px) {
    .menu-search a {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23444' stroke-width='2'%3E%3Ccircle cx='5' cy='5' r='4'/%3E%3Cpath stroke-linecap='round' d='m8 8 2.5 2.5'/%3E%3C/g%3E%3C/svg%3E");   
        background-repeat: no-repeat;
        background-size: 15px;
        cursor: pointer;
        padding-right: 22px;
        background-position: right;
        background-position-y: 10px;
    }
}

.search-field { 
    display: flex;
    align-items: center;
    font-size: 120%;
    margin-top: 24px;
}

.search-field input {
    padding: 8px 12px;
    font-size: 14px;
}
.search-field input[type="text"] {
    width: 280px;
    margin-right: 12px;
}
.search-field input[type="submit"] {

}
