/*------------------------------------------------------------------------
# Stack Drupal
# ------------------------------------------------------------------------
# Created by Symphony Themes
# Websites:  http://www.symphonythemes.com -  Email: info@symphonythemes.com
--------------------------------------------------------------------------
    1.   Custom CSS
    2.   Forms
    3.   Blog & Article
    4.   Portfolio & Project
    5.   Others
--------------------------------------------------------------------------------*/

/* 01. Custom CSS
 --------------------------------------------------------------------------------*/

/* Adaption */

/*body {
    margin-top: 0px;
}
html {
    zoom: 0.9;
    -moz-transform: scale(0.9);
    -moz-transform-origin: center top;
}*/

.row-flex{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-4, .col-8 {
  padding: 0 0px;
  box-sizing: border-box;
}

.col-4 {
  flex: 0 0 33.33%; 
  max-width: 33.33%; 
}

.col-8 {
    flex: 0 0 66.66%; /* 8/12 = 66.66% */
    max-width: 66.66%; /* 8/12 = 66.66% */
}

.dropdown-language-item {
  display: flex;
  margin-left: 1.23809524em;
}

/*#flexslider-1{
  overflow: hidden;
  position: relative;
  max-height: 350px;
  border: 0;
  margin: 0 !important;
}

.view-id-slideshow > div > div{
  display: block !important;
}*/

#flexslider-1{
  margin: 0 !important;
}

.flexslider {
  border: none!important;
}

.flexslider .flex-control-paging {
  display: block !important;
}

.flex-direction-nav a::before {
  margin-top: 10px;
}
 
nav.tabs {
  margin-top: 80px;
}
ol.process-3 {
  padding-left: 0;
}
section .row--gapless div[class*="col-"] {
    padding: 0;
}

.btn .label { position: absolute; }
.label { line-height: inherit; }

.modal-instance .video-play-icon + span { bottom: -10px; }
.modal-instance .video-play-icon.video-play-icon--xs + span { bottom: 3px; }
@media all and (min-width: 768px) { .video-1 h2 { bottom: -15px; } }
.logo-mindev {  top:13px!important } 

section:not(.image--light) .slider[data-paging="true"] .flickity-page-dots .dot {
    background: #fff;
}
section .slider[data-paging="true"] .flickity-page-dots {
    bottom: 1.85714286em;
}
.slider.unmarg { margin: 0 !important; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  /*color: #252525;*/
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}
h2 a { font-weight: 300; }
h5 a, h6 a { font-weight: 600; }
[data-scrim-top]:not(.image--light) h1 a, 
[data-scrim-top]:not(.image--light) h2 a, 
[data-scrim-top]:not(.image--light) h3 a, 
[data-scrim-top]:not(.image--light) h4 a, 
[data-scrim-top]:not(.image--light) h5 a, 
[data-scrim-top]:not(.image--light) h6 a {
  color: #fff;
}
p a, span a, label a {
  text-decoration: none;
}
.main-container {
  margin-top: 10px;
}
/* Menu */
.menu-vertical li {
  white-space: normal !important;
}

#toolbar-administration nav.clearfix {
  overflow: visible;
}

.dropdown .dropdown__content:not([class*="bg-"]) {
  background: #0790bb;
  padding: 0 !important;
  border-radius: 0px !important;
}

.dropdown .dropdown__content:not([class="bg--dark"]) .menu-vertical a {
  text-transform: initial;
  color: #fff;
  }

.menu-vertical li {
  margin: 0 !important;
  padding: 15px;
  line-height: 1;
}
.menu-vertical li:hover {
  background: #18b683;
}
/*
.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > a  {
  text-transform: uppercase;
  font-weight: 700!important;
  transition: 2s;
}
.menu-horizontal > li > a:hover, .menu-horizontal > li > span:hover, .menu-horizontal > li > .modal-instance > .modal-trigger:hover {
  color: #E5493A!important;
}
.menu-horizontal > li.active > a, .menu-horizontal > li.active > span, .menu-horizontal > li.active > .modal-instance > .modal-trigger {
  color: #9E0020!important;
  opacity: 0.85!important;
}*/

/* Εφαρμόζεται μόνο στο btn για το login */
.menu--account li.first.last a, .btn-login {
    background-color: #be0000;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px!important;
}

@media only screen and (max-width: 690px) {
  .region-banner-full {
    display: none;
  }

  .region-navigation-collapsible{
    display:grid;
  }

  .dropdown-language-item{
    margin-left:0px;
  }

  #block-dropdownlanguage,
  #block-customblocktrybuiderbuynowbutton {
    margin: 16px 0 0 0 !important;
    float: right;
    overflow: initial;
  }

  #block-customblocktrybuiderbuynowbutton{
    width:40%;
  }

  .imagebg div.text-center{
    bottom:28px !important;
  }
}

@media only screen and (min-width: 691px){
  .imagebg div.text-center{
    bottom:-11px !important;
  }
}

.opske-btn {
  display: inline-block;
  padding: 10px 20px; 
  background-color: #144e8c; 
  color: white; 
  text-decoration: none; 
  border: none; 
  border-radius: 5px; 
  float: right;
  white-space: nowrap;
}

.menu--account li.first a, .menu--account li.last a {
  text-transform: uppercase;
}
.menu--account>li.first.last>a:focus, .menu--account>li.first.last>a:hover {
   background-color: #9E0020;
}
/* **** */

/* Sidebar */
.sidebar .block:not(:last-child) {
  margin-bottom: 2em;
}
.sidebar .block h2 {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.85714286em;
}

/* Header */
#block-customblocktrybuiderbuynowbutton {
  margin: 16px 0 0 0;
  float:right;
}
@media all and (min-width: 769px) {
  #block-mainnavigation {
    display: inline-block;
    margin-bottom: 5px;
  }
  #block-customblocktrybuiderbuynowbutton {
    display: inline-block;
    margin: 16px 0 0 0; 
    float:right; 
	overflow: visible;
  }
}
.bar .logo { 
  top: 3px;
  
   }

.bar.bg--dark .logo-dark,
.bar.bg--transparent .logo-dark {
  display: none;
}
.bar:not(.bg--dark):not(.bar--transparent) .logo-light {
  display: none;
}
.bar.pos-fixed {
  position: unset!important;
}
.menu-horizontal {
  font-size: 1.2em;
}
.dropdown-language-item .btn{
  border: 0px;
  border-width: 0px;
  padding-left: 10px;
  background-color: #14508d;
  color: #fff;
}
.dropdown-language-item .btn:hover{
  background-color: #4a90e2;
  color: #fff;
}
.dropdown-language-item .btn:focus{
  background-color: #4a90e2 !important;
  color: #fff !important;
}

.btn-default.btn.dropdown-toggle{
  border-radius: 0 6px 6px 0 !important;
  height:41px;
}

.d-flex{
  display: flex !important; 
}

.min-h-500{
  min-height: 500px !important;
}

.min-h-1{
  min-height:23.5em !important;
}

.min-h-2{
  min-height:20em !important;
}
/* Footer */
@media (min-width: 768px) {
  footer .footer-3 .row:last-child,
  footer .footer-4 .row:last-child {
    margin-top: 1.85714286em;
  }
}
footer {
  padding-top: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------------------------*/

/* 02. Forms
 --------------------------------------------------------------------------------*/

button#edit-submit,
button#edit-subscribe {
  background: #4a90e2;
  border-color: #4a90e2;
  text-transform: uppercase;
  color: #fff;
}

/* Comment form */
form.comment-form button#edit-preview { display: none; }
form#comment-form textarea {
  padding: 16px 20px;
  background: #f5f5f5 none repeat scroll 0 0;
}
form#comment-form select#edit-comment-body-0-format--2 {
  background: #f5f5f5 none repeat scroll 0 0;
}
form#comment-form button#edit-submit {
  float: right;
  max-width: 25%;
  margin-right: 0;
}
.region-content ul.links {
  padding-top: 24px;
  text-transform: uppercase;
}
article.comment:first-child {
    border-radius: 6px 6px 0 0;
}
.comment article.comment:first-child {
    border-radius: 0;
}
article.comment:nth-child(2n+1) {
    background: #fcfcfc;
}
article.comment {
    padding: 2.78571429em;
    border: 1px solid #ececec;
    border-bottom: none;
	margin: 10px 0;
}
article.comment:last-child {
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid #ececec;
}
.indented article.comment {
  margin-left: 15%;
}

/* Search form */
#search-form .search-help-link { display: none; }
#search-block-form .input-group {
  width: 100%;
}

/* Sitewide search form */
.stack-search:before {
  display: none;
}
.stack-search #search-block-form .input-group input {
  width: 70%;
  padding-right: 5%;
  border-radius: 6px;
  display: inline-block;
} 
.stack-search #search-block-form .input-group input:focus {
  border-color: #76abe9;
}
.stack-search #search-block-form .input-group-btn {
  display: inline-block;
  width: 30%;
  padding-left: 5%;
}
.stack-search #search-block-form .input-group-btn button {
  background: #4a90e2;
  border-color: #4a90e2;
  border-radius: 6px;
  padding-top: 0.46428571em;
  padding-bottom: 0.46428571em;
  height: 34px;
}
.stack-search #search-block-form .input-group-btn span.sr-only,
.search-form .input-group-btn span.sr-only {
  position: unset;
  font-size: 14px;
  color: white;
  height: 15px;
  line-height: 15px;
}
.stack-search #search-block-form .input-group-btn span.icon,
.search-form .input-group-btn span.icon {
  display: none;
}
.search-form .input-group input {
  height: 39px;
}
.search-form .input-group-btn button {
  padding: 5px 25px;
}
.search-form .input-group-btn {
  font-size: 14px;  
}
/* Contact form */
@media all and (min-width: 768px) {
#block-sitewidecontactform .form-type-textfield,
#block-sitewidecontactform .form-type-email {
  width: 47.5%;
  display: inline-block;
}
#block-sitewidecontactform .form-type-textfield {
  margin-right: 4%;
}
#block-sitewidecontactform .form-item label {
  float: left;
}
#block-sitewidecontactform button[type=submit] {
  width: 33%;
  float: left;
  letter-spacing: .5px;
  margin-right: -0.5px;
  text-transform: uppercase;
  background: #4a90e2;
  border-color: #4a90e2;
}
}
#block-sitewidecontactform textarea {
  background: #fcfcfc;
  border: 1px solid #ececec;
}
#block-sitewidecontactform button#edit-preview {
  display: none;
}

/* Register form */
.register-horizontal #user-register-form .form-item {
  width: 45%;
  display: inline-block;
  float: left;
  margin-right: 5%;
}
.register-horizontal #user-register-form .form-actions,
.register-horizontal #user-register-form .form-item.js-form-item-pass {
  width: 100%;
}

/* Login form */
.page-node-type-full-page #block-userlogin ul { display: none; }
#block-userlogin, 
#block-userregistrationform,
#block-requestnewpasswordform {
  margin-bottom: 1.08333333333334em;
}
#block-userlogin button#edit-submit { 
  background: #4a90e2;
  border-color: #4a90e2;
}
#block-userlogin button#edit-submit:hover {
  background: #609de6;
}

/* Subscribe form */
#block-simplenewssubscription .field--name-mail .form-type-email label {
  display: none;
}

.subscribe-inline #block-simplenewssubscription #edit-actions {
  margin-top: 10px;
}
.tooltip {
}
.tooltip-inner {
  float: left;
  overflow: hidden;
}
@media all and (min-width: 768px) {
.subscribe-inline #block-simplenewssubscription .field--type-email {
  width: 75%;
  float: left;
}
.subscribe-inline #block-simplenewssubscription .field--type-email input {
  height: 40px;
}
.subscribe-inline #block-simplenewssubscription #edit-actions {
  width: 22%;
  float: left;
  margin-left: 3%;
  margin-top: -1px;
}
body.user-logged-in .subscribe-inline #block-simplenewssubscription #edit-actions {
  width: 100%;
  margin-left: 0;
}
}
/*--------------------------------------------------------------------------------*/

/* 03. Blog & Article
 --------------------------------------------------------------------------------*/

/* Article Detail */
.icon.glyphicon {
  font-size: 12px;
}
.field--name-field-blog-category {
  display: inline;
}
.field--name-field-image,
.field--name-field-video {
  margin-bottom: 1.85714286em;
}
.imagebg-content-article {
  padding: 5.57142857em 0;
}

.article__author .field--name-user-picture {
  width: 3.71428571em;
  height: 3.71428571em;
  margin: 0 auto;
}
.field--name-field-tags {
  margin-top: 20px;
}
.field--name-field-tags .field--item {
  display: inline-block;
  margin-left: 7px;
}

/* Article List */
.feature-1 a img {
    border-radius: 6px 6px 0 0;
}

/* Blog Tags */
.view-blog-tags .views-row {
  display: inline-block;
  padding-right: 10px;
}

/*--------------------------------------------------------------------------------*/

/* 04. Portfolio & Project
 --------------------------------------------------------------------------------*/

/* Portfolio Detail */
.page-node-type-project h1.page-header {
    padding-top: 2em;
    padding-bottom: 2em;
}
.page-node-type-project .block-views-blockportfolio-related-block-1 {
  margin-top: 7.42857143em;
}

/* Portfolio List */
.view-portfolio-lists .masonry__item img {
  border-radius: 6px;
}
.portfolio-fullwidth .masonry__item {
  margin: 0 !important;
  padding: 0 !important;
}
.portfolio-fullwidth hr {
  display: none;
}
.project-images {
  padding-top: 40px;
}

/*--------------------------------------------------------------------------------*/

/* 05. Others
 --------------------------------------------------------------------------------*/

/* Career Detail */
.page-node-type-job h1.page-header {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 0;
}

/* Toolbar menu */
.toolbar-menu .toolbar-box span {
  background: none;
}

/* Nav Tab */
.user-logged-in nav.tabs {
  position: fixed;
  left: 0;
  top: 80px;
  transition: all 0.5s ease 0.25s;
  z-index: 1000;
} 
.user-logged-in nav.tabs ul.tabs--primary {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  list-style: outside none none;
  opacity: 0.9;
}
.user-logged-in nav.tabs ul.tabs--primary li {
  float: none;
  opacity: 0.8;
  padding: 0;
}
.user-logged-in nav.tabs ul.tabs--primary li a {
  margin-right: 0;
}
.user-logged-in nav.tabs ul.tabs--primary li.active a, 
.user-logged-in nav.tabs ul.tabs--primary li:hover a {
  background: #ffb500 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  color: #fff;
}
.user-logged-in nav.tabs ul.tabs--primary li.active, 
.user-logged-in nav.tabs ul.tabs--primary li:hover {
  opacity: 1;
}

/* Check box/ radio */
.form-type-checkbox,
.form-type-radio,
.input-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
.form-type-checkbox input,
.form-type-radio input{
  opacity: 1 !important;
  height: auto !important;
  width: auto !important;
  position: absolute !important;
  margin-top: 7px;
  
}
.form-type-checkbox input {
  -webkit-appearance: checkbox;
}
.form-type-radio input {
  -webkit-appearance: radio;
}
.form-type-checkbox {
  padding: 0;
}
.form-type-radio {
  padding: 0;
}
.form-type-checkbox {
  margin-top: 0.46428571em;
}

.dropdown.open > .dropdown__container {
  opacity: 1;
}
.image--xxs img {
  max-height: 1.85714286em;
}
section.paragraph.parallax:nth-child(2),
section.paragraph.parallax:nth-child(3) {
  visibility: visible !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}
.text-gray, .text-gray h4 {
  color: #757575!important;
}
.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}
.opske-gray-bg {
 background-color: #DDDDDD;
}
.opske-green,
.opske-green a {
  color: #82c554;
}

.opske-light-blue,
.opske-light-blue a  {
  color: #0fbfe4;
} 

.opske-dark-blue,
.opske-dark-blue a  {
  color: #10508d;
} 

.opske-green-bg {
  background-color: #82c554;
}

.opske-light-blue-bg {
  background-color: #0fbfe4;
} 

.opske-dark-blue-bg {
  background-color: #10508d;
} 

.opske-orange-bg {
  background-color: #ff8e44;
} 

.btn-opske-dark-blue  {
  background-color: #10508d;
} 

.btn-opske-dark-blue a {
  color: #fff;
}

.main .region-content {
   margin-top: 60px;
}

.announcement-title a {
  color: #3a3a3a;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.3;
  text-decoration: none;
}

.announcement-title-block a {
  color: #3a3a3a;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  text-decoration: none !important;
}

.announcement-more a {
    text-decoration: none;
}

.announcement-date .h6 {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
}

.announcements-block-front .announcement-date .h3 {
  line-height: 20px;
}

.announcements-block-front .announcement-date .h6 {
  line-height: 15px;
}

.feature-2.boxed {
    min-height: 125px;
}

.paragraph--id--1615 .field--name-bp-header,
.paragraph--id--1620 .field--name-bp-header{
  text-align: center;
}

#block-textblocksidebar .feature-2.boxed {
  min-height: 50px;
  margin-bottom: 1.5em;
}


/*Boostrap like*/
.m-0 {
  margin: 0px !important;
}

.md-15 {
  margin-bottom: 15px !important;
}

.md-30 {
  margin-bottom: 30px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.px-15 {
    padding: 15px 0;
}

.rounded-0 {
  border-radius: 0px !important;
}
.footer-logos {
  padding-bottom: 3.714285715em!important;
}
 .footer-logos img {
  margin: 0 10px 0 10px;
 }

 .footer-3 {
  padding-top: 3.71428571em!important;
  color: #757575!important;
 }
 
 .logo {
  width: 400px;
  max-width: unset!important;
 }

 
.relative_box h3 {
  position:absolute;
  bottom:0;
  left:0;
  color:#fff;
  width:100%;
  margin:0;
  padding:10px
}
.programmata {
  background-color: #0071BC;
  opacity: 0.8;
  padding: 30px;
}
.imagebg {
  min-height: 250px;
}
.imagebg div.text-center {
    position: absolute;
    width: 100%;
    bottom: -26px;
}
.anakoinoseis {
  background-color: #3FA9F5;
  opacity: 0.8;
  padding: 30px;
}
.yliko {
  background-color: #7FCDEF;
  opacity: 0.8;
  padding: 30px;
}
.helpdesk {
  background-color: #7FE7F4;
  opacity: 0.8;
  padding: 30px;
}
.programmata b, .anakoinoseis b, .helpdesk b, .yliko b {
  opacity: 1;
}
.call-container {
  background-color: #fff;
  color: #0b3ca2;
  margin-bottom: 60px!important;
  transition: 0.5s;
  height: 300px;
  border: 1px solid #ececec;
  border-radius: 6px;
}

.call-container .call-more {
  /**background-color: #e5493a;*/
  color: #fff;
}

/*div.view-content {
  display: flex;
  flex-wrap: wrap;
}*/

.call-date .date-label {
  text-transform: uppercase;
  
}
.call-date {
  
  margin-top: 10px;

}
.call-date time {
  color: #E44839;
  font-weight: 900;
}

.call-body {
  font-weight: 700;
  font-size: 14pt;
}


.call-more {
 position: absolute;
 bottom: 24px;
}

.call-more a {
  color: white!important;
}

.breaking-announcements-block-front .view-header h4 {
  text-transform: uppercase;
  color: #144E8C;
  font-style: italic;
}

.breaking-announcements-block-front .announcement-title-block a:first-child {
  color: #fff;
  font-weight: 900;
}

.breaking-announcements-block-front .announcement-title-block a:last-child {
  color: #144E8C;
  margin-left: 20px;
}

.breaking-announcements-block-front .views-row {
  padding: 0 !important;
}

/** Porting CSS from Guidelines templates **/

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.bg-primary {
  background-color: #144E8C !important;
}

.footer-stripes {
  border-top: 1px solid rgba(0,0,0,0.2);
  background: url('../images/espa-lines-back.png') no-repeat;
  background-size: 180px;
  background-color: #FFF;
}

.menu-background {
  background: rgb(20,78,140);
  background: linear-gradient(90deg, rgba(20,78,140,1) 0%, rgba(0,191,223,1) 60%, rgba(126,195,82,1) 100%);
  width: 100%;
  top: 20px!important;
}

.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger {
  color: #FFF!important;
  font-weight: 700;
  /*font-size: 0.9375rem!important;*/
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1!important;
}
.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger {
  color: #222;
}

@media (min-width: 992px) {
  .menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger {
          padding: 41px 3px;
      -webkit-transition: margin .4s ease, padding .4s ease;
      -o-transition: margin .4s ease, padding .4s ease;
      transition: margin .4s ease, padding .4s ease;
  }
  .menu-horizontal {
    position: relative;
    line-height: 14px;
    padding: 16px 0px;
    text-transform: uppercase;        
  }
}
.block-dropdown-languagelanguage-interface{
  margin: 16px 0px;
  float: right;
}

.single-call h5 {
  margin-bottom: 10px;
  margin-top: 30px;
}

.fc-day-grid-event .fc-content {
  white-space: initial!important;
  overflow: inherit!important;
}

.carousel-cell {
  width: 100%;
  height: initial;
  margin-right: 10px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
}


 .flickity-page-dots {
  display: block;
  max-height: 100%;
}

.flickity-page-dots .dot {
  background: #343673;
}

.slideshow-paragraph-front {
  padding-top: 0px;
  padding-bottom: 0px;
}

h2.front-slider{
  position: absolute;
  bottom: 5%;
  left: 5%;
  color: #fff;
  background-color: #7a95a6;
  padding: 7px 14px;
  text-decoration: none;
}
.carousel-cell {
  width: 100%;
  height: initial;
  margin-right: 10px;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-cell a {
  color: #133e8c!important;
}

.text-center {
  text-align: center;
}

.announcements-title {
    color: #133e8c;
    text-transform: uppercase;
}
.mt--0 {
  margin-top: 0!important;
}

.mt-2{
  margin-top: 0.5rem !important;
}

.mx-2 {
  margin: 0 0.5rem !important;
}

.sticky {
  position: fixed;
  top: 0;
}

.call-container:hover .announcement-title a {
  color: #fff
}
.lead:not(:last-child) {
  margin-bottom: 0.75em!important;
}
.btn-opske-blue {
  background-color: #14508d;
  font-weight: 400;
  border-radius: 6px;
  font-size: 1rem;
  color: white;
}
.btn-opske-blue:visited {
  background: #14508d;
  border-color: #14508d;
}
.btn-opske-blue:hover {
  color: #4a90e2;
}
h2.block-title {
  color: #3a3a3a;
}

.content .field--type-text-with-summary > p,
.page-node-type-announcement .lead,
.single-call .lead  {
  font-size: 17px;
  text-align: justify;
  color: #666666 !important;
}

.main-container ul {
  list-style-type: disc ;
  padding-left:1em ;
  margin-left:1em;
}
.main-container ul li {
  margin-bottom: 10px;
}

#block-mainnavigation {
  display: inline-block;
   margin-bottom: 0px; 
}

#block-mainnavigation-2{
  float:left;
}

.lead {
  line-height: 1.36842105em!important;

}


.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
  font-size: 0.8742857142857em!important;
}

@media (max-width: 992px) {
  .bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
    margin: 10px;
  }
}

#views-exposed-form-calls-page-1 .form--inline {
  padding-top: 5px;
}

#views-exposed-form-calls-page-1 #edit-submit-calls--2{
  margin: 0px 15px;
  height: 34px;
  background-color: #14508d;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  line-height: initial;
}

#views-exposed-form-calls-page-1 .input-group-addon {
  display: none;
}

.lead .field {
  margin-bottom: 1.85714286em;
}

.file {
  font-family: 'Roboto','Verdana','Helvetica', sans-serif;
}

.alert-dismissable .close {
  right: 0px;
  height: auto;
}
@media (max-width: 768px) {
  .col-sm-3.text-right, .col-sm-3.text-left {
          text-align: center;
   } 
}

div.main-container div.lead.text-justify li {
  line-height: 1.36842105em!important;
  margin-bottom: 10px;
}
.view-id-calls .views-row {
  width: 100%;
}

h1.page-header span {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.5px;
}

.mb-0{
  margin-bottom: 0.368421em !important
}

.custom-link{
  text-decoration: none !important;
  font-weight: bold !important;
  border-bottom: 1px solid;
}


.custom-link:hover{
  text-decoration: none !important;
  border-bottom: 2px solid;
}

.custom-link:before{
    content: '';
    border-right: 3px solid;
    border-top: 3px solid;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 25px;
    top:45px;    
    transform: translateY(0) rotate(45deg) scale(1);
}

.boxed--sm .custom-link:before{
    content: '';
    border-right: 3px solid;
    border-top: 3px solid;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 10px;
    top:45px;    
    transform: translateY(0) rotate(45deg) scale(1);
}

.opske-card{
  padding: 0.7em 2.78571429em 2.78571429em 0em;
  min-height: 240px;
}

.announcement-item {
  border-top: 1px solid #b1b4b6;
}

.margin-border-bottom{
  padding-bottom: 1.8em !important;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0px !important;
}


.bg-home-page{
  background-color: #e8f0fb;
}

.flex-control-nav{
  display:none;
}

.rounded{
  border-radius: 0.75em;
}

.bg-white{
  background-color: white;
}

.opske-center{
  display:flex;
  justify-content: center;
}

.opske-border-5{
  border: 5px solid #e8f0fb;
}

.opske-border-5:hover{
  border: 5px solid #4a90e2;
}

.opske-home-link:hover{
  text-decoration: none !important;
}

.pt--1 {
  padding-top: 1.85714286em;
}

.opske-link{
  font-weight: 700;
}

 /* foldershare */

li > a.foldershare-sidebar-link {
  font-size: 1.2em !important;
}

.foldershare-ui-dialog .ui-dialog-content {
  font: inherit !important;
}

.foldershare_share_table tbody > tr > td:nth-child(2) .radio input[type="radio"] {
  margin-top: -5px !important;
}

.foldershare-ui-dialog button.form-submit  {
  width: 125px !important;
}

.foldershare-sidebar-button,
#drupal-foldershare-form-uifolderbrowsermenu,
.foldershare-ancestormenu {
  margin: 10px 5px;
}


.ui-dialog-titlebar-close:after {
   content: 'X' !important;
   position: absolute;
   top: -2px;
   right: 3px;
}

 #block-dropdownlanguage {
    overflow: initial;
 }

.language-link {
  padding-left: 10px !important;

}

#block-dropdownlanguage .btn.language-link {
  padding: 0px;
  height: 41px;
}

.field--type-text-with-summary.bar__module.btn-opske-blue{
  height:41px;
}

#block-dropdownlanguage .btn,
#block-customblocktrybuiderbuynowbutton .btn {
  transform: none !important;
  -webkit-transformm: none !important;

}

#block-customblocktrybuiderbuynowbutton .btn {
  padding-top: 0.5em;
  height:41px;
  line-height: 1.7 !important;
  padding-left: 15px;
  padding-right: 15px;
}

#edit-reset-calls--2 {
  display: none;
}

.h1.page-title {
  margin-bottom: 1rem;
}

.fc-time-grid .fc-content-skeleton .fc-event-container .fc-time-grid-event {
  width: 127px;

}

.foldershare-toolbar-and-folder-browser .foldershare-sidebar {
  width: 200px;
}

.manual-img {
  position: absolute;
  bottom: 15px;
}

h1.page-header{
 line-height: 1em;
  font-size: 25px;
  color: #144e8c;
  margin-top: 0.5em;
}

.announcements .feature:not(.boxed) {
  margin-bottom: 30px;
}


/**
 * @file
 * Default style for file module.
 */

.file--general,
.file--application-octet-stream {
  background-image: url(../images/classy/icons/application-octet-stream.png);
}
.file--package-x-generic {
  background-image: url(../images/classy/icons/package-x-generic.png);
}
.file--x-office-spreadsheet {
  background-image: url(../images/classy/icons/x-office-spreadsheet.png);
}
.file--x-office-document {
  background-image: url(../images/classy/icons/x-office-document.png);
}
.file--x-office-presentation {
  background-image: url(../images/classy/icons/x-office-presentation.png);
}
.file--text-x-script {
  background-image: url(../images/classy/icons/text-x-script.png);
}
.file--text-html {
  background-image: url(../images/classy/icons/text-html.png);
}
.file--text-plain {
  background-image: url(../images/classy/icons/text-plain.png);
}
.file--application-pdf {
  background-image: url(../images/classy/icons/application-pdf.png);
}
.file--application-x-executable {
  background-image: url(../images/classy/icons/application-x-executable.png);
}
.file--audio {
  background-image: url(../images/classy/icons/audio-x-generic.png);
}
.file--video {
  background-image: url(../images/classy/icons/video-x-generic.png);
}
.file--text {
  background-image: url(../images/classy/icons/text-x-generic.png);
}
.file--image {
  background-image: url(../images/classy/icons/image-x-generic.png);
}

.file {
  display: inline-block !important;
  min-height: 16px !important;
  padding-left: 20px !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

.file > span {
  background: none !important;
  /*! color: #337ab7; */
  border-bottom: none !important;
  border-top:none !important;
}
.file > span:first-child {
  border-left: none !important;
}
.file > span:last-child {
  border-right: none !important;
}
.file > .tabledrag-changed {
  background: inherit !important;
  border-radius: 0;
  color:  inherit !important;
  display: initial !important;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: none !important;
}
.file > .tabledrag-changed,
.file > .tabledrag-changed:last-child {
  border: none !important;
}
.file-icon {
  display: none !important;
}
.file-link {
  display: initial !important;
  vertical-align: middle;
  width: 100%;
}

.file-size {
  display: initial !important;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}
.image-widget.row {
  overflow: hidden;
}

.glyphicon-file::before {
  content: none !important;
}

.file span,
.file span a
{
  font-size: 17px;
  line-height: 17px;
}

.view-announcements h3 {
  margin: 0.8em 0;
}

#edit-submit-announcements,
#edit-reset-announcements {
  width: 100px;
  height: 35px;
  margin-left: 15px;  
} 

#edit-submit-announcements:hover,
#edit-reset-announcements:hover {
  border-color: initial !important;
  -webkit-transform: none !important;
}

.video-item {
    position: relative;
    text-align: center;
}

.video-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 80, 141, 0.7);
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
    color: white;
    padding: 15px;
}