/*

Theme Name: Bibb
Theme URI: http://
Author: Peter Anderhagen
Author URI: www.anderhagen.se
Description: Custom made
Version: 0.1
Text Domain: bibb

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	height: 100%;
	background: #fff;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.63em;
	color: #111;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

caption{
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.75em 0;
	padding: 0;
	clear: both;
	line-height: 1.33;

	color: #000;
}

h1 {
	font-size: 2.2em;
	font-weight: 600;
}

h2 {
	margin: 2.22em 0 .665em 0;
	font-size: 1.22em;
	font-weight: 600;
	color: #111;
}

h3 {
	font-size: 1em;
	font-weight: 600;
}

h4 {}
h5 {}
h6 {}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

strong{
	font-weight: 600;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	min-height: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.27em;
	margin: 0 0 1.5em;
	padding: 0 10px 0 90px;
	background: url(gfx/blockquote-bg.png) no-repeat 15px 2px transparent;
}

p + blockquote{
	margin-top: 3em;
}

blockquote + p{
	margin-top: 3em;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 400;
	margin-top: 0.5em;
}

address {
	font-style: normal;
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: Courier, monospace;
	font-size: .8em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Courier, monospace;
	font-size: .8em;
}

abbr,
acronym {
	border-bottom: 1px dotted #3c6487;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

small {
	font-size: smaller;
	font-weight: 400;
}

big {
	font-size: bigger;
}

:focus {
	outline: none;
}

hr {
	background-color: #d0d0d0;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

hr.divider{
	display: block;
	width: 100%;
	float: none;
	clear: both;
	margin: 2.5em 0;
}

p > embed,
p > iframe,
p > object{
	margin-bottom: 0;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul,
ol {
	margin: 0 0 1.75em 1.5em;
	padding: 0;
}

ul {
	/*list-style: square;*/
	list-style-image: url(gfx/li.png);
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

sup{
	font-size: 65%;
	line-height: 1;
	font-weight: 100;
	white-space: break-after;
}

sub{
	font-size: 65%;
	line-height: 1;
	font-weight: 100;
	white-space: break-after;
}

a {
	color: #333333;
	text-decoration: underline;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	
	/* Allow long URLs to wrap at any point to avoid side scroll. */
	word-wrap: break-word;
}

a:hover{
	opacity: .5;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img{
	display: block;
	max-width: 100%; /* Adhere to container width. */
	height: auto !important; /* Make sure images are scaled correctly. */
}

img.alignleft,
img.alignright{
	margin-top: 6px;
	margin-bottom: 1.5em;
}

video {
	display: inline-block;
	height: auto !important; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
canvas {
	margin-bottom: 1.5em;
	max-width: 100%;
}


.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: 100%;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container canvas { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.video-item{
	margin-bottom: 5em;
	clear: both;
}

.video-item h2{
	margin: 1.5em 0;
}




table {
	border-collapse: separate;
	margin: 1.5em 0;
	width: 100%;
	font-family: arial;
}

tr:nth-child(even) td{background: #eee;}
tr:nth-child(odd) td{background: #ddd;}

th {
	background: #222;
	font-weight: 400;
	color: #fff;
	text-align: left;
}

th, td{
	padding: 0.2em 0.2em;
	font-size: .75em;
	line-height: 1.33;
}

table ul{
	margin-bottom: 0;
}



.wp-caption,
.gallery-caption {
	color: #666;
	font-size: .84em;
	line-height: 1.44;
	margin-bottom: 3em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .83em 0 .83em 0;
}




/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery-listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.gallery-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: end;
	    align-content: flex-end;
	margin: 1%;
	padding: 1em;
	text-align: left;
	border: solid 1px #aaa;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
	width: 48%;
}


.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: none;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	-o-transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	width: 100% !important;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top: solid 1px #aaa;
	text-align: left;
}





/* Selectable styles/classes in RTE */

a.more{
	display: inline-block;
	background: url(gfx/more-bg-v02.png) no-repeat right 8px center #e3e3e3;
	background-size: auto 17px;
	text-decoration: none;
	font-weight: 300;
	padding: 4px 32px 4px 10px;
}

p.footnote{
	font-size: 83%;
	line-height: 1.3em;
	color: #505050;
}

.inline-label{
	position: relative;
	top: -0.32em;
	display: inline-block;
	
	font-size: .55em;
	font-weight: 100;
	text-transform: uppercase;
	background: #d6d6d6;
	margin-left: 5px;
	padding: 8px 12px;
}

/* /Selectable styles/classes in RTE */




.clearfix:after,
.container:after,
.container ul:after{
	content: "";
	display: table;
	clear: both;
}

.pad{
	padding: 0 7.5%;
}

.container{
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0;
}



#header{
	background: url(gfx/header-container-bg.png) repeat-x center -10px transparent;
	padding: 50px 0 20px 0;
	overflow: visible;
}

#logo{
	max-width: 33%;
	float: left;
}

#nav-toggle{
	display: block;
	float: right;
	width: 44px;
	height: 44px;
	margin: 0 auto;
	border: 0;
	background: url(gfx/nav-toggle-bg.png) no-repeat center 4px;
	background-size: 36px auto;
	text-indent: -9999px;
	outline: none;
}
#nav-toggle.active{
	background-position: bottom center;
}
body.no-js #nav-toggle{
	display: none;
}



#nav{
	display: block;
	clear: both;
	width: 100%;
}

#nav ul{
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	-webkit-transition: max-height .5s;
	-moz-transition: max-height .5s;
	-o-transition: max-height .5s;
	transition: max-height .5s;
	overflow: hidden;
	max-height: 0;
}

#nav > .menu > ul{
	padding-top: 25px;
}

#nav ul.active,
body.no-js #nav ul{
	max-height: 2000px;
}

#nav li{
	position: relative;
	margin: 0;
	padding: 2px 0;
	list-style: none;
	text-align: left;
	border-bottom: solid 1px #ddd;
}

#nav li.lang-item img{
	float: left;
	margin-top: 7px;
	margin-right: 2px;
}

#nav li a{
	display: inline-block;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

#nav .current-menu-item a, 
#nav .current-menu-parent a,
#nav .current-menu-ancestor a,
#nav .current-page a,
#nav .current_page_item a,
#nav .current_page_ancestor a,
#nav .current-page-parent a,
#nav .current-page-ancestor a,
#nav .current-post-ancestor a{
	color: #e71096;
}

#nav li li{
	padding-left: 3em;
	border-bottom: 0;
}

#nav li li:last-child{
	padding-bottom: 24px;
}

#nav .menu ul li li a{
	padding: 0 0 4px 0;
	font-weight: 400;
	text-transform: none;
	color: #444;
}

#nav .menu ul li .current-menu-item a,
#nav .menu ul li .current_page_item a,
#nav .menu ul li .current-page a{
	color: #e71096;
}

#nav .menu ul ul{
	display: none;
}

a.open-children{
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 40px;
	background: url(gfx/nav-item-bg.png) no-repeat right -50px;
}

a.open-children.active{
	background-position: right 0;
}


#subnav{
	display: none;
}

#nav li span.wobr{
	display: none;
}






.caption h1,
.caption h2{
	max-width: 1180px;
}

#main-feature{
	position: relative;
}

#main-feature .caption{
	padding: 2.5em 7.5%;
	background: #ebebeb;	
}

.caption a{
	display: block;
	text-decoration: none;
	color: #fff;
}

#main-feature .caption h2{
	margin: 0 auto;
}

#main-feature h2 em{
	font-style: normal;
	color: #e71096;
}

.home #main-feature img{
	display: block;
	width: 100%;
	height: auto !important;
}

.home #main-feature .caption{
	background: #000;
	color: #fff;
}

.home #main-feature h1{
	margin-bottom: 0;
	padding-top: 1.2em;
	font-size: 1.6em;
	color: #fff;
}

.home #main-feature em{
	font-style: normal;
	color: #e71096;
}

.home #main-feature p{
	margin-bottom: 0;
}

.home  #main-feature .more{
	margin-top: 1.2em;
}





/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides_container {
	position: relative;
	width: 100%;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* slider prev+next arrows */
.rslides_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 33%;
	left: 0;
	z-index: 99;
	opacity: 0.5;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("gfx/rslider.gif") no-repeat left top;
	margin-top: -45px;
	color: #fff;
}
.rslides_nav:active {
	opacity: 1.0;
}
.rslides_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.rslides_nav:focus{
	outline: none;
}



#main{
	padding-top: 50px;
}

#header + #main{
	padding-top: 150px;
}

body.home #main{
	background: #f0f0f0;
}

.main-content{
	min-height: 240px;
	padding-bottom: 50px;
}

aside{
	padding-bottom: 50px;
}




.shortcuts{
	margin: 24px 0;
	padding: 1.4em 1em;
	background: #000;
	color: #fff;
	text-align: right;
}
.shortcuts h3{
	color: #e71096;
}
.shortcuts ul{
	list-style: none;
	margin: 0;
	padding: 0;	
}
.shortcuts li{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}
.shortcuts li a{
	display: block;
	background: url(gfx/more-bg-v02.png) no-repeat right 0px center transparent;
	background-size: auto 17px;
	text-decoration: none;
	font-weight: 300;
	line-height: 1.33em;
	border-top: solid 1px #333;
	margin: 0 0;
	padding: 10px 26px 10px 10px;
	color: #fff;
}



.highlights .item{
	margin-bottom: 3em;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #aaa;
}
.highlights .item:last-child{
	border-bottom: none;
}
.highlights .item h3{
	margin-bottom: 1.5em;
}
.highlights .item:nth-child(3) h3{
	text-transform: uppercase;
}
.highlights .stockinfo img{
	margin-top: 12px;
}
.highlights .item ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.highlights .item li{
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}



.widget.news h3{
	margin-bottom: 1.33em;
	text-transform: uppercase;
}
.widget.news article .date{
	display: inline-block;
	float: left;
	margin-right: .55em;
	font-size: .85em;
	line-height: 1.4em;
}
.widget.news article .cats{
	display: inline-block;
	font-size: .70em;
	line-height: 1.2em;
}
.widget.news article.active h4 a{
	color: #aaa;
}
.widget.news article.active a:hover{
	text-decoration: none;
	opacity: 1 !important;
}



.article-listing article{
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: solid 1px #e6e6e6;
}


.post-meta{
	margin: 0;
	padding: 0;
	font-size: .85em;
	line-height: 1;
	color: #808080;
}

.date{}
.author{}
.cats{}
.cats a{
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 3px 5px;
	text-decoration: none;
	background: #bbb;
	color: #fff;
	text-transform: uppercase;
}



#footer{
	margin: 0;
	padding: 40px 0 20px 0;
	background: #000;
	font-size: .9em;
	line-height: 1.31em;
	color: #aaa;
}

.address-container{
	padding-bottom: 20px;
}
#footer address{
	color: #aaa;
}
#footer a{
	color: #aaa;
}
#footer a:hover{
	opacity: 1;
	color: #fff !important;
}

.social{
	text-align: center;
	padding-bottom: 20px;
}

.social .icon{
	font-size: 3em;
	margin: .08em;
}
a.icon{
	text-decoration: none;
}




/* cforms */

.cform {
	display: block;
	width: 100%;
	margin: 25px 0 25px 0;
	padding: 15px;
	background: #ebebeb !important;
	border: solid 0px #aaa;

}
.cform fieldset {
	margin: 0;
	padding: 0;
}
.cform legend {
	margin: 0;
	padding: 0;
}
ol.cf-ol {
	border-top: 0;
	margin: 0;
	padding: 0;
}
ol.cf-ol li {
	list-style: none;
	padding: 2px 0;
	text-align: left;
} 
p.cf-sb {
	margin: 0;
	text-align: left;
}
ol.cf-ol li.textonly {
	padding: 15px 0;
} 
.cform label {
	display: block;
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: .85em;
	color: #333;
} 
.cform label span {}

/* check and radio */
label.cf-before {
	margin: 0 10px 0 0;
}
label.cf-after {
	margin: 0 0 0 6px;
	width: 200px;
	text-align: left;
}
.cform input,
.cform textarea,
.cform select {
	font-size: .85em;
	color: #000;
	width: auto;
	min-width: 90%;
	margin-right: 5px;
	padding: 10px;
	border: solid 1px #808080;
	border-radius: 0px;
	background: #fff;
}
.cform textarea{
	height: 75px;
	resize: vertical;
}
.cform input:focus, .cform input:hover,
.cform textarea:focus, .cform textarea:hover,
.cform select:focus .cform select:hover{
	border: solid 1px #808080;
}
.cform p.cf-sb input.sendbutton {
	width: auto !important;
	min-width: 100px;
	padding: 10px 5px 10px 10px;
	border: 0;
	background-color: #202020;
	font-size: .85em;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cform p.cf-sb input.sendbutton:hover{
	background-color: #e71096;
}
.cf_info.failure{
	padding: 10px;
	border: solid 1px #ff3333;
	border-color: #ff6666;
}
.success{
	display: block;
	width: 100%;
	margin: 25px 0;
	padding: 15px;
	background: #ebebeb;
	border: solid 1px #dddddd;
}
.reqtxt,
.emailreqtxt{
	color: #e71096;
	font-size: 125%;
	font-weight: 400;
}

/*
.extra{
	margin-bottom: 25px;
}
*/









@media screen and (min-width: 480px){

	.alignleft{
		display: block;
		float: left;
		clear: none;
		max-width: 45%;
		margin-right: 1.5em;
	}
	.alignright{
		display: block;
		float: right;
		clear: none;
		max-width: 45%;
		margin-left: 1.5em;
	}
}



@media screen and (min-width: 740px){

	body{
		font-size: 12px;
	}
	
	#nav li.lang-item img{
		margin-top: 5px;
	}
	
	aside.align-top{
		padding-top: 30px;
	}

	.highlights{
		display: flex;
		justify-items: stretch;
		align-items: flex-start;
	}
	.highlights .item{
		width: 30%;
		border-bottom: none;
	}
	.highlights .item:nth-child(1),
	.highlights .item:nth-child(4){
		margin-right: 5%;
	}
	.highlights .item:nth-child(3),
	.highlights .item:nth-child(6){
		margin-left: 5%;
	}
	
	
	#footer .address-container{
		width: 60%;
		float: left;
	}
	#footer .social{
		width: 30%;
		float: right;
		text-align: right;
	}
	
	.cform {
		margin: 25px 0;
		padding: 25px 40px;
		background: #ebebeb;
	}
	.aside .cform{
		padding: 15px;
	}
	
	table {
		font-family: verdana, arial, sans-serif;
	}
	th, td{
		padding: 0.7em 0.7em;
		font-size: .82em;
		line-height: 1.33;
	}
	th {
		font-weight: 600;
	}
	
	/* slider prev+next arrows */
	.rslides1_nav {
		display: block;
		top: 50%;
		margin-top: -45px;
	}

	.gallery-columns-3 .gallery-item {
		width: 31%;
	}
	.gallery-columns-4 .gallery-item {
		width: 23%;
	}

}



@media screen and (min-width: 1050px){
	
	body{
		font-size: 14px;
	}
	
	#header{
		width: 100%;
		margin: 0;
		padding-top: 0;
		background: url(gfx/header-bg.png) no-repeat top center #fff;
	}

	#header .container{
		background: url(gfx/header-container-bg.png) repeat-x top center transparent;
		display: flex;
		align-items: flex-end;
	}
	
	#logo{
		display: inline-block;
		padding: 60px 0 0 0;
		float: left;
		width: auto;
		background: #fff;
	}
	#logo img{
		margin: 0;
		padding: 5px 30px 2px 0;
		border-right: solid 1px #000;
	}
	
	#nav-toggle{
		display: none;
	}
	
	#nav ul{
		position: relative;
		display: flex;
		justify-content: space-around;
		max-height: 1000px;
	}
	#nav li{
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	
	#nav li a{
		
	}
	
	#nav .utilities{
		position: absolute;
		top: 45px;
		right: 5.5%;
		z-index: 999;
		display: block;
		width: 400px;
		height: 50px;
		text-align: right;
	}
	#nav .utilities li{
		display: inline-block;
		margin: 0;
		padding: 0;
		text-align: right;
	}
	#nav .utilities li a{
		margin: 0;
		padding: 6px 8px;
		font-size: .85em;
		font-weight: 300;
		color: #888;
	}
	#nav li.lang-item{
		margin-right: 20px;
	}
	#nav li.lang-item img{
		margin-top: 6px;
	}
	
	#nav .utilities li.linkedin a,
	#nav .utilities li.twitter a,
	#nav .utilities li.youtube a{
		position: relative;
		top: 5px;
		font-size: 1.67em;
		font-weight: normal;
		color: #000;
	}

	
	
	#nav li a{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#nav li a.open-children{
		display: none;
		background: none;
	}
	#nav li span.wobr{
		display: inline;
	}
	#nav li br{
		display: initial;
	}

	#nav .menu ul ul{
		display: none !important;
	}


	
	/* subnav */
	#subnav{
		position: absolute;
		bottom: -80px;
		z-index: 99999;
		display: block;
		height: 80px;
		padding-top: 20px;
	}

	#subnav ul{
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
		background: #fff;
	}
	#subnav ul li{
		display: flex;
		align-items: center;
		margin: 0 0 5px 5px;
		padding: 0 2px;
		background: #ebebeb;
		text-align: center;
	}
	#subnav ul li:last-child{
		margin-right: 5px;
	}
	#subnav li a{
		display: inline-block;
		margin: 0;
		padding: 12px 4px;
		font-size: .70em;
		line-height: 1.3em;
		text-transform: none;
		text-align: center;
	}
	#subnav li.active a{
		color: #e71096;
	}
	

	#main-feature img{
		width: 100% !important;
	}
	.home #main-feature .caption{
		position: absolute;
		right: 0;
		bottom: 10%;
		width: 33%;
		min-width: 400px;
		height: auto;
		padding: 2% 3%;
	}
	.home #main-feature h1{
		margin: 0;
		padding-top: 0;
	}
	
	#main{
		min-height: 300px;
		border-top: solid 1px #ddd;
	}
	.main-content{
		width: 59%;
		float: left;
		padding-top: 25px;
	}
	aside{
		width: 26%;
		float: right;
		padding-top: 78px;
	}

}



@media screen and (min-width: 1200px){
	#subnav li a{
		padding: 12px 10px;
		font-size: .81em;
	}
}



@media screen and (min-width: 1350px){
	
	body {
		font-size: 16px;
	}
	
	#nav li.lang-item img{
		margin-top: 8px;
	}
	
	#subnav ul{
		flex-wrap: nowrap;
	}
	
}








@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?kq4vlc');
  src:  url('fonts/icomoon.eot?kq4vlc#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?kq4vlc') format('truetype'),
    url('fonts/icomoon.woff?kq4vlc') format('woff'),
    url('fonts/icomoon.svg?kq4vlc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* 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;
  
  font-size: 2em;
  line-height: 1;
  

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  cursor: pointer;
}

.icon-email:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-googleplus:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-location:before {
  content: "\e905";
}
.icon-phone:before {
  content: "\e906";
}
.icon-pinterest:before {
  content: "\e907";
}
.icon-rss:before {
  content: "\e908";
}
.icon-twitter:before {
  content: "\e909";
}
.icon-vimeo:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e90b";
}


span.hidetext{
	display: none;
}





#cookieChoiceInfo{
	background: #333 !important;
	color: #fff;
	font-size: .8em;
	line-height: 1.2em;
}

#cookieChoiceInfo span{
	display: inline-block;
	max-width: 1200px;
	margin: 12px;
	text-align: left;
}

#cookieChoiceInfo a{
	display: inline-block;
	color: #e71096;
	text-decoration: none;

}
#cookieChoiceDismiss{
	display: inline-block;
	margin-bottom: 12px;
}





div.inline-links a{
	text-decoration: none;
	color: #e71096;
}








