.main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
width: 100%;
max-width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #212121;
font: 16px 'Open Sans', 'Trebuchet MS', Helvetica, sans-serif;
color: #3c3c3f;
overflow-x: hidden;
} *,
:before,
:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
a { text-decoration: none;
-webkit-transition: 0.16s;
transition: 0.16s;
}
a:hover,
a:focus { text-decoration: underline;
outline: 0;
}
a:active { text-decoration: underline;
outline: 0;
-webkit-transition: 0s;
transition: 0s;
}
a.nolnk {
color: inherit;
text-decoration: inherit;
}
a.special {
padding: 2px 5px;
background: rgba(255,255,255,0.7);
}
a.special:hover,
a.special:focus,
a.special:active {
text-decoration: none;
background: #fff;
}
p {
font-size: inherit;
line-height: 22px;
font-weight: normal;
}
p.small {
font-size: 13px;
}
p.large {
font-size: 19px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Raleway', 'Trebuchet MS', Helvetica, sans-serif;
font-weight: bold;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 19px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
font-weight: bold;
}
h5 {
font-size: 15px;
font-weight: bold;
}
.b {
font-weight: bold;
}
.i {
font-style: italic;
}
.n {
font-weight: normal;
font-style: none;
text-decoration: none;
}
.heading {
margin-bottom: 18px;
font-size: 28px;
font-weight: 300;
text-transform: uppercase;
display: block;
}
ul {
list-style-type: circle;
}
.borderleft {
padding-left: 9px;
border-left: 1.6px solid;
}
.brand,
.navbar-brand,
.carousel-brand,
.heading-secondary,
.text-subheading {
font-family: 'Raleway', 'Trebuchet MS', Helvetica, sans-serif;
}
.brand {
font-size: 24px;
margin-top: 12px;
}
.textalign-left {
text-align: left;
}
.textalign-center {
text-align: center;
}
.textalign-right {
text-align: right;
}
.text-white {
color: #fff;
}
.nomargin {
margin: 0 !important;
}
.nomargintop {
margin-top: 0 !important;
}
.nomarginbottom {
margin-bottom: 0 !important;
}
.marginbottom-small {
margin-bottom: 5px;
}
.marginbottom {
margin-bottom: 19px;
}
.marginbottom-large {
margin-bottom: 36px;
}
.marginbottom-xlarge {
margin-bottom: 72px;
}
.pos-rel {
position: relative;
}
.excerpt {
margin: 0;
padding: 4px 9px 0px 9px;
color: #434343;
font-style: italic;
border-left: 2px solid;
}
div.quote-wrapper {
margin: 1em 0.5em;
padding: 1em;
text-align: center;
}
q {
margin: 0;
padding: 0 9px;
color: #434343;
font-style: italic;
quotes: "“" "”" "‘" "’";
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
q.main {
font-size: 1.5em;
font-family: 'Raleway';
}
.divider-small {
width: 86px;
height: 1.6px;
margin: 12px 0px 14px 0px;
padding: 0;
background: #1676c3;
border: 0;
display: block;
}
.divider-small-white {
background: #f5f5f5;
}
button,
.btn {
color: #fff;
background: #1676c3;
border-color: #146bb1;
-webkit-transition: 0.25s;
transition: 0.25s;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus {
color: #fff;
background: #146bb1;
border-color: #1676c3 -16%;
}
button:active,
.btn:active {
-webkit-transition: 0s;
transition: 0s;
color: #fff;
background: #1676c3 -16%;
border-color: #146bb1;
}
button .action,
.btn .action,
button -navbar-btn,
.btn -navbar-btn {
background: #ffca28;
}
input {
color: #323232;
}
img.quote {
width: 68px;
height: 68px;
margin: 5px;
border: 1px solid #323232;
border-radius: 50%;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
box-shadow: 0 0 5px rgba(0,0,0,0.3);
display: block;
float: left;
}
.layover {
display: none !important;
}
table {
max-width: 100%;
overflow-x: auto;
}
table th {
padding: 0.5em;
}
table td {
padding: 0.5em;
}
table.patents {
font-size: 15px;
}
table.patents td:nth-child(1) {
width: 120px !important;
} .further {
display: block;
text-align: center;
}
.further p,
.further br {
display: none !important;
}
.further span {
width: 50px;
display: none;
}
.further a {
width: auto;
padding: 0.25em 0.75em;
margin: 0 0.75em;
display: inline-block;
} .navbar {
background: #204060;
padding: 0;
border-color: #c0c0c0;
-webkit-box-shadow: 1px 1px 4px rgba(255,255,255,0);
box-shadow: 1px 1px 4px rgba(255,255,255,0);
z-index: 99;
}
.navbar svg.brand-icon {
width: 20px;
height: 20px;
margin-right: 5px;
}
.navbar-default .navbar-nav > li > a {
color: #434343;
}
.navbar-default .navbar-nav > .dropdown > .dropdown-toggle {
color: #434343;
background: transparent;
border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > .dropdown > .dropdown-toggle:hover,
.navbar-default .navbar-nav > .dropdown > .dropdown-toggle:focus {
color: #212121;
background: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #212121;
background: transparent;
border-bottom: 2px solid transparent;
display: block;
}
.navbar-default .navbar-collapse {
background: #f5f5f5;
}
.navbar-default .navbar-collapse ul > li > a {
color: #434343;
}
.navbar-default .navbar-collapse ul > li > a:hover,
.navbar-default .navbar-collapse ul > li > a:focus {
color: #212121;
}
.navbar-default .navbar-collapse ul > li > a:active {
color: #212121;
}
.navbar-default .navbar-toggle {
border-color: #f5f5f5;
background: transparent;
-webkit-transition: 0.16s;
transition: 0.16s;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background: #f5f5f5;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
background: #1676c3;
}
.navbar-default .navbar-toggle:active {
background: #fff;
-webkit-transition: 0s;
transition: 0s;
}
.navbar-default .navbar-toggle:active .icon-bar {
background: #1676c3;
}
.navbar-default .navbar-toggle .icon-bar {
background: #f5f5f5;
}
.navbar-default .navbar-brand {
height: auto;
color: #f5f5f5;
}
.navbar-default .navbar-brand .navbar-brand-special {
margin-bottom: 10px;
}
.navbar-default .navbar-brand svg.brand-icon {
width: 20px;
height: 20px;
margin-right: 5px;
}
.navbar-default .navbar-brand svg.brand-icon path,
.navbar-default .navbar-brand svg.brand-icon polygon,
.navbar-default .navbar-brand svg.brand-icon rect {
stroke: #f5f5f5;
-webkit-transition: 0.16s;
transition: 0.16s;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active {
color: #fff;
}
.navbar-default .navbar-brand:hover svg.brand-icon > path,
.navbar-default .navbar-brand:focus svg.brand-icon > path,
.navbar-default .navbar-brand:active svg.brand-icon > path,
.navbar-default .navbar-brand:hover polygon,
.navbar-default .navbar-brand:focus polygon,
.navbar-default .navbar-brand:active polygon,
.navbar-default .navbar-brand:hover rect,
.navbar-default .navbar-brand:focus rect,
.navbar-default .navbar-brand:active rect {
fill: #fff;
}
.dropdown-menu > .active > a {
background: rgba(0, 0, 0, 0.12);
}
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:active {
background: rgba(0, 0, 0, 0.16);
}
.navbar--isnotfixed {
width: 100%;
border: none;
border-radius: 0;
background: transparent;
background-image: rgba(0,0,0,0.4) ;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0))) ;
background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0)) ;
position: absolute;
top: 0;
z-index: 999;
}
.navbar--isnotfixed--background {
background: #204060;
-webkit-transition: 0.25s;
transition: 0.25s;
}
@media (max-width: 991px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none !important;
}
.navbar-nav {
float: none !important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display: block !important;
}
.navbar-right {
margin-right: 0;
}
}
@media (min-width: 991px) {
.navbar {
padding: 0;
}
.navbar--isnotfixed {
width: 100%;
position: absolute;
top: 0;
z-index: 9999;
}
}
@media (min-width: 992px) {
.navbar {
padding-left: 0;
padding-right: 0;
}
.navbar .container {
padding-right: 15px;
padding-left: 15px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .dropdown > .dropdown-toggle {
color: #e4e4e4 !important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .dropdown > .dropdown-toggle:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .dropdown > .dropdown-toggle:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .dropdown > .dropdown-toggle:active {
color: #f5f5f5 !important;
}
.navbar-default .navbar-collapse {
background: transparent;
}
.carousel-caption {
display: block;
}
} .section-carousel {
background: #fff;
display: block;
} .carousel {
height: 900px;
color: #212121;
background-color: whitesmoke;
overflow: hidden;
z-index: 100;
} .carousel-caption {
position: absolute;
bottom: 46px;
z-index: 10;
-webkit-transition: 0.25s;
transition: 0.25s; }
.carousel--textfield {
width: auto;
max-width: 90%;
height: 100%;
padding: 12px 15px;
text-align: center;
background: rgba(255,255,255,0.5);
border: thin solid whitesmoke;
border-radius: 1px;
-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
display: inline-block;
}
.carousel--textfield h1,
.carousel--textfield h2,
.carousel--textfield h3,
.carousel--textfield h4,
.carousel--textfield h5,
.carousel--textfield h6 {
margin: 0;
padding: 0;
font-weight: normal;
}
.carousel-caption-text-color-dark {
color: #212121;
text-shadow: 0px 0px 4px rgba(255,255,255,0.8);
}
.carousel-caption-text-color-light {
color: whitesmoke;
text-shadow: 0px 0px 2px rgba(0,0,0,0.8);
}
.carousel-control {
z-index: 12;
}
.carousel-indicators {
bottom: 20px;
}
.carousel-indicators li {
height: 5px;
width: 22px;
margin: 1px;
border-radius: 1px;
}
.carousel-indicators li.active {
height: 7px;
width: 24px;
margin: 0;
background: rgba(255,255,255,0.8);
} .carousel-fadeout {
width: 100%;
height: 100px;
background-image: rgba(255,255,255,0.4);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(255,255,255,0.5)));
background-image: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,0.5));
background-repeat: repeat-y;
background-image: rgba(0,0,0,0.4);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
background-repeat: repeat-y;
position: absolute;
bottom: 0;
left: 0;
opacity: 0.5;
z-index: 6;
}
.carousel_overlay {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: rgba(255,255,255,0.1);
position: absolute;
top: 0;
z-index: 4;
}
.carousel_overlay_grid {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: url(http://pks.or.at/wp-content/uploads/grid.png) repeat;
} .carousel .item {
height: 900px;
background-color: #5a5a5a;
background-size: cover;
}
.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 100%;
}
.carousel-inner > .item > .container {
z-index: 6;
}   section {
max-width: 100%;
margin: 0;
padding: 90px 0;
position: relative;
display: block;
overflow-x: auto;
}
section:nth-of-type(2n) {
background-color: whitesmoke
}
section:nth-of-type(2n+1) {
background-color: white;
}
section h1:first-child,
section h2:first-child,
section h3:first-child,
section h4:first-child,
section h5:first-child,
section h6:first-child {
margin-top: 0;
padding-top: 0;
}
section.main {
color: #f5f5f5;
font-family: 'Raleway', 'Trebuchet MS', Helvetica, sans-serif;
font-size: 36px;
text-shadow: 0 0 3px rgba(0,0,0,0.4);
background: #1676c3;
z-index: 100;
}
section.main .bgsection {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
opacity: 0.4;
}
section.main .fadeout {
width: 100%;
height: 64px;
background-image: rgba(0,0,0,0) ;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.16))) ;
background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.16)) ;
background-repeat: repeat-y;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
}
section.main .divider {
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
section.main .mainheading {
margin: 12px 0 0 0;
padding: 0;
font-size: 32px;
font-weight: bold;
}
section.main .secondary {
margin: 0;
padding: 0;
font-size: 20px;
font-style: italic;
}
section.nopadding {
margin: 0;
padding: 0;
} article.post.type-post {
margin: 1em 0 5em 0;
}
article.post.type-post:last-child {
margin: 1em 0 1em 0;
}
article.post.type-post .entry-header {
display: block;
}
article.post.type-post .entry-thumbnail {
min-height: 76px;
max-height: 128px;
margin: 0.5rem 0 0 0;
}
article.post.type-post .entry-thumbnail-singular {
width: 100%;
height: 100%;
min-height: 12rem;
}
article.post.type-post .entry-content {
max-height: 4.5rem;
margin: 0.5rem 0 0 0;
overflow: hidden;
}
article.post.type-post .col-xs-12 {
margin-top: 0;
}
article.post.type-post .entry-content.entry-content-singular {
max-height: none;
overflow: auto;
}
article.post.type-post .entry-showmore {
margin: 0.5rem 0 0 0;
}
#section-connect {
padding: 18px 0;
color: #D4D4D4;
background: #00796B;
}
#section-connect a {
color: #D4D4D4;
} .site-footer {
padding: 0;
color: #A6A7Ab;
background: transparent; font-size: 13px;
position: relative;
}
.site-footer .site-info {
padding: 38px 0px 16px 0px;
}
.site-footer .up {
width: 50px;
height: 50px;
padding: 0;
font-size: 32px;
color: #fff;
background: #204060;
border-color: #146bb1;
border-radius: 50%;
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.24);
box-shadow: 0 0 3px rgba(0,0,0,0.24);
text-align: center;
position: absolute;
right: 12px;
top: -62px;
-webkit-transition: 0.16s;
transition: 0.16s;
}
.site-footer .up:hover,
.site-footer .up:focus {
color: #fff;
background: #146bb1;
border-color: #1676c3 -16%;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.site-footer .up:active {
-webkit-transition: 0s;
transition: 0s;
color: #fff;
background: #1676c3 -16%;
border-color: #146bb1;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.site-footer p {
margin: 0 0 6px 0;
font-size: 13px;
}
.site-footer h2 {
margin: 0;
font-size: 1.1em;
}
.site-footer a {
color: #D4D4D4;
}
.site-footer ul {
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-footer li {
font-size: 21px;
margin: 3px 8px;
}
.site-footer ul a {
text-decoration: none;
-webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.site-footer ul a:hover,
.site-footer ul a:focus,
.site-footer ul a:active {
color: whitesmoke;
}
.stickytop {
height: 1px;
width: 1px;
position: fixed;
top: 0;
display: none;
} @media (min-width: 992px) {
.sm-wrapper {
position: relative;
}
.sm-wrapper li.sm-item {
margin: 0;
padding: 4px 9px;
background: none;
border-left: 2px solid transparent;
border-radius: 0;
-webkit-transition: 0.16s;
transition: 0.16s;
}
.sm-wrapper li.sm-item:hover,
.sm-wrapper li.sm-item:focus,
.sm-wrapper li.sm-item:active {
background: rgba(0,0,0,0.04);
}
.sm-wrapper li > a {
margin: 0;
padding: 0;
color: #434343 !important;
background: none !important;
border-radius: 0;
}
.sm-wrapper li > a:hover,
.sm-wrapper li > a:focus,
.sm-wrapper li > a:active {
background: none !important;
}
.sm-wrapper .active {
padding-left: 13px !important;
padding-right: 5px !important;
border-color: #1676c3 !important;
background: rgba(0,0,0,0) !important;
}
.sm-wrapper .active > a {
color: #1676c3 !important;
}
}
.text-overflow-ellipsis {
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
display: block;
}