/*------------------------------------------------------------------------
# Foundry Drupal
# ------------------------------------------------------------------------
# Created by Symphony Themes
# Websites:  http://www.symphonythemes.com -  Email: info@symphonythemes.com
--------------------------------------------------------------------------
    1.   Custom CSS
    2.   Menu
    3.   Custom blocks
    4.   Blog, Testimonials, Gallery, Portfolio & other blocks
    5.   Contact forms & Simplenews
    6.   Login & Register
--------------------------------------------------------------------------------*/

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

/* Element Style */
body {
  margin-top: 0;
}
.overlay::before {
  display: block;
}
h1.page-header {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
}
p:last-child {
  margin-bottom: auto !important;
}
.label a {
  color: #fff;
}
#edit-actions input[type="submit"], #edit-actions button[type="submit"] {
  width: auto;
}
.icon.glyphicon {
  font-size: 12px;
}
.form-control {
  margin-bottom: 0;
  border: none;  
  border-radius: 0;
}

/* Zones & Regions */
#main-container {
  overflow: hidden;
  padding: 96px 0;
  position: relative;
}
@media all and (max-width: 767px) {
  #main-container  {
    padding: 80px 0;
  }
}
.page-node-type-full-page #main-container,
.page-node-type-project #main-container {
  padding: 0;
}

/* Search form */
#search-form input.form-search {
  height: 50px;
  background: #f8f8f8;
}
#search-form a#edit-help-link {
  display: none;
}
.path-search h2, .path-search h3 {
  padding-top: 40px;
}
.path-search ol li {
  padding-bottom: 40px;
}
/* Search block sidebar */
#search-block-form .input-group {
  width: 100%;
}
#search-block-form input[type="search"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  /*margin-bottom: 24px;*/
  border-radius: 0;
}
.builder-row {
  margin-left: -15px;
  margin-right: -15px;
}

/* Comment form */
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;
}

/* Sidebars */
aside h2.block-title {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
aside .block {
  margin-bottom: 48px;
  padding: 0;
}

/* Footer Style */
footer {
  border: none !important;
  margin: 0 !important;
}
footer section {
  padding: 0;
  margin: 0;
}
.footer-1 h2.block-title {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #555;
}

/* Margins & Padding */
p.mb24 {
  margin-bottom: 24px !important;
}
p.mb48 {
  margin-bottom: 48px !important;
}
p.mb64 {
  margin-bottom: 64px !important;
}
p.mb80 {
  margin-bottom: 80px !important;
}

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

/* 02. Menu
 --------------------------------------------------------------------------------*/

/* Logo */
.site-branding .logo {
  margin: 0;
  max-height: 100% !important;
}
.site-branding .logo img {
  max-height: 100%;
}
.site-branding .name {
  display: none;
}

@media (min-width: 768px){
  .navbar-nav > li > a {
    padding-top:20px;
  }
}

/* Main menu */
.menu > li{ margin-right: 12px; }
nav.fixed, nav.absolute {
  z-index: 9999;
}
.navbar-toggle {
  margin: 0;
  padding: 0;
  border: none;
}
nav.transparent.fixed .menu > li > span,
.menu li span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #292929;
  opacity: 0.5;
  padding: 10px 15px;
  line-height: 30px;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}
.menu li span:hover {
  opacity: 1 !important;
}
nav.transparent .navbar-toggle,
nav.bg-dark .navbar-toggle {
  color: #fff;
}
nav.transparent .mobile-toggle.active  .navbar-toggle {
  color: #000;
}
.menu > li > ul li span {
  color: #fff;
  height: auto;
  padding: 6px 24px;
}
.has-dropdown::after {
  right: 15px !important;
  top: -2px !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
.nav li a:hover, .nav li a:focus {
  background: none;
}
#block-mainnavigation .navbar-nav > li > a {
  margin-top: 2px;
}
#navbar-collapse .navbar-nav > li > a
{
  padding-top:15px !important;
}
.menu > li ul {
  display: block;
  height: auto;
}
.menu > li ul li {
  margin-right: 0;
}
@media all and (min-width: 990px) {
  .menu > li.mega-menu-li ul {
    width: 400px;
  }
  .menu > li.mega-menu-li ul li {
    width: 50%;
    display: inline-block;
	margin-right: 0;
	padding-right: 0;
	float: left;
  }
  
  nav.transparent .menu > li > span,
  nav.bg-dark .menu > li > span {
    color: #fff;
  }
}
.menu li a.is-active {
  /* opacity: 1 !important; */
}
a.search-menu-item {
  position: relative;
  text-indent: 100px;
  width: 50px;
  overflow: hidden;  
}
a.search-menu-item:before,
nav.transparent.fixed a.search-menu-item::before {
  position: absolute;
  content: "\e610";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  color: #000;
  text-indent: 0;
  left: 0;
  top: 0;
  border-left: 1px solid #ccc;
  height: 100%;
  padding: 15px 0 0 20px;
}
nav.transparent a.search-menu-item::before {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 990px) {
  .navbar-toggle {
    display: block;
  }
}

/* Menu for Logged in users */
.user-logged-in nav.absolute {
  top: 80px;
}

/* Pager */
nav.pager-nav {  
}
nav.pager-nav .pagination li a {
  width: auto;
  padding: 6px 12px;
}

/* Breadcrumbs */
.breadcrumb {
  background: none;
  padding: 0;
}
.breadcrumb li a,
.breadcrumb li {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 11px;
  font-weight: 600;
}
.breadcrumb > li + li:before {
  padding: 0 16px;
  color: #bbb;
}
@media all and (max-width: 767px) {
  .breadcrumb > li + li:before {
    padding: 0 4px;
  }
}

/* Nav tabs */
nav.tabs {
  text-transform: uppercase;
}

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

/* 03. Custom Blocks
 --------------------------------------------------------------------------------*/

/* Block Style */
.image-edge .container div[class*="col-"]  div[class*="col-"] {
  position: relative;
}
.background-image-holder {
  position: absolute !important;
}
.masonry-layout .masonry-item {
  background: none;
  border: none;
}
.postscript {
  margin-bottom: 48px;
}
.postscript h2.block-title {
  font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #555;
}

/* Masonry Loader */
.block-block-content9d9675fb-6125-4680-aa51-69faf55603ed {
  height: 0;
}

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

/* 04. Blog, Testimonials, Gallery, Portfolio & other blocks
 --------------------------------------------------------------------------------*/

/* View - Blog */
.view-blog .post-title,
.view-blog .views-field-view-node {
  margin-top: 24px;
}

/* Blog detail */
.node--type-article .field--name-field-video {
  margin-bottom: 24px;
}
.post-meta .field--name-field-blog-category {
  display: inline;
}
.node--type-article .content section h2 {
  letter-spacing: 2px;
  margin-right: -2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}
.node--type-article .content section article.comment {
  padding-bottom: 40px;
}

/* Blog Masonry */
.path-blog-masonry-2-col .main-container,
.path-blog-masonry-3-col .main-container,
.path-blog-masonry-sidebar-left .main-container,
.path-blog-masonry-sidebar-right .main-container {
  background: #f8f8f8;
}

/* Block - Recent posts */
.recent-posts .views-field.views-field-created {
  display: block;
  letter-spacing: 0;
  opacity: 0.8;
  margin-top: 5px;
}
.recent-posts .link-list {
  line-height: normal;
}

/* Block - Twitter Feed */
.block-twitter-feed h3,
.block-twitter-feed hr {
  display: none;
}
.block-twitter-feed ul li {
  margin-bottom: 24px;
}
.block-twitter-feed .block-inner ul li {
  position: relative;
  padding-left: 22px;
}
.block-twitter-feed .block-inner ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  float: left;
  display: inline-block;
  color: #292929;
  content: "\e74b";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
}
.postscript .block-twitter-feed .block-inner ul li:before {
  color: #fff;
}
.block-twitter-feed .block-inner ul li hr {
  margin: 12px 0;
}

/* Block Testimonial style1 */
.block-testimonial {
  text-align: center;
}
.block-testimonial-style1 .attachment .item-list li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
.block-testimonial .flexslider .slides .quote-author img,
 .views-field-field-testimonial-image img {
  width: 60px;
  height: 60px;
  display: inline;
}

@media all and (min-width: 767px) {
  .block-testimonial .flex-direction-nav a.flex-prev,
  .block-testimonial .flexslider:hover .flex-direction-nav a.flex-prev {
    left: -50px;
  }
  .block-testimonial .flex-direction-nav a.flex-next,
  .block-testimonial .flexslider:hover .flex-direction-nav a.flex-next {
    right: -50px;
  }
}

/* Block gallery grid */
.block-gallery-grid-3 .views-field-field-images ul {
  float: left;
  width: 100%;
  margin: 0;
}
.block-gallery-grid-3 .views-field-field-images ul li {
  float: left;
  padding: 0px 5px 5px 0;
  width: 33.333%;
  list-style: none;
  margin: 0;  
}
.block-gallery-grid-3 .views-field-field-images ul li:nth-child(3n+1) {
  clear: left;
}
@media all and (max-width: 767px) {
  .block-gallery-grid-3 .views-field-field-images ul li {
    width: 100%;
	padding: 10px 0;
	clear: left;
  }
}

/* FlexSlide */
.flexslider {
  background: none;
  border: none;
  text-align: left;
}
.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: block !important;
}

/* Slider */
.image-slider .slides li img {
  width: 100%;
}

/* Project Style */
.projects-2-col .masonry-layout .masonry-item {
  width: 50%;
  margin: 0 0 30px;
}
.projects-3-col .masonry-layout .masonry-item {
  width: 33.333%;
  margin: 0 0 30px;
}
.projects-4-col .masonry-layout .masonry-item {
  width: 25%;
  margin: 0 0 30px;
}
.projects-wide .masonry-layout .masonry-item {
  margin: 0 !important;
  padding: 0 !important;
}
.project a {
  color: #fff;
}
.row-gapless div[class*='col-'] {
  padding: 0;
}
.view-portfolio-parallax .parallax > .background-image-holder {
  height: 100vh !important;
  top: -50vh !important;
}
.view-portfolio-parallax .pager-nav {
  padding: 40px 0;
}

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

/* 05. Contact forms & Simplenews
 --------------------------------------------------------------------------------*/

/* Contact form */
button#edit-preview {
  display: none;
}
form#contact-message-feedback-form span.form-required {
  display: none;
}
form#contact-message-feedback-form label[for=edit-subject-0-value],
form#contact-message-feedback-form label[for=edit-message-0-value],
form#contact-message-feedback-form label[for=edit-name],
form#contact-message-feedback-form label[for=edit-mail] {
  display: none;
}
form#contact-message-feedback-form button#edit-submit {
  width: 100%;
}
input[type="email"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
}
form#contact-message-feedback-form textarea {
  width: 100%;
  border: none;
  background: #f5f5f5;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 16px 20px;
}

/* Book a Table */
form#contact-message-contact-form-2-form #edit-field-booking-guests-wrapper {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 0;
}
form#contact-message-contact-form-2-form #edit-field-booking-time-wrapper {
  width: 48%;
  float: left;
  margin-bottom: 0;
}
form#contact-message-contact-form-2-form button#edit-submit {
  width: 100%;
}

/* Planner */
form#contact-message-contact-form-3-form textarea {
  padding: 16px 20px;
}
form#contact-message-contact-form-3-form legend {
  border-bottom: none;
  text-align: center;
}
form#contact-message-contact-form-3-form .fieldset-legend,
form#contact-message-contact-form-3-form .field-group-html-element h6,
form#contact-message-contact-form-3-form label[for=edit-field-planner-source] {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
form#contact-message-contact-form-3-form #edit-field-planner-typeofwork-wrapper,
form#contact-message-contact-form-3-form #edit-field-planner-budget-wrapper,
form#contact-message-contact-form-3-form #edit-field-planner-source-wrapper,
form#contact-message-contact-form-3-form .field-group-html-element {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 24px;
}
form#contact-message-contact-form-3-form #edit-field-planner-source-wrapper {
  text-align: center;
}
form#contact-message-contact-form-3-form #edit-field-planner-source-wrapper label {
  color: #292929;
  margin-bottom: 24px; 
}
form#contact-message-contact-form-3-form #edit-actions {
  text-align: center;
}
@media all and (min-width: 767px) {
  #edit-field-planner-typeofwork .form-item,
  #edit-field-planner-budget .form-item {
    width: 25%;
    padding-left: 5%;
    margin-top: 10px;
    float: left;
  }
}

/* Block Simple News */
.block-simplenews .field--name-mail,
.block-simplenews .form-actions {
  /*float: left;
  width: 48%;*/
}
body.user-logged-in .block-simplenews .form-actions {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.block-simplenews .field--name-mail {
  margin-right: 4%;
}
.block-simplenews .field--name-mail .form-email {
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.bg-secondary .block-simplenews .field--name-mail .form-email {
  background-color: #fff;
}
.block-simplenews .field--name-mail label[for=edit-mail-0-value] {
  display: none;
}
.block-simplenews #edit-actions .form-submit {
  width: 100%;
}

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

/* 06. Login & Register
 --------------------------------------------------------------------------------*/
/* Login/Register Page */
body.path-user .main-container {
  background: url(../img/login-bg.jpg) center center no-repeat;
  height: 100vh;
}
body.user-logged-in.path-user .main-container {
  background: none;
}
body.path-user .main-container .container {
  position: relative;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  z-index: 2;
}
body.path-user .main-container .tabs {
  margin-bottom: 30px;
}
body.path-user .main-container button#edit-submit {
  width: 100%;
}
body.path-user .main-container p {
  color: #fff;
}
body.path-user ul.nav-tabs {
  background: #111;
}
body.path-user ul.nav-tabs li a {
  border: none;
  padding: 20px 25px;
}
@media all and (min-width: 767px) {
  body.path-user .main-container .container {
    width: 50%;
  }
  body.path-user .main-container .container .region-content {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 30px 30px 10px;
  }
  body.user-logged-in.path-user .main-container .container .region-content {
    padding: 0;
  }
}

/* User page when loggin */
body.user-logged-in.path-user .main-container {
  background: none;
  height: auto;
}
body.user-logged-in.path-user .main-container .container {
  transform: none;
}
body.user-logged-in.path-user ul.nav-tabs {
  background: none;
}
body.user-logged-in.path-user ul.nav-tabs li a.is-active {
  border-color: #ddd #ddd transparent;
  border-style: solid;
  border-width: 1px;
}

/* custom styles for views */
.view-publications .view-content { height: 100%; }
.field--name-field-publication-authors .field--item
{
  display: inline;
}

img.desaturate
{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);  
}

.region-footer nav
{
  background-color: inherit !important;
  height: 500px;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 * from http://getbootstrap.com.vn/examples/equal-height-columns/equal-height-columns.css
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.view-staff .person img,
.view-donors .person img
{
  height: 360px;
}

.view-display-id-block_donors img
{
  
}

/* fix for text alignment changing with screen size, from
https://stackoverflow.com/questions/18602121/change-text-align-responsively-with-bootstrap-3
*/

.text-justify-xs {
    text-align: justify;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .text-justify-sm {
        text-align: justify;
    }

    .block-views-blockhomepage-hero-block-1 section .container
    {
      min-height: 435px;
    }

    .event-hero h1.event-date
    {
      font-size:136px; line-height: 96px;
    }
    .event-hero h2.event-year
    {
     font-size:72px;  line-height: 96px; 
     letter-spacing: 75px;
    }

    /* exposed search form for publications and projects */
  #floating-exposed-search-form-bar
  {
    position: fixed;
    top:250px;
    left:10px;
    z-index:100;
  }

  #floating-exposed-search-form-bar .form-inline .form-group
  {
    display:block !important;
  }

  #floating-exposed-search-form-bar .form-inline .form-control
  {
    width:100% !important;
  }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-justify-md {
        text-align: justify;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .text-justify-lg {
        text-align: justify;
    }
}


.region-title .page-title-4
{
  height: 120px !important;
}

@media (max-width: 768px) {
    section + .portfolio-pullup {
      margin-top: 0px !important;
    }

    .block-projects-landing h3
    {
      font-size: 18px !important;
    }

    .region-title .page-title-4
    {
      height: 60px !important;
    }

    .block-views-blockhomepage-hero-block-1 section .container
    {
      min-height: 325px;
    }

    .event-hero h1.event-date
    {
      font-size:136px; line-height: 96px;
    }
    .event-hero h2.event-year
    {
     font-size:60px;  line-height: 48px; 
     letter-spacing: 75px;
    }

    


}


#views-exposed-form-publications-page-1 #edit-title-field-value,
#views-exposed-form-publications-page-1 #edit-submit-publications,
#views-exposed-form-publications-page-1 #edit-body-value,
#views-exposed-form-projects-page-1 #edit-body-value
{
  margin-bottom: 0px;
}

#views-exposed-form-projects-page-1 #edit-field-project-donors-target-id,
#views-exposed-form-projects-page-1 #edit-field-publication-programmes-target-id
{
  max-width: 250px;
}

ul.language-switcher-language-url li
{
  display: inline;
  font-size: 11px; padding-right: 10px;
}



#publications-exposed-form-container form.views-exposed-form .form-item label,
#projects-exposed-form-container form.views-exposed-form .form-item label
{
  display:block;
  font-size:11px;
}

#publications-exposed-form-container form.views-exposed-form input[type="text"],
#projects-exposed-form-container form.views-exposed-form input[type="text"]
{
  height:36px;
}

#publications-exposed-form-container form.views-exposed-form button[type="submit"],
#projects-exposed-form-container form.views-exposed-form button[type="submit"]
{
  height:36px;
  line-height: 36px; 
  margin-top:20px;
  margin-bottom:0px !important;
}

#publications-exposed-form-container #edit-field-godina-izdavanja-value,
#publications-exposed-form-container .form-inline .form-item-field-godina-izdavanja-value .select-wrapper,
#projects-exposed-form-container #edit-field-godine-value,
#projects-exposed-form-container .form-inline .form-item-field-godine-value .select-wrapper
{
  min-width:165px !important;
  width: initial;
}

.blurry
{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}



/* floating social bar from https://codepen.io/bsngr/pen/ijfDB */
/* Social Icons https://codepen.io/JonDCarey/pen/wAjrx*/
#social_side_links {
  position: fixed;
  top: 250px;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}

#social_side_links li a, #social_side_links span a {display: block;}

#social_side_links li a img, #social_side_links span a img {
  display: block;
  max-width:40px;
  padding: 10px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

/* Disable grayscale on hover */
#social_side_links span a img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

#social_side_links li a:hover img, #social_side_links span a:hover img  {background: rgba(0, 0, 0, .2);}


/* end floating social bar */

/* fix for Safari not showing titles in project full details view 
from https://stackoverflow.com/questions/16348489/is-there-a-css-hack-for-safari-only-not-chrome */
_::-webkit-full-page-media, _:future, :root .page-node-type-project .page-title .container {
  top:0%;
}


/* book nav */
.page-node-type-book #main-container p
{
  font-size:18px;
}
.page-node-type-book #main-container
{
  padding:0 !important;
}

.page-node-type-book .page-title.page-title-4
{
  padding-top:50px !important;
  margin-bottom:24px
}

#book-bottom-nav
{
  margin-top: 24px;
  width:100%;
  background: #e5692c;
  height: 50px;
  padding-top:10px;
}

#book-bottom-nav li
{
  display: inline-block;
  width: 49%;
}

#book-bottom-nav a
{
  color:#fff !important;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  
}

#book-navigation-container
{
  margin: 0px 15px;
  position: absolute;
  top:-14px;
  left:0;
  width:100%;
  z-index: 100;
}

.book-navigation-container-scrolling
{
  top:40px;
  
}

.book-navigation-container-fixed
{
  top:0 !important;
  position:fixed !important; 
  margin:0px !important;
}

#booknav, #booknav-contents
{
  
  /*background-color:#e5692c;*/
  background: #e5692c;
  color:#fff;
  text-decoration: uppercase;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index:101;
}

#booknav .glyphicon-plus
{
  font-size:20px !important;
}
#booknav button
{
  margin-bottom: 0 !important;
}
#booknav h3 a,
#book-bottom-nav h3 a
{
  font-weight: 400 !important;
}

#booknav .publication-title
{
  display:inline-block;
}

#booknav ul.book-level-1 li
{
  padding-left: 40px;

}
#booknav-contents ul
{
  margin-left:64px;
}
#booknav ul.book-level-2 li
{
  padding-left: 60px;
}
#booknav a, #booknav-contents a
{
  color: #fff !important;
}

#booknav a:hover, #booknav-contents a:hover
{
  color: #000 !important;
}

#booknav-contents li:hover
{
 background: #E64A19; 
}

#booknav-contents li.active a 
{
  color:#212121 !important;
}

#booknav-contents h4 .glyphicon
{
  font-size:18px;
  font-weight:200;
}
#booknav .book-level-0 li
{
  list-style: none;
  border-top:1px solid #dbdbdb;
  background: #e5692c;
}

.page-node-type-book .content li
{
  list-style: initial;
  margin-bottom: 16px;
}
@media (max-width: 768px) {

  .region-postscript-third nav .menu.nav.navbar-nav
  {
    margin-left: 10px;
  }

  .region-postscript-third a.search-menu-item
  {
    display: none;
  }

  .region-footer
  {
    margin:0 10px;
  }
  #book-bottom-nav h3
  {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  #book-bottom-nav li
  {
    width: 32%;
  }

  .book-navigation-container-fixed
  {
    top:30px !important;
  }

  .page-node-type-book .page-title-3, .page-node-type-book .page-title-4
  {
    overflow:visible;
    height: auto;
    margin:84px 0px;
    padding-top:24px;
  }

  .page-node-type-book .region-title .page-title-4 
  {
    height: auto !important;
  }

  .page-node-type-book #social_side_links {
      position: fixed;
      bottom: 0 !important;     
      top:auto; 
    }

}

li.publication-title-item a 
{
  font-size: ;
}

#top-jumper
{
  position:fixed;
  right: 0;
  margin-right:24px;
  bottom: 70px;
  margin-bottom:24px;
  font-size:24px;
  font-weight: 200;
  color:#e5692c;;
  z-index: 100;

}

#publication-title
{
  margin-top:5px;
}
/* end book nav */



.gly-spin {
  -webkit-animation: spin 0.5s ease;
  -o-animation: spin 0.5s  ease;
  animation: spin 0.5s  ease;
  animation-iteration-count: 1;

}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(45deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gly-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gly-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.gly-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}


/* footnotes for long form reader */
#footnotes
{
  ;
}

#visible-footnote 
{
  bottom: 0;
  left:0;
  position: fixed;
  min-height: 150px;
  color: #fff;
  background: #e5692c;
  z-index: 200;
  margin:0px !important;
  padding:10px;
}

#close-button-footnote
{
  position:absolute;
  top:0;
  right:0;
}
#closefootnote
{
  color:#000;
}
/* end footnotes for long-form reader */


/* footer main menu */
.region-postscript-third nav 
{
  background: #292929;
}

.region-postscript-third nav h2
{
  font-size:12px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #757575;
  line-height: 34px;
  margin-bottom:0px;
}

.region-postscript-third .menu
{
  height: auto;
}

.region-postscript-third .menu > li
{
  float: none;
  display:block;
}

.region-postscript-third .menu > li a
{
  padding: 10px 0px;
}

.region-postscript-third a.search-menu-item:before
{
  content:none;
  width:auto;
}

#policyhub-branding img
{
  margin:0;
}

.view-news-master.view-id-news_master .views-row,
.view-id-blog.view-display-id-page_5 .views-row
{
  border-bottom: 1px solid #757575;
}

.view-id-publications.view-display-id-page_1 .views-row
{
  margin-bottom: 20px;
}

.field--name-field-event-adresa 
{
  display: inline-block;
}

.abstract
{
  font-style: italic;
  margin:10px 0px;
}