html {
  font-family: 'Roboto', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  /* important */
  height: 100%;
}
body {
  margin: 0;
  background-color: #fff;
  /* important */
  height: 100%;
  color: #225a4d;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: inherit;
}
a:active,
a:hover {
  outline: 0;
  color: inherit;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  line-height: 1.1;
  color: inherit;
  overflow-y: hidden;
  margin-top: 0px;
  margin-bottom: 10px;
}

h1.subH,
h2.subH,
h3.subH,
h4.subH,
h5.subH,
h6.subH {
  font-weight: normal;
  line-height: 1;
  color: inherit;
  overflow-y: visible;
  height: auto;
}

.noHmargin h1, .noHmargin h2, .noHmargin h3, .noHmargin h4, .noHmargin h5, .noHmargin h6{
  margin-top: 5px;
  margin-bottom: 5px;
}
.noHmargin h1.subH, .noHmargin h2.subH, .noHmargin h3.subH, .noHmargin h4.subH, .noHmargin h5.subH, .noHmargin h6.subH{
  margin: 0px;
}

.centerDiv {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.centerText {
  text-align: center;
}
.wordwrap { 
   /*white-space: pre-wrap;      /* CSS3 */   
   /*white-space: -moz-pre-wrap; /* Firefox */   
   /*white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.noPadding{
  padding: 0px;
}
.noMargin{
  margin: 0px;
}
.container{
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  /*width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);*/
  width: 100%;
  height: auto; 
  max-width: 1400px;
}
.container-smaller{
  max-width: 1000px;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  width: 100%;
  height: auto;
}

.shadow{
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 2000px;
  background-color: #ffffff;
  z-index: 99998;
  top:0px;
  left: 0px;
}

.ie .shadow{
  display: none;
}


.framedInfo{
  position:relative;
  padding:20px; 
  margin:20px auto 0px auto;
  width:100%;
  max-width: 700px;
  border: 3px solid #198976;
}
.framedInfo b, .framedInfo strong{
  color:#b84448;
}
.framedInfo ul{
  padding-left: 16px;
}

a{
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
  background-color: transparent;
}

#page-content a:hover{
  background-color: yellow;
  color: #000000;
}

.pageTitle{
  font-size: 40px;
  font-weight: bold;
  margin-bottom:10px;
  padding-right: 0px;
  text-align: left;
}



.text{
  padding-top: 35px;
  padding-bottom: 50px;
  text-align: justify;
  background-color:  #e7ecea;
  border-top: 1px solid #e7ecea;
  position: relative;
  float: left;
}

.smartnarrow .text, .smartwide .text{
  text-align:left;
}

.text a{
  text-decoration: underline;
}
.text a:hover{
  font-weight: bold;
}

.text img{
  width: 100%;
  max-width: 800px;
}

.text .subPageMenu{
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px dashed #225a4d;
  margin-top: 20px;
  padding-top: 20px;
}

.text .subPageMenu.museums{
  border-top: 0px dashed #225a4d;
  margin-top: 0px;
  padding-top: 0px;
}

.text .subPageMenu p{
  position: relative;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 2px;
}
.text .subPageMenu a{
  position: relative;
  float: left;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  background-color: #225a4d;
  font-weight: bold;
}
.text .subPageMenu a:hover{
  text-decoration: underline;
}

.text div .canalCESmedia{
  border-bottom: 1px dashed #225a4d;
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
  float: left;
  width:100%;
}

.text div .canalCESmedia:last-child{border-bottom: none; margin-bottom: 0px; padding-bottom: 0px;}

.canalCESmedia .data{
  width: 100%;
}
.canalCESmedia .titulo{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.canalCESmedia .texto{
  width: 100%;
}
.canalCESmedia .pessoas{
  width: 100%;
  margin-top: 20px;
  position: relative;
  float: left;
}
.canalCESmedia .pessoas .pessoa{
  width: 190px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  text-align: left;
  font-size: 13px;
  border-right: 1px solid #225a4d;
}
.canalCESmedia .pessoas .pessoa:last-child{
  border-right: 0px solid #225a4d;
}

.mobile .canalCESmedia .pessoas .pessoa{
  border-right: 0px solid #225a4d;
}

.canalCESmedia .pessoas .pessoa .image{
  margin-right: 5px;
  float: left;
  width: 42px;
  height: 50px;
  background-size: cover;
}

.canalCESmedia .videowrapwrap {
  width:100%;
  margin: 0 auto;
  position: relative;
  float: left;
  margin-top: 20px;
}
.videowrap {
  position: relative;
  width:100%;
  max-width: 640px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.footer{
  position: relative;
  float: left;
  border-top: 1px solid #e7ecea;
  border-bottom: 1px solid #e7ecea;
  padding-top: 40px;
  background-color:#fff;
  padding-bottom: 20px;
}

.footer img{
  margin: 7px;
}

.citation{
  position: relative;
  float: left;
  height: auto;
  width: 100%;
  background-color:#fff;
  border-top: 1px solid #e7ecea;
  display: block;
  z-index: 1;
  padding: 0px;
}
.citation .slide{
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  height: auto;
  background-color:#fff;
  text-align: center;
  font-size: 20px;
  position: absolute;
  display: none;
}

.citation .slide b{
  font-size: 16px;

}

.pic-slider{
  position: relative;
  float: left;
  height: auto;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color:#fff;
  overflow: hidden;
  /*max-height: 406px;*/
}

.in-pic-slider{  
  position: relative;
  float: left;
  height: auto;
  width: 100%;
  margin: 0 auto;
  overflow-x:hidden;
  max-width: 100%;
}

.logo-top{
  display: none;
  position: relative;
  float: left;
  height: 200px;
  width: 100%;
  background-color:#fff;
}

.logo-top img{
  position: absolute;
  top:0px;
  left:0px;
  width: 640px;
}

.smartnarrow .in-pic-slider, .smartwide .in-pic-slider{  
  display: none;
}

.smartnarrow .logo-top, .smartwide .logo-top{
  display: block;
}


a:active, a:focus,input, input:active, input:focus,textarea:active, textarea:focus, button:active, button:focus{outline: 0;outline-style:none;outline-width:0;}  
a:active, a:focus,button::-moz-focus-inner,textarea:focus::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner{border: none;}





/* ////////////////////////////////////////////////  IE 678 */

.nav-toggle .toggle-images{
  display: none;
}

.ie67 .nav-toggle .toggle-images{
  display: block;
}





/* Default tab style */

.menusection{
  float: left;
  width: 100%;
  position: relative;
  z-index: 9997; 
  background-color: #e7ecea;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'stroke7pixeden';
  src:url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src:url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
    url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
    url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
    url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }


a {
  color: #225a4d;
  text-decoration: none;
  outline: none;
}

.tabs {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 1.25em;
  font-weight: 400;
}

/* Nav */
.tabs nav {
  text-align: center;
}

.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1400px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;

  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;

}

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;

  /*-ms-flex:1 1 auto;
  -webkit-box-flex:1;
  -webkit-flex:1 1 auto;
  flex:1 1 auto;*/  /* flexivel conforme o conteudo*/
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.tabs nav a span {
  vertical-align: middle;
  font-size: 1.25em;
}

/* Icons */
.icon::before {
  z-index: 10;
  display: inline-block;
  margin: 0 0.4em 0 0;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-size: 1.8em;
  font-family: 'stroke7pixeden';
  line-height: 1;
  speak: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home::before {
  content: "\e648";
}
.icon-about::before {
  content: "\e647";
}
.icon-museum::before {
  content: "\e662";
}
.icon-team::before {
  content: "\e693";
  /*font-family:'FontAwesome';
  content:"\f0c0"*/
}
.icon-out::before {
  content: "\e657";
}
.icon-inspi::before {
  content: "\e643";
}
.icon-contacts::before {
  content: "\e66d";
}


/*****************************/
/* Fill up */
/*****************************/

.tabs-style-fillup nav {
  background: #fff;
}

.tabs-style-fillup nav ul li {
  border-left: 1px solid #e7ecea;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tabs-style-fillup nav ul li a{
  padding: 0.8em 0;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tabs-style-fillup nav ul li{
  word-wrap: break-word;
}

.tabs-style-fillup  nav li:last-child {
  border-right: 1px solid #e7ecea;
}


.tabs-style-fillup nav ul li.current, .tabs-style-fillup nav ul li.opened, .tabs-style-fillup nav ul li:hover {
  z-index: 100;
}

.tabs-style-fillup nav ul li.current a, .tabs-style-fillup nav ul li.opened a, .tabs-style-fillup nav ul li:hover a {
  color: #fff;
}

.tabs-style-fillup nav ul li {
  background: transparent;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -ms-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}

.tabs-style-fillup nav ul li.current, .tabs-style-fillup nav ul li.opened, .tabs-style-fillup nav ul li:hover {
  background: #225a4d;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -ms-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}

.tabs-style-fillup nav ul li a span,
.tabs-style-fillup .icon::before, .tabs-style-fillup li img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,5px,0);
  transform: translate3d(0,5px,0);
}

.tabs-style-fillup nav ul li a span {  
  display: block;
  font-weight: 700;
  font-size: .8em;
  line-height: 1.5;
}

.tabs-style-fillup .icon::before {
  display: block;
  margin: 0;
}

.tabs-style-fillup nav ul li:hover a span {
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}
.tabs-style-fillup li:hover .icon::before, .tabs-style-fillup li:hover img {
  -webkit-transform: translate3d(0,0px,0);
  transform: translate3d(0,0px,0);
}

.tabs-style-fillup nav ul li.current:hover a span, .tabs-style-fillup nav ul li.opened:hover a span, .tabs-style-fillup li.current:hover .icon::before, .tabs-style-fillup li.opened:hover .icon::before {
  -webkit-transform: translate3d(0,5px,0);
  transform: translate3d(0,5px,0);
}

.menusection .tabs{
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.25);
  border-top: 1px solid #e7ecea;
}
.menusection .tabs.stuck{
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.25); 
  position: fixed;
  top: 0px;
  left:0px;
  z-index: 9999; 
  border-top: 0px solid #e7ecea;
}

.menusection .tabs .logo_nest{
  display: none;
}

.menusection .tabs.stuck .logo_nest{
  display: inline-block;
}


/* Content */
.content-wrap {
  position: relative;
  background-color: #fff;
}

.content-wrap section {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.25);
  background: #f4f4f4;
}

.content-wrap section .in-section{ 
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1400px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #f4f4f4;
}

.content-wrap section .in-section div{
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;

  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}


.content-wrap section .in-section div.current, .content-wrap section .in-section div.opened, .content-wrap section .in-section div:hover{  
  background: #74777b;
  color: #fff;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.content-wrap section .in-section div a{
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-weight: 700;
  font-size: .8em;
  line-height: 1.5;
  color: #74777b;
  width: 100%;
  display: block;
}
.content-wrap section .in-section div.current a, .content-wrap section .in-section div.opened a, .content-wrap section .in-section div:hover a{
  color: #fff;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.content-wrap section div{
  border-left: 1px solid #e7ecea;
}

.content-wrap section div:last-child{
  border-right: 1px solid #e7ecea;
}

.content-wrap section div div:first-child{
  border-left: none;
}

.content-wrap section div div:last-child{
  border-right: none;
}


.content-wrap section div a{
  padding: 20px;
}

.content-wrap section {
  position: absolute;
  top: 0px;

  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #f4f4f4;

  -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.25);

  display: none;
  border-top: 1px solid #e7ecea;
}

.content-wrap.subsub section, .content-wrap.subsub section .in-section div {
  background: #d9d9d9;
}

.content-wrap.subsub section .in-section div.current, .content-wrap.subsub section .in-section div:hover{  
  background: #74777b;
  color: #fff;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}



@media (min-width: 1500px) {
  .pic-slider{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .footer{
    padding-top: 40px;
    padding-bottom: 0px;
  }
}



@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none;
  }
  .tabs nav a:before {
    margin-right: 0;
  }
  .menusection .tabs-style-fillup nav ul li a{
    -webkit-transition: padding 300ms ease-in-out;
    -moz-transition: padding 300ms ease-in-out;
    -ms-transition: padding 300ms ease-in-out;
    -o-transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out;
    padding: 0.3em 0 0.9em 0;
  }
  
  .menusection .tabs-style-fillup li:hover .icon::before,
  .menusection .tabs-style-fillup:hover li:hover .icon::before,
  .menusection .tabs-style-fillup li .icon::before,
  .menusection .tabs-style-fillup:hover li:hover img,
  .menusection .tabs-style-fillup li:hover img,
  .menusection .tabs-style-fillup li img {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }

  .menusection .tabs-style-fillup li img  {
    height: 43px;
  }

  .menusection .tabs-style-fillup nav ul li a.logo{
    -webkit-transition: padding 300ms ease-in-out;
    -moz-transition: padding 300ms ease-in-out;
    -ms-transition: padding 300ms ease-in-out;
    -o-transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out;
    padding: 2px 0 9px 0;
  }

  .menusection .tabs-style-fillup.stuck li img  {
    height: 43px;
  }

  .menusection .tabs-style-fillup.stuck nav ul li a.logo{
    -webkit-transition: padding 300ms ease-in-out;
    -moz-transition: padding 300ms ease-in-out;
    -ms-transition: padding 300ms ease-in-out;
    -o-transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out;
    padding: 2px 0 9px 0;
  }
}


@media screen and (min-width: 58em) {

  .menusection .tabs.stuck nav a.icon span {
    display: none;
  }

  .menusection .tabs-style-fillup nav ul li a{
    -webkit-transition: padding 300ms ease-in-out;
    -moz-transition: padding 300ms ease-in-out;
    -ms-transition: padding 300ms ease-in-out;
    -o-transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out;
  }
  .menusection .tabs-style-fillup.stuck nav ul li a{
    -webkit-transition: padding 300ms ease-in-out;
    -moz-transition: padding 300ms ease-in-out;
    -ms-transition: padding 300ms ease-in-out;
    -o-transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out;
    padding: 0.3em 0 0.9em 0;
  }

  .menusection .tabs-style-fillup.stuck nav ul li:hover a span, 
  .menusection .tabs-style-fillup.stuck li:hover .icon::before,
  .menusection .tabs-style-fillup.stuck li:hover img {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }

  .menusection .tabs.stuck:hover nav a.icon span {
    display: inline-block;
  }

  .menusection .tabs-style-fillup.stuck:hover nav ul li a, .menusection .tabs-style-fillup.stuck:hover nav ul li a.logo{
    -webkit-transition: padding 300ms ease-in-out;
    -moz-transition: padding 300ms ease-in-out;
    -ms-transition: padding 300ms ease-in-out;
    -o-transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out;
    padding: 0.8em 0;
  }

  .menusection .tabs-style-fillup.stuck:hover nav ul li:hover a span {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  .menusection .tabs-style-fillup.stuck:hover li:hover .icon::before, .menusection .tabs-style-fillup.stuck:hover li:hover img {
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
  }

  .menusection .tabs-style-fillup:hover nav ul li.current:hover a span, .menusection .tabs-style-fillup:hover nav ul li.opend:hover a span,
  .menusection .tabs-style-fillup:hover li.current:hover .icon::before, .menusection .tabs-style-fillup.stuck:hover li.current:hover img, .menusection .tabs-style-fillup:hover li.opened:hover .icon::before, .menusection .tabs-style-fillup.stuck:hover li.opened:hover img  {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }

  .menusection .tabs-style-fillup li img  {
    height: 53px;
  }

  .menusection .tabs-style-fillup.stuck li img  {
    height: 43px;
  }

  .menusection .tabs-style-fillup.stuck:hover li img  {
    height: 53px;
  }

  .menusection .tabs-style-fillup.stuck nav ul li a.logo{
    -webkit-transition: padding 300ms ease-in-out;
    -moz-transition: padding 300ms ease-in-out;
    -ms-transition: padding 300ms ease-in-out;
    -o-transition: padding 300ms ease-in-out;
    transition: padding 300ms ease-in-out;
    padding: 2px 0 9px 0;
  }

}


@media screen and (max-width: 650px) {
  .content-wrap section .in-section{ 
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .content-wrap section div div{
    border-left: none;
    border-bottom: 1px solid #e7ecea;
  }

  .content-wrap section div div:last-child{
    border-right: none;
    border-bottom: none;
  }

  .smartnarrow .menusection .tabs.stuck .logo_nest{
    display: none;
  }

  .pageTitle{
    font-size: 30px;
  }

}

.mobile .content-wrap.handheld section{
  /*
  display: block;*/
  position: relative;
  float: left;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;  
  font-size: 1.25em;
  font-weight: 400;
}

.mobile .content-wrap.handheld{
  /*display: block;*/
  position: relative;
  float: left;
  width: 100%;
}


@media screen and (min-width: 1402px) {
  .in-pic-slider  img{  
    border-left: 1px solid #e7ecea;
    border-right: 1px solid #e7ecea;
  }
}



/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 14%;
  max-width: 14%;
  display: inline-block;
}

.no-flexbox.ie67 nav ul li {
  float: left;
}

.no-flexbox .menusection .tabs.stuck .logo_nest{
  display: none;
} 