/*Layouts css goes here*/
/* banner */
#banner .glyphicon{
 font-size: 50px;
margin: 26px 0px 5px 5px;
  color: red!important;
}
#banner{
color: red;
padding: 0 10px;
border: 3px solid red;
width: 93%;
float: right;
margin: 15px 12px 0 0;
text-align: center;
border-radius: 4px;
}
/* video */
.video-wrap{
  position: relative;
  display: block;
  padding-top: 53.5%;
}
.video{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* fixes */
body{
 background: #FAFAFA; 
}
.container{
  background: #fff;
}
.img-wrap-cand{
 border-radius: 7px; 
  display: block;
}
@media (max-width: 768px){
  .ddl-navbar-nav .open .ddl-dropdown-menu > li > a {
    color: #fff;
  }
    .ddl-dropdown-menu > li > a:hover, .ddl-dropdown-menu > li > a:focus{
   background: #19829a;   
  }
.ddl-navbar{
  min-height: 50px!important;
  }
}
.top-pad{
 padding-top: 15px;
}
.bottom-pad{
 padding-bottom: 15px;
}
/* controls */
.ctrlx {
    position: absolute;
    bottom: -11px;
    width: 100%;
}
/* search */
.srch-btn{
 background: #043489;
  transition: 0.4s;
  color: #ccc;
}
.srch-btn:hover{
 background: #09527b;
  color: #fff;
}
 .search-wrap {
    padding: 15px 10px 15px 10px;
    background: #ccc;
    width: 101%;
    border-radius: 4px;
    margin-top: 15px;
}
/* moto */
#tp{
  position: absolute;
top: 82px;
right: -1px;
padding: 0 15px;
background: #fff;
width: 93%;
border: 1px solid #ccc;
z-index: 99;
border-radius: 7px;
}
#tp p{
 font-size: 12px!important;
}
#moto{
 background: #09527b;
  padding: 10px;
  border-radius: 4px;
  width: 93%;
margin-left: 15px;
  margin-top: -15px;
  transition: 0.4s all;
}
#moto:hover{
 background: #1d4f96;
}
#moto a{
 color: #fff;
 text-decoration: none;
 transition: 0.4s all;
}
.round-ico{
  float: right;
  margin: margin: 6px -13px -25px 0;
}
.round-ico img{
 margin: -15px -10px -15px 0px; 
}
#moto h4{
 margin: 0px 0px 0px 0px;
  font-size: 17px;
}
/* footer */
footer a{
 color: #ccc; 
}
footer a:hover{
 color: #fff; 
}
footer{
 background: #09517F;
  color: #fff;
  padding: 15px 0;
   margin-bottom: -6px; 
}
/* header*/
header h1{
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0px;
    padding: 3px 10px;
    color: yellow;
    display: inline-block;
    background: #2A4A6C;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 18px;
}
.post-title h1{
 margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  color: #ccc;
}
.post-title{
 background: #0c2345;
}

/* news */
aside ul li a{
 font-size: 80%;
 padding-bottom: 10px;
  display: block;
}
aside ul li{
 margin-left: -40px;
}
aside ul{
 list-style-type: none;
  margin-top: -10px;
}
.img-pad{
 width: 400px;
 padding: 4px 0 0 15px
}

/* fonts */
a h2{
  color:#0c2345;
}
a h2:hover{
  color: #19829a;
}
.text-muted{
 font-size: 80%;
  color: #ccc;
  margin-top: -15px;
  display: block;
}
p, a{
 font-size: 17px;
}
a{
  text-decoration: none;
    color: #19829a;
  transition: 0.4s all;
}
a:hover{
  color:#0c2345;
}
/* aside */
aside{
  border-left: 2px solid #96781d;
  height: 100%;
  padding: 15px!important;
  margin-top: 15px;
}

/* nav */
.ddl-nav > li > a:hover, .ddl-nav > li > a:focus {
  background: #19829a;
}
.full-width{
 margin: 0 -30px;
}
.ddl-nav > li > a{
 padding: 7px 7px;
}
.ddl-navbar-nav > li > a {
padding: 12px 10px 7px 10px;
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-size: 17px;
}
.ddl-navbar{
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  background: #1D4F96;
  width: 100%;
  min-height: 36px;
  border: none;
     border-radius: 0px;
  margin-bottom: 0px;
}

.center-block{
 display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
header{
 background-image: url('/wp-content/uploads/2019/03/EU.png');
  background-size: cover;
  margin-top: -8px;
}
header img{
  margin-top: 15px;
}
/** logo */
.logo{
  width: 120px;
}
.side-slogan{
 display: block;
  text-align: right;
  background: #ccc;
  padding: 15px;
}
