.gallery .control-operator:target ~ .controls .control-button {
  color: #ccc;
  color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:first-of-type, .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5) {
  color: white;
  color: rgba(255, 255, 255, 0.8);
}

.gallery .item:first-of-type {
  position: static;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity .5s;
}
.gallery .control-operator {
  display: none;
}
.gallery .control-operator:target ~ .item {
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  animation: none;
}
.gallery .control-operator:target ~ .controls .control-button {
  animation: none;
}

@keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  14.3%,
  50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  64.3%,
  100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes galleryAnimation-2 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  14.3%,
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  64.3%,
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.items-2.autoplay .control-button {
  animation: controlAnimation-2 14s infinite;
}
.items-2.autoplay .item {
  animation: galleryAnimation-2 14s infinite;
}
.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
  animation-delay: -2s;
}
.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
  animation-delay: 5s;
}

@keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  9.5%,
  33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  42.9%,
  100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes galleryAnimation-3 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  9.5%,
  33.3% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  42.9%,
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.items-3.autoplay .control-button {
  animation: controlAnimation-3 21s infinite;
}
.items-3.autoplay .item {
  animation: galleryAnimation-3 21s infinite;
}
.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
  animation-delay: -2s;
}
.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
  animation-delay: 5s;
}
.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
  animation-delay: 12s;
}

@keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  7.1%,
  25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  32.1%,
  100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes galleryAnimation-4 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  7.1%,
  25% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  32.1%,
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.items-4.autoplay .control-button {
  animation: controlAnimation-4 28s infinite;
}
.items-4.autoplay .item {
  animation: galleryAnimation-4 28s infinite;
}
.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
  animation-delay: -2s;
}
.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
  animation-delay: 5s;
}
.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
  animation-delay: 12s;
}
.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
  animation-delay: 19s;
}

@keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%,
  20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%,
  100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes galleryAnimation-5 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  5.7%,
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  25.7%,
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.items-5.autoplay .control-button {
  animation: controlAnimation-5 35s infinite;
}
.items-5.autoplay .item {
  animation: galleryAnimation-5 35s infinite;
}
.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
  animation-delay: -2s;
}
.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
  animation-delay: 5s;
}
.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
  animation-delay: 12s;
}
.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
  animation-delay: 19s;
}
.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
  animation-delay: 26s;
}

.gallery .control-button {
color: #ccc;
color: rgba(255, 255, 255, 0.4);
}
.gallery .control-button:hover {
color: white;
color: rgba(255, 255, 255, 0.8);
}
/*
Theme controls how everything looks in Gallery CSS.
*/
.gallery {
position: relative;margin:0px;z-index:-8;height: 400px;
}
.gallery .item {
height: 400px;
overflow: hidden;
text-align: center;
background: #000;
margin:0px;
}

.gallery .item h1{color: #fff;
    font-size: 1.6em;
    height: 240px;
    line-height: 120%;
    padding: 0 10%;
    position: absolute;
    top: 100px;
    max-width:850px;
    text-shadow: 2px 2px 4px black;
    vertical-align: middle;}

.gallery .controls {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
}
.gallery .control-button {
display: inline-block;
*display: inline;
*zoom: 1;
margin: 0 .02em;
font-size: 3em;
text-align: center;
text-decoration: none;
transition: color .1s;
}


.cssfx{}
@font-face {
    font-family: 'aldrichregular';
    src: url('fonts/aldrich-regular-webfont.eot');
    src: url('fonts/aldrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aldrich-regular-webfont.woff2') format('woff2'),
         url('fonts/aldrich-regular-webfont.woff') format('woff'),
         url('fonts/aldrich-regular-webfont.ttf') format('truetype'),
         url('fonts/aldrich-regular-webfont.svg#aldrichregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {margin: 0;padding: 0;outline: none;box-sizing: border-box;}
*:after, *:before {box-sizing: border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {  display: block;}
img{border-width:0px;}
body{width:100%;margin:0;padding:0;color:#444;font-family:Arial, Helvetica, sans-serif;font-size:0.8em;line-height:1.2em;overflow: auto;}
p{line-height:1.5em;text-align: left;margin-bottom:0.6em;}
section{margin:2em 0;font-size:1.2em;} 
nav section h1{text-transform: uppercase;text-align:center;font-size:1.4em;line-height:1.2em;}
nav section hr{margin:1.5em 0;}

.subnav {
	display: -ms-flexbox;
	display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-top:0px;
}

.subnav div{-ms-flex-line-pack: center;align-content: center;text-align:center;margin:2em 1em;max-width: 270px;}
.subnav h1{text-transform:uppercase ;margin:1em 0;font-size:1.2em;white-space:nowrap;font-family:aldrichregular,Arial, Helvetica, sans-serif;}
.subnav img{max-width:165px;width:100%;width:165px\9;}
.subnav{display:table\9;}
.subnav div{display:inline-block\9;}
.inner h1{white-space:normal;font-size:1.1em;line-height:1.2em;}
a{text-decoration:none;color:#444;}
a:hover{color:#000;}

header{width:100%;margin:0;position:fixed;top:0;z-index:1000;background-color:#fff;}
.top{width:100%;margin:0px;padding:5 5 2 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: center;
      align-items: center;    
}
.logo{
	-ms-flex-order: 1;
	    order: 1;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
text-align:center;margin-right:15px;}
.logo img{height:100px;}
.navbutton{display:none;}
.navbutton > div{border:solid 2px #000;width:20px;margin-bottom:4px;}
nav{
  -ms-flex-order: 2;
      order: 2;
  -ms-flex: 3 0 auto;
      flex: 3 0 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  margin-top:auto;
  margin-bottom:auto;
  text-transform: uppercase;
  position:relative;
  left:0;
  margin-right:5%;
}


nav  ul{
	margin:0;list-style: none;padding:0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-order: 1;
      order: 1;
}

nav ul > li{
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}
nav ul li:hover {
	color:#000;
}
nav ul li a {
	display: block; padding: 5px 5px;
	color: #444; text-decoration: none;
}
nav ul li a:hover {color:#000;}
nav ul li  ul{
	position:absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color:#fff;
  border:solid 0px #000;
  border-bottom-width: 3px;
}
nav ul  ul li ul{
	position:absolute;
  left:0;  
}
nav ul ul  li{
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
nav ul li  ul {display: none;}
nav li:hover > ul{	
	display: -ms-flexbox;	
	display: flex;margin:0;
}
nav li ul li a {padding:10 10px;}
.item img{height:100%;position:absolute;right:0;}
.fixedcolor{
	height:120px;
	margin: 0;
  position: relative;
  z-index: -8;
  background-color:#00aaa0;
}

.top,  nav ul{display:table\9;}
.logo,nav, nav li{display:table-cell\9;margin-left:50px\9;}
nav li li,nav li li li{display:table-row\9;margin-left:0px\9;}
nav li:hover > ul{	
	display: table\9;
}
nav ul{width:70%\9;}
nav ul ul{width:auto\9;}
nav {vertical-align:middle\9;}

.fixedcolor h1{color:#fff;position:absolute;display:inline;left:40%;top:50%;}
.plt{background-color: rgb(151,176,110);}
.pltbutton{background:url("../images/top-plt.png") no-repeat 90% center;background-size: 120px;background-color: rgb(151,176,110);}
.msr{background-color: rgb(145,186,163);}
.msrbutton{background:url("../images/top-msr.png") no-repeat 90% center;background-size: 120px;background-color: rgb(145,186,163);}
.it{background-color:rgb(82,128,104);}
.itbutton{background:url("../images/top-it.png") no-repeat 90% center;background-size: 120px;background-color:rgb(82,128,104);}
.qa{background-color:rgb(0,66,66);}
.qabutton{background:url("../images/top-qa.png") no-repeat 90% center;background-size: 120px;background-color:rgb(0,66,66);}
.breadcrump{   *display: inline;   *zoom: 1;
	position: absolute;
	bottom:0;
	color:#444;
	padding:0.5em 5%;
	background-color: #ddd;
	min-width: 50px;
	font-size:1.2em
}

.content p{text-align:left;}
article{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-line-pack: justify;
	    align-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
	margin-bottom: 1em;
}
article {display:table\9;}
article *{min-width:300px;}
article figure{
  -ms-flex: 0 0px;
      flex: 0 0px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right:2em;
  margin-top: 0.8em;
}
article figure,.content{display:table-cell\9;vertical-align:top\9;padding-right:10px\9;}
article figure img{max-width:100%;max-width:90%\9;}
.reference article figure{margin-top: 0em;}
.reference article figure img{min-width: 80%;max-width: 80%;}
article div.content{
  -ms-flex-order: 0;
      order: 0;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  -ms-flex: 1 0px;
      flex: 1 0px;
}
article div.content *{margin-bottom:0.5em;}
article div.content ul *{margin-left:0.5em;list-style-position: inside;}
article h2,article h3, article h4{line-height:1.5em;}

.panel {background-color: #444;height: 34px;padding: 10px;}
.panel a{border: 2px solid #aaa;color: #fff;float: right;margin-right: 10px;padding: 5px 10px;text-decoration: none;text-shadow: 1px 1px #000;border-radius: 10px;}

.overlay {background-color: rgba(0, 0, 0, 0.6);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');bottom: 0;cursor: default;left: 0;opacity: 0;filter: alpha(opacity=0);position: fixed;right: 0;top: 0;visibility: hidden;z-index: 2000;transition: opacity .5s;}

:root .overlay{}
.overlay:target {visibility: visible;opacity: 1;filter: alpha(opacity=100);}
.popup {background-color: #fff;border: 3px solid #fff;*display: inline;*zoom: 1;left: 50%;opacity: 0;filter: alpha(opacity=0);padding: 15px;position: fixed;text-align: justify;top: 40%;visibility: hidden;z-index: 10000;transform: translate(-50%, -50%);border-radius: 10px;transition: opacity .5s, top .5s;}
.popupplt {box-shadow: 0 1px 1px 2px rgba(151,176,110, 1) inset;}
.popupemsr {box-shadow: 0 1px 1px 2px rgba(145,186,163, 1) inset;}
.popupit {box-shadow: 0 1px 1px 2px rgba(82,128,104, 1) inset;}
.overlay:target+.popup,.overlay:target+.popupplt {top: 50%;opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.close {background-color: rgba(0, 0, 0, 0.8);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000');height: 30px;line-height: 30px;position: absolute;right: 0;text-align: center;text-decoration: none;top: -15px;width: 30px;border-radius: 15px;}
:root .close{}
.close:before {color: rgba(255, 255, 255, 0.9);content: "X";font-size: 24px;text-shadow: 0 -1px rgba(0, 0, 0, 0.9);}
.close:hover {background-color: rgba(64, 128, 128, 0.8);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc408080', endColorstr='#cc408080');}
:root .close:hover{}
.popup p, .popup div {margin-bottom: 10px;}
.popup h2,.popup h3, .popup h4{line-height:1.5em;}
.popup label {display: inline-block;*display: inline;*zoom: 1;text-align: left;width: 120px;}

/* Main */
main{margin:0 12%;margin-top:264px;display:block;}
.phhmain{display:block;height:57px;}
/* END Main */

/* Footer */

.footercolor{background:none;background-color:#00aaa0;}
.footercolor.pltbutton{background-color: rgb(151,176,110);}
.footercolor.plt{background-color: rgb(151,176,110);}
.footercolor.msrbutton{background-color: rgb(145,186,163);}
.footercolor.msr{background-color: rgb(145,186,163);}
.footercolor.itbutton{background-color: rgb(82,128,104);}
.footercolor.it{background-color: rgb(82,128,104);}
.footercolor.qabutton{background-color:rgb(0,66,66);}
.footercolor.qa{background-color:rgb(0,66,66);}
footer ul{
	margin:0;list-style: none;padding:0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
}

footer ul li{ 
	-ms-flex-order: 0; 
	    order: 0;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;	
	margin:10px;
}
footer ul,footer  a {color: #bbb;}
footer a { display: block;text-decoration: none;}
footer ul{display:table\9;}
footer li{display:inline-block\9;}
/* END Footer */

.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;width:0;height:0}

@media all and (min-width:1680px){
.item img{width:100%;}
}

@media all and (max-height:490px){
	.gallery .item {height: 120px;}
	.phhmain{display:none;}
}
@media all and (max-width:900px){
	.subnav {
    -ms-flex-direction: coloumn;
        flex-direction: coloumn;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (max-width:670px){
	.top{
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
	}
	.navbutton{display:inline-block;*display: inline;*zoom: 1;
		-ms-flex-pack: end;
		    justify-content: flex-end;
		-ms-flex-align: end;
		    align-items: flex-end;
		-ms-flex-item-align:start;
		    align-self:flex-start;
	}
	
  
  nav{
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
	}
	nav ul{
		display:none;
		text-align:right;
		-ms-flex-direction: column;
		    flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
    position:absolute;
    top:0;
    right:0;
    background-color:#fff;
	}
	nav ul ul{border-bottom-width: 1px;}
	nav ul ul  li {
    -ms-flex-item-align: end;
        align-self: flex-end;;margin-right:10px;}
	nav ul li ul {display: -ms-flexbox;display: flex;text-align:right;border-right-width: 5px;border-bottom-width: 0;}
	nav li > ul li a {padding:5 10px;}
	nav ul li  ul{position:relative;}
	.navbutton:hover~ ul{display: -ms-flexbox;display: flex;}
	nav  ul:hover{display: -ms-flexbox;display: flex;}
	
	nav ul li ul,nav  ul:hover {display: block\9;}
	.navbutton:hover~ ul{display:block\9;}
	
	.item img{height:auto;width:auto;}
	
	.breadcrump{ padding:0.5em 1.1em;font-size:1.1em}
	
}

/* Tricky font emedding from http://www.html5rocks.com/en/tutorials/webfonts/quick/
@font-face {
  font-family: 'Tagesschrift';
  src: url('tagesschrift.eot'); /* IE 5-8 *//* 
  src: local('☺'),             /* sneakily trick IE *//*
        url('tagesschrift.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 *//*
        url('tagesschrift.ttf') format('truetype'), /* Opera, Safari *//*
        url('tagesschrift.svg#font') format('svg'); /* iOS *//*
}
*/

