.container-header {
    position: relative;
    z-index: 10;
background: #fff !important;

    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}

.container-header .container-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1em;
    max-width: 1350px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #026D6C;
}



img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

@supports (display:grid) {
    .blog-items[class^=columns-]>div, .blog-items[class*=\ columns-]>div {
        flex: 0 auto;
        width: auto;
        max-width: none;
        padding: 35px;
		margin-bottom: -50px;
    }
}

.blog-item .item-image {
    margin-top: 3px;
    margin-bottom: 15px;
    overflow: hidden;
    height: 200px;
}


.blog-items[class*=" masonry-"] .blog-item, .blog-items[class^="masonry-"] .blog-item {
    display: inline-flex;
    margin-bottom: 1em;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    padding: 30px;
font-size: 14px;
text-align: justify;
height: 350px;
}

.footer a:hover {
    color: #fff !important;
}



@media (min-width: 50px) and (max-width: 1200px) {
	
  .container-header nav {
    padding: 0;
    margin-top: .5em;
    margin-right: 0px !important;
  }
  
}






.tabnobordi {
	
	caption-side: bottom;
     width: 100%;

}

.tbodynobordi {
    border: 0px solid;
        text-align: center;
    padding: 10px;
   

}

.tdnobordi {
    border: 0px solid;
        text-align: center;
    padding: 10px;

}


.trnobordi {
    border: 0px solid;
        text-align: center;
    padding: 10px;

}



.container-header nav {
    padding: 0;
    margin-top: .5em;
    margin-right: -25px;
    
}

@media (max-width: 600px) {
	
 .logo {
        margin: -10px 0px -25px 75px !important;
    width: 250px !important;
  }
  
}


table {
    caption-side: bottom;
    border-collapse: inherit;
    width: 100%;
}
	
tbody, td, tfoot, th, thead, tr {
    border: 1px solid rgba(0,0,0,.125);
        text-align: center;
    padding: 10px;
    border-bottom: 2px solid #026D6C;

}

.logo {
    margin: 0px 0px -30px -15px;
    width: 280px;
  }
  
  
 .container-header .navbar-toggler {
    color: #1b212e;
    cursor: pointer;
}

 .metismenu.mod-menu .metismenu-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .5em 1em;
    font-size: 1rem;
    line-height: 1.2;
}

.metismenu.mod-menu .mm-collapse > li > a {
    display: inline-flex;
    font-size: 13px;
}

.metismenu.mod-menu .mm-collapse > li.parent .mm-toggler {
    display: inline-flex;
    font-size: 13px;
}



.container-header .container-search {
    margin-top: .5em;
    margin-right: 15%;
}


.footer {
    margin-top: 1em;
    color: #fff;
    background-color: #026D6C;
    background-image: none;
}

.container-banner .banner-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1em;
    text-align: center;
    background-color: transparent;
}

.btn-primary {
    background-color: #026D6C;
    border-color: #026D6C;
}

.btn-primary:hover {
    color: white;
    background-color: #026D6C;
    border-color: #1b212e;
}

.back-to-top-link:focus, .back-to-top-link:hover {
    color: var(--white,#fff);
    background-color: #fff;
border-color: #026D6C;
}

.icon-white {
    color: #1b212e;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 46px;
    margin-top: 5px;
border: 1px solid #1b212e !important;
}

.linkelamedia {
	
	color: #fff;
	text-decoration: none;
}

.linkelamedia:hover {
	
	color: #fff !important;
	text-decoration: none;
}

.linkelamedia:visited {
	
	color: #fff !important;
	text-decoration: none;
}


:root {
    --cassiopeia-color-primary: #112855;
    --cassiopeia-color-link: #224faa;
    --cassiopeia-color-hover: #026D6C;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #026D6C;
    border-bottom: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: bold;
}

.form-control {
	
	border: 1px solid #1b212e !important;
}






.site-grid > [class*=" container-"], .site-grid > [class^="container-"] {
    width: 100%;
    max-width: none;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin-bottom: 65px !important;
}









.imgfooter {
 
   height: 700px;
}



@media (min-width: 50px) and (max-width: 1200px) { 

.imgfooter {
 
    display: none;
}
	

}







/* Slider */
#slider_immobile{
  width:100%;
  height:400px;
  position:relative;
  overflow:hidden;
  border-bottom: 0px solid #026D6C;
}

@media (min-width: 50px) and (max-width: 599px) {

#slider_immobile{
  width:100%;
  height:200px !important;
  position:relative;
  overflow:hidden;
  border-bottom: 0px solid #026D6C;
  
}

}



















/* Reset */
*{margin:0;padding:0;}

/* Slider */
#slider{
  width:100%;
  height:775px;
  position:relative;
  overflow:hidden;
  border-bottom: 3px solid #026D6C;
}

@media (min-width: 50px) and (max-width: 599px) {

#slider{
  width:100%;
  height:215px !important;
  position:relative;
  overflow:hidden;
  border-bottom: 3px solid #026D6C;
}

}




@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider{
  width:25%;
  height:160%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:100%;
}

@media (min-width: 50px) and (max-width: 900px) { 

.content-txt h1 {
    font-size: 25px !important;
    color: #fff;
    text-align: left;
    margin-left: 5% !important;
    padding-bottom: 15px !important;
    width: 100% !important;
    font-weight: bold;
    text-shadow: 2px 2px 3px #000;
    border-bottom: none;
     margin-top: -130px !important;
}

}



@media (min-width: 50px) and (max-width: 900px) { 

.content-txt h2 {
    font-weight: normal;
    font-size: 15px !important;
    font-style: italic;
    color: #fff;
    text-align: left;
    margin-left: 5% !important;
    width: 100% !important;
    text-shadow: 2px 2px 3px #000;
    margin-top: -60px;
    border-bottom: none;
}

}




@media (min-width: 50px) and (max-width: 599px) {

.centered {
    position: absolute;
    top: 50%;
    left: 43% !important;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background-color: transparent;
    vertical-align: middle;
    text-align: center;
    border: 1px solid white;
    padding: 12px;
    border-radius: 5px;
    width: 100%;
}

}


@media (min-width: 50px) and (max-width: 599px) {

.centered:hover {
    position: absolute;
    top: 50%;
    left: 43% !important;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    border: 1px solid white;
    padding: 12px;
    border-radius: 5px;
    width: 100%;
}

}


@media (min-width: 50px) and (max-width: 900px) {

.site-grid > [class*=" container-"], .site-grid > [class^="container-"] {
    width: 100%;
    max-width: none;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 0px 0px 0px 0px !important;
}

}


@media (min-width: 50px) and (max-width: 900px) {

.container-sidebar-right {
    grid-area: side-r;
margin-left: 0px !important;
   
}

}


@media (min-width: 50px) and (max-width: 900px) {

.container-bottom-a > *, .container-bottom-b > *, .container-top-a > *, .container-top-b > * {
    flex: 1;
    margin: 30px 0px 40px 0px;
  
}
}

@media (min-width: 600px) and (max-width: 1300px) {

#slider{
  width:100%;
  height: 420px !important;
  position:relative;
  overflow:hidden;
  border-bottom: 3px solid #026D6C;
}

}



@media (min-width: 600px) and (max-width: 900px) {
.container {
 position: relative;
 text-align: center;
 color: white;
 left: 22% !important;
}
}

@media (min-width: 50px) and (max-width: 1200px) {

.footer .grid-child {
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2em 2em 2em !important;
}

}

@media (min-width: 1200px) and (max-width: 3000px) {

.copy {
    margin-left: -13px !important;
}

}

@media (min-width: 901px) and (max-width: 1300px) {
.container {
 position: relative;
 text-align: center;
 color: white;
 right: 15% !important;
}
}


@media (min-width: 600px) and (max-width: 900px) {

.centered {
    position: absolute;
    top: 50%;
    left: 23% !important;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background-color: transparent;
    vertical-align: middle;
    text-align: center;
    border: 1px solid white;
    padding: 12px;
    border-radius: 5px;
    width: 100%;
}

}


@media (min-width: 500px) and (max-width: 900px) {

.container-bottom-a {
    position: relative;
    margin: 0px 0px 40px -40px !important;
}
}

@media (min-width: 500px) and (max-width: 900px) {

.container-bottom-b {
    position: relative;
    margin: 0px 0px 40px -40px !important;
}
}

@media (min-width: 50px) and (max-width: 599px) {
.container {
 position: relative;
 text-align: center;
 color: white;
 left: 7% !important;
}
}

/* Contents */
.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  margin-top: -90px;
}
.content-txt{
  width:400px;
  height:150px;
  float:left;
  position:relative;
  top:300px;
  -webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;
}

.content-txt h1 {
    font-size: 50px;
    color: #fff;
    text-align: left;
    margin-left: 77%;
    padding-bottom: 10px;
    width: 180%;
    font-weight: bold;
    text-shadow: 2px 2px 3px #000;
    border-bottom: none;
}


.content-txt h2 {
    font-weight: normal;
    font-size: 25px;
    font-style: italic;
    color: #fff;
    text-align: left;
    margin-left: 78%;
    width: 170%;
    text-shadow: 2px 2px 3px #000;
    margin-top: -30px;
    border-bottom: none;
}

.container-header .mod-menu {
    color: #1b212e;
    list-style: none;
    font-size: ;
}

/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#14b0d3
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}


/* Container holding the image and the text */
.container {
 position: relative;
 text-align: center;
 color: white;
}






























	



.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background-color: transparent;
    vertical-align: middle;
    text-align: center;
    border: 1px solid white;
    padding: 12px;
    border-radius: 5px;
    width: 100%;
}

.centered:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    border: 1px solid white;
    padding: 12px;
    border-radius: 5px;
    width: 100%;
}

.my-img1 {
    width: 314px;
}


.my-img1:hover {
	width: 314px !important;
    content: url('/images/home/1a.jpg');
}

.my-img2 {
    width: 314px;
}


.my-img2:hover {
	width: 314px !important;
    content: url('/images/home/2a.jpg');
}

.my-img3 {
    width: 314px;
}


.my-img3:hover {
	width: 314px !important;
    content: url('/images/home/3a.jpg');
}

.my-img4 {
    width: 314px;
}


.my-img4:hover {
	width: 314px !important;
    content: url('/images/home/4a.jpg');
}

.my-link {

color: #fff; 
text-decoration: none;	
text-shadow: 2px 2px 3px #000;
	
}

.my-link:hover {

color: #000; 
text-decoration: none;	
text-shadow: 0px 0px 0px #000;
	
}

.h3, h3 {
    font-size: 1.2rem;
}

.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
	text-align: left;
}


.h1, h1 {
    font-size: 2.5rem;
    margin-top: 10px !important;
    margin-bottom: 35px !important;
    border-bottom: 1px solid #026D6C;
    padding-bottom: 0.8rem !important;
} 

@media (min-width: 50px) and (max-width: 480px) {

.h1, h1 {
    font-size: 2rem;
    margin-top: 10px !important;
    margin-bottom: 35px !important;
    border-bottom: 1px solid #026D6C;
    padding-bottom: 0.8rem !important;
} 

}

.newsflash-title {
	
	color: #1b212e !important;
	font-size: 20px;
    line-height: 1.4;
}

.newsflash-title:hover {
	
	color: #026D6C !important;
}

a {
    color: #1b212e;
}

.mod-list li a:hover {
    text-decoration: none;
    color: #026D6C;
}


.mod-articlesnews-horizontal figure img {
    width: 100%;
    margin-bottom: -18px;
	    height: 180px;
}

.mod-articlesnews-horizontal {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    font-size: 14px;
    text-align: justify;
}





.container-sidebar-right {
    grid-area: side-r;
    margin-left: 15px;
}




.container-component {
    grid-area: comp;
        grid-column-start: comp;
    margin-left: 0px;
}

.container-sidebar-left {
    grid-area: side-l;
    margin-left: -15px;
}

@media (min-width: 50px) and (max-width: 900px) {

.container-sidebar-left {
    grid-area: side-l;
margin-left: 0px !important;
   
}
}


form {
  font-family: Arial, Helvetica, sans-serif;
}
label, input[type=text], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
input[type=text], textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 15px;
  resize: vertical;
}

input[type=submit] {
  background-color: #026D6C;
  color: #FFF;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-shadow: 2px 2px 3px #000;
  width: 100%;
}

input[type=submit]:hover {
  background-color: #026D6C;
  text-shadow: 2px 2px 3px #000;
}








body {

    margin: 0;
    font-family: arial;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    background: #fff !important;
    text-align: justify;
  
}






.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dfe3e7;
    border-radius: .25rem;
    border-bottom: 3px solid #026D6C;
}


.button {
    background-color: #026D6C;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: auto;
    cursor: pointer;
    border-radius: 3px;
    text-shadow: 2px 2px 3px #000;
    width: 100%;
}


a:not([class]) {
    text-decoration: none;
}

a:hover {
    color: #026D6C !important;
}


.h2, h2 {
    font-size: 1.3rem;
    border-bottom: 1px solid #026D6C;
    padding-bottom: 0.8rem !important;
}
