/*@media screen and (max-width: 1440px) {
}*/
html.nab .content {padding-top: 30px;}
html.nab .header {  position: relative; top: 0;}
html.nab .header.a {position:fixed;}
#nabbers { width: 100%; height: 160px; display: none; position: relative; top: 0; left: 0; border-bottom: 1px solid rgba(189, 189, 189, 1);  overflow: hidden;}
html.nab #nabbers {display:block;}
#nabbers .nabber { position: absolute; width: 100%; height: 100%; overflow: hidden;display:none;}
#nabbers .nabber.active {display:block;}
#nabbers .nabber a { position: absolute; width: 100%; height: 100%; left: 0; top: 0;    text-align: center;  display: block;  overflow: hidden;}
#nabbers .nabber .t1 { font-size: 16px; font-family: sans-serif;/*font-family: "Roboto";*/ text-transform: uppercase; line-height: 1.2; width: 100%;  height: auto; z-index: 6; text-align: center; padding-top: 26px; display: block; margin: 0 auto;}
#nabbers .nabber .t2 {  font-size: 30px; font-family: sans-serif;/*font-family: "Roboto";*/ line-height: 1.2; text-align: center; width: 100%;    height: auto;   z-index: 5; padding-top: 4px; display: block; margin: 0 auto;}
#nabbers .nabber i {  background-color: #fa3228;  font-family: "Open Sans";  color: rgb(254, 254, 254);  z-index: 9;  font-style: normal;  text-align: center;  white-space: nowrap;  vertical-align: middle;  background-image: none;   cursor: pointer;  -webkit-appearance: none;  -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  -o-user-select: none;  user-select: none;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;   box-sizing: border-box;  height: 40px;  font-size: 15px;  padding-left: 30px;  padding-right: 30px;  margin-left: 10px;  text-decoration: none;  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;  border-radius: 5px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px;  font-family: sans-serif;/*font-family: Roboto;*/  text-transform: uppercase;  line-height: 40px;  margin-top: 30px;  display: inline-block;  margin-top: 10px;}
#nabbers .nabber{transition:all 0.5s ease-in;display:block;opacity:0;}
#nabbers .nabber.active{display:block;position:absolute;top;0;left:0;opacity:1;}
#nabbers .nabber {background-position: center center;background-repeat: no-repeat;background-size: cover;}
#nabbers .nabber.showbtn i {display:none;}
#nabbers .nabber.showbtn .t1 {
    padding-top: 56px;
}
@media screen and (max-width: 768px) {
    #nabbers .nabber.showbtn .t1 {        padding: 20px;}
}
