/*Theme Name: DefaultTheme URI: http://wordpress.org/Description: The 2010 default theme for WordPress.Author: the WordPress teamVersion: 1.0Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html-------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, hgroup, footer, article {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
#wpadminbar {
	display: none;
}
/* fonts */
/* main page areas */
html, body {
	width: 100%;
	height: 100%;
	color: #323232;
	font-family: Adelle;
}
a {
	text-decoration: none;
	color: #3c3c3e;
}
div, header, hgroup, footer {
	/*border: 1px solid black !important;
	border-collapse: collapse !important;
*/
}
.clear {
	clear: both;
}
.border {
	border-top: 1px solid #000;
}

.pad12 {
  padding-left:12px !important;
  padding-right:12px !important;
}

div#page {
	min-height: 100%;
	position: relative;
}
div#page .pagecontent {
	max-width: 1424px;
	margin: 0px auto;
	position: relative;
}
header hgroup {
	display: block;
	height: 100px;
}
header a.logo {
	top: 20px;
	left: 32px;
	position: absolute;
	z-index: 10000;
}
@media only screen and (max-width: 480px) {
  header a.logo {
  	top: 20px;
  	left: 16px;
 }
}
header#branding {
}
header#branding hgroup {
	height: 120px;
	top: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
	z-index: 999;
	background-color: #fff;
	padding: 0px 0px;
}
header#branding hgroup .wrap{
	max-width:1424px;
	margin:0px auto;
	height:120px;
	position:relative;
}
@media only screen and (max-width: 480px) {
header#branding hgroup,
header#branding hgroup .wrap {
  height:100px;
}
}
header#branding * {
}
header#branding #blend {
	position: absolute;
	height: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	z-index: -1;
}
header #menulink {
	float: right;
	position: absolute;
	right: 32px;
	top: 50px;
	z-index: 1000;
	cursor: pointer;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
header #menulink {
	right: 16px;
  top: 40px;
 }
}

header #menulink span {
  font-size:16px;
  font-family:'adelle-sans';
  letter-spacing:1px;
  text-transform:uppercase;
  color:#f5d700;
  margin-right:16px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 1px;
}
@media only screen and (max-width: 480px) {
header #menulink span {
  display:none
}
}
header #menulink img {
  width:24px;
  height:22px;
  vertical-align:middle
}
header #access {
	display: none;
	background-color: rgba(255,255,255,0.98);
	position: fixed;
	top: 100px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	left:0px;
	right:0px;
}
ul.menu {
	padding-bottom: 8px;
	overflow: hidden;
	margin-top: 10vh;
	/*white-space: nowrap;
*/
}
ul.menu li {
	font-family: "adelle";
	font-size: calc(6vh - 10px);
	line-height:1.2em;
	font-style: normal;
	font-weight: 200;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #191919;
}
ul.menu li + li {
	margin-top: 10px;
}
ul.menu li a {
	color: #191919;
}
ul.menu li a:hover
/*, ul.menu li.current-menu-item a, ul.menu li.current-menu-ancestor a, ul.menu li.current-page-ancestor a */{
	color: #ffd700;
}
div#main {
	margin: 120px 20px 0px 20px;

}
@media only screen and (max-width: 480px) {
  div#main {
  	margin: 100px 8px 0px 8px;
  }
}
header .logo img {
  width:160px;
  height:80px
}
@media only screen and (max-width: 480px) {
  header .logo img {
    width:120px;
    height:60px
  }
}

.entry-header, .entry-content {
}
.entry-header + .entry-content {
	margin-top: 8px;
}
article.page {
	padding-left: 12px;
}
@media only screen and (max-width: 1199px) {
  article.page {
  	padding-left: 8px;
  }
}
.standard-page article.page {
	padding-left: 0px;
}
.standard-page article header {
	position: relative;
	height: 600px;
	margin-top:20px;
}
.standard-page article header.no-image {
  height:auto;
}
.single-news  article header {
	position: relative;
}
@media only screen and (min-width: 481px) {
.standard-page article .entry-content {
	margin-top:20px;
}
}
.standard-page article header .img {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	background-size: cover;
}
.standard-page article header .inner, 
.single-news article header .inner {
	bottom: 60px;
	left: 8.33%;
	right: 16.66%;
	position: absolute;
}
.standard-page article header.no-image .inner, 
.single-news article header.no-image .inner {
	margin-bottom: 60px;
	margin-left: 8.33%;
	margin-right: 16.66%;
	position: static;
}

@media only screen and (min-width: 481px) and (max-width: 980px) {
.standard-page article header .inner, 
.single-news article header .inner {
	left: 8px;
	right: 8px;
}
.standard-page article header.no-image .inner, 
.single-news article header.no-image .inner {
	margin-left: 8px;
	margin-right: 8px;
}
}

.standard-page article header .inner2, .single-news article header .inner2 {
	padding: 0;
  margin:0 auto;
}
.standard-page article header .inner h1.entry-title,
.single-news article header .inner h1.entry-title{
	font-family:adelle;
	font-size:28px;
	line-height:42px;
	font-weight:bold;
	text-transform:none;
	letter-spacing:0px;
}
.standard-page article header .inner h1.entry-title:before {
	content:'';
}
article .entry-content {
	width: 75%
}
@media only screen and (max-width: 1199px) {
  article .entry-content {
    width:100%;
  }
}
.persons-page .entry-content {
	margin-top: 20px;
}
.persons-page .entry-content, .persons-page .entry-content p {
	font-family: "adelle";
	font-size: 30px;
	line-height: 44px;
	font-weight: 100;
	color: #323232;
}
@media only screen and (max-width: 1199px) {
  .persons-page .entry-content, .persons-page .entry-content p {
    font-size: calc(20px + 0.8vw) !important;
  }
}
.entry-header h1.entry-title,
article .parent-title {
	font-family: "adelle-sans";
	text-transform:uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #ffd700;
	padding-top: 20px;
	letter-spacing:2px;
}
@media only screen and (max-width: 719px) {
  .entry-header h1.entry-title,
  article .parent-title {
    font-size: calc(18px + 0.5vw) !important;
  }
}

.persons-page .entry-header h1.entry-title:before,
.grouping-page .entry-header h1.entry-title:before,
.ambassadors-page .entry-header h1.entry-title:before,
article .parent-title:before{
	content:'/ ';
}
article .parent-title {
	padding-left:12px;
}
.entry-header h2 {
	font-family: "adelle";
	font-weight: 400;
	font-size: 18px;
	color: #1e1e1e;
	line-height: 26px;
}
.entry-header h3 {
	font-family: "adelle";
	font-weight: 600;
	font-size: 16px;
	color: #3c3c3e;
	line-height: 24px;
}
.entry-content h2 {
	font-size: 19px;
	line-height: 30px;
	color: #191919;
}
@media only screen and (max-width: 1199px) {
  .entry-content h2 {
    font-size: calc(12px + 0.5vw) !important;
    line-height: 24px !important;
  }
  .entry-header h2 {
    font-size: calc(12px + 0.5vw) !important;
    line-height: 22px !important;
  }
  .entry-header h3 {
    font-size: calc(10px + 0.5vw) !important;
    line-height: 20px !important;
  }
}

/*#content p, #content ul {
	font-family: "adelle"font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-left: 160px;
	padding-right: 160px;
	margin: 8px 0px;
}
*/
footer#colophon {
	bottom: 0px;
	width: 100%;
	background-color: #e1e1dc;
	padding-top: 40px;
	padding-bottom: 20px;
  margin-top: 8px;
}
footer#colophon  .footercontent {
	width: 100%;
	margin: 0px auto;
}
footer#colophon div.logo {
	display: block;
	margin-top: 16px;
}
@media only screen and (min-width: 720px) {
footer#colophon div.logo + div.logo {
	margin-left:40px
}
footer#colophon div.logo {
	display:inline-block;
}
}
.colophon {
	margin-top: 20px;
}
.copyrights {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	height: 20px;
	text-align: center;
}
.branding {
	font-size: 14px;
  margin-top:4px;
	line-height: 24px;
	text-align: left;
	text-align: center;
}
section {
	display: block;
}
/* home page */
.home-page a {
	/*  color: #1e1e1e;
	padding: 2px;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: 0.1em;
*/
}
.home-page a:hover {
	/*color: #1e1e1e;
	background-color: #ffd700;
*/
}
.home-page h1 , .home-page h2 , .home-page h3 , .home-page h4 {
	font-family: adelle;
}
.home-page h1 a, .home-page h2 a, .home-page h3 a, .home-page h4 a {
	padding: 0px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0em;
}
.home-page h1 a:hover, .home-page h2 a:hover, .home-page h3 a:hover, .home-page h4 a:hover {
	background-color: transparent;
}
.home-page .banner {
	height:462px;
	background-image:url('images/jzw-banner.jpg');
	background-size:cover;
	color:#fff;
	position:relative;
}
.home-page .banner .inner{
	position:relative;
	top:60px;
	left:24px;
	width:75%;
}
.home-page .banner img.responsive{
  display:none;
}
.home-page .banner h1{
	font-size:36px;
	color:#ffd700;
	font-weight:bold;
	margin-bottom:16px;
}
.home-page .banner p{
	font-size:24px;
	line-height:36px;
	color:#fff;
	font-weight:200;	
	margin-bottom:8px;
}
@media only screen and (max-width: 480px) {
.home-page .banner {
  height:auto;
  color:#323232;
  background:transparent;
}
.home-page .banner img.responsive{
  display:block;
  width:100%;
}
.home-page .banner .inner{
	top:0px;
	left:0px;
	width:100%;
}
.home-page .banner p{
  color:#323232;
  line-height:26px;
}
.home-page .banner h1{
	margin-top:16px;
	line-height:32px;
}
}
@media only screen and (max-width: 1199px) {
.home-page .banner p{
	font-size:calc(12px + 1vw);
  }
.home-page .banner h1{
	font-size:calc(24px + 1vw);
  }
}
.home-page section + section {
  padding-top:12px;
}
.home-page section + section:before {
    background-color: #ffd700;
    content: "";
    display: block;
    height: 3px;
    margin: 0 4px 12px !important;
}
.home-page section.pages {
	margin:4px -4px;
}
.home-page section.tiles .tile h3 {
	font-family:"adelle-sans";
	font-size:18px;
	line-height:20px;
	margin:0px;
}
.home-page section.tiles .tile .excerpt {
	font-size:15px;
	line-height:24px;
	font-family:"adelle-sans";
	color:#191919;
}
.home-page section.tiles .tile a.title-link h3{
	color:#ffd700;
	text-transform:uppercase;
	letter-spacing:2px;
}
.home-page section.tiles .tile a h3:before{
	content: '/ ';
}
.home-page .tiles.fixed .tile .inner{
	display:block;
  position:absolute;
}

.home-page .img-link {
  height:auto;
  bottom:auto;
}
.home-page .excerpt-link {
  text-decoration:none;
}
.home-page .excerpt-link:hover {
}

.home-page .tiles .t4x4 {
	width:33.33%;
	height:0;
	padding-bottom:33.3%;
}
.home-page .tiles .t4x4 .img{
	bottom:calc(50% - 4px);
	z-index:0;
	background-size:contain;
	background-repeat:no-repeat;
	background-color:#fff;
}
.home-page .tiles .t4x4 .inner{
	top:calc(50% + 4px);
}
.home-page .tiles .t6x2 {
	width:50%;
	height:0;
	padding-bottom:calc(16.66% - 4px);
}

@media only screen and (min-width: 981px) and (max-width: 1100px) {
.home-page .tiles .t6x2 {
	padding-bottom:calc(20% - 4px);
}
}


.home-page .tiles .t6x2 .img{
	height:100%;
	width:33.33%;
	display:block;
	background-size:contain;
	background-repeat:no-repeat;
	z-index:0;
}
.home-page .tiles .t6x2  .img ~ .inner{
	width:66.66%;
  left:33.33%
}
.home-page .tiles .t8x2 {
	width:66.6%;
	height:0;
	padding-bottom:calc(16.66% - 4px);
}
.home-page .tiles .t8x2  .img {
	height:100%;
	width:25%;
	display:block;
	background-size:contain;
	background-repeat:no-repeat;
	z-index:0;
}
.home-page .tiles .t8x2 .inner{
}
.home-page .tiles .t8x2  .img ~ .inner{
	width:75%;
  left:25%
}
.home-page .tiles .tile.r .img {
  right:0px;
  left:auto;
}
.home-page .tiles .tile.r .inner{
  left:0px;
}

.home-page .tile.title {
background-color:transparent;
color:#ffd700;
margin-bottom:60px;
margin-top:20px;
}
.home-page .tile.title h3{
font-family:"adelle";
color:#ffd700;
font-size:14px;
letter-spacing:2px;
text-transform:uppercase;
font-weight:600;
padding-left:12px;

}

@media only screen and (max-width: 480px) {
.home-page .tile.title {
	margin-bottom:2px;
}
}
@media only screen and (max-width: 1199px) {
.home-page .tiles .tile.title.full {
  width:100% !important;
  height:auto !important;
  padding-bottom:0px;
}
}
@media only screen and (max-width: 480px) {
.home-page .tiles .tile {
  width:100% !important;
  height:auto !important;
  padding-bottom:0px;
}
.home-page .tiles .tile .img {
  width:100% !important;
}
.home-page .tiles .tile .inner {
  width:100% !important;
  position:static !important;
}
}

@media only screen and (max-width: 980px) {
.home-page .tiles .t6x2 {
	width:100%;
}
.home-page .tiles .t6x2 .img{
	height:100%;
	width:25%;
	display:block;
	background-size:contain;
	background-repeat:no-repeat;
	z-index:0;
}
.home-page .tiles .t6x2  .img ~ .inner{
	width:75%;
  left:25%
}

}
@media only screen and (min-width: 481px) and (max-width: 550px) {
.home-page .tiles .t6x2 {
	padding-bottom:calc(50% - 4px);
}
}
@media only screen and (min-width: 551px) and (max-width: 719px) {
.home-page .tiles .t6x2 {
	padding-bottom:calc(33.3% - 4px);
}
}
@media only screen and (min-width: 720px) and (max-width: 980px) {
.home-page .tiles .t6x2 {
	padding-bottom:calc(25% - 4px);
}
}


.home-page .persons {
/*height:456px;*/
/*background-image:url('images/jzw-bohaterowie-temp.png');*/
background-size:cover;
margin-bottom:4px;
}
.home-page .persons .title {
  width:33.33333%;
  float:left;
  height:0px;
  margin:0;
  padding-bottom: 16.66%;
}
.home-page .persons div.title h3{
  padding-top:20px;
}
.home-page .persons .title .excerpt{
  margin-top:14px;
  margin-left:20px;
}
.home-page .persons.grid .motto {
	width: 33.33333%;
	padding-bottom: 33.33333%;
  float:right;
}

.home-page .persons.grid .person.large {
	width: 16.666667%;
	padding-bottom: 16.666667%;
}
.home-page .persons.grid .person.small {
	width: 8.333333%;
	padding-bottom: 8.333333%;
}

@media only screen and (max-width: 1199px) {
.home-page .persons.grid .motto {
  display:none;
}
.home-page .persons.grid .person {
	width: 25% !important;
	padding-bottom: 25% !important;
}
.home-page .persons .title {
  padding-bottom: 12px;
  height:auto;
}
}

.home-page .rotator {
	position: relative;
	height: 720px;
	wisth: 100%;
	overflow: hidden;
	display:none;
}
.home-page .rotator .single {
	width: 100%;
	height: 720px;
	position: absolute;
}
.home-page .rotator .single .img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	background-size: cover;
	background-position: center top;
	transition-property: left top width height;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}
.home-page .rotator .single:hover .img {
	transition-property: left top width height;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
	height: 104%;
	width: 104%;
	top: -2%;
	left: -2%;
}
.home-page .rotator .single .texts {
	position: absolute;
	bottom: 40px;
	right: 16%;
	z-index: 2;
	color: #ffd700;
	font-weight: 600;
	letter-spacing: normal;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}
.home-page .rotator .single .text1 {
	font-size: 30px;
	line-height: 42px;
	padding: 0px 8px;
}
.home-page .rotator .single .text2 {
	font-size: 44px;
	line-height: 60px;
	padding: 0px 8px;
	margin-top: 8px;
}
.home-page .rotator .single .text3 {
	font-size: 50px;
	padding: 8px;
	color: #000;
	background-color: #ffd700;
	margin: 8px 0px;
	display: block;
}
.home-page .rotator .single .text4 {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 120px;
	display: block;
	z-index: 10;
	text-align: center;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}
.home-page .rotator .single .text4 a {
	font-family: adelle-sans;
	font-weight: 600;
	font-size: 13px;
	line-height: 26px;
	color: #ffd700;
	background-color: transparent;
	border: 1px #ffd700 solid;
	border-radius: 8px;
	padding: 16px 16px;
	margin: 0px auto;
	text-align: center;
	min-width: 200px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	display: inline-block;
	transition-property: background-color color;
	transition-duration: 0.1s;
	transition-timing-function: ease-out;
}
.home-page .rotator .single .text4 a:hover {
	background-color: rgba(245,215,0,0.9);
	color: #000;
	transition-property: background-color color;
	transition-duration: 0.1s;
	transition-timing-function: ease-out;
}
.home-page .rotator .single:hover .text4 {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}
.home-page .rotator .single:hover .texts {
	opacity: 0;
}
.home-page .rotator .single .blend {
	z-index: 1;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	background: -webkit-linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25));
/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25));
/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25));
/* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25));
/* Standard syntax */
	transition-property: background;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}
.home-page .rotator .single:hover .blend {
	background: -webkit-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
/* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
/* Standard syntax */
	transition-property: background;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}
.home-page .rotator .single + .single {
	display: none;
}
.home-page .rotator .single a {
}
.home-page .widget-area {
	white-space-collapsing: discard;
	padding: 20px 0px;
	min-height: 360px;
}
.home-page .widget-area * {
	/*font-size: 12px;
*/
}
.home-page .widget-area .widget {
	display: inline-block;
	vertical-align: top;
}
.home-page .widget-area .widget .widget {
	margin-left: 40px;
}
.home-page .widget-area.count-1 > .widget {
	padding-right: 25%;
	font-size: 21px;
}
.home-page .widget-area.count-2 > .widget {
	width: 50%;
}
.home-page .widget-area.count-2 .widget + .widget {
}
.home-page .widget-area.count-3 >.widget {
	width: 33%;
}
.home-page .widget-area.count-3 .widget + .widget {
}
.home-page section.widget-area + section.widget-area {
	/*margin-top: 20px;
*/
}
.home-page #home-1 {
	margin-top: 20px;
}
.home-page .page-display img.icon {
	position: absolute;
}
.home-page .widget-area .page-display.with-icon .page-title, .home-page .widget-area .page-display.with-icon .page-content {
	margin-left: 140px;
}
.home-page .widget-area .page-display.with-icon {
	min-height: 120px;
}
.home-page   h3 {
/* 
	font-family: adelle-sans;
	font-size: 14px;
	font-weight: 600;
	color: #ffd700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
 */
}
.home-page #home-1 .page-content {
	color: #323232;
	font-family: adelle;
}
.home-page #home-1 .page-content {
	font-size: 28px;
	font-weight: 200;
	margin-top: 12px;
	line-height: 42px;
}
.home-page .widget-area.count-2 .page-content {
	font-family: adelle;
	font-size: 21px;
	line-height: 31px;
}
.home-page .widget-area.count-3 .page-content {
	font-family: adelle;
	font-size: 21px;
	line-height: 31px;
}
.home-page .widget-area .page-content a {
	color: #ffd700;
	font-family: adelle-sans;
  border-bottom:1px solid;
}
.widget_recent_entries_pp {
	padding-left: 0px !important;
	padding-right: 0px !important;
	display: block !important;
}
.widget_recent_entries_pp .widget-title {
	padding-left: 40px;
	padding-right: 20px;
}
.home-page .recent-posts {
	font-size: 0;
	white-space-collapsing: discard;
}
.home-page .recent-posts .date {
	display: none;
}
.home-page .partners h4 {
	font-size: 21px !important;
}
/* end home page */
#keywords {
	margin-left:12px;
	margin-top:20px;
}
#keywords h3 {
	font-family:adelle-sans;
	font-size:12px;
	font-weight:600;
	margin-bottom:12px;
	text-transform:uppercase;
	color:#646464;
	letter-spacing:1px;
}
#keywords li {
	display:inline-block;
	margin-right:8px;
	margin-bottom:8px;
	cursor:pointer;
	font-family:adelle-sans;
	font-size:12px;
	line-height:18px;
	padding:3px 8px;
	color:#646464;
	letter-spacing:1px;
	border-radius:2px;
	text-transform:uppercase;
	background-color:#f0f0eb;
}
/*
#keywords li::after {
	background-image:url('images/unselect-001.svg');
	content:' ';
	width:12px;
	height:12px;
	display:inline-block;
	color:#fff;
	margin-left:20px;
	font-size:14px;
	font-family:adelle-sans;
	line-height:20px;
} 
*/
#keywords li.selected ,
#keywords li:hover{
	background-color:#ffd700;
	color:#000;
}
#keywords .article-count {
	font-family:adelle-sans;
	font-size:12px;
	font-weight:600;
	margin-bottom:8px;
	text-transform:uppercase;
	color:#000;
	letter-spacing:1px;
	margin-top:20px;
	display:none;
}
.grouping-page hr {
border:none;
border-top:1px solid #e1e1dc;
height:1px;
margin:8px 0px 40px 0px;
}


/* persons template */
article.persons h2 {
	padding-left: 0px;
}
.persons-page #switchview {
	text-align: right;
	font-family: "adelle";
	font-weight: 600;
	font-size: 13px;
	line-height: 1em;
	/*border-bottom: 1px solid #5a5a5c;*/
	padding-bottom: 8px;
}
.persons-page #switchview a {
	width: 32px;
	height: 22px;
	display: inline-block;
	cursor: pointer;
	margin-left: 5px;
		background-size: cover;

}
.persons-page #switchview a#grid {
	background-image: url(images/grid_view_normal.png);
}
.persons-page #switchview a#grid.selected {
	background-image: url(images/grid_view_selected.png);
}
.persons-page #switchview a#list {
	background-image: url(images/list_view_normal.png);
}
.persons-page #switchview a#list.selected {
	background-image: url(images/list_view_selected.png);
}
.persons-page #switchview a.selected {
}
article.persons div.persons {
	margin-top: 80px;
}
/* grid view */
.persons.grid {
	margin: 40px 0px 0 0px;
}
.persons.grid .person, .persons.grid .person-off {
	height: 0;
	float: left;
	position: relative;
	box-sizing:border-box;
}
.persons.grid .motto {
	height: 0;
	float: left;
	position: relative;
	box-sizing:border-box;
}
.persons.grid .motto .bg{
	background-color: #ffd700;
	background-image: url('images/quote-plchdr.svg');
	background-size: cover;
  position:absolute;
  top:4px;
  left:4px;
  right:4px;
  bottom:4px;
}
.persons.grid .motto .name {
	text-align: right;
	position: absolute;
	color: #191919;
	right: 12px;
	bottom: 12px;
	font-weight: bold;
	font-size: 16px;
}
.persons.grid .motto .text {
	color: #191919;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-weight: 200;
	font-size: 28px;
	line-height: 40px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	display: table;
	padding:0px 60px;
	position: absolute;
	box-sizing:border-box;
}
.persons.grid .motto .text .inner {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (min-width: 1200px
/*1440px*/
) {
.persons.grid .person, .persons.grid .person-off {
	width: 16.666667%;
	padding-bottom: 16.666667%;
}
.persons.grid .motto {
	width: 33.333333%;
	padding-bottom: 33.25%;
}
}
/*@media only screen and (min-width: 960px) and (max-width: 1199px
) {
.persons.grid .person, .persons.grid .person-off {
	width: 25%;
	padding-bottom: 25%;
}
.persons.grid .motto {
	width: 50%;
	padding-bottom: 49.95%;
}
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
.persons.grid .person, .persons.grid .person-off {
	width: 33.3333333%;
	padding-bottom: 33.3333333%;
}
.persons.grid .motto {
	width: 33.3333333%;
	padding-bottom: 33.25%;
}
} */
@media only screen and (min-width: 481px) and (max-width: 1199px) {
.persons.grid .person, .persons.grid .person-off {
	width: 25%;
	padding-bottom: 25%;
}
.persons.grid .motto {
	width: 50%;
	padding-bottom: 50%;
}

}
@media only screen and (max-width: 480px) {
.persons.grid .person, .persons.grid .person-off {
	width: 50%;
	padding-bottom: 50%;
}
.persons.grid .motto {
	width: 100%;
	padding-bottom: 100%;
}
}
@media only screen and (max-width: 1199px) {
.persons.grid .motto .text {
  font-size:calc(8px + 2.5vw);
  padding:0 6vw;
}
.persons.grid .person .name span{
  font-size:calc(10px + 0.5vw) !important;
}
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
.persons.grid .motto .text {
  line-height:40px;
}
}
@media only screen and (max-width: 719px) and (min-width: 481px) {
.persons.grid .motto .text {
  line-height:32px;
}
}
@media only screen and (max-width: 480px){
.persons.grid .motto .text {
  line-height:26px;
}
}

.persons.grid .person .thumb {
	position: absolute;
	overflow: hidden;
  top:4px;
  left:4px;
  right:4px;
  bottom:4px;
	z-index: 0;
}
.persons.grid .person .thumb .blend {
	position: absolute;
  width:100%;
  height:100%;
	z-index: 1;
}
.persons.grid .person .thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	transition-property: width height left top;
	transition-duration: 0.1s;
	transition-timing-function: ease-out;
}
.persons.grid .person .name {
	position: absolute;
	height: 100%;
	width: 100%;
}
.persons.grid .person .name span {
	position: absolute;
	bottom: 8px;
	left: 8px;
	right: 8px;
	z-index: 2;
	color: #ffd700;
	font-family: "adelle";
	font-size: 16px;
	font-weight: 600;
	display: none;
	text-align:right;
	/*white-space: nowrap;
*/
}
.persons.grid .person:hover .name span {
	display: block !important;
}
.persons.grid .person:hover .thumb .blend {
	background: rgba(0,0,0,0.5);
/* For Safari 5.1 to 6.0 */
}
.persons.grid .person:hover .thumb img {
	width: 120%;
	height: 120%;
	top: -10%;
	left: -10%;
	transition-property: width height left top;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
}
/* list view */
div.persons.list .person {
	padding: 12px 0px;
	vertical-align: top;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
div.persons.list .person {
  width: 33%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
div.persons.list .person {
  width: 49%;
  }
}
@media only screen and (max-width: 719px) {
div.persons.list .person {
  width: 100%;
  }
}
div.persons.list .motto {
  display: none;
}
div.persons.list .person + .person {
	/*border-top: 1px solid #5a5a5c;*/
}
div.persons.list .person-off {
	display: none;
}
div.persons.list .person .thumb {
	width: 60px;
	height: 60px;
	display: inline-block;
}
div.persons.list .person .thumb .blend {
	display: none;
}
div.persons.list .person .thumb img {
	width: 60px;
	height: 60px;
}
div.persons.list .person .name {
	display: inline-block;
	margin-top: 30px;
	vertical-align: top;
	position: relative;
	height: 0px;
}
div.persons.list .person .name span {
	position: absolute;
	top: -20px;
	left: 20px;
	font-family: "adelle";
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	white-space: nowrap;
	padding: 2px 2px;
}
div.persons.list .person:hover .name span {
	color: #ffd700;
	
}
div.persons.list .person:hover .thumb .blend {
}
article.persons footer {
	clear: both;
}
article.person {
	position: relative;
	/*padding-top: 1px;
*/
	margin: 0px;
}
article.person .entry-content {
	position: relative;
	/*overflow: hidden;
*/
	min-height: 100px;
	width: 100%;
}
article.person .entry-content .bg {
	min-height: 100px;
	/*background-color: #fff;
	position: absolute;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: Alpha(opacity: 75);
	width: 680px;
	height: 100%;
	left: 140px;
	z-index: -1;
*/
}
article.person .entry-content p {
	font-size: 17px !important;
	color: #191919;
	line-height: 30px;
}
article.person .entry-content p + p {
	margin-top: 30px;
}

article.person .image {
	width: 50%;
	display: inline-block;
	box-sizing:border-box;
	padding-right:10%;
	float: left;
}
article.person .image img {
	width: 100%;
}
article.person .content {
	width: 50%;
	display: inline-block;
	float: left;
}
article.person .content .inner {
	margin: 0px 12px 0px 16px;
}
article.person  h1 {
	color: #ffd700;
	display: block;
	font-size: 28px;
	line-height: 42px;
	margin: 0px 0px 20px 0px;
	font-weight: 600;
}
@media only screen and (max-width: 480px) {
article.person .image {
	width: 100%;
	padding-right:0px;
}
article.person .content {
	width: 100%;
}
article.person .content .inner {
	margin: 0px 8px 0px 8px;
}
}

#person-photo {
	/*min-height: 200px;
*/
	/*overflow: hidden;
	vertical-align: middle;
	width: 100%;
	position: absolute;
	top: 160px;
	bottom: 40px;
	left: 0px;
*/
/**/
	position: relative;
}
#person-photo > div {
	/*height: 200%;
	position: absolute;
	overflow: hidden;
	width: 200%;
*/
}
#person-photo img {
	min-width: 960px;
	/*height: 100%;
*/
	position: relative;
	/*min-height: 50%;
	min-width: 50%;
	width: 100%;
	position: absolute;
	z-index: -100;
*/
}
#person-photo nav a {
	z-index: 10;
	position: absolute;
	top: 45%;
	cursor: pointer;
}
#person-photo nav #prev {
	width: 23px;
	height: 81px;
	left: 20px;
	background-image: url(images/arrow_prev.png);
}
#person-photo nav a#prev:hover {
	background-image: url(images/arrow_prev_hover.png);
}
#person-photo nav #next {
	right: 20px;
	width: 23px;
	height: 81px;
	background-image: url(images/arrow_next.png);
}
#person-photo nav a#next:hover {
	background-image: url(images/arrow_next_hover.png);
}
.others .see ,
.others .read {
	margin: 0px 0px 12px 0px;
	font-family: adelle-sans;
	font-size: 12px;
	font-weight: 600;
	color: #646464;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.standard-page .others .read {
	margin-left:12px;
}
.others {
	background-color:#fff;
	margin:40px -20px 0px -20px;
	padding:12px 20px;
}
.others .grid {
	margin-top: 0px !important;
}
div.others .grid .person {
	border-color: #fff;
}

@media only screen and (max-width: 480px) {
.others {
	margin:40px -8px 0px -8px;
	padding:12px 8px;
}
}
/* end persons */
/* album page */
.album-page h1 {
}
.album-page h2 {
}
.album-page h3 {
}
/* end album page*/
/* grouping page */
.grouping-page h1 {
}
.grouping-page h2 {
}
.article-header {
	position: relative;
	overflow: hidden;
}
/*.home-page .recent-posts div.single {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	background-color: #f5f5f5;
}
.home-page .recent-posts div.single .inner {
	padding: 0px 40px;
}
.home-page .recent-posts div.single .img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}
.home-page .recent-posts h4 {
	line-height: 24px;
	color: #000000;
}
.home-page .recent-posts .excerpt {
	font-size: 14px;
	line-height: 20px;
	color: 3c3c3c;
	margin-bottom: 4px;
}
.recent-posts {
	display: block;
}
*/
/*.recent-posts .single {
	min-height: 360px;
	width: 50%;
	display: inline-block;
	float: left;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
*/
.grouping-page .sub-page, .post-link, .recent-posts .single {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}
.grouping-page .sub-page, .post-link {
	min-height: 600px;
  width:100%;
	/*background-color: #f5f5f5;
	background-size: cover;
*/
}
@media only screen and (max-width: 480px) {
.grouping-page .sub-page, .post-link ,
.standard-page article header {
	min-height: 0px;
	height:auto;
}
}
.post-link.featured + .post-link.featured {
	margin-top:8px;
}
.grouping-page .sub-page.second, 
.post-link.second, 
.recent-posts .single {
	width: 50%;
  height:0;
  padding-bottom:16.666%;
  min-height:0;
}
@media only screen and (min-width: 981px) and (max-width: 1100px) {
.grouping-page .sub-page.second, 
.post-link.second{
  padding-bottom:25%;
}
}

@media only screen and (max-width: 480px) {
.grouping-page .sub-page.second, 
.post-link.second{
	width: 100%;
  height:auto;
  min-height:0;
}
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
.grouping-page .sub-page.second, 
.post-link.second{
	width: 100%;
  height:0;
  min-height:0;
}
}
@media only screen and (min-width: 481px) and (max-width: 550px) {
.grouping-page .sub-page.second, 
.post-link.second{
  padding-bottom:50%;
}
}
@media only screen and (min-width: 551px) and (max-width: 719px) {
.grouping-page .sub-page.second, 
.post-link.second{
  padding-bottom:33.3%;
}
}
@media only screen and (min-width: 720px) and (max-width: 980px) {
.grouping-page .sub-page.second, 
.post-link.second{
  padding-bottom:25%;
}
}
.article-list.tiles
{
	margin-left:-4px;
	margin-right:-4px;
}
.article-list .tile {
	width:25%;
}
@media only screen and (max-width: 960px) {
.article-list .tile {
/* 	width:100%; */
}
}
.article-list.three-column .tile {
	width:33.3333%;
}
.three-column {
  width:75%;
  display:inline-block;
  float:left;
}
.one-column {
  width:25%;
  display:inline-block;
  float:left;
}
.article-list.one-column .tile {
	width:100%;
}
@media only screen and (max-width: 1199px) {
.one-column {
  width:100% !important;
}
.three-column {
  width:100% !important;
}
}
@media only screen and (min-width: 720px) and (max-width: 1199px) {
.article-list.js-masonry .tile {
  width:25% !important;
}
.article-list.js-masonry.smaller .tile {
  width:25% !important;
}
}
@media only screen and (min-width: 481px) and (max-width: 719px) {
.article-list.js-masonry .tile {
  width:50% !important;
}
.article-list.js-masonry.smaller .tile {
  width:50% !important;
}
}
@media only screen and (max-width: 480px) {
.article-list.js-masonry .tile {
  width:100% !important;
}
}
.article-list .tile {
	display:block;
	float:left;
	box-sizing:border-box;
	border:6px solid #fff;
	height:auto;
	min-height:0px;
	background-color:#fcfcf7;
}
.article-list .tile .inner {
	height:auto;
}
.article-list .tile .inner {
	height:auto;
	padding:0px;
}
.article-list .tile .blend {
display:none;
z-index:-10;
}
.article-list .tile .inner h3,
.home-page ul.news-list h3.news-title{
	font-size:18px;
  font-family:"adelle";
	line-height:27px;
	font-weight:bold;
	padding:12px 12px 0 12px;
	color:#191919;
	width:auto;
}
.article-list .tile .inner a h3 {
 
}
.article-list .tile .inner a:hover h3{
	color:#ffd700;
}
.article-list .tile .inner .excerpt{
	font-family:"adelle-sans";
	font-size:15px;
	line-height:25px;
	color:#000;
	opacity:0.75;
	margin:8px 0 0 0;
	padding:0 12px 12px 12px;
}
.article-list .tile .inner .excerpt a {
	color:#000;
	opacity:0.5;
	text-decoration:none;
	border-bottom:1px solid #000;
}
.article-list .tile .inner .excerpt a:hover {
	opacity:1;
} 
.article-list .tile .inner .author,
.article-list .tile .inner .date{
	font-family:"adelle-sans";
	font-size:13px;
	line-height:20px;
	color:#7d7d7d;
	padding:0 12px 12px 12px;
	margin-top:4px;
}
.grouping-page .sub-page .inner, .post-link .inner, .recent-posts .inner {
	display: table-cell;
	vertical-align: bottom;
	padding: 0px 33% 0px 40px;
	overflow: hidden;
}
@media only screen and (max-width: 480px) {
.grouping-page .sub-page .inner, .post-link .inner, .recent-posts .inner {
	padding: 0px 8px 0px 8px;
}
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
.grouping-page .sub-page .inner, .post-link .inner, .recent-posts .inner {
	padding: 0px 8px 0px 8px;
}
}
.grouping-page .sub-page .inner, .article-header .inner{
	height: 600px;
}
.post-link .inner {
	height:480px;
	}
@media only screen and (max-width: 480px) {
.post-link .inner
 {
	height:auto;
	}
}  
.entry-header.article-header .inner {
	padding: 0px 0px;
  height:auto;
}
.grouping-page .sub-page.second .inner, 
.post-link.second .inner, 
.recent-posts .inner {
  background-color: #fcfcf7;
	height: 100%;
  padding:0;
  margin:0 0 0 33.3%;
  width:66.6%;
  position:absolute;
  display:block;
}
@media only screen and (max-width: 480px) {
.grouping-page .sub-page.second .inner, 
.post-link.second .inner, 
.recent-posts .inner,
.standard-page article header .inner {
  background-color: transparent;
  margin:0;
  width:auto;
  position:static;
  display:block;
  margin:0 !important;
}
}
@media only screen and (min-width: 481px) and (max-width: 980px) {
.grouping-page .sub-page.second .inner, 
.post-link.second .inner/* 
, 
.recent-posts .inner 
 */{
  background-color: #fcfcf7;
	height: 100%;
  padding:0;
  margin:0 0 0 25%;
  width:75%;
  position:absolute;
  display:block;
}
}


.grouping-page .sub-page .img, 
.article-header .inner .img, 
.post-link .img, 
.recent-posts .single .img {
	position: absolute;
	background-size: cover;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -2;
	background-position:center;
/* 
	transition-property: left top bottom right;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
 */
}
div.img img.responsive {
  display:none;
}
@media only screen and (max-width: 480px) {
  .grouping-page .sub-page .img, 
  .article-header .inner .img, 
  .post-link .img, 
  .standard-page article header .img,
  .recent-posts .single .img {
    position:static;
    width:100%;
    height:auto;
  }
  div.img img.responsive {
    display:block;
    width:100%;
  }
}
.tiles .post-link .img.img-link {
  position:static;
} 

.grouping-page .post-link.second {
  margin-top:8px;
  box-sizing:border-box;
}
.grouping-page .post-link.second:nth-child(even) {
  border-left:4px solid #fff;
}
.grouping-page .post-link.second:nth-child(odd) {
  border-right:4px solid #fff;
}

.grouping-page .post-link.second .img {
  height:0;
  padding-bottom:100%;
  width:33.3333%;
  background-color: #fcfcf7;
  z-index:1;
}
.grouping-page .post-link.second a.img .img{
  width:100%;
}
.grouping-page .post-link.second a.img {
  /*z-index:10;*/
} 
 
.grouping-page .post-link.second .blend {
  width:33.3333%;
} 
.grouping-page .post-link.second .button-link-wrap {
  display:none;
} 
.grouping-page .post-link.second h3,
.grouping-page .post-link.second .excerpt {
  padding:0px 12px;
} 
.grouping-page .post-link.second h3 {
  margin-top:8px;
  font-family: "adelle-sans";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.grouping-page .post-link.second h3:before {
	content:'/ ';
}
.grouping-page .post-link.second h3 a {
  color:#ffd700;
}
.grouping-page .post-link.second .excerpt {
  color: #191919;
  font-family: "adelle-sans";
  font-size: 15px;
  line-height: 24px;
	margin-top: 8px;
  
}
@media only screen and (max-width: 480px) {
  .grouping-page .post-link.second {
    margin-top:0px;
    box-sizing:border-box;
    border:none !important;
  }
  
  .grouping-page .post-link.second .img {
    height:auto;
    width:100%;
    background-color: #fcfcf7;
  }
  .grouping-page .post-link.second a.img .img{
    width:100%;
  }
  .grouping-page .post-link.second a.img {
  } 
  .grouping-page .post-link.second .blend {
  } 
  .grouping-page .post-link.second .button-link-wrap {
    display:none;
  } 
  .grouping-page .post-link.second h3,
  .grouping-page .post-link.second .excerpt {
    padding:0px 8px;
  } 
  .grouping-page .post-link.second h3 {
    font-family: "adelle";
    letter-spacing: 0px;
    text-transform: none;
    font-size: calc(18px + 0.8vw);
    line-height:26px;
  }
  .grouping-page .post-link.second h3 a {
  }
  .grouping-page .post-link.second .excerpt {
    line-height:24px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 980px) {
	
  .grouping-page .post-link.second {
	  border:none !important;
	}
	.grouping-page .post-link.second .img {
	  width:25%;
	  height:0;
	  padding-bottom:100%;
	}
 
	.grouping-page .post-link.second .blend {
	  width:25%;
	} 

}
@media only screen and (max-width: 1199px) {
  .grouping-page .post-link.second .excerpt {
    font-size: calc(12px + 0.5vw);
  } 
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  .grouping-page .post-link.second .excerpt {
    font-size: 14px;
    line-height:23px;
  } 
	.grouping-page .post-link.second h3 {
	font-size:14px;
  }
}
.grouping-page .sub-page:hover .img, .post-link:hover .img, .recent-posts .single:hover .img {
/* 
	top: -2%;
	left: -2%;
	right: -2%;
	bottom: -2%;
	transition-property: left top bottom right;
	transition-duration: 1s;
	transition-timing-function: ease-out;
 */
}
.article-list .tile img {
	width:100%;
}
.grouping-page .sub-page .blend, 
.article-header .blend, 
.post-link .blend,
.recent-posts .blend {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75));
/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.75));
/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.75));
/* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75));
/* Standard syntax */
	opacity:0.75;
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
}
.post-link.second .blend {
	display:none;
}
@media only screen and (max-width: 480px) {
.grouping-page .sub-page .blend, .article-header .blend, .post-link .blend, .recent-posts .blend {
  display:none;
}
}

.grouping-page .sub-page:hover .blend, .article-header:hover .blend, .post-link:hover .blend, .recent-posts .single:hover .blend {
	opacity:0.85;
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
}
.grouping-page .sub-page a.full-link, ul.news-list  a.full-link, .post-link a.full-link, .recent-posts a.full-link {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 3;
}
.news-list .excerpt .read-more {
  display:block;
}
.button-link-wrap {
	padding:32px;
}
@media only screen and (max-width: 480px) {
.button-link-wrap {
	padding:20px;
}
}
a.button-link {
	border:4px solid #ffd700;
	padding:20px 0 16px 0;
	color:#ffd700;
	font-family:"adelle-sans" ;
	font-weight:bold;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
	width:172px;
	display:block;
	margin:0px auto;
}
a.button-link:hover {
	background-color:#ffd700;
	color:#000;
}
.home a.button-link {
  width:auto;
  margin:20px auto;
	padding:20px 20px 16px 20px;
  display:inline-block;
}

.grouping-page .sub-page.second .inner, .post-link.second .inner, .recent-posts .inner {
	/*  top: 20px;
*/
}
.grouping-page .sub-page-nav {
	margin-top: 32px;
}
.grouping-page .sub-page h3 , .article-header .inner h3, .post-link .inner h3, .recent-posts .inner h4 {
	display: block;
	color: #ffd700;
	font-family: "adelle";
	font-size: 28px;
	line-height: 42px;
	font-weight: 600;
	width: 100%;
}
@media only screen and (max-width: 1199px) {
.grouping-page .sub-page h3 , .article-header .inner h3, .post-link .inner h3, .recent-posts .inner h4 {
  font-size:calc(18px + 0.8vw);
}
}
.recent-posts .inner a {
	color: #ffd700;
}
.grouping-page .sub-page.second h3 , .post-link.second h3, .recent-posts .inner h4 {
	font-size: 24px;
	line-height: 36px;
	width: 80%;
}
.grouping-page .sub-page .excerpt , 
.article-header .inner .excerpt, 
.post-link .inner .excerpt, 
.recent-posts .inner .excerpt {
	font-family: adelle-sans;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	opacity:0.9;
	margin-top: 12px;
	margin-bottom:28px;
/*		transition-property: opacity;*/
	transition-duration: 0.4s;
	transition-timing-function: ease-out;

}
@media only screen and (max-width: 480px) {
.grouping-page .sub-page .excerpt , 
.article-header .inner .excerpt, 
.post-link .inner .excerpt, 
.recent-posts .inner .excerpt {
	color: #323232;
  line-height:24px;
	margin-top: 0px;
	margin-bottom:8px;
}
}
@media only screen and (max-width: 719px) {
.grouping-page .sub-page .excerpt , 
.article-header .inner .excerpt, 
.post-link .inner .excerpt, 
.recent-posts .inner .excerpt {
	font-size: calc(15px + 1vw);
}
}

.article-header.no-image .inner .excerpt {
  color:#191919;
  opacity:1;
}
.grouping-page .sub-page:hover .excerpt , 
.article-header:hover .inner .excerpt, 
.post-link:hover .inner .excerpt, 
.recent-posts .single:hover .inner .excerpt {
/*	opacity:1;
		transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;*/

}
.news .article-header .inner .excerpt {
	color: #323232;
}
/* .grouping-page .sub-page.second .excerpt, .post-link.second .excerpt, */ .recent-posts .inner .excerpt {
	font-size: 15px;
	line-height: 25px;
	margin-top: 16px;
}
.grouping-page .sub-page .author, .article-header .inner .author, .post-link .inner .author {
	font-family: adelle-sans;
	font-size: 13px;
	line-height: 20px;
	opacity:0.9;	
	color: #ffffff;
	padding-top: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
@media only screen and (max-width: 480px) {
.grouping-page .sub-page .author, .article-header .inner .author, .post-link .inner .author {
	color: #323232;
  padding-top: 0px;
}
}
@media only screen and (max-width: 1199px) {
.grouping-page .sub-page .author, .article-header .inner .author, .post-link .inner .author {
  font-size:calc(10px + 0.25vw);
}
}
.article-header.no-image .inner .author {
	opacity:1;	
	color: #191919;
}
.grouping-page .sub-page .author:before, .article-header .author:before  , .post-link .author:before {
	content: '\2014  ';
}
.grouping-page .sub-page.second .author , .post-link.second .author {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
}
/* 
.grouping-page .sub-page-nav a {
	color: #ffd700;
	font-family: adelle;
	font-weight: 600;
}
 */
.grouping-page .sub-page-nav a:hover {
}
/* end grouping page */
/* standard page */
.standard-page .entry-content h1, 
.single-news .entry-content h1 {
	font-family: adelle-sans;
	font-size: 17px;
	line-height: 30px;
	font-weight: 700;
}
.standard-page .entry-content h2 {
}
.standard-page .entry-content p , .single-news p {
	font-size: 17px;
	line-height: 30px;
/*	font-weight: 200;*/
	margin-bottom: 34px;
	color:#191919;
}
.standard-page .entry-content, .single-news .entry-content {
	position: relative;
	width: 50%;
	margin: 0px auto;
}
@media only screen and (max-width: 980px) {
.standard-page .entry-content, .single-news .entry-content {
		width:100% !important;
}
.standard-page .entry-content .inner, .single-news .entry-content .inner {
	padding: 40px 0px 0px 0px;
}
}
/*.standard-page*/
.neighbour-pages-nav {
}
/*.standard-page*/
.neighbour-pages-nav * {
	padding: 0px;
	margin: 0px;
}
/*.standard-page*/
.neighbour-pages-nav a {
	display: inline-block;
	white-space: normal;
	margin-bottom: 10px;
	padding: 2px !important;
}
/*.standard-page*/
.neighbour-pages-nav a.current {
	color: #ffd700;
}
/*.standard-page*/
.neighbour-pages-nav a:hover {
	color: #ffd700;
}
/*.standard-page*/
.neighbour-pages-nav .arrow {
	display: none;
}
/*.standard-page*/
.neighbour-pages-nav a > * {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}
/*.standard-page*/
.neighbour-pages-nav h3 {
	white-space: normal;
	font-size: 16px;
	font-family: "adelle";
	font-weight: 600;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: 0.1em;
	margin: 0px !important;
	padding: 0px !important;
}
/* end standard page */
/*news page */
ul.news-list li {
}
ul.news-list li+li {
	margin-top: 0px;
}
ul.news-list .news-icon {
	width: 480px;
	height: 240px;
	display: inline-block;
	margin-right: 40px;
	background-color: #ddd;
	position: relative;
	overflow: hidden;
}
ul.news-list .news-icon .img {
	position: absolute;
	background-size: cover;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	transition-property: left top bottom right;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
}
ul.news-list .news-icon:hover .img {
	top: -2%;
	left: -2%;
	right: -2%;
	bottom: -2%;
	transition-property: left top bottom right;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}
ul.news-list .news-content {
	display: inline-block;
	width: 640px;
	vertical-align: top;
	position: relative;
}
ul.news-list .news-content .title {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #323232;
	margin: 20px 0px 20px 0px;
}
ul.news-list .news-content .excerpt {
	font-size: 15px;
	line-height: 24px;
	font-family: adelle-sans;
	color: #323232;
	margin-bottom: 20px;
}
.wp-polls {
  font-size: 17px;
  line-height: 27px;
  font-family: "adelle-sans";
  color: #191919;
}
.wp-polls *{
}
/*end news page */
/* =Print Style-------------------------------------------------------------- */
@media print {
}