﻿

/****************
/* General     */

.cf:after {
  content: "";
  display: table;
  clear: both;
}
html {
  box-sizing: border-box;
	font-family:arial;
	font-size:16px;
	font-weight:400;
	margin:0;
	padding:0;
}
*, *:before, *:after {
  box-sizing: inherit;
}

::-webkit-input-placeholder { color: #777; }
:-moz-placeholder { /* Firefox 18- */  color: #777; }
::-moz-placeholder {  /* Firefox 19+ */ color: #777; }
:-ms-input-placeholder { color: #777; }


body	{
	background-color:#fff;
    font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-size:0.875em;
	font-weight:400;
    line-height:1.15em;
	color:#454545; /*#353535;*/
	margin:0;
	padding:0;
	
}

strong {
	font-weight:700; 
}

a {
    text-decoration:none;
	color:#454545;
}
a:focus,
a:active,
a:hover {
	color:#ee716c; /*#454545;
	text-decoration:underline; */
	cursor: pointer;
}

label {
	width: 25%;
	margin:1%;
    display: inline-block;
    text-align: right;
}
form > small {
	width: 65%;
	margin-left:27%;
	}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="date"], select, textarea {
    background-color: #fff;
    border-radius: 0px;
    font-family: inherit;
    height: 28px;
    outline:none;
    padding: 0px 10px;
    width: 65%;
    border: 1px solid #bebebe;
}
aside input[type="number"] {
	width: 25%;
}
input[type="submit"] {
    margin-left: 22%;
	padding:10px;
}
input[type="radio"] {
    margin: 5px;
}

div.wrapper, div.main-content {
	max-width:1080px; /* 1240 */
    width: 100%;
    margin:0 auto;
	overflow:hidden;
}
 
header > div.wrapper {
	padding-left:1.666666%%;
	padding-right:1.666666%%;
}
div.main-content {
	min-height:400px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

	
header {
	width:100%;
	height:675px;
	background-size:cover;
	background-position:center;
	/*background-image: url(/images/site/vb_bg1.jpg);*/
	padding-top:40px;
}
header.smallHeight {
	height:350px;	
}
	header.smallHeight div.headline {
		margin-top:30px;
	}
    header a {
        text-decoration:none;
	    color:#fff;
    }
    header a:focus,
    header a:active,
    header a:hover {
	    color:#fff;
	    cursor: pointer;
        text-decoration: none;
    }
	header div.logo {
		/*margin-left:-20px;*/
	}
	header div.logo img {
		width:350px; /*140px;*/
		height:auto;			
	}
	header div.headline {
		margin-top:200px;
	}
	header span:before, header span:after {
		/*content: "\00A0";*/
	}
	header h1, header h2 {
		color:#fff;
	}
	header h1 {	
		font-family: "din-condensed-web", helvetica, sans-serif; 
		text-transform:uppercase; 
		font-size:4.5em;
		font-weight:bold;
		line-height:1em;
		/*margin-bottom:26px;*/
		margin-bottom:0.4em;
	}
	header h2 {
		font-size:3em;
		font-weight:normal;
		line-height:1em;
		margin-top:0;
	}
	header p {
		font-size:1.35em;
		line-height:1.33em;/*1.6em*/
		width:65%;
		color:#fff;
	}
	header h1 > span {	
		padding-top:.1em;
		padding-bottom:.075em;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	}
	header p > span {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	}
	header h1 > span, header h2 > span, header p > span {
		/*background-color:rgba(238,113,108,0.65);*/
	}

    header small {
	    text-transform:uppercase;
	    color:#fff;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
    }

/**************** 

SECTION

********/

section {
	border-bottom:1px solid #d9f2fa;
	padding-bottom:15px;
	margin-bottom:15px;
}
section:after {
  content: "";
  display: table;
  clear: both;
}
section:last-child {
	padding-top:25px;
	padding-bottom:40px;
	border-bottom:none;
}
small.big-photo-credits {
	display:block;
	position:absolute;
	z-index:99999;
	left:1%;
	text-align:left;
	background-color: rgba(255,255,255,.75);
	padding: 5px 3px;
}
small.author {
	text-transform:uppercase;
	color:#ee716c;
}
small.author a {
    text-decoration:underline;
	color:#ee716c;
}
small.author a:focus,
small.author a:active,
small.author a:hover {
	cursor: pointer;
}
/*
section.base a {
    color:#dda23c;
    text-decoration:none;
}
section.base a:focus,
section.base a:active,
section.base a:hover {
    text-decoration:underline;
	cursor: pointer;
	text-decoration:underline; 
	text-decoration:underline solid #dda23c;
}
*/


.w1-3 h1 {
	font-size:1.15em;
	line-height:1.2em;	
}
section > h1, .w1-3 h1:first-child {
	font-family: "pragmatica-web";
	font-weight:200;
	font-size:2em;
	line-height:1em;
	text-align:center;
}

section > h1 {
	font-size:2.5em;
}

.center {
	text-align:center;
}

body > aside {
	font-size:0.75em;
	position: absolute;
	float: right;
	right: 15px;
	background-color: rgba(255,255,255,.5);
	padding: 5px 3px;
	top: 675px;
	text-align:right;
	width:160px;
	max-width:160px;
}
	body > aside img {
		width:25px;
		height:25px;
		margin-left:3px;
	}
	body > aside img.sponsor {
		width:75%;
		height:auto;	
		margin-top:15px;
	}
	body > aside div {
		position:relative;
		margin:25px 0;
	}
	body > aside form input {
		background-color: #fff;
		border-radius: 5px;
		font-family: inherit;
		height: 28px;
		outline: none;
		padding: 0px 10px;
		width: 80%;
		border: 1px solid #adadad;
	}
	body > aside button {
		position: absolute;
		float:right;
		margin-right:0;
		background-image: url(../images/site/icon_search.png);
		background-size:17px 17px;
		background-color: #fff;
		background-repeat: no-repeat;
		border: 0px none;
		width: 17px;
		height: 17px;
		right:3px;
		top: 6px;
	}
	body > aside span {
		visibility: hidden;
	}
	
	
		
	div.submenu {
		margin:0;
		padding-left:0.83333333333333%; 
		margin-top:5px;
	}
	div.submenu ul, div.submenu li {
		margin-left:0;
		padding-left:0;
	}
	div.submenu li {
		margin-bottom:10px;
		list-style-type:none;
	}
	div.submenu li.head {
		margin-top:20px;
		text-transform:uppercase;
		color:#dda23c; /* geel */
	}
	div.submenu ul li.active {
		text-transform: uppercase;
		font-weight: bold;
	}
		div.submenu ul li ul, nav.submenu ul li ul.filterGroup {
			margin-left: 15%;
		}
		div.submenu ul li ul.filterGroup li.head, nav.submenu ul li ul.filterSubGroup li.head {
			margin-left: -7.5%;
		}
		div.submenu ul li ul.filterSubGroup {
			margin-left: 0%;
		}
		div.submenu ul li ul li a.active {
			text-decoration:underline; 
			/*text-decoration:underline solid #dda23c;*/
		}
		

.w1-1, .w1-2, .w1-3, .w2-3, .w1-4, .latest-wp45, .latest-wp55, .mainArticleContent { /*.w45-1-1, .w45-1-3, .w50, .w1-5, .w2-5, */
	position:relative;
	float:left;
	margin:0px 0.833333% 15px 0.833333%; /* 10/1200 */

	padding:10px 1.666666%; /*0.833333*/
    background-color:#fff;
}
.w1-1 {
    margin: 0;
    width: 98.33333333%;
}


.w1-1 img, .w1-2 img, .w1-3 img, .w2-3 img, .w1-4 img, .latest-wp45 img, .latest-sp55 img, .mainArticleContent img { /* .w45-1-1 img, .w45-1-3 img, .w1-5 img, .w2-5 img, .articleListing img   */
	/*width:100%;*/
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.w1-3 figure, .w1-4 figure {
	max-width:100%;
	width:100%;
	overflow:hidden;
}
.w1-4 figure {
	max-height:140px;
	height:140px;
}
.w1-3 figure {	
	max-height:195px;
	height:195px;
}
.thmbs img {
    width: 18%;
    margin: 0 1%;
    float: left;
    cursor: pointer;
}
.w1-2 h1, .w1-4 h1 {
	margin-top:0;
    font-size:1.15em;
	line-height:1.2em;
}
.w1-4 h1 {
	margin-top:15px;
}
.w1-4 p, .w1-4 small.author, .w1-4 h1 {
	text-align:center;
	display:block;
	padding-left:1%;
	padding-right:1%;
}
.w1-4 small.author {
	font-size:0.75em;
}
p.underline {
	padding-bottom:5px;
	border-bottom-width: 5px;
	border-bottom-style: solid; 
}



.UL2 {	 /* Fryslan */
	border-bottom-color:#da5a2f;
}
.purple, .UL3 { /* Economie */
	border-bottom-color:#a7bcd7;
}
.green, .UL4 { /* Gezond en groen*/
	border-bottom-color:#3cb878;
}
.yellow, .UL5, .UL { /* Cultuur */
	border-bottom-color:#f3efa2;
}
.red, .UL8 { /* Andere Kijk */
	border-bottom-color:#dd597d;
}
.UL9 { /* Podium */
	border-bottom-color:#c19bde;
}
.UL10 { /* Recht */
	border-bottom-color:RebeccaPurple;
}
.UL11 { /* Vernieuwing */
	border-bottom-color:#ffe920;
}
.UL12 { 
	border-bottom-color:#c87c5b;
}
.UL13 { 
	border-bottom-color:#ffcece;
}
.UL14 { 
	border-bottom-color:#a9c5eb;
}
.UL15 { 
	border-bottom-color:#ffe699;
}


.w1-2 {
    width: 50%;
    margin: 0;
}
.w1-3 {
    width: 33.3333333%;
    margin: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.w1-1 {
	width:100%;
	margin:0;
}
.w1-4 {
    width: 25%;
    margin: 0;
}

.latest-wp45 {
	width:45%;
    margin: 0;
}
.latest-wp55 {
	width:55%;	
    margin: 0;
}

article.mainArticleContent {
	/*margin-left:5%;*/
    width: 65%;/*72.5*/ 
	font-size:1.15em;
	line-height:1.5em;
	min-height:350px;
}
article.mainArticleContent blockquote, article.mainArticleContent aside {
	width:50%;
	margin-top:6px;
	padding:0 10px;
	color:#fff;
	font-style:italic;
}
article.mainArticleContent blockquote::before {
	display: block;
	position:absolute;
	left:-1.5%;
	margin-top:0.35em;
	float:left;
	content: "“";
	font-size:5em;
	font-style:normal;
	color: #999;
}
article.mainArticleContent blockquote {
	width:55%;
	margin:0 1.25em 0 -5%; 
	padding:0 0.75em 0 3em;
	font-size:1.15em;
	float:left;
	color: #ee716c;
	/*border-top: 5px solid #70d0eb;*/
}
article.mainArticleContent aside {
	float:right;
	margin-right:-52.5%;
	margin-top:-5px;
	font-size:1em;
	background-color:rgba(218,90,46,0.85);
	border:rgba(218,90,46,1);
	border-left: 10px solid rgba(218,90,46,1);
	/*background-color:rgba(238,113,108,0.65);
	border: 1px solid rgba(238,113,108,0.75);
	border-left: 10px solid rgba(238,113,108,0.75);*/
}
article.mainArticleContent h1, article.mainArticleContent h2, article.mainArticleContent h3, article.mainArticleContent h4, article.mainArticleContent h5, article.mainArticleContent h6 {  
	color:#454545;
	font-size:1.75em;
	line-height:1em;
	font-style:italic;
	margin:1.75em 0 1em 0;
}
article.mainArticleContent h1 {
	margin:0.15em 0;
	font-size:3em;
	font-style:normal;
}
article.mainArticleContent h2 {
}
article.mainArticleContent img {
	float:right;
	margin:5px -52.5% 5px 50px;
	width:50%;
}
section.mainArticleContent {
	float:none;
	width:100%;
}
article.mainArticleContent > h1:first-child {
	font-family: "ff-tisa-sans-web-pro",sans-serif; /*font-family:"din-condensed-web", helvetica, sans-serif;*/
	font-size:2.9em;
	margin-bottom:1em;
	/*text-transform:uppercase;*/
	width:150%;
}
article.mainArticleContent td {
	padding:0.5em;
	border:1px dashed #454545;
}

article.mainArticleContent p a {
	color:#70d0eb;
}
article.mainArticleContent p a:focus,
article.mainArticleContent p a:active,
article.mainArticleContent p a:hover {
	color:#70d0eb; 
    text-decoration:underline;
}

article.mainArticleContent aside a {
    text-decoration:underline;
	color:#fff;
}
article.mainArticleContent aside a:focus,
article.mainArticleContent aside a:active,
article.mainArticleContent aside a:hover {
	color:#70d0eb; 
}
article.mainArticleContent blockquote a {
    text-decoration:underline;
	color:#fff;
}
article.mainArticleContent blockquote a:focus,
article.mainArticleContent blockquote a:active,
article.mainArticleContent blockquote a:hover {
	color:#70d0eb; 
}
/*section.mainArticleContent img, article.mainArticleContent blockquote {
	width:40%;
	margin-right:0;
}*/


div.time-overview span.time {
	color:#70d0eb;
	width:15%;
	float:left;
	margin-top:5px;
}
div.time-overview div.title {
	width:85%;
	float:left;
	margin-top:5px;
}
div.signup  {
	text-align:center;
}
div.signup input {
	width:40%;
	padding:5px 8px;
}
div.signup button {
    position: relative;
    background-color: #da531c;
    border: 0px none;
    right: 10px;
	padding:6px 18px;
	margin-left:8px;
    top: 0px;
}
div.signup span {
	color:#fff;
}

p.continueReading {
	height:98px;
	overflow:hidden;
}
.continueReading::after {
	content: "";
	text-align: right;
	position: absolute;
	bottom: 1.5em;
	right: 0;
	width: 50%;
	height: 1.5em;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 70%);
}
span.pageNav {
	display:block;
	width: 98%;
	margin:1%;
	padding:0;
	text-align:center;
}
/*
div.ribbonAanbieding {
    float: left;
    width: 100%;
    position: absolute;
    left: 0; 
    top: 0;
    background-color:#C63146;
    font-size: 0.75em;
    font-weight: bold; 
    color: #fff;
    padding: 0.5em 0;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}
*/
.narrow {
	font-stretch:semi-condensed;
}
footer {
	width:100%;
    font-size: 0.75em;
	text-align:center;
	padding:20px 0;
}
	
	footer a {
		color:#454545;
		text-decoration:none;
	}
	footer a:focus,
	footer a:active,
	footer a:hover {
		text-decoration:none;
		cursor: pointer; 
	}

.algnright {
    text-align: right;
}

.button {
	display: inline-block;
	zoom: 1; 
	*display: inline;
	vertical-align: baseline;
	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em 2em;
}

.green {
	color: #e8f0de !important;
	border: solid 1px #538312;
	background: #64991e;
}
.green:hover {
	background: #538018;
}
.green:active {
	color: #a9c08c;
}
/*
.orange {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;
	background: #f78d1d;
}
.orange:hover {
	background: #f47c20;
}
.orange:active {
	color: #fcd3a5;
}
.yellow {
	color: #fff !important;
	background: #dda23c;
    width: 70%;
}
.yellow:hover {
	background: #d29222;
}
.yellow:active {
	color: #ce9636;
}*/
.big  {
  padding: .7em 1.5em .75em !important;
  font-size:1em;
  font-weight:bold;
  text-transform: uppercase;
  margin-top:5px; 
}
.left {
    float:left;
}
.medium {
	font-size:1.0em;
	padding: .4em 1.5em .42em;
}
.small {
	font-size:0.85em;
	padding: .2em 1em .275em;
}

article.share-buttons {
	width:100%;
	display:block;
}
article.share-buttons div {
	float:left;
}
.sharrre{
	margin:55px 0 0 50px;
}
.sharrre .box a:hover{
	text-decoration:none;
}
.sharrre .count {
	color:#525b67;
	display:block;
	position:relative;
	line-height:40px;
	height:40px;
	text-align:center;
	width:70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #b2c6cc;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.sharrre .count:before, .sharrre .count:after {
	content:'';
	display:block;
	position:absolute;
	left:49%;
	width:0;
	height:0;
}
.sharrre .count:before {
	border:solid 7px transparent;
	border-top-color:#b2c6cc;
	margin-left:-7px;
	bottom: -14px;
}
.sharrre .count:after {
	border:solid 6px transparent;
	margin-left:-6px;
	bottom:-12px;
	border-top-color:#fbfbfb;
}
.sharrre .share {
	color:#FFFFFF;
	display:block;
	height:30px;
	line-height:30px;
	margin-top:8px;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px; 
}
#twitter .share {
	text-shadow: 1px 0px 0px #0077be;
	filter: dropshadow(color=#0077be, offx=1, offy=0); 
	border:1px solid #0075c5;
	background: #26c3eb;
	background: -moz-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26c3eb), color-stop(50%,#26b3e6), color-stop(51%,#00a2e1), color-stop(100%,#0080d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* IE10+ */
	background: linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c3eb', endColorstr='#0080d6',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #5cd3f1 inset;
}
#facebook .share {
	text-shadow: 1px 0px 0px #26427e;
	filter: dropshadow(color=#26427e, offx=1, offy=0); 
	border:1px solid #24417c;
	background: #5582c9; /* Old browsers */
	background: -moz-linear-gradient(top, #5582c9 0%, #33539a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5582c9), color-stop(100%,#33539a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5582c9 0%,#33539a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5582c9 0%,#33539a 100%); /* IE10+ */
	background: linear-gradient(top, #5582c9 0%,#33539a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582c9', endColorstr='#33539a',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #80a1d6 inset;
}
#googleplus .share, #pinterest .share {
	text-shadow: 1px 0px 0px #222222;
	filter: dropshadow(color=#222222, offx=1, offy=0); 
	border:1px solid #89191e;
	background: #cc2128; /* Old browsers */
	background: -moz-linear-gradient(top, #c11a22 0%, #cc2128 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c11a22), color-stop(100%,#cc2128)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c11a22 0%,#cc2128 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c11a22 0%,#cc2128 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c11a22 0%,#cc2128 100%); /* IE10+ */
	background: linear-gradient(top, #c11a22 0%,#cc2128 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c11a22', endColorstr='#cc2128',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 4px #ffffff, 0 1px 0 #f5545b inset;
}


article.mainArticleContent .flexslider img {
	margin: 0; /*5px -52.5% 5px 50px;*/
}
article.mainArticleContent .flexslider figure figcaption, p.flex-caption {
	font-size:0.875em;
	margin:1% 15px;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  { outline: none; }
.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot.html');
	src:url('fonts/flexslider-icon.eot-1.html') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff.html') format('woff'),
		url('fonts/flexslider-icon.ttf.html') format('truetype'),
		url('fonts/flexslider-icon.svg.html') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; width: 100%; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100% !important; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { /*margin-right: 5px;*/ }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}

.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: (0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: #ee716c; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.flexslider { margin: 0 0 0 0; padding-bottom:60px; }
.flex-direction-nav a  { }
.flex-control-nav { bottom: 15px; } 
.flex-control-paging li a { background: #fff; border: 1px solid #e7e7e7; -webkit-box-shadow: none; -moz-box-shadow:none; -o-box-shadow: none; box-shadow: none; }
.flex-control-paging li a:hover { background: #e8e8e8; }
.flex-control-paging li a.flex-active { background: #ee716c; border:1px solid #ee716c; }

.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 2.5em; line-height: 50px; display: inline-block; content: '\f001'; }
.flexslider:hover .flex-next { right: 25px; }
.flexslider:hover .flex-prev { left: 17px; }



/*@media screen and (max-width: 1425px) {
	aside {
		display:inline;
		position:relative;
		float:none;
		width:100%;
		top:0;
		right:auto;
	}
}*/