/************************************* GENERAL **********************************/

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Titillium Web';
  src: url('../fonts/TitilliumWeb-Black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
html,
body {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #666;
  background: #fff;
  text-rendering: optimizeLegibility;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:#666; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

strong,
b {
  font-weight: 700;
}

ul,
ol {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}

a:hover {
  color: #444;
}

a,
a:hover {
  text-decoration: none;
  outline: 0;
}

i {
  font-size: 1.1em;
}

h1, h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin: 0;
  color: #444;
  letter-spacing: 0.1em;
}

h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
  margin: 0;
  color: #444;
  letter-spacing: 0em;
}

.serif {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  letter-spacing: 0;
}

.big {
  font-size: 150%;
}

h2 {
  font-size: 48px;
  line-height: 1em;
}

h3 {
  font-size: 40px;
  line-height: 28px;
}

h4 {
  font-size: 32px;
  line-height: 24px;
}

h5 {
  font-size: 24px;
  line-height: 22px;
}

h6 {
  font-size: 100%;
  line-height: 20px;
}

/* {
  font-size: 90%;
  line-height: 18px;
  }*/

  p {
    color: #666;
    line-height: 22px;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 400;
  }

  p strong {
    font-weight: 700;
  }

  .accent-color-bg {
    color: #FFF;
  }

  .clearfix{
    clear: both;
  }

  hr.clearfix {
    border: 0;
    visibility: hidden;
    margin: 0;
    clear: both;
  }

  .no-padding {
    padding: 0;
  }

  input[type=text] {
    border: 1px solid #9c9b9a;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  input[type=text]:focus {
    outline: none;
    border-color: #9c9b9a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .min-height-250 {
    min-height: 250px;
  }

  .min-height-350 {
    min-height: 350px;
  }

  .min-height-200 {
    min-height: 200px;
  }

  .min-height-400 {
    min-height: 400px;
  }

  .min-height-600 {
    min-height: 600px;
  }

  .modal-content {
    border-radius: 0;
  }

  h2.block-title span:empty {
    display: none;
  }

  /************************************* HEADER ***********************************/
  /* Name site */
  body {
    z-index: 0;
  }

  body>header {
    background-color: #fff;
    position: fixed;
    z-index: 99;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }

  header.fixed-header {
    opacity: 0.95;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  }

  .navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0px;
  }

  .agency-name {
    background-color: #00397e;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
	vertical-align: middle;
  }

  .agency-name h1 {
    color: #fff;
    font-size: 1.2em;
	margin-top:10px;
  }

  /* logo */
  .navbar-brand {
    position: absolute;
    left: 15px;
    z-index: 1000;
    display: block;
    padding: 0;
    width: 110px;
    height: 110px;
  }

  .navbar-brand img {
    float: left;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

 

  /* form search */
  .navbar #block-search-form {
    opacity: 1;
    margin: 10px 0 0 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .form-search {
    float: right;
  }

  .block-search .btn-primary {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border-color: #9c9b9a;
  }

  .block-search .btn-primary:hover,
  .block-search .btn-primary:focus {
    background-color: #dedede;
  }

  .block-search .glyphicon-search {
    color: #9c9b9a;
  }

  .block-search .btn-primary:hover .glyphicon-search,
  .block-search .btn-primary:focus .glyphicon-search {
    color: #fff;
  }

  .block-search .form-actions {
    margin: 0;
  }

  /* language switcher */

  .block-locale {
    opacity: 1;
    overflow: hidden;
    clear: both;
    float: right;
    margin-top: 5px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .block-locale h2 {
    display: none;
  }

  .block-locale ul li {
    float: left;
    border: 1px solid #fff;
  }

  .block-locale ul li a,
  .block-locale ul li span.locale-untranslated {
    font-size: 0.75em;
    color: #192533;
    padding: 0 2px;
    text-decoration: none;
  }

  .block-locale ul li span.locale-untranslated {
    color: #ddd;
  }

  .block-locale ul li.active,
  .block-locale ul li:hover,
  .block-locale ul li:focus {
    border: 1px solid #dedede;
  }

  .block-locale ul li a.active,
  .block-locale ul li a:hover,
  .block-locale ul li a:focus {
    color: #000;
    text-decoration: none
  }

  /* navbar header */
  .navbar-header {
    position: relative;
    clear: both;
  }

  .navbar-collapse {
    margin-top: 50px;
    clear: both;
    position: relative;
  }

  /* main menu */
  .main-menu {
    float: right;
    margin-right: 60px;
  }

  .nav {
    font-family: 'Roboto Condensed', sans-serif;
  }

  .main-menu .nav {
    margin-right: 0 !important;
    margin-top: 30px;
    position: relative;
    float: right;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .main-menu .nav>li>a {
    padding: 10px 12px;
    text-align: center;
  }

  .main-menu .nav>li:first-child>a {
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 0;
  }

  .main-menu .nav>li:first-child>a:before {
    content: "\f015";
    font-family: "FontAwesome";
    width: 40px;
    font-size: 20px;
    display: inline-block;
  }

  .main-menu li {
    float: left;
  }

  .main-menu li>a {
    color: #192533;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-weight: 400;
    text-transform: uppercase;
  }

  .main-menu li>a.active,
  .main-menu li>a.active-trail,
  .main-menu li>a:hover,
  .main-menu li>a:focus,
  .main-menu .active>a,
  .main-menu .active-trail>a,
  .main-menu .active>a:hover,
  .main-menu .active>a:focus {
    border-bottom: 2px solid #F2C120;
    background-color: transparent;
    color: #192533;
  }

  .secondary-menu {
    float: right;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 1000;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }

  .not-front .secondary-menu {
    /*width: auto;*/
  }

  .secondary-menu.scrolled {
    padding: 0px;
    margin-top: 5px;
  }

  ul.secondary {
    float: none;
  }

  .secondary.navbar-nav>li.secure-area {
    cursor: pointer;
  }

  .secondary.navbar-nav>li.secure-area>a.top-main {
    padding: 12px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #192533;
    background-color: #f2c120;
  }

  ul.secondary .secure-area ul.dropdown {
    display: none;
    width: 180px;
    background: #f2c120;
    margin-left: -133px;
    margin-top: 8px;
  }

  .secondary.navbar-nav>li>a {
    color: #192533;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    display: block;
    padding: 3px 0;
  }

  .secondary.navbar-nav li a {
    color: #192533;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    font-weight: 400;
    padding: 5px 15px;
    display: block;
  }

  .secondary.navbar-nav li a:hover {
    text-decoration: underline;
  }

  .secondary.navbar-nav li {
    clear: both;
    text-align: center;
    display: block;
    padding: 0;
    float: none;
  }

  .secondary.navbar-nav .secure-area.scrolled ul {
    overflow: hidden;
    height: 0;
    transition: all 0.25s;
    -webkit-transition: all .25s;
    -moz-transition: all 0.25s;
  }

  .secondary.navbar-nav .secure-area.scrolled:hover {
    height: auto;
    overflow: visible;
    transition: all 0.25s;
    -webkit-transition: all .25s;
    -moz-transition: all 0.25s;
  }

  .secondary.navbar-nav .secure-area.scrolled:hover ul {
    height: auto;
    overflow: visible;
    transition: all 0.25s;
    -webkit-transition: all .25s;
    -moz-transition: all 0.25s;
  }

  .secondary.navbar-nav .secure-area:hover ul {
    display: block;
    transition: height 0.25s;
    -webkit-transition: height .25s;
    -moz-transition: height 0.25s;
  }

  /********************************** MAIN CAROUSEL *******************************************/
  .main-section {
    clear: both;
  }

  .main-carousel {
    background-color: #fff;
  }

  .main-carousel .block-title {
    display: none;
  }

  #main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
  }

  #main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
  }

  #main-slide .slider-content {
    top: 50%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFF;
  }

  .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 2px solid #FFF;
    margin: 0;
  }

  #main-slide .carousel-control.left,
  #main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
  }

  #main-slide .carousel-control.left span {
    padding: 15px;
  }

  #main-slide .carousel-control.right span {
    padding: 15px;
  }

  #main-slide .carousel-control .fa-angle-left,
  #main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
  }

  #main-slide .carousel-control .fa-angle-left {
    left: 0;
  }

  #main-slide .carousel-control .fa-angle-right {
    right: 0;
  }

  #main-slide .carousel-control i {
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  #main-slide .slider-content .title-slide,
  #main-slide .slider-content .subtitle-slide{
    margin-bottom:10px;
    background-color:rgba(255, 255, 255, 0.84);
    display:inline-block;
    padding:8px;
    max-width:70vw;
  }

  #main-slide .slider-content h2 {
    font-size: 3vw;
    font-weight: 100;
    color: #555;
    font-family: 'Playfair Display', serif;
    letter-spacing: normal;
    line-height: 1.2em;
  }

  #main-slide .slider-content h2 span,
  #main-slide .slider-content h3 span {
    background-color: #FFF;
    padding: 0 8px;
  }

  #main-slide .slider-content h2.white,
  #main-slide .slider-content h3.white {
    color: #FFF;
  }

  #main-slide .slider-content h3 {
    font-size: 2vw;
    text-transform: uppercase;
    text-align: center;
    color: #555;
    line-height: 1.2em;
  }

  #main-slide .slider-content p {
    font-size: 1vw;
    text-transform: uppercase;
    text-align: center;
    color: #555;
    line-height: 1.2em;
    padding:0;
  }

  .slider.btn {
    padding: 1vw 2vw;
    margin-top: 1vw;
    font-size: 1.5vw;
    text-transform: uppercase;
    line-height: 28px;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #f2c120;
    color: #192533;
  }

  .slider.btn.btn-default {
    margin-left: 4px;
    background: #ECECEC;
  }

  .slider.btn.btn-default:hover {
    background: #000;
    color: #FFF;
  }

  .slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
  }

  .slider-content-right {
    position: relative;
  }

  /*-- Animation --*/
  .carousel .item.active .animated1 {}

  .carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
  }

  .carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
  }

  .carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
    text-align: center;
  }

  .carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
  }

  .carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
  }

  .carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
  }

  .carousel .item.active .animated8 {
    -webkit-animation: fadeInDown 1s ease-in 1000ms both;
    animation: fadeInDown 1s ease-in 1000ms both;
  }

  /******************************************* SLOGAN ************************************************/
  .slogan-bar {
    background: url(../images/cdt/background-EU.jpg) #024595 no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px 0;
    color: #fff;
  }

  .slogan-bar .slogan {
    padding-left: 50px;
  }

  .slogan-bar .slogan h2 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 1.2;
  }

  .slogan-bar .slogan h2 span {
    position: relative;
  }



.slogan-bar .description .read-more-about-us a {
  text-transform: uppercase;
  color: #fff;
  padding: 2px 5px;
  background: #00397E;
}

.slogan-bar .description .read-more-about-us a:hover,
.slogan-bar .description .read-more-about-us a:focus {
  background: #444;
}

/******************************************* MAINTENANCE ***********************************/
.maintenance{
  margin-top: 20px;
}

/******************************************* SERVICES ***********************************/

.services .big-title {
  background-color: #0090D8;
  padding: 15px;
}

.services .big-title h2 {
  color: #fff;
}

.services .services header {
  padding: 30px 70px 20px;
  border-right: 2px solid #444;
}

.services .hp-services {
  margin: 0;
  background-image: url(../images/cdt/map.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  height: 500px;
}

.services .hp-services .box-hp-service {
  position: relative;
  width: 15%;
  background-color: #fff;
  float: left;
  margin: 4% 4% 0 0;
  opacity: 0.95;
  transition: all 0.3s ease;
}

.services .hp-services .box-hp-service:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.box-hp-service .hvr-bounce-to-right:before {
  background: #024595;
}

.box-hp-service-content a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  /**/
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.5em;
}

.services .hp-services div.view-content div:nth-of-type(1) div.box-hp-service {
  background-color: #961B36;
}

.services .hp-services div.view-content div:nth-of-type(2) div.box-hp-service {
  background-color: #E26E20;
}

.services .hp-services div.view-content div:nth-of-type(3) div.box-hp-service {
  background-color: rgb(255, 168, 87);
}

.services .hp-services div.view-content div:nth-of-type(4) div.box-hp-service {
  background-color: #1A68A8;
  clear: left;
}

.services .hp-services div.view-content div:nth-of-type(5) div.box-hp-service {
  background-color: #0090D8;
}

.services .hp-services div.view-content div:nth-of-type(6) div.box-hp-service {
  background-color: #40B4E2;
}



.service-title {
  font-size: 3em
}

.service-title h1,
.service-body p {
  color: #fff;
}

.service-details {
  padding: 30px 0 20px 0;
}

.service-focus {
  background-size: cover;
  background:
  /* top, transparent red, faked with gradient */
  linear-gradient(rgba(150, 150, 150, 0.80), rgba(50, 50, 50, 0.9)),
  /* bottom, image */
  url(../images/desk.jpeg);
  background-size: cover;
}

.service-focus.dark-red {
  background:
  /* top, transparent red, faked with gradient */
  linear-gradient(rgba(150, 27, 54, 0.80), rgba(150, 27, 54, 1)),
  /* bottom, image */
  url(../images/desk.jpeg);
  background-size: cover;
}

.service-focus.dark-red {
  background:
  /* top, transparent red, faked with gradient */
  linear-gradient(rgba(150, 27, 54, 0.80), rgba(150, 27, 54, 1)),
  /* bottom, image */
  url(../images/desk.jpeg);
  background-size: cover;
}

.service-focus.dark-yellow {
  background:
  /* top, transparent red, faked with gradient */
  linear-gradient(rgba(226, 110, 32, 0.80), rgba(226, 110, 32, 1)),
  /* bottom, image */
  url(../images/desk.jpeg);
  background-size: cover;
}

.service-focus.medium-dark-blue {
  background:
  /* top, transparent red, faked with gradient */
  linear-gradient(rgba(26, 104, 168, 0.80), rgba(26, 104, 168, 1)),
  /* bottom, image */
  url(../images/desk.jpeg);
  background-size: cover;
}

.service-focus.medium-blue {
  background:
  /* top, transparent red, faked with gradient */
  linear-gradient(rgba(13, 150, 218, 0.80), rgba(13, 150, 218, 1)),
  /* bottom, image */
  url(../images/desk.jpeg);
  background-size: cover;
}

.service-focus.light-blue {
  background:
  /* top, transparent red, faked with gradient */
  linear-gradient(rgba(64, 180, 226, 0.80), rgba(64, 180, 226, 1)),
  /* bottom, image */
  url(../images/desk.jpeg);
  background-size: cover;
}

/******************************************* PARTNERS ***********************************/
.partners .big-title {
  background-color: #084791;
  padding: 15px;
}

.partners .big-title h2 {
  color: #fff;
}

.partners .partner-image {
  height: 200px;
  background-color: #eee;
  background-position: center top;
  background-size: 100% auto;
}

.partners .our-clients div.partner-image {
  background-image: url(../images/cdt/our-clients.jpg);
}

.partners .interinstitutional-cooperation div.partner-image {
  background-image: url(../images/cdt/EUflag.jpg);
}

.partners .external-language-service-providers div.partner-image {
  background-image: url(../images/cdt/freelance.jpg);
}

.partners .partner-image a {
  height: 100%;
  width: 100%;
  display: block;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: all 1s;
  /* Safari 3.1 to 6.0 */
  transition: all 1s;
}

.partners .partner-image a:hover {
  opacity: 0;
}

.partners h3 {
  font-size: 120%;
}

.partners .our-clients h3 {
  color: #fff;
  background-color: #961B36;
  padding: 15px;
}

.partners .interinstitutional-cooperation h3 {
  color: #fff;
  background-color: #0090D8;
  padding: 15px;
}

.partners .external-language-service-providers h3 {
  color: #fff;
  background-color: #F2C120;
  padding: 15px;
}

/**************************************** COUNTERS ***************************************/
.counter {
  background: url(../images/cdt/background-EU.jpg) #024595 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0;
  color: #fff;
}

.counter .container h5 {
  color: #fff;
}

.timer {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
}

/***************************************** NEWS HOMEPAGE ********************************************/
.news {
  background-color: #F7F7F7;
  padding-bottom: 30px;
}

.news h2 {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 200%;
}

.news .carousel-control {
  background-image: none;
  text-shadow: none;
  width: auto;
  border: 1px solid #bbb;
  top: 15px;
  bottom: auto;
  padding: 2px 10px;
  color: #bbb;
  z-index: 9999;
}

#news-carousel.carousel {
  background-color: #fff;
}

/* news */
.news .carousel-control.right {
  right: 30px;
}

.news .carousel-control.left {
  left: auto;
  right: 60px;
}

.news .col-md-12 .carousel-inner>.item>img {
  width: 100%;
  max-height: 350px;
}

.news .col-md-6 .carousel-inner>.item>img {
  width: 100%;
  max-height: 420px;
}

.news .carousel-caption {
  left: 0;
  right: 0;
  top: 0;
  padding: 15px;
  text-shadow: none;
  font-size: 90%;
}

.news .carousel-caption .date-display-single {
  color: #666;
  font-size: 80%;
}

.news .carousel-caption h3 {
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 30px;
  display: block;
  color: #00397E;
  font-weight: 400;
  margin-top: 25px;
}

.news .carousel-caption h3 a {
  color: #444;
}

.news .carousel-caption .body {
  color: #666;
}

/* job + tender */

#jobs-carousel.carousel,
#tenders-carousel.carousel {
  background-color: #fff;
}

.region-offers .block-title {
  display: none;
}

.news .offers-hp h3 {
  padding: 15px 15px 5px;
  margin-bottom: 0;
  background: #fff;
}


#block-views-jobs-block-jobs-hp+#block-views-tenders-block-tenders-hp {
  margin-top: 20px;
}

#block-views-tenders-block-tenders-hp {
  margin-top: 0px;
}

.offers-hp .position-ref {
  color: #444;
}

.offers-hp .position-title a {
  font-weight: 400;
  color: #00397E;
  padding: 10px 0 5px 0;
  display: block;
  font-size: 110%;
}

.offers-hp .position-title a:hover,
.offers-hp .position-title a:focus {
  color: #337ab7;
}

/******************************************* CORNER OF MULTILINGUISM ***************************************/
.corner-of-multilingualism {
  background: url(../images/cdt/background-EU.jpg) #024595 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0;
  color: #fff;
}

.corner-of-multilingualism .corner-left h2 {
  border-style: solid;
  border-color: #fff;
  border-width: 0 1px 1px 0;
  padding: 30px 0;
  margin-bottom: 0;
  color: #fff;
}

.corner-of-multilingualism .corner-left ul {
  border-style: solid;
  border-color: #fff;
  border-width: 0 1px 0 0;
  padding: 20px 0;
}

.corner-of-multilingualism .corner-right .topics li {
  border-bottom: 1px solid #fff;
  padding: 10px
}

/********************************************** FOOTER **********************************************/
footer .block-title {
  display: none;
}

footer {
  background-color: #192533;
  padding-top: 60px;
  color: #EEE;
}

footer p {
  color: #EEE;
}

footer a {
  color: #FFF;
}

footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

.footer-widget {
  margin-bottom: 45px;
}

.footer-widget.tags-widget {
  display: none;
}

.footer-widget h4 {
  color: #EEE;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.footer-widget h4 .head-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #DDD;
  margin: 0;
}

header ul.social-icons li,
footer .footer-widgets ul.social-icons li{
  display: inline-block;
}

.social-list-wrapper {
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.social-list-wrapper .social-icons {
  background-color: rgba(25,37,51,0.8);
  position: relative;
  float: right;
  padding:4px 4px 4px 8px;
}

ul.social-icons li {
  margin-right: 4px;
  margin-bottom: 4px;
}

ul.social-icons li a i {
  font-size: 1.4em;
  width: 36px;
  height: 36px;
  color: #FFF;
  line-height: 36px;
  text-align: center;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}

ul.social-icons li a:hover  {
  text-decoration: none;
}

ul.social-icons li a:hover i  {
  background-color: #00397e;
}

ul.social-icons li a.facebook:hover i{
  background-color: #1877F2;
}

ul.social-icons li a.twitter:hover i {
  background-color: #1A91DA;
}

ul.social-icons li a.google:hover i {
  background-color: #F16261;
}

ul.social-icons li a.dribbble:hover i {
  background-color: #E46387;
}

ul.social-icons li a.linkedin:hover i {
  background-color: #0073B0;
}

ul.social-icons li a.tumblr:hover i {
  background-color: #4D7EA3;
}

ul.social-icons li a.flickr:hover i {
  background-color: #E474AF;
}

ul.social-icons li a.instgram:hover i {
  background-color: #4D4F54;
}

ul.social-icons li a.vimeo:hover i {
  background-color: #87D3E0;
}

ul.social-icons li a.skype:hover i {
  background-color: #36C4F3;
}

ul.social-icons li a.youtube:hover i {
  background-color: #FF0000;
}

ul.social-icons li a.rss:hover i {
  background-color: #FF9E00;
}

.contact-widget span {
  font-weight: 700;
}

.contact-widget ul li {
  margin-bottom: 6px;
}

.contact-widget ul li p a {
  color: #BBB;
}

.contact-widget p {
  padding-bottom: 20px;
}

.tags-widget ul li {
  margin-right: 10px;
  padding: 5px;
  display: inline-block;
  border: 1px solid #EEE;
}

.twitter-widget a:hover {
  color: #43B9CD;
  text-decoration: underline;
}

.twitter-widget ul li {
  margin-bottom: 20px;
}

.twitter-widget ul li span {
  color: #666;
}

.flickr-widget ul {
  overflow: hidden;
}

.flickr-widget ul li {
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
}

.flickr-widget ul li:nth-child(3n+1) {
  margin-left: 0;
}

.flickr-widget ul li a {
  display: inline-block;
  width: 80px;
  opacity: 0.6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border: 4px solid #333;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.flickr-widget ul li a img {
  width: 100%;
  height: 65px;
}

.flickr-widget ul li a:hover {
  opacity: 1;
}

.mail-subscribe-widget form {
  margin-top: 15px;
  margin-bottom: 20px;
}

.mail-subscribe-widget form input[type="text"] {
  outline: none;
  color: #666;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #FFF;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  outline: none;
}

.copyright-section {
  padding: 15px 0;
  font-size: 11px;
  letter-spacing: 0.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.copyright-section p {
  font-size: 11px;
  text-transform: uppercase;
}

footer .block-menu-block ul {}

footer .block-menu-block ul li {
  display: inline-block;
  float: left;
  margin-left: 15px;
}

footer .block-menu-block ul li.first {
  margin-left: 0;
}

footer .block-menu-block ul li a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 0;
}

footer .block-menu-block ul li a:hover,
footer .block-menu-block ul li a:focus {
  color: #FFF;
  background-color: transparent;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #FFF;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: #444;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/**************************************************************************************************/
/******************************************* INNER PAGES ******************************************/
/**************************************************************************************************/

/******************************************* GENERAL ******************************************/
/* header */
.row-header {
  background: url(../images/cdt/background-EU.jpg) #024595 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px 0 0 0;
  color: #fff;
}

.row-header .page-header {
  border: none;
  margin-top: 20px;
  margin-bottom: 80px;
  margin-left: 34%;
}

.row-header .page-header h2 {
  color: #fff;
  position: relative;
  line-height: 1.2;
  width: 70%;
}

.row-header .page-header h2:before {
  content: '';
  border-bottom: 1px solid #fff;
  padding-left: 130px;
  position: absolute;
  left: -150px;
  width: 0px;
  color: #fff;
  top: 15px;
  /*line-height: 4px*/
}

.main-container {
  background-color: #fcfcfc;
}

/* sidebar */
.cdt-main aside {
  padding-right: 0;
}

.cdt-main aside section {
  margin-top: 20px;
}

.cdt-main aside h3 {
  font-size: 1.2em;
}

.cdt-main aside .menu-level-2>ul.menu>li.active-trail {
  border-right: 6px solid #f2c120;
}

.cdt-main aside .menu-level-2 ul.menu>li.expanded.active-trail a.active-trail.active,
.cdt-main aside .menu-level-2 ul.menu>li.expanded.active-trail a.active-trail.active:hover {
  color: #f2c120 !important;
}

.cdt-main aside .menu-level-2 {
  margin: 0;
  padding: 0;
}

.menu-level-2 ul.menu li a {
  border-bottom: 1px solid #E5E4E0;
  border-top: 1px solid #fff;
  display: block;
  line-height: 1.3em;
  padding: 15px;
  margin-right: 0rem;
}

.menu-level-2 ul.menu ul a {
  padding-left: 52px;
}

.menu-level-2 ul.menu ul ul a {
  padding-left: 78px;
}

.menu-level-2>.nav .expanded>a:before {
  content: " \f078 \0020";
  font-family: "FontAwesome";
  font-weight: 100;
}

.menu-level-2>.nav .collapsed>a:before {
  content: " \f054 \0020";
  font-family: "FontAwesome";
  font-weight: 100;
}

/****************************************** GLOBAL TEXT PAGES **************************/

.cdt-main  h3 {
  width: 100%;
  line-height: 1.3;
  font-weight: 100;
  padding: 0 0 10px 0;
  margin: 0;
  box-shadow: none;
  max-width: none;
  background: transparent;
  color: #44454A;
}

.cdt-main h4 {
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
  padding: 15px 15px 8px 0;
  color: #f2c120;
}

.cdt-main p,
.cdt-main li,
.main-container .page-content .org-chart .department .modal-body ul li {
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  padding: inherit;
  text-rendering: optimizeLegibility;
  padding-bottom: 0;
  margin-left: 0;
}

.cdt-main p {
  padding-left: 0;
  margin: 0 0 1em 0px;
}

.cdt-main .page-content p a,
.cdt-main .page-content ul a {
  color: #585858;
  font-weight: 400;
  border-bottom: 1px dotted #337ab7;
}

.main-container .page-content .org-chart .department .modal-content {
  z-index: 9999 !important;
}


.cdt-main .page-content article ul,
.highlighted-frame ul,
.main-container .page-content .org-chart .department .modal-body ul {
  list-style: none !important;
  padding: 0;
  margin: 10px 0px 10px 0px;
}

.cdt-main .page-content article ul li,
.highlighted-frame ul li,
.main-container .page-content .org-chart .department .modal-body ul li {
  padding-left: 1.6em;
  text-indent: -0.8em;
  list-style: none !important;
  text-align: left;
}

.cdt-main .page-content article ul:not(.management-board):not(.director):not(.subdirectors):not(.subdirector):not(.sections):not(.departments) li::before,
.highlighted-frame ul:not(.management-board):not(.director):not(.subdirectors):not(.subdirector):not(.sections):not(.departments) li::before {
  content: "\f101 \0020  \0020";
  font-family: "FontAwesome";
  font-size: 1em;
  line-height: 1.5em;
  color: #FFD03D;
  vertical-align: top;
}

/* CKEDITOR */
.highlighted-frame {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding: 20px !important;
  border: 1px dotted #e5e5e5;
  border-left: 9px solid #e5e5e5;
}

.text-introduction {
  font-weight: 600 !important;
  color: #014494;
  font-size: 110% !important;
}

.text-introduction a {
  color: #014494 !important;
}

.highlighted-link a {
  display: block;
  border: 1px dotted #ccc !important;
  padding: 2rem;
  padding-right: 8rem;
  position: relative;
  line-height: 1.2;
  background-color: #fff;
}

.highlighted-link:hover a {
  color: #EABD23;
  background: #e5e5e5;
}

.highlighted-link a:after {
  display: block;
  background: #3F3F3F;
  color: #e5e5e5 !important;
  content: " \f054 \0020";
  font-family: "FontAwesome";
  font-weight: 100;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 6rem;
  text-align: center;
  line-height: 3;
  vertical-align: middle;
}

/***/
ul.steps-freelance {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 180px;
}

.steps-freelance li {
  display: block;
  border: 1px dotted #FFD03D;
  margin-right: 30px !important;
  text-indent: 0 !important;
  float: left;
  padding: 6px !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.steps-freelance li::before {
  content: "" !important;
  font-size: 0em !important;
  line-height: 0em !important;
}

.steps-freelance li span {
  display: block;
  background-color: #FFD03D;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 160px;
  height: 160px;
  line-height: 160px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.steps-freelance li span:hover {
  background-color: #CDA107;
}

.steps-freelance li a {
  display: inline-block;
  text-align: center;
  line-height: 1.2em;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  border: 0 !important;
}

h2.block-title span:empty {
  display: none;
}

/****************************************** JOBS ***************************************/
.jobs-info {
  font-weight: 400;
  color: #222;
  padding-bottom: 15px;
}

.row-list-job {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 2px 1px 10px 5px #ccc;
  box-shadow: 2px 1px 10px 5px #ccc;
}

.row-list-job h4 {
  padding: 15px 20px;
  margin: -20px;
  margin-bottom: 15px;
  background-color: #eee;
}

/* job type */
.job-type {
  padding: 2px 4px;
  color: #fff;
  font-size: 0.875em;
  background-color: #ccc;
}

/* contract agent */
.job-type-1 {
  background-color: #F2C120;
}

/* traineeship */
.job-type-2 {
  background-color: #ff6600;
}

/* temporary agent */
.job-type-3 {
  background-color: #0040ff;
}

/* internal competition*/
.job-type-5 {
  background-color: #009900;
}

/* internal competition*/
.job-type-5 {
  background-color: #009900;
}

/*  others */
.job-type-315 {
  background-color: #444;
}

/* Inter-Agency Mobility */
.job-type-392 {
  background-color: #20c3d1;
}

/* Officials */
.job-type-391 {
  background-color: indigo;
}

/**/
.jobs-desc {
  font-weight: 400;
}

.btn-apply-job {
  display: block;
  clear: both;
  margin-top: 15px;
  padding: 10px 0;
}

.btn-apply-job a {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  background-color: #00397E;
  padding: 5px 15px;
}

.btn-apply-job a:hover,
.btn-apply-job a:focus {
  text-decoration: underline;
  background-color: #00397E;
  color: #fff;
}

.btn-apply-job i {
  color: #00397E;
  padding-right: 5px;
}

ul.jobs-list-doc {}

.jobs-list-doc li {
  display: inline-block;
  padding-right: 8px;
}

.jobs-list-doc li a {
  color: #444;
}

.jobs-list-doc li a:hover,
.jobs-list-doc li a:focus {
  font-weight: 700;
}

.archived-jobs {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

/******************************************** block filters ***********************************/
.title-filter span,
.block-title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
}

.title-filter,
.block-title {
  padding-bottom: 10px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.block-filters a {
  padding: 10px 0;
  display: block;
  letter-spacing: 2px;
  color: #444;
}

.block-filters a:hover,
.block-filters a:focus {
  color: #00397E;
}

.btn-default.last-jobs-vacancies {
  background-color: #ccc;
  color: #fff;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  border: none;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 50px;
}

.btn-default.last-jobs-vacancies:hover,
.btn-default.last-jobs-vacancies:focus {
  background-color: #00397E;
}

/******************************************* MOST RECENT NEWS ***********************************************/
.block-recent-news {
  margin-bottom: 50px;
}

.block-recent-news ol {
  padding: 0;
}

.block-recent-news ol li {
  padding-bottom: 15px;
}

.block-recent-news ol li a {
  color: #999999;
}

.block-recent-news ol li a:hover,
.block-recent-news ol li a:focus {
  color: #192533;
}

/******************************************* NEWS LISTING **************************************/

.view-display-id-page_news .view-content {
  clear: both;
}

.listing-news {
  border: 1px solid #e5e5e5;
  margin-right: -1px;
  margin-bottom: -1px;
  background-color: #fff;
  position: relative;
}

.listing-news .news-info-text {
  padding: 15px 15px 10px;
  min-height: 140px;
  font-weight: 300;
}

.listing-news .news-date {
  font-size: 0.8em;
}

.listing-news h3 a {
  font-weight: 500;
  color: #192533;
}

.listing-news .news-type {
  position: absolute;
  bottom: 10px;
  left: 15px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
  width: 90%;
  font-size: 0.85em;
  font-weight: 400;
  color: #192533;
}

.listing-news .news-title {
  display: -webkit-box;
  height: calc(16px * 3 * 1.4);
  font-size: 16px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing-news .news-type span {
  background-color: #f2c120;
  padding: 2px 10px;
}

.listing-news h3 a:hover,
.listing-news h3 a:focus {
  color: #337ab7;
}

.news-summary {
  /*position: absolute;
	z-index: 0;
	top : 0px;
	left: 0px;*/
  background-color: #fff;
  /*visibility: hidden;*/
  /*display: none;*/
}

.link-zone {
  position: absolute;
  z-index: 10;
  display: block;
  height: 90%;
  width: 100%;
  left: 0;
}

.news-summary-text {
  padding: 5px;
  display: block;
  display: -webkit-box;
  height: calc(16px * 15 * 1.6);
  font-size: 16px;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flux-rss {
  margin-bottom: 20px;
}

.flux-rss a {
  color: #ff9900;
}

.flux-rss a:hover,
.flux-rss a:hover {
  color: #192533;
}

/* flip */
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}

/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  /*min-height: 400px;*/
}

/* hide back of pane during swap */
.listing-news .front,
.listing-news .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* front pane, placed above back */
.listing-news .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.listing-news .back {
  transform: rotateY(180deg);
}

/******************************************* PAGER ***************************************/
.pager-load-more {
  clear: both;
  display: block;
  margin-top: 30px;
  float: left;
}

.pager-load-more li>a {
  color: #fff;
  background-color: #ccc;
  text-transform: uppercase;
  border: none;
  padding: 5px 20px;
  font-size: 0.85em;
}

.pager-load-more li>a:hover,
.pager-load-more li>a:focus {
  background-color: #192533;
}

/************************************ NEWS DETAIL ******************************/
.node-article .img-node-news {
  width: 100%;
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.img_caption {
  position: absolute;
  width: 100%;
  height: 32px;
  padding: 5px 25px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-weight: 100;
  font-size: 0.8em;
  margin-top: calc(350px - 32px);
  font-style: italic;
  text-align: center;
}

.node-type-article .main-container .page-content {
  padding: 0;
}

.node-type-article .node header h2 {
  color: #00397E;
  font-weight: 700;
  padding: 20px 50px;
}

.node-content {
  padding: 0px 50px 30px;
}

.node-content .node-summary {
  border-left: 5px solid #F2C120;
  padding-left: 20px;
  font-size: 1.15em;
  font-weight: 400;
  margin-bottom: 30px;
}

.node-content .node-summary p {
  padding-bottom: 0;
}

.node-content .node-body {
  padding-left: 23px;
  margin-bottom: 50px;
}

/***************************** NEWS ARCHIVE ****************************/
.list-archive-month {
  padding: 0;
}

.list-archive-month li {
  padding-bottom: 10px;
}

.list-archive-month li a {
  color: #444;
  text-decoration: none;
  font-size: 1.15em;
  font-weight: 400;
}

.list-archive-month li a:hover,
.list-archive-month li a:focus {
  color: #00397E;
}

.list-archive-month li .date-archive {
  font-size: 0.85em;
  color: #999999;
}

/***************************** HOMEPAGE DOCUMENTATION ********************************/
.homepage-doc .ico-doc a {
  position: relative;
}

.homepage-doc .ico-doc a .tag-new {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 0px;
}

.homepage-doc .ico-doc img {
  max-height: 80px;
  max-width: 80px;
}

.homepage-doc .list-doc-theme-even .ico-doc>div>a,
.homepage-doc .list-doc-theme-odd .ico-doc>div>a {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  -webkit-border-radius: 50% 50%;
  border-radius: 50% 50%;
  display: block;
  padding: 20px;
}

.homepage-doc .list-doc-theme-even .ico-doc>div>a {
  background-color: #0090d8;
}

.homepage-doc .list-doc-theme-odd .ico-doc>div>a {
  background-color: #f2b406;
}

.homepage-doc .theme-doc {
  margin: 20px 0 80px;
  font-weight: 400;
  font-size: 1.2em;
}

.homepage-doc .theme-doc a {
  color: #192533;
}

/**************************************** DOCUMENTATION FILTER **************************************/
.block-cdt-documentation {
  padding: 0 20px 0 0;
}

.block-cdt-documentation .form-item {
  font-weight: 400;
  font-size: 1em;
  color: #444;
}

.block-cdt-documentation label {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9em;
  color: #999999;
  letter-spacing: 3px;
}

.block-cdt-documentation input,
.block-cdt-documentation select {
  background-color: #fff;
}

.block-cdt-documentation .form-item-year-order,
.block-cdt-documentation .form-item-year {
  width: 50%;
  display: inline-block;
}

.block-cdt-documentation .form-item-year-order {
  padding-right: 5px;
}

.block-cdt-documentation .form-item-year {
  padding-left: 5px;
}

.block-cdt-documentation .form-item-languages .form-text {
  border-right: none;
}

.block-cdt-documentation .form-item-languages .input-group-addon {
  border: 1px solid #9c9b9a;
  border-left: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* button reset */
.block-cdt-documentation .button-reset {
  padding: 7px;
  border: none;
  background-color: #ddd;
  margin-right: 5px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: normal;
}

.block-cdt-documentation .button-reset:hover,
.block-cdt-documentation .button-reset:focus {
  background-color: #b3b3b3;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  /*color: #fff;*/
}

/* button submit */
.block-cdt-documentation .button-submit {
  padding: 7px;
  border: none;
  background-color: #F2C120;
  margin-right: 5px;
  font-size: 1.1em;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: normal;
}

.block-cdt-documentation .button-submit:hover,
.block-cdt-documentation .button-submit:focus {
  background-color: #00397E;
  box-shadow: none;
  webkit-box-shadow: none;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

/* custom select */
.block-cdt-documentation .customSelect {
  display: block;
  border: 1px solid #9c9b9a;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 34px;
  background: url('../images/arrow-select.jpg') #ffffff right center no-repeat;
  font-weight: 400;
  color: #444;
  padding-right: 40px;
  overflow: hidden;
}

.block-cdt-documentation .customSelect .customSelectInner {
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-cdt-documentation .ui-selectmenu-button.ui-button:hover .ui-icon,
.block-cdt-documentation .ui-icon,
.block-cdt-documentation .ui-icon:hover {
  border-left: 1px solid #9c9b9a;
  width: 34px;
  height: 32px;
}

.block-cdt-documentation .ui-selectmenu-text {
  padding: 7px 10px;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background: url('../images/arrow-select.jpg');
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background: url('../images/arrow-select.jpg');
}

.ui-selectmenu-menu li .ui-state-active {
  background-color: #00397E;
  border: none;
  color: #fff;
}

/******************************************* DOCUMENTATION RESULTS ********************************/
.documentation-results {
  /*margin-top: -60px;*/
}

.documentation-results hr {
  margin: 10px 0;
}

.documentation-results .row {
  margin: 40px 0;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.32);
  padding: 8px;
}

.documentation-results img {}

.icon-document {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  -webkit-border-radius: 50% 50%;
  border-radius: 50% 50%;
  display: block;
  padding: 20px;
  background-color: #ccc;
}

.icon-document.doc-finances,
.icon-document.doc-publications,
.icon-document.doc-procurement,
.icon-document.doc-decisionsofthemanagementboard {
  background-color: #f2b406;
}

.icon-document.doc-foundingregulation,
.icon-document.doc-otherprovisions,
.icon-document.doc-programmingandreporting {
  background-color: #0090d8;
}

.doc-info {
  padding: 6px 0;
  font-weight: 300;
  color: #808080;
}

.doc-info .doc_type {
  color: #f2c120;
}

.documentation-results .doc_date {
  padding-left: 10px;
  border-left: 1px solid #808080;
  margin-left: 5px;
}

.documentation-results .tab-list-trad {
  margin-top: 20px;
}

.documentation-results .tab-list-trad ul {
  margin: 0;
  padding: 0;
}

.documentation-results .nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}

.documentation-results .nav-tabs>li>a {
  background-color: #ddd;
  border: 0;
  padding: 5px 35px;
  color: #444;
  margin: 0;
  border-radius: 0px 0px 0px 0px;
}

.documentation-results .nav-tabs>li>a:hover {
  background-color: #eee;
}

.documentation-results .nav-tabs>li>a i {
  padding-right: 10px;
}

.documentation-results .nav-tabs>li.active>a,
.documentation-results .nav-tabs>li>a:focus {
  border: none;
  background-color: #fff;
  border: 1px solid #dedede;
  border-bottom: 0;
  border-radius: 0px 0px 0px 0px;
}

.documentation-results .tab-content {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #dedede;
}

.documentation-results .tab-content li {
  display: inline-block;
  padding-right: 20px;
}

.documentation-results .tab-content li a {
  color: #444;
}

.documentation-results .tab-content li a:hover,
.documentation-results .tab-content li a:focus {
  font-weight: 700;
}

/******************************************* PARTNERS **********************************************/
.view-partners header {
  position: relative;
  min-height: 510px;
}

/********* HEADER ************/
.view-partners header h1 {
  background-color: #F2C120;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  padding: 10px 15px;
  position: absolute;
  z-index: 1510;
  top: -30px;
  left: 20px;
}

.leaflet-popup {
  left: -170px !important;
}

.leaflet-marker-icon {
  margin-left: -5px !important;
  margin-top: -5px !important;
}

/********* MAP ***************/
.partners-map {
  -webkit-box-shadow: inset 0px -4px 8px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -4px 8px -5px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -4px 8px -5px rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #ccc;
}

.map-europe {
  position: absolute;
  top: -90px;
  right: 0px;
}

#vmap {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#vmap a {
  display: block;
  position: absolute;
  z-index: 1500;
  width: 6px;
  height: 6px;
  background-color: #00397e;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.list-countries-labels {
  display: none;
}

/********* FILTERS ***********/
.views-exposed-form {
  padding: 15px;
}

.views-exposed-form h3 span {
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.views-exposed-form h3 {
  margin-bottom: 10px;
}

.views-exposed-form .views-exposed-widget {
  left: auto;
  display: block;
}

.views-exposed-form label {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9em;
  color: #999999;
  letter-spacing: 3px;
}

.views-exposed-form .customSelect {
  display: block;
  border: 1px solid #9c9b9a;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  height: 34px;
  background: url('../images/arrow-select.jpg') #ffffff right center no-repeat;
  font-weight: 400;
  color: #444;
  width: 200px;
}

/********* content */

.view-partnersheader.fixed-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.page-partners-clients .main-container .page-content {
  padding-left: 0;
  padding-right: 0;
}

.view-partners .view-header {
  border: none;
  padding: 15px;
}

.list-partners .view-partners .view-header {
  background-color: #f2f2f2;
}

.view-display-id-page_partners_leaflet.view-partners .view-header {}

.view-partners .view-content {
  clear: both;
  position: static;
  background-color: #f2f2f2;
}

.view-partners .view-content .row {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-shadow: 2px 1px 10px 5px #ccc;
  box-shadow: 2px 1px 10px 5px #ccc;
}

/******************************************* TENDERS **********************************************/
.row-list-tenders {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 2px 1px 10px 5px #ccc;
  box-shadow: 2px 1px 10px 5px #ccc;
}

.row-list-tenders h4 {
  padding: 15px 20px;
  margin: -20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.row-list-tenders a {}

.node-tenders .node-body {
  padding: 0;
}

.node-tenders .field-label {
  font-weight: 700;
  margin-top: 15px;
}

.node-tenders .field-items {
  display: inline-block;
}

.node-files ul {
  padding: 0 !important;
  margin: 0 !important;
}

.node-tenders .node-files li {
  display: inline;
  padding-left: 0 !important;
}

.node-tenders .node-files li:before {
  content: '' !important;
}

.node-tenders .node-files li:after {
  content: '\0020 \0020 | \0020 \0020';
}

.node-tenders .node-files li:last-child:after {
  content: '';
}

.node-tenders .node-files .template-cv {
  display: inline;
}

/***************************************** TIMELINE *****************************************/
.time-box {
  position: relative;
  width: 350px;
  background: #e9edf0;
  padding: 2em 1.5em;
  line-height: 1.5;
  margin: 60px auto;
}

.time-box:before,
.time-box:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 25px;
  width: 110%;
  height: 60px;
  top: 20%;
  max-width: 350px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.container.timeline {
  width: auto;
  background: url(../images/timeline-scale.gif) center top repeat-y;
  z-index: 0;
}

.timeline {
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}

.timeline-intro-text {
  background-color: #fff;
  padding: 25px;
}

.timeline-intro {
  color: #233180;
  margin-left: calc(50% - 137px);
  margin-bottom: 40px;
  background: #fff;
  font-size: 30px;
}

.timeline-logo,
.timeline-text {
  display: inline-block;
}

.timeline-text {
  margin: 10px 15px;
  vertical-align: top;
  line-height: 1em;
  text-transform: uppercase;
}

.timeline-text .enhance {
  line-height: 1em;
}

.timeline_scale {
  background: url(../images/timeline-scale.gif) center top repeat-y;
  width: 42px;
  height: 93%;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -21px;
  top: 150px;
  bottom: 150px;
}

.tl-box {
  font-size: 21px;
  color: #192533;
}

.tl-box strong {
  font-size: 40px;
}

.tl-box .resume {
  font-size: 16px;
}

.blue-1 {
  color: #0090d8 !important;
}

.blue-2 {
  color: #1a68a8 !important;
}

.blue-3 {
  color: #0c1c8c !important;
}

.red-1 {
  color: #e15c69 !important;
}

.red-2 {
  color: #c13347 !important;
}

.red-3 {
  color: #961b36 !important;
}

.yellow-1 {
  color: #fbd322 !important;
}

.yellow-2 {
  color: #f58937 !important;
}

.yellow-3 {
  color: #e26e20 !important;
}

.border-blue-1 {
  border-color: #0090d8 !important;
}

.border-blue-2 {
  border-color: #1a68a8 !important;
}

.border-blue-3 {
  border-color: #0c1c8c !important;
}

.border-red-1 {
  border-color: #e15c69 !important;
}

.border-red-2 {
  border-color: #c13347 !important;
}

.border-red-3 {
  border-color: #961b36 !important;
}

.border-yellow-1 {
  border-color: #fbd322 !important;
}

.border-yellow-2 {
  border-color: #f58937 !important;
}

.border-yellow-3 {
  border-color: #e26e20 !important;
}

.bg-blue-1 {
  background-color: #0090d8 !important;
}

.bg-blue-2 {
  background-color: #1a68a8 !important;
}

.bg-blue-3 {
  background-color: #0c1c8c !important;
}

.bg-red-1 {
  background-color: #e15c69 !important;
}

.bg-red-2 {
  background-color: #c13347 !important;
}

.bg-red-3 {
  background-color: #961b36 !important;
}

.bg-yellow-1 {
  background-color: #fbd322 !important;
}

.bg-yellow-2 {
  background-color: #f58937 !important;
}

.bg-yellow-3 {
  background-color: #e26e20 !important;
}

.tl-box strong,
.enhance {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.tl-box .year {
  background: #ccc;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  padding: 6px 30px;
  font-weight: 700;
  vertical-align: top;
  width: 30%;
  margin: 40px 10px 25px 10px;
}

.light-box {
  display: inline-block;
  margin: 0px 15px;
}

.timeline-short-title p {
  margin-bottom: 13px;
  font-size: 120%;
}

.tl-box {
  clear: both;
  width: 50%;
  z-index: 999;
}

.tl-box.hidden {
  display: block !important;
}

/*left*/
.tl-box:nth-child(odd) {
  margin-right: 50%;
  text-align: right;
}

.tl-box:nth-child(odd) .timeline-short-title {
  margin-right: 13px;
}

.tl-box:nth-child(odd) .box {
  border-left: 0 !important;
  margin-left: 13px;
}

.tl-box:nth-child(odd) .box .box-content .image {
  float: left;
  height: 100%;
}

.tl-box:nth-child(odd) .year {
  margin-right: -4px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*right*/
.tl-box:nth-child(even) {
  margin-left: 50%;
}

.tl-box:nth-child(even) .timeline-short-title {
  margin-left: 13px;
}

.tl-box:nth-child(even) .box {
  border-right: 0 !important;
  margin-left: -3px;
}

.tl-box:nth-child(even) .year {
  margin-left: -2px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/*************************************/

.box h3 {
  text-align: center;
  position: relative;
  top: 80px;
}

.box {
  width: 400px;
  padding: 20px;
  background: #FFF;
  background-color: #e9edf0;
  border: 8px solid #ccc;
  border-top: 0;
  border-bottom: 0;
}

/*==================================================
* Effect 2
* ===============================================*/
.effect2 {
  position: relative;
}

.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.effect2:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*==================================================
* Effect 3
* ===============================================*/
.effect3 {
  position: relative;
}

.effect3:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

/*==================================================
* Effect 4
* ===============================================*/
.effect4 {
  position: relative;
}

.effect4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(3deg);
}

/****************************************************/


/******************************************** MEMBERS ********************************************/

.main-container .page-content .node-membership h2.big,
.main-container .page-content .node-membership h3.big {
  font-weight: 700;
}

.node-membership header.fixed-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}

.files-intro {
  margin-left: 0;
}

.files-intro p {
  padding: 0;
}

.files-intro .files {
  border: 1px solid #444;
  padding: 10px;
}

.files-intro .files.files-members {
  margin-right: 15px;
}

.file-icon {
  padding: 5px;
  background-color: #E13423;
  display: inline-block;
  margin-right: 10px;
}

.file-icon i {
  color: #fff;
}

.file-info {
  display: inline-block;
  vertical-align: top;
}

.file-info ul li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

.file-info ul li:before {
  content: "\00a0 " !important;
  vertical-align: baseline !important;
  line-height: normal !important;
}

.file-info ul li a {
  color: #444;
}

.file-info ul li a:hover,
.file-info ul li a:focus {
  text-decoration: underline;
}

.file-info .file-size {
  color: #bbb;
  font-size: 0.85em;
  padding-left: 5px;
}

.node-membership .text-intro {
  margin-top: 25px;
}

.node-membership table td ul {
  margin: 0 !important;
}

.node-membership table td * {
  font-weight: 300;
}

/* TABLE */
.expand-all {
  margin-bottom: 20px;
  cursor: pointer;
}

.expand-all:hover,
.expand-all:focus {
  text-decoration: underline;
}

.expand-all i,
.expand-button i {
  background-color: #bbb;
  color: #fff;
  padding: 5px;
  margin-right: 5px;
}

.node-membership .table>thead {
  border: 2px solid #ddd;
  color: #bbb;
}

.expand-button {
  display: inline-block;
}

.expand-button i {
  padding: 8px;
  cursor: pointer;
}

.member-title {
  background-color: #ddd;
  border: 2px solid #ddd;
  margin-top: 2px;
}

.table>tbody>tr.member-title>td {
  padding: 0;
  border: none;
}

.table>tbody>tr.content-expand>td {
  border: none;
}

.file-pdf-icon {
  /*background-color: #E13423;*/
  color: #BE2D32;
  font-size:14px;
  font-weight: 400;
}

.name-member+.status {
  padding-left: 10px;
}

.status {
  font-size: 0.8em;
  color: #bbb;
}

.content-expand {
  display: none;
}

.height-half {
  height: calc((100vh/2) - 36px);
}

.height-third {
  height: calc((100vh/3) - 54px);
}

.height-quarter {
  height: calc((100vh/4) - 72px);
}

/******************************************* MEDIA QUERIES ****************************************/
@media screen and (max-width: 1199px) {
  .navbar-brand {
    top: 5px;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 15px 5px;
  }

  .secondary.navbar-nav>li>a {
    padding: 3px 0;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-brand {
    top: 10px;
  }

  .main-container .page-content {
    background-color: #FFF;
    margin-top: -50px;
    padding: 90px 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 67, 145, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 67, 145, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 67, 145, 0.3);
  }

  .page-news .main-container .page-content {
    padding-top: 20px;
  }

  #vmap {
    zoom: 1.2;
  }
}

@media (min-height: 1200px) {
  .height-third {
    height: calc((100vh/3) - 10px);
  }
}






.tooltip-inner,
.tooltip-inner p {
  min-width: 100px;
  max-width: 350px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #666;
  background: #fff;
  text-rendering: optimizeLegibility;
}

.tooltip>.tooltip-inner {
  border: 1px solid #192533;
}

.tooltip>.tooltip-arrow {}

.admin-info {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 999;
}

/**/

.i18n-bg .archives-news .block-filters a {
  text-transform: lowercase;
}

.i18n-bg .date-display-single {
  text-transform: lowercase;
}

.i18n-el .service-wrap h3,
.i18n-el .service-wrap p {
  font-size: 14px;
}

/******** ORGANISATION CHART ***************/



/**
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.cf {
  *zoom: 1;
}

/* Generic styling */

article.node-organisation-chart .content {
  height: 100vh;
  min-height:1500px;
  margin: 0 auto;
  padding: 0;
}

figure.org-chart {
  margin: 0;
}

.org-chart *:not(.fa) {
  vertical-align: baseline;
  font-weight: 300;
  font-family: inherit;
  font-style: inherit;
  font-size: 11px;
  border: 0 none;
  outline: 0;
}

.org-chart .modal{
  position:fixed;
}


.org-chart ul,
.org-chart ul li {
  list-style: none !important;
  text-indent: 0 !important;
}


.management-board>li>a {
  margin: 0 auto 25px auto;
  width: 25%;
}

.cdt-main .page-content article ul.management-board,
.cdt-main .page-content article ul.management-board ul,
.block-oc-dynamic ul.sections{
	margin:0;
}

.cdt-main .page-content article ul.management-board li{
	padding:0;
}

.org-chart ul a:not(.declaration-of-interest),
.org-chart .dpt-head-block,
.org-chart .director-block {
  display: block;
  text-align: center;
  overflow: hidden;
  font-size: .8em;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  min-height: 50px;
  border-bottom: 0 !important;
  background-color: #FFD03D;
  font-size: .8em;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border: 0px none #000000;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(217,217,218,1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(217,217,218,1);
  box-shadow: 0px 0px 8px 0px rgba(217,217,218,1);
}

.org-chart ul li.section a{
  background-color: #fbfbfb;
  z-index:1;
}

.org-chart .dpt-head-block{
  border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  border: 0px none #000000;
  background-color: #fff;
  
}

.dpt-name-wrapper{
  height:4em;
  width:100%;
  display:block !important;
  position:relative;
}

.department > div.dpt-head-block .dpt-head-name:before {
  display: block;
  font-size: 10px;
  color: #FFD03D ;
}
.department.full > div.dpt-head-block .dpt-head-name:before {
  content: "//////////////////////////////////////////";
}
.department.block-left > div.dpt-head-block .dpt-head-name:before {
  content: "/////////////////////////////";
}

.department > div.dpt-head-block .dpt-head-title{
  text-transform: uppercase;
  color:#D9D9DA;
}

.org-chart .dpt-name{
  text-transform: uppercase;
}

.org-chart .dpt-head-block .dpt-name{
  text-transform: uppercase;
  font-weight: 800;
  cursor:pointer;
  text-decoration: underline;
}

.org-chart.full ul a span,
.org-chart.full ul div.dpt-head-block span,
.org-chart.full ul span.director-block span {
  top: 5%;
  display: block;
  margin-bottom: 0.2em;
}


.org-chart.block-oc-dynamic ul div.dpt-head-block  span{
  display: block;
  margin-bottom: 0.2em;
}

.departments.cf:before {
  clear: both;
  /*height: 140px;*/
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
 .cf {
  *zoom: 1;
}

/* Generic styling */

.node-organisation-chart *{
  position: relative;
}

.node-organisation-chart > .content {
  background-image: url(/sites/all/themes/cdt/images/cdt/background-mb.png);
  background-repeat: no-repeat;
  background-position: 50% -480px;
}

.node-organisation-chart > .content h3.mb-title {
  font-size: 26px !important;
  line-height: 28px;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100 !important;
}

.node-organisation-chart > .content p.mb-intro {
  padding-bottom: 20px;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
}

.read-more {
  font-family: "Roboto Condensed",sans-serif;
  border: 1px solid #e5e5e5 !important;
  padding: 0 2px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

.org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section.group a {
  border: 2px dotted #fff;
}

/* director */
.cdt-main .page-content article ul li.director:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 25px;
  border-left: 4px solid #D9D9DA;
  z-index: 1;
  top: -25px;
  left: 50%;
  margin-left: -4px;
}

.cdt-main .page-content article ul.management-board>li>a{
  border-radius: 50%;
  height:140px !important;
  width:140px !important;
}

.cdt-main .page-content article ul.management-board ul.director>li>.director-block,
.cdt-main .page-content article ul.management-board>li>a:not(.declaration-of-interest),
.cdt-main .page-content article ul.management-board ul.director>li>a:not(.declaration-of-interest) {
  width: calc(100%/3);
  margin: 0 auto 0 auto;
  height:100px;
  position:relative;
  z-index: 1;
}

.cdt-main .page-content article ul.management-board  li span.middle-centered,
.block-oc-dynamic  li span.middle-centered{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.cdt-main .page-content article ul.management-board > li > a > span{
  margin: 0 auto 25px auto;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  padding-top: 30px;
  background-color: #FFD03D !important;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}

/* connectors */
.cdt-main .page-content article ul.management-board li ul.director:before,
.cdt-main .page-content article ul.management-board li ul.director:after,
.cdt-main .page-content article ul.management-board li ul.director > li:before,
.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector:before,
.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector:after,
.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector > li:before,
.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector > li:after,
.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector .sections .section:before,
.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector .sections .section:after{
  content: "";
  display: block;
  width: 0;
  height:0;
  border-style:solid ;
  border-color: rgb(238, 238, 240);
  border-width:0 0 0 4px;
  z-index: 0;
  position: relative;
}

.cdt-main .page-content article ul.management-board li ul.director:before,
.cdt-main .page-content article ul.management-board li ul.director:after{
  left: calc((100% - 4px) / 2);
}

.cdt-main .page-content article ul.management-board li ul.director:before{
  height: 20px;
}

.cdt-main .page-content article ul.management-board li ul.director:after {
  margin-top:-25px;
}

.cdt-main .page-content article ul.director>li>a {
  margin-top: 20px;
}

.cdt-main .page-content article ul.management-board ul.director > li:before{
  height: 20px;
}

/* subdirector */

.cdt-main .page-content article ul.management-board ul.director ul.subdirectors{
  padding:0;
  margin:0;
  margin-top:-100px;
  position: absolute;
  width:100%;
}

.cdt-main .page-content article ul.management-board ul.director ul.subdirector{
  width:calc(100%/3);
  padding:0;
  margin:0;
  position: absolute;
}

.cdt-main .page-content article ul.management-board ul.director .subdirector a {
  height: 35px;
  width:80%;
}

.cdt-main .page-content article ul.management-board ul.director .subdirector li ul.sections li.section:first-child a {
  margin-top: 0;
}

.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector.left:before{
  right:10%;
  height: calc(100% - 68px);
  margin: 25px 0 0 0;
  border-width: 0 4px 0 0;
  position: absolute;
}

.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector.right:before{
  left:10% ;
  height: calc(100% - 68px);
  margin: 25px 0 0 0;
  border-width: 0 0 0 4px;
  position: absolute;
}

.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector.left > li:before{
  right: 0;
  width: 10%;
  margin: 50px 0;
  border-width: 4px 0 0 0;
  position: absolute;
}

.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector.right > li:before{
  left: 0;
  width: 10%;
  margin: 50px 0;
  border-width: 4px 0 0 0;
  position: absolute;
}
/*------*/
.management-board > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 25%;
  height: 110px;
  border-color:  rgb(238, 238, 240);
  border-style: dotted;
  border-width: 4px 4px 0 0;
  z-index: 0;
  top: 70px;
  left: 50%;
  margin-left: 70px;

}
/*------*/

.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector .sections .section{
  height: 50px;
  margin-bottom:22px;
}

.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector.left .sections .section:before{
  right: 30px;
  height:0;
  width: 50px;
  margin: 25px 0;
  border-width: 4px 0 0 0;
  position: absolute;
}

.cdt-main .page-content article ul.management-board li ul.director ul.subdirectors ul.subdirector.right .sections .section:before{
  left: 30px;
  height:0;
  width: 50px;
  margin: 25px 0;
  border-width: 4px 0 0 0;
  position: absolute;
}

.subdirector.left,
.subdirector.left a {
  float: left;
}

.subdirector.left {
  left:0;
}

.subdirector.right,
.subdirector.right a {
  float: right;
}

.subdirector.right {
  right:0;
}

/*group*/

.cdt-main .page-content article ul.departments li.group,
.block-oc-dynamic ul.departments li.group {
  border: 0 !important;
}

.cdt-main .page-content article ul.departments li.group:before,
.block-oc-dynamic ul.departments li.group:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 22px;
  border-left: 4px solid rgb(238, 238, 240);
  z-index: 1;
  top: 28px;
  left: 50%;
}

.cdt-main .page-content article ul.departments li.group:last-child,
.block-oc-dynamic ul.departments li.group:last-child {
  background-color: #fff;
  margin-left: -4px;
}

/*departments*/

.cdt-main .page-content article ul.departments,
.block-oc-dynamic ul.departments {
  position: absolute;
  width: 100%;
}

.cdt-main .page-content article ul.departments:after {
	content: "";
	display: block;
	position: absolute;
	
	border-top: 4px solid rgb(238, 238, 240);
	margin: 0 auto;
	/*top: 114px;*/
	
}

.cdt-main .page-content article ul.departments.full:after{
  height: 22px;
  width: calc(23%*3 + (((100% - (23%*4))/3) - 2px)*3);
  left: 11.4%;
}

.block-oc-dynamic ul.departments.block-left:after{
  display: none;
}


.cdt-main .page-content article ul li.department .dpt-head-block,
.block-oc-dynamic li.department .dpt-head-block{
  margin-left: -4px;
  padding: 4px;
  text-align:center;
  font-weight: 400;
  position:relative;
  min-height: 130px;
}

.cdt-main .page-content article ul li.department.full:before{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  
  border-left: 4px solid rgb(238, 238, 240);
  z-index: 1;
  top: -22px;
  margin-left: -4px;

}

.cdt-main .page-content article ul li.department.full:before{
  height: 22px;
}

.block-oc-dynamic ul li.department.block-left:before{
  height: 43px;
}

.cdt-main .page-content article ul li.department.full:before{
  left: 50%;
}

.block-oc-dynamic li.department.block-left:before {
  left: 40%;
}



.cdt-main .page-content article ul li.department:first-child,
.block-oc-dynamic li.department:first-child {
  margin-left: 0;
  clear: left;
}

.cdt-main .page-content article ul li.department,
.block-oc-dynamic li.department {
  border-left: 4px solid rgb(238, 238, 240);
  float: left;
  padding-left: 0;
  margin-left: calc(((100% - (23%*4))/3) - 2px);
  margin-bottom: 60px;
  margin-top: -4px;
}

.cdt-main .page-content article ul li.department.full {
  width: 23%;
}

.block-oc-dynamic li.department.block-left {
  width: 80%;
}

.lt-ie8 .department {
  width: 18.25%;
}

.cdt-main .page-content article ul li.department>a,
.block-oc-dynamic li.department>a {
  margin: 0 0 -26px -4px;
  z-index: 1;
}

.cdt-main .page-content article ul li.department>ul,
.block-oc-dynamic li.department>ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.cdt-main .page-content article ul li.department li,
.block-oc-dynamic ul li.department li {
  padding-left: 25px;
  border-bottom: 4px solid rgb(238, 238, 240);
  height: 110px;
}

.cdt-main .page-content article ul li.department li a{
  position: absolute;
  z-index: 1;
  vertical-align: middle;
  
}

.cdt-main .page-content article ul li.department.full li a{
  top: 48px;
  width: 90%;
  height: 90px;
  right: -1px;
}

.block-oc-dynamic ul li.department.block-left li a {
  width: 70%;
  height: 70px;
  left: 20px;
  margin-top: 55px;

}


/* Department/ section colors */

.department-block.translation-department .sections li:nth-child(1):before {
  color: #c13347;
}

.department-block.translation-department .sections li:nth-child(2):before {
  color: #e15c69;
}

.department-block.translation-department .sections li:nth-child(3):before {
  color: #ea8c95;
}

.department-block.translation-department .sections li:nth-child(4):before {
  color: #f1b4ba;
}

/**/
.department-block.translation-support-department .sections li:nth-child(1):before {
  color: #f58937;
}

.department-block.translation-support-department .sections li:nth-child(2):before {
  color: #fbd322;
}

.department-block.translation-support-department .sections li:nth-child(3):before {
  color: #ccc;
}

.department-block.translation-support-department .sections li:nth-child(4):before {
  color: #ccc;
}

/**/
.department-block.administration-department .sections li:nth-child(1):before {
  color: #43756b;
}

.department-block.administration-department .sections li:nth-child(2):before {
  color: #4d998b;
}

.department-block.administration-department .sections li:nth-child(3):before {
  color: #71b5a8;
}

.department-block.administration-department .sections li:nth-child(4):before {
  color: #a7d1c9;
}

.department-block.administration-department .sections li:nth-child(5):before {
  color: #cce5e0;
}

/**/
.department-block.it-department .sections li:nth-child(1):before {
  color: #1a68a8;
}

.department-block.it-department .sections li:nth-child(2):before {
  color: #0090d8;
}

.department-block.it-department .sections li:nth-child(3):before {
  color: #32a6e0;
}

.department-block.it-department .sections li:nth-child(4):before {
  color: #67bde8;
}

/*translation dpt*/
li.department:nth-child(1):before {
  color: #961b36;
}

li.department:nth-child(1) li:nth-child(1):before {
  color: #c13347;
}

li.department:nth-child(1) li:nth-child(2):before {
  color: #e15c69;
}

li.department:nth-child(1) li:nth-child(3):before {
  color: #ea8c95;
}

li.department:nth-child(1) li:nth-child(4):before {
  color: #f1b4ba;
}

li.department:nth-child(1) li:nth-child(5):before {
  color: #f9d2d8;
}

/*translation sup dpt*/
li.department:nth-child(2):before {
  color: #e26e20;
}

li.department:nth-child(2) li:nth-child(1):before {
  color: #f58937;
}

li.department:nth-child(2) li:nth-child(2):before {
  color: #fbd322;
}

li.department:nth-child(2) li:nth-child(3):before {
  color: #fff1c4;
}

li.department:nth-child(2) li:nth-child(4):before {
  color: #fff1c4;
}

li.department:nth-child(2) li:nth-child(5):before {
  color: #fff1c4;
}

/*admin dpt*/
li.department:nth-child(3):before {
  color: #376059;
}

li.department:nth-child(3) li:nth-child(1):before {
  color: #43756b;
}

li.department:nth-child(3) li:nth-child(2):before {
  color: #4d998b;
}

li.department:nth-child(3) li:nth-child(3):before {
  color: #71b5a8;
}

li.department:nth-child(3) li:nth-child(4):before {
  color: #a7d1c9;
}

li.department:nth-child(3) li:nth-child(5):before {
  color: #cce5e0;
}

/*it dpt*/
li.department:nth-child(4):before {
  color: #0c1c8c;
}

li.department:nth-child(4) li:nth-child(1):before {
  color: #1a68a8;
}

li.department:nth-child(4) li:nth-child(2):before {
  color: #0090d8;
}

li.department:nth-child(4) li:nth-child(3):before {
  color: #32a6e0;
}

li.department:nth-child(4) li:nth-child(4):before {
  color: #67bde8;
}

li.department:nth-child(4) li:nth-child(5):before {
  color: #67bde8;
}

.cdt-main .page-content .modal,
.cdt-main .page-content article ul li.department .modal {
  position:fixed;
}

.cdt-main .page-content article ul li.department .modal  *{
  text-align:left;
  font-size:16px;
}

.cdt-main .page-content article ul li.department .modal  .modal-title{
  font-size:14px;
  text-transform:uppercase;
}

.cdt-main .page-content article ul li.department .modal  .modal-header .close {
  font-size:21px;
  margin:0;
  padding:5px;
}

.cdt-main .page-content article ul li.department .modal a{
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin: 0;
  display: inline;
  text-decoration: underline;
  background: none;
  overflow: auto;
  box-shadow: unset;
  vertical-align: baseline;
  right: auto;
  min-height: auto;
  font-size: inherit;
}

.cdt-main .page-content article ul li.department .modal h3{
  font-size: 24px;
  line-height: 32px;
}

.cdt-main .page-content article ul li.department .modal li{
  height: auto;
  min-height: auto;
  font-size: inherit;
  border: 0;
  padding: 0;
}

/**MB**/

/*********** OUR SERVICES ***************/
.services-header {
  font-size: 200% !important;
  text-align: center;
}

.services-intro {
  margin: 30px 60px 60px 60px;
  text-align: center;
  font-size: 120%;
  font-weight: 100;
}

.box-service {
  background-color: #fff;
  position: relative;
  width: 100%;
  /* desired width */
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  margin: 5px 0 5px 0;
  padding: 0;
}

.box-service:before {
  content: "";
  display: block;
}

/*row 1*/
.view-services .view-content div.row:nth-of-type(1)>.col-md-4:nth-child(1) h3 {
  background-color: #961B36;
}

.view-services .view-content div.row:nth-of-type(1)>.col-md-4:nth-child(2) h3 {
  background-color: #0C1C8C;
}

.view-services .view-content div.row:nth-of-type(1)>.col-md-4:nth-child(3) h3 {
  background-color: #E26E20;
}

/*row 2*/
.view-services .view-content div.row:nth-of-type(2)>.col-md-4:nth-child(1) h3 {
  background-color: #C13347;
}

.view-services .view-content div.row:nth-of-type(2)>.col-md-4:nth-child(2) h3 {
  background-color: #1A68A8;
}

.view-services .view-content div.row:nth-of-type(2)>.col-md-4:nth-child(3) h3 {
  background-color: #F58937;
}

/*row 3*/
.view-services .view-content div.row:nth-of-type(3)>.col-md-4:nth-child(1) h3 {
  background: #E15C69;
  background: rgba(225, 92, 105, 1);
}

.view-services .view-content div.row:nth-of-type(3)>.col-md-4:nth-child(2) h3 {
  background: #0090D8;
  background: rgba(0, 144, 216, 1);
}

.view-services .view-content div.row:nth-of-type(3)>.col-md-4:nth-child(3) h3 {
  background: #FBD322;
  background: rgba(251, 211, 34, 1);
}

/*row 4*/
.view-services .view-content div.row:nth-of-type(4)>.col-md-4:nth-child(1) h3 {
  background: #EA8FA1;
  background: rgba(234, 143, 161, 1);
}

.view-services .view-content div.row:nth-of-type(4)>.col-md-4:nth-child(2) h3 {
  background: #40B4E2;
  background: rgba(64, 180, 226, 1);
}

.view-services .view-content div.row:nth-of-type(4)>.col-md-4:nth-child(3) h3 {
  background: rgba(255, 230, 119, 1);
  color:#000 !important;

}

.service-wrap:after {
  content: "";
  display: block;
}

.service-more,
.service-wrap:after {
  height: 30px;
}

.service-more {
  padding: 5px;
  position: absolute;
  bottom: 0px;
  background-color: #e5e5e5;
  width: 100%;
}

.service-more a {
  display: block;
  font-weight: 300;
  padding: 0 0.5em;
}

.service-wrap h3 {
  width: 100%;
  margin: 0 0 0.5em 0;
  padding: 15px;
  background-color: #808080;
  color: #fff !important;
  letter-spacing: -0.3px;
  font-size: 105%;
}

.services-workflow,
.services-quality {
  font-size: 2em;
  font-weight: 100;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

.services-workflow a::before {
  display: block;
  background-color: #E15C69;
  border-radius: 50%;
  content: '  ';
  width: 80px;
  height: 80px;
  float: left;
  margin: -35px 20px 0 0;
}

.services-quality a::before {
  display: block;
  background-color: #40B4E2;
  border-radius: 50%;
  content: '  ';
  width: 80px;
  height: 80px;
  float: left;
  margin: -35px 20px 0 0;
}

.services-workflow {
  margin-top: 30px;
}

/* workflow chart */


.workflow-chart {
  min-height: 1350px;
  margin-bottom: 80px;
  background-image: url(../images/cdt/workflow/bg-workflow-chart.svg);
}

.node-workflow h3>a{
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}

.row [class*="wf-block-"] {
  padding: 0px 15px;
  font-weight: 300;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  display: inline-block;
  margin: auto;
  text-align: center;
  background: #eee;
  position: absolute;
  display: table;
  color: #333;
}

.row [class*="wf-block-"] a {
  color: #333;
  text-decoration: underline;
}

.row [class*="wf-block-"] span {
  display: table-cell;
  vertical-align: middle;
}

.wf-block-wms-step.step3 a {
  color: #fff;
}

.wf-wms .row:nth-child(1) {
  height: 580px;
}

.wf-wms .row:nth-child(2) {
  height: 155px;
}

.wf-wms .row:nth-child(3) {
  height: 190px;
}

.wf-wms .row:nth-child(4) {
  height: 120px;
}

.wf-wms .row:nth-child(5) {
  height: auto;
}

.wf-block-wms-step.step3 a {
  color: #fff;
}

.wf-block-wms .wf-title {
  padding: 10px 0;
  font-size: 110%;
}

.wf-block-wms .wf-action {
  background-color: #fff;
  padding: 10px 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin: 0 -15px;
  border: 2px solid #ffd03d;
}

.wf-block-wms .wf-action span {
  display: inline;
}

.wf-block-wms-step {
  background-color: #FFD03D !important;
  width: 150px;
  min-height: 100px;
  padding: 10px 15px;
  /**/
}

.wf-block-ercs .wf-title {
  padding: 10px 0;
  font-size: 110%;
  color: #fff !important;
}

.wf-block-ercs .wf-action {
  background-color: #fff;
  padding: 10px 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin: 0 -15px;
  border: 2px solid #e26e20;
}

.wf-block-ercs .wf-action span {
  display: inline-block;
}

.wf-label {
  font-weight: 100;
  border: 1px solid #AAA;
  background-color: #fff;
  border-radius: 6px;
  display: inline-block;
  padding: 0 15px;
  position: absolute;
  width: 180px;
  text-align: center;
  font-size: 90% !important;
}

.wf-label a {
  text-decoration: underline;
}

@media only screen and (min-width : 1000px) {
  .wf-block-client {
    margin-left: 250px;
    margin-top: 60px;
  }
}

/* contact page*/



.contact-data h3 {
  margin-bottom: 30px;
}

.contact-more {
  margin-top: 60px;
}

.contact-btn-directions .btn {
  background-color: #f2c120;
  color: #fff;
  border: 0;
  padding: 10px 60px;
  display: inline-block;
}

.contact-phone {
  margin-bottom: 15px;
}

.contact-address::before,
.contact-phone::before,
.contact-fax::before {
  content: " \F041 \0020";
  font-family: "FontAwesome";
  width: 25px;
  display: inline-block;
  color: #f2c120;
}

.contact-address::before {
  content: " \F041 \0020";
  float: left;
  height: calc(3 * 16px);
}

.contact-phone::before {
  content: " \f095 \0020";
}

.contact-fax::before {
  content: " \f1ac \0020";
}

.contact-social a {
  background-color: #f2c120;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0.4em 0.6em;
  font-size: 1.4em;
  margin-right: 20px;
}

.contact-social a.hvr-bounce-to-right:before {
  border-radius: 50%;
}

/*Related documents*/

.cdt-main footer {
  background-color: transparent;
  padding: 0;
  color: inherit;
  margin: 25px -30px;
}

.cdt-main footer a {
  color: inherit;
}

div.group-related-content,
section.group-related-content {
  padding: 30px 60px 60px 60px;
  display: block;
  background: #eee;
  background: -moz-linear-gradient(top, rgba(242, 241, 239, 0.8) 0%, rgba(255, 255, 255, 0.84) 21%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 241, 239, 0.8)), color-stop(21%, rgba(255, 255, 255, 0.84)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(242, 241, 239, 0.8) 0%, rgba(255, 255, 255, 0.84) 21%, white 100%);
  background: -o-linear-gradient(top, rgba(242, 241, 239, 0.8) 0%, rgba(255, 255, 255, 0.84) 21%, white 100%);
  background: -ms-linear-gradient(top, rgba(242, 241, 239, 0.8) 0%, rgba(255, 255, 255, 0.84) 21%, white 100%);
  background: linear-gradient(to bottom, rgba(242, 241, 239, 0.8) 0%, rgba(255, 255, 255, 0.84) 21%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf2f1ef', endColorstr='#ffffff', GradientType=0);
}

a.related-link:link {
  text-decoration: none !important;
  padding: 10px;
  display: block;
}

a.related-link:hover,
a.related-link:active {
  text-decoration: none !important;
  color: #f2c120;
}

a.related-link::before {
  content: '\f07c  \0020';
  font-family: 'FontAwesome';
  font-size: 200%;
}

a.related-link[href$=".pdf"]::before {
  content: '\f1c1  \0020';
}

a.related-link[href$=".word"]::before {
  content: '\f1c2  \0020';
}

/************************************** MAINTENANCE MODE ***********************************/
body.maintenance-page>header {
  position: static;
}


body.maintenance-page .navbar-brand img {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}


body.maintenance-page .row-header .page-header h1 {
  width: auto;
}

.container-maintenance {
  margin: 50px auto;
}
