#header{
    background: rgba(0, 32, 91, 0.8);
}

.breadcrumbs h2{
    padding-top: 18px;
}

.navbar-mobile {
    background: rgba(0, 21, 82, 0.7);
}

/* AK

.portfolio .portfolio-item .portfolio-info {
    opacity: 1;
    top: calc(50% - 30px);
}

.portfolio .portfolio-item img {
    opacity: 0.7;
}

*/

.btn{
    border-radius: 0px;
}

.btn-primary{
    display: inline-block;
    background: #68A4C4;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border: 0px;
}

.btn-primary:hover{
    background: #8dbad2;
}

.img-fluid{
    margin-bottom: 18px;
}

.img-article-right{
    margin-left: 14px;
}

.contact-details .card{
   padding-left: 0px;
   padding-right: 0px;
}

.avatar {
  vertical-align: middle;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.services .card-logo-header{
    min-height: 125px;
    margin-bottom: 16px;
    margin-top: 20px;
}

.services .card-logo-header .card-logo{
    height: 85px;
    display: block;
}

.services .card-logo-header small{
    display: block;
}

.services .description{
    text-align: justify
}

.img-fluid{
    padding-bottom: 16px;
}

.card-article-logo{
min-width: 220px;
min-height: 150px;
margin: 5px 5px 5px 5px;
text-align: center;
}

.card-primary .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 30px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    transition: 0.3s;
}

.card-primary:hover .card-body {
    border-color: #68A4C4;
}

.card-primary:hover .card-title{
    color: #68A4C4;
}

.card-primary .card-title{
    margin-bottom: 1.5rem
}

.card-primary {
    border: 0;
    padding: 0 10px;
    position: relative;
    margin-bottom: 18px;
}

h1{
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 18px;
    margin-top: 8px;
}

h2{
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 8px;
}

h3{
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 12px;
    margin-top: 8px;
}

blockquote{
    text-align: left !important;
}

.article-img{
    margin-top: 18px;
    margin-bottom: 18px;
}

.blog.blog-news .entry .entry-title {
  font-size: 24px;
  margin: 0px 0px 0px 12px;
}

.blog.blog-news .entry .entry-meta {
  margin: auto;
  float: right;
}

.blog.blog-news .entry .entry-content{
  padding: 12px 12px 0px 12px;
}

.blog.blog-news .entry .entry-content-main{
  min-height: 127px;
}


.blog.blog-news .entry .entry-content p{
  margin: 0px 0px 0px 0px;
}

.blog.blog-news .entry .entry-content ul li{
  margin-bottom: 12px;
}

.blog.blog-news .entry .entry-img{
  max-height: 220px;
  height: 100%;
  margin: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-size: cover !important;
}

.blog.blog-news .entry .entry-img img{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.alert-info{
    background-color: #006699;
    color: white;
    padding: 20;
}
.alert-info .p {
margin: 30px 30px 30px 30px;
}

.alert-info a {
 color: #a2cce3
}

.alert-info a:hover {
  color: #68A4C4;
}

.video {
  width: 100%;
  min-height: 500px;
}

.styled-list > ol > li{
    color: #12304d;
    margin-bottom: 12px;
    margin-top: 18px;
   font-weight: bold;
   font-size: 18px;
}

.styled-list .subheading {
    color: #12304d;
}

.styled-list ol > li {
    margin-bottom: 12px;
}

.alert .styled-list > ol > li{
    color: white;
}

.fancy-divider{
   width: 100%;
   margin-top: 28px;
   margin-bottom: 28px;
   height: 20px;
}

.fancy-divider-inner{
   position: relative;
   top: 0px;
   height: 13px;
}

.fancy-divider-inner::before {
    content: '';
    position: absolute;
    display: block;
    width: 220px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 110px);
}

.fancy-divider-inner::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #68A4C4;
    bottom: 0;
    left: calc(50% - 20px);
}

.contact-box-tile{
    min-height: 395px;
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .contact-box-tile{
     min-height: 360px;
  }

  .contact-box-tile .avatar{
     margin-bottom: 12px;
  }

 .video {
   min-height: 300px;
 }
}

/* Medium devices (tablets) */
@media (min-width: 576px) and (max-width: 768px) {
  .contact-box-tile{
     min-height: 380px;
  }
}

/* Medium devices (tablets) */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .contact-box-tile{
     min-height: 350px;
  }
}


/*  Large devices (desktops, more than 1200px) */
@media (min-width: 1199.98px) {
  .contact-box-tile{
     min-height: 380px;
  }
}

.foto-item {
	background: #1e4356;
    overflow: hidden;
    
    position: relative;
    border-radius: 4px;
    margin: 0 0 30px 0;
	
    background: #00205b;
}

.foto-item img {
	width:100%;
}
.foto-filter {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

.foto-filter-item {
	cursor: pointer;
    margin: 0 12px 5px 12px;
    display: inline-block;
    padding: 0 4px 6px 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #444;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #fff;
    font-family: "Roboto", sans-serif;
}

.foto-filter-item-active {
	cursor: pointer;
    margin: 0 12px 5px 12px;
    display: inline-block;
    padding: 0 4px 6px 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #444;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #fff;
    font-family: "Roboto", sans-serif;
	border-color: #68A4C4;
    color: #68A4C4;
}
.foto-filter-item:hover {
	border-color: #68A4C4;
    color: #68A4C4;
}

/*--------------------------------------------------------------
# Environment information
--------------------------------------------------------------*/

.env-info {
    z-index: 2000;
    position: absolute;
    right: 50px;
    top: 10px;
    background-color: black;
    color: red;
    font-weight: bolder;
    font-size: large;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}