/* Body and Content */

@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic,700&subset=latin,latin-ext);

body {
  font-size: 14px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  padding: 0px;
}

.row {
  width: 1020px;
}

p {
  font-family: "Cardo", serif;
}

a {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: museo-slab, "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: "Cardo", serif;
  color: #ce171f;
  /* font-family: Helvetica, Arial, sans-serif; */
  font-weight: 200;
}

#main_wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 1px;
}

.clearfix {
  clear: both;
}

header {
  left: 0;
  right: 0;
  z-index: 9000;
  max-width: 100%;
  margin: 0 auto;
  border-top: 3px solid #222;
  /*background: #f0f0f0;*/
  min-height: 130px;
}

#header-banner {
  /*background: url('img/header-bcg.jpg') no-repeat top left #ce171f;*/
  background-image: none;
  /* background: linear-gradient(90deg, #f8f1e8 50%, #f8f1e8 50%); */
  /*background-color:#000000;*/
  background: #ce171f;
}
/*@media screen and (max-width: 1670px) {
    #header-banner{background-image:none; background-color:#ce171f; }

}*/
#img-67 img {
  position: absolute;
  left: -110px;
  width: 100px;
  top: -30px;
}
#header-banner .columns {
  max-height: 200px;
}

#header-banner .columns {
  position: relative;
}
#header-bar {
  position: absolute;
  right: 0;
  min-width: 70px;
  bottom: 10px;
  background: #ce171f;
  padding: 0 16px 0 12px;
  border-radius: 15px;
  border: 1px solid #e9e8e4;
}

@media screen and (max-width: 600px) {
  #header-bar {
    bottom: 6px;
    right: 60px;
  }
}

#header-banner {
  background-color: none !important;
}
#language-switcher {
  margin-left: 15px;
  padding-left: 15px;
  border-left: solid 1px #ffffff;
  float: right;
  line-height: 32px;
}

#language-switcher > a {
  color: #ffffff;
  line-height: 32px;
  font-style: italic;
}
#language-switcher > a:hover {
  text-decoration: underline;
}
#header-search {
  float: left;
  z-index: 102;
}
#header-search form {
  float: left;
  margin: 0 !important;
}
#header-search .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
#header-search input {
  text-indent: -500px;
  cursor: pointer;
  border: 0;
  width: 19px;
  background: url("img/search_icon-2.png") no-repeat 3px 9px;
  padding: 8px 0 7px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0;
  -webkit-transition: width 0.3s, background-color 0.3s;
  -moz-transition: width 0.3s, background-color 0.3s;
  -o-transition: width 0.3s, background-color 0.3s;
  -ms-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
}
#header-search label,
#header-search .form-submit {
  display: none;
}
#header-search input:focus {
  color: #fff;
  background-color: #ce171f;
  text-indent: 25px;
  width: 460px;
  cursor: text;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 990px) {
  #header-search input:focus {
    width: 360px;
  }
  #header-banner {
    background: none !important;
  }
}
@media screen and (max-width: 820px) {
  #header-search input:focus {
    width: 260px;
  }
  #header-banner {
    background: none !important;
  }
}
@media screen and (max-width: 550px) {
  #header-search input:focus {
    width: 160px;
  }
}
@media screen and (max-width: 400px) {
  #header-search input:focus {
    width: 100px;
  }
}

.branding {
  padding-top: 20px;
}

.bottom_spacer {
  padding-bottom: 25px;
}

.name {
  display: none;
}

.slider_wrap {
  /* margin-top: -50px; */
}
.slider_wrap .orbit-wrapper {
  margin-top: 0px !important;
}

#heading_wrapper {
  padding: 10px 0px;
  max-width: 1000px;
  margin: auto;
  color: white;
}

#heading_wrapper_after {
  padding: 0px;
}

.page_heading_text {
  color: white;
  font-style: italic;
}

.slider_wrap {
  padding: 0px;
}

#test_wrap {
  padding: 0 15px;
}
/*
ul {
	margin-left: 20px;
}*/

#drupal_tabs .tabs {
  border-bottom: none;
}

input[type="text"] {
  color: #ccc;
}

#single_portfolio {
  padding: 15px 0px;
}

hr {
  background: url("../images/hr.png") repeat-x 0 100%;
  height: 3px !important;
  border: none !important;
  margin: 20px 0px;
  border-top: none;
  border-bottom: none;
  clear: both;
}

.seperator {
  margin-bottom: 10px;
}

.heading_title {
  padding: 6px 0px 5px 0;
  font-size: 20px;
  /* font-family: museo-slab, "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: "Cardo", serif;
  /* font-family: Helvetica, Arial, sans-serif; */
  margin-bottom: 15px;
  font-style: italic;
}

#page_content {
  padding: 20px 0px;
}

.wrapper {
  position: relative;
  width: 100%;
}

#main_content {
  margin-bottom: 20px;
  min-height: 350px;
}

.author_page {
  padding: 20px 0px;
}

.error_wrap {
  padding: 40px 0px;
  text-align: center;
}

.error_img {
  padding: 20px;
}

.error_text {
  padding: 20px;
}

#breadcrumbs {
  margin: -2px 0px;
  color: white;
  text-align: right;
  line-height: 14px;
}

#breadcrumbs h3 {
  color: #ce171f;
  font-size: 14px !important;
}

#breadcrumbs a {
  margin-right: 5px;
  color: #000000;
  font-size: 14px !important;
}

.breadcrumbs li {
  list-style: none;
}
#main_title {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 22px;
  margin-left: 0px;
}

#main_title:hover {
  background: #333;
}

#main_title_text {
  font-size: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main_title_text {
  margin: 0px 0px 2px 0px;
}

#main_title_slogan {
  font-size: 16px;
  margin: 0px 0px 8px 0px;
}

.standout_text {
  padding: 0px 5px;
  color: #fff;
}

#myCarousel {
  margin-top: 20px;
}

.modal {
  display: none;
}

.region-front-blog .content {
  margin-bottom: 0px;
}

.contact_us {
  width: 97%;
  height: 100px;
}

.fluid-width-map-wrapper iframe {
  border: none;
}

.map {
  margin-top: 20px;
}

.orbit {
  margin-bottom: 0;
}

.orbit-wrapper .orbit-caption {
  font-size: 16px;
}

/* Menu */
.menu-container {
  background: #f7f7f7;
}

.top-bar {
  background: transparent;
  height: 67px;
  margin: 0;
}

.top-bar .active {
  background: #eeeeee;
  margin-top: -4px;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.top-bar .dropdown .active {
  color: #ce171f !important;
  background: #fff;
  box-shadow: none;
  margin-top: 0;
  border-top: none;
}

.top-bar > section > ul.right {
  width: 100%;
}
.top-bar > section > ul.right > li {
  min-width: 20%;
}
.top-bar span.sf-sub-indicator,
#breadcrumbs span.sf-sub-indicator,
#breadcrumbs a.sf-sub-indicator {
  display: none;
}

.top-bar ul > li:not(.name):hover {
  background: #ffffff;
  margin-top: 0px;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.top-bar ul > li.has-dropdown .dropdown li:hover {
  border-top: none;
  margin-top: 0px;
  background: #ffffff;
}

.top-bar ul > li.active-trail:hover {
  background: #ffffff;
  margin-top: 0px;
}

.top-bar ul > li:not(.name):hover > span,
.top-bar .menu_wrap > ul > li:not(.name):hover > a {
  height: 67px;
  line-height: 65px;
  margin-top: -4px;
  color: #000 !important;
}
.top-bar ul > li.active-trail:hover > span,
.top-bar .menu_wrap > ul > li:hover > a {
  height: 67px;
  line-height: 65px;
  margin-top: -4px;
  color: #000 !important;
}

.top-bar ul {
  line-height: 70px;
}

.top-bar ul > li.has-dropdown .dropdown {
  padding: 0px;
}

.top-bar ul > li.has-dropdown .dropdown li {
  padding: 0px;
  background: #ce171f;
}

.top-bar ul > li.has-dropdown .dropdown li a,
.top-bar ul > li.has-dropdown .dropdown li span {
  padding: 10px 17px 10px 15px;
  font-style: italic;
  text-transform: none;
}
.top-bar ul > li.has-dropdown .dropdown li a:hover,
.top-bar ul > li.has-dropdown .dropdown li span:hover {
  background: #ffffff;
}
.top-bar ul > li.has-dropdown .dropdown li a:hover,
.top-bar ul > li.has-dropdown .dropdown li span:hover {
  color: #ce171f;
}

.top-bar ul > li.has-dropdown .dropdown li:last-child {
  padding-bottom: 0px;
}

.top-bar ul > li a:not(.button),
.top-bar ul > li > span {
  color: #444;
  text-align: center;
  height: 67px;
  line-height: 65px;
  padding: 0px 12px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.top-bar ul > li > span {
  cursor: default;
}

.top-bar ul > li:not(.name):hover a,
.top-bar ul > li:not(.name).active a,
.top-bar ul > li:not(.name):hover > span,
.top-bar ul > li:not(.name).active > span {
  color: #ce171f;
}

.top-bar ul > li a.active,
.top-bar ul > li > span.active {
  height: 71px;
}

.top-bar ul > li.has-dropdown a,
.top-bar ul > li.has-dropdown > span {
  padding-right: 20px;
}

.top-bar ul > li > span {
  display: block;
}

.top-bar ul > li.has-dropdown span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: white transparent transparent transparent;
  margin-right: 15px;
  margin-top: -2.5px;
  position: absolute;
  right: 0;
  top: 50%;
}

.top-bar ul > li.has-dropdown a::after,
.top-bar ul > li.has-dropdown > span::after {
  border-color: #200505 transparent transparent transparent;
}
.top-bar ul > li.has-dropdown:hover > .dropdown {
  min-width: 100%;
}

.menu_tagline {
  margin-top: -27px;
  color: #666;
  font-size: 12px;
  text-transform: lowercase;
}

.dropdown .menu_tagline {
  display: none;
}

.menu_wrap ul ul {
  display: none;
}

.expanded .menu_wrap ul ul {
  display: block;
}

ul.dropdown.right {
  height: auto !important;
}

/* Front page recent posts */
#block-views-front-page-blog-block {
  font-size: 16px;
}
.recent_posts_wrap {
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 10px;
}

.recent_post_photo {
  float: left;
  height: 100%;
  width: 100%;
}

.recent_post_photo img {
  height: 189px;
}

.recent_post_info {
  position: relative;
  z-index: 1;
  color: white;
  top: 0;
  padding-bottom: 5px;
  border-bottom: dashed 1px #000000;
}

.recent_post_info a {
  color: #000;
}

.recent_post_info a:hover {
  color: #aa1416;
}

.recent_post_info h4 {
  color: #aa1416;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.4em;
}
.recent_post_info p {
  color: #aa1416;
  margin: 0;
  font-size: 1em;
  line-height: 1.2em;
}
.recent_post_info_text i {
  color: #555;
  margin-right: 5px;
}

.recent_post_links p {
  padding-top: 28% !important;
}

.recent_post_info_text p {
  color: #ce171f !important;
  font-size: 12px !important;
}

.recent_post_links {
  height: 100%;
  width: 50%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  text-align: center;
}

.recent_post_links a {
  color: white;
  font-size: 24px;
  margin-left: 10px;
}

.modal_post_title {
  font-size: 30px;
  margin-bottom: 10px;
}

.tabs ul.primary li a {
  margin-right: 0;
}

.tabs li {
  margin-right: 0.5em;
}

/* What we think and client testimonials */
.client_img {
  float: left;
  margin: 0px 10px 2px 0px;
}

#think h4 {
  margin-bottom: 0px;
}

#think i {
  margin-right: 5px;
}

/* Our clients */
#our_clients {
  padding-top: 10px;
  margin-bottom: 20px;
}

/* Front page recent posts */
#front_blog h4 {
  margin-bottom: 5px;
}

#front_blog img {
  height: 75px;
  width: 75px;
}

.blog_thumb {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  clear: both;
}

.recent_posts_meta {
  margin: 0px 0px 40px 0px;
}

.recent_posts_meta li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

/* Projects Carousel */
.projects_carousel {
  margin-left: -20px !important;
}
.carousel_item_wrapper {
  text-align: center;
  position: relative;
  clear: both;
}

.carousel_item_description h4 {
  margin-bottom: 0px;
}

.carousel_item_description p {
  font-style: italic;
  font-size: 12px;
}

.carousel_item_content {
  opacity: 1;
}

.carousel_item_description {
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  margin-top: -6px;
  text-align: center;
  padding: 1px 0px;
  position: relative;
}

.carousel_item_hover {
  display: block;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  width: 100%;
  top: 0%;
  position: absolute;
  padding: 45px 15px;
}

.carousel_item_hover i {
  margin: 4px;
  font-size: 22px;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.carousel_item_hover p {
  font-size: 20px;
  margin-bottom: 5px;
  padding-top: 13%;
}

.carousel_navigation {
  margin-left: 20px;
  margin-top: -50px;
  font-size: 25px;
  float: right;
  padding: 10px 0px 0px 10px;
  margin-right: -10px;
  font-size: 18px;
}

.carousel_navigation i {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#prev,
#next {
  display: inline;
  padding: 6px 10px 3px 10px;
  background: #f0f0f0;
  font-size: 18px;
}

#next i {
  margin-right: 10px;
}

#recent_projects {
  margin: 0px 0px 20px 0px;
}

#recent_projects li {
  width: 250px;
  float: left;
  margin-left: 20px;
  list-style: none;
  cursor: pointer !important;
}

#clients_carousel li {
  width: 255px;
  float: left;
  list-style: none;
  cursor: pointer !important;
}

.clients_carousel_navigation {
  margin-left: 20px;
  margin-top: -50px;
  font-size: 25px;
  float: right;
  padding: 10px 0px 0px 10px;
  margin-right: -10px;
}

#our_clients .caroufredsel_wrapper {
  min-height: 80px;
}

#our_clients .caroufredsel_wrapper {
  margin: 0px 0px 20px 0px !important;
}

#clients_prev,
#clients_next {
  display: inline;
  padding: 6px 10px 3px 10px;
  background: #f0f0f0;
  font-size: 18px;
}

#clients_next i {
  margin-right: 10px;
}

.clients_wrap {
  height: 60px;
  width: 100%;
  outline: none;
  background: transparent url("img/dlji_sponsors_2023.jpg") no-repeat;
  background-size: 2400% 200%;
}

/* Accordion */
.accordion .content {
  margin-bottom: 0;
}

/*Forum*/
#forum th {
  height: 35px;
  border-bottom: none;
}

#forum .name {
  display: block !important;
  background: transparent !important;
}

thead {
  color: #fff !important;
  border-bottom: none;
}

thead th {
  color: #fff !important;
}

thead a {
  color: #fff !important;
}

table {
  margin-bottom: 15px;
}

tr.even {
  background-color: #eee;
}

tr.odd {
  background-color: #ddd;
}

th {
  font-weight: 400 !important;
  border-bottom: none !important;
}

thead a {
  color: #fff !important;
}

td.last-reply {
  width: 20%;
  padding-right: 20px;
}

td.title,
td.forum {
  width: 75%;
}

td.topics,
td.posts {
  width: 10%;
}

.forum,
.topics,
.posts,
.last-reply,
.replies {
  padding-left: 10px;
}

thead th {
  padding-left: 6px;
}

/* Carousel, team member and recent post overlay colors  */
.carousel_item_hover {
  background: #c7c7c7;
}

/* Team Member */

.team_bio_modal p {
  font-size: 20px;
}

.team_bio_modal i {
  font-size: 20px;
  margin-right: 10px;
}

.member_icons {
  margin: 5px 0px 25px 0px;
  text-align: left;
}

.member_icons li {
  list-style: none;
  display: inline;
  margin-right: 5px;
  font-size: 20px;
  color: white;
}

.member_icons i {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.member_icons li a {
  color: #222;
}

/* Start: Recommended Isotope styles */

#filters {
  margin-left: 0px;
}

#filters li {
  list-style: none;
  display: inline;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

#isotope_test {
  margin-bottom: 20px;
}

/* End: Recommended Isotope styles */

/* Popular tags view*/
.view-popular-tags .item-list ul li {
  list-style: none;
  display: inline;
  float: left;
  margin-left: 0px;
}

.view-popular-tags a {
  color: #fff;
  text-decoration: none;
  padding: 7px 10px;
  background-color: #333;
  margin: -5px 8px 12px 0px;
  display: inline-block;
}

.view-popular-tags a:hover {
  color: #fff;
  text-decoration: none;
  padding: 7px 10px;
  margin: -5px 8px 12px 0px;
  display: inline-block;
}

/*Node*/
.title {
  padding-top: 4px;
}

.icon-calendar,
.icon-user,
.icon-comment,
.icon-info-sign {
  margin-top: 1px;
}

.node_title_wrap {
  padding-left: 37px;
  padding-right: 0px;
}

.meta {
  margin: 0px !important;
  float: left;
  clear: both;
}

.meta li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference .field-items,
.field-type-taxonomy-term-reference .field-item {
  display: inline;
  font-weight: normal;
  padding-right: 5px;
  margin-bottom: 10px;
}

.icon-tags {
  margin-right: 5px;
  margin-top: -1px;
}

.field-type-taxonomy-term-reference .field-label {
  display: none;
}

.read_more {
  float: right;
}

.node-article {
  margin-bottom: 15px;
}

article hr {
  margin-bottom: -5px;
}

.article_content {
  margin-top: 10px;
}

#edit-submit {
  margin-right: 10px;
}

#sidebar_wrap h2 {
  font-size: 26px;
  margin-bottom: 20px;
  clear: both;
}

#search-block-form input[type="text"] {
  padding-right: 14px;
  padding-right: 4px 9;
  padding-left: 14px;
  padding-left: 4px 9;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 150px;
  float: left;
}

/* Header */

#sitename a {
  color: #797979;
}

.sites {
  margin: 0px;
}

.sites li {
  list-style: none;
  margin-bottom: 10px;
}

/* Blog */
.post_title {
  margin: 5px 0 10px;
  font-size: 30px;
}

.page_title {
  font-weight: 200;
  font-size: 36px;
}

.meta {
  margin: -2px 0px 10px 0px;
  font-size: 11px;
}

.meta li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

.tags {
  float: left;
  margin-top: 3px;
}

.icon-tags {
  margin-right: 4px;
}

.tags .icon-tags {
  margin-right: 4px;
  float: left;
  margin-top: 1px;
}

.content {
  margin-bottom: 20px;
}

.content h2 {
  margin-bottom: 30px;
  font-style: italic;
}
.content h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.content p {
  line-height: 24px;
  font-size: 16px;
  clear: both;
  color: #000;
  min-height: 24px;
}

.content pre {
  border-bottom: 1px dotted #000;
  padding-top: 20px;
  margin-bottom: 30px;
  text-indent: -9999px;
  height: 0;
  line-height: 0;
}

.read_more {
  text-align: right;
  margin-top: -8px;
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}

.item-list .pager {
  clear: both;
  text-align: center;
}

.the-icons {
  margin-left: 0;
  list-style: none;
}

.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}

/*Scroll to Top*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url("../images/ui.totop.png") no-repeat left top;
}
#toTopHover {
  background: url("../images/ui.totop.png") no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: none;
}

/* Comments */

.comment {
  margin-bottom: 15px;
}

.comment_content p {
  clear: none;
}

.comment_meta {
  margin: 0px 0px 5px 0px;
}

.comment_meta li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

.comments_title {
  text-align: left;
  margin-bottom: 12px;
}

.comment_avatar {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

ul.links.inline {
  margin: 0px;
}

.user-picture {
  width: 60px;
}

.comment_content {
  margin-top: 7px;
}

.indented {
  margin-left: 80px !important;
}

#comment-form-wrapper .form-actions,
#sidebar_wrap .form-actions {
  background-color: transparent;
  border-top: none;
  padding: 0px;
}

#comments .meta {
  margin-bottom: 5px;
}

.comment_avatar {
  float: left;
  margin-right: 15px;
}

.ie8 .comment_avatar {
  float: none;
}

.comment_body {
  margin-left: 80px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.ie8 .comment_body {
  margin-top: -60px;
}

.comment_avatar img {
  width: 60px;
  height: 60px;
}

.comment {
  margin-bottom: 20px;
}

.comment_reply {
  margin-left: 80px;
  margin-bottom: 20px;
}

.comment_reply_reply {
  margin-left: 160px;
  margin-bottom: 20px;
}

.comment_text {
  width: 80%;
  height: 150px;
}

/* Breadcrumbs */
.crumb_wrap {
  margin-top: -3px;
  margin-bottom: -1px;
}

/* Sidebar */
#sidebar_wrap {
  padding: 5px 0px 0px 18px;
  margin-bottom: 0px;
}

#sidebar_wrap .content p {
  font-style: normal;
}

#sidebar_wrap h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Widgets */
input.search-query {
  margin-right: 10px;
}

.widget_date {
  font-size: 11px;
}

.our_details {
  margin-bottom: 20px;
}

.subscribe_input {
  width: 150px;
}

.ad_block a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.tabs a:hover,
.popular_tags a:hover {
  color: #fff;
}

#quotes {
  margin: 0px 0px;
}

#quotes li {
  list-style: none;
}

#clients {
  padding-bottom: 40px;
}

.clients_title {
  margin-bottom: 20px;
}

.clients_wrap {
  padding: 15px;
}

.tweet_list {
  margin: 0px;
}

.tweet_list img {
  margin-right: 10px;
  float: left;
  margin-bottom: 15px;
}

.tweet_list li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 12px;
  clear: both;
}

.small_blog {
  margin: 0px;
  font-size: 12px;
}

.small_blog img {
  float: left;
  margin-right: 15px;
  border: 3px solid #555;
  height: 50px;
}

.small_blog .icon-comment {
  margin-top: 2px;
}
.small_blog li {
  list-style: none;
  margin-bottom: 20px;
}

.tabs dd a:hover {
  color: #222;
}

/* faq */
ul.faq {
  list-style: none;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.faq li {
  list-style: none;
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
}

h2.faq-head {
  padding: 0px 0px 0px 0px;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
}

div.faq-content {
  padding: 0px 0px 20px 37px;
  overflow: hidden;
}

div.faq-head p {
  margin-bottom: 0px;
}

span.faq-head-image {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 13px;
  cursor: pointer;
  display: block;
}

span.faq-head-image.active {
  background: url("../images/minus.png");
}

span.faq-head-image {
  background: url("../images/plus.png");
}

#highlight {
  padding: 15px 0px;
  max-width: 940px;
  margin: auto;
  margin-top: -3px;
  margin-bottom: 20px;
}

.highlight_icon {
  padding-top: 30px;
  font-size: 75px;
  color: white;
}

#highlight h2 {
  color: #fff;
}

.highlight_text {
  padding: 0px 10px;
  font-size: 28px;
  text-align: center;
}

/* Services */
#services {
  padding: 25px 0px;
  margin-bottom: 2px;
}

#services i {
  font-size: 45px;
  float: left;
  margin: 8px 10px 0px 0px;
  color: #222;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#services i a {
  color: #222;
}

.services_text {
  text-align: center;
}

#services h3 {
  font-size: 20px;
  margin: 8px 0px 10px 0px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#services p {
  font-size: 16px;
  color: #666;
  margin-bottom: 0px;
}

#services .content {
  margin-bottom: 0px;
}

#services br {
  display: none;
}

/* Information */
#information .content {
  margin-bottom: 0px;
}

/* Footer */
#footer {
  /*background-color: #f7f7f7;*/
  background: none;
  color: #666;
  font-size: 12px;
  padding: 0px 0px 30px 0px;
  margin-top: 30px;
  position: absolute;
  width: 100%;
}

#footer ul li {
  list-style: none;
  margin-left: 0;
}

#footer p {
  font-size: 16px;
}

#footer h2 {
  margin-bottom: 15px;
  color: #444;
  font-size: 26px;
}

.footer_icons {
  margin: 5px 0px;
  text-align: left;
}

.footer_icons li {
  list-style: none;
  display: inline;
  margin-right: 10px;
  font-size: 20px;
  color: #666;
}

.footer_icons i {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_icons li a {
  color: #666;
}

#footer_menu {
  margin: 0px;
  text-align: right;
}

#footer_menu li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

.after_footer {
  text-align: center;
  margin-bottom: -10px;
  color: #666;
  font-size: 16px;
}

#footer_twitter {
  color: white;
  max-width: 940px;
  margin: auto;
  padding: 5px 0px;
  margin-top: -65px;
  margin-bottom: 20px;
}

#footer_twitter a {
  color: #c9c9c9;
}

#footer_twitter i {
  font-size: 60px;
  float: left;
}

#footer_tweet {
  margin-top: 20px;
}

.bird {
  padding: 15px 5px 0px 15px;
}

#footer .tweet_list li {
  font-size: 18px;
}

/* PERPETUUM */
#front-banners div.content > div > a {
  height: 110px;
  display: block;
  text-align: center;
  background-color: #f0f0f0;
  color: #000000;
  font-size: 24px;
  padding-top: 10px;
}
#front-banners div.content > div > a:hover {
  background-color: #ffffff;
  color: #ce171f;
}
#front-banners div.content > div > a > span.front-banner-icon {
  width: 235px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
#front-banners div.content > div > a > span.front-banner-label {
  margin-top: 10px;
  font-style: italic;
  line-height: 36px;
  color: #000000 !important;
}
.front-banner-icon-news {
  background: url("img/front_news.png") no-repeat;
}
.front-banner-icon-tickets {
  background: url("img/front_tickets.png") no-repeat;
}
.front-banner-icon-souvenir {
  background: url("img/front_souvenir.png") no-repeat;
}
.front-banner-icon-contact {
  background: url("img/front_contact.png") no-repeat;
}
#front_blog_header {
  font-style: italic;
}
.view-front-page-blog .views-row-last .recent_post_info {
  border-bottom: 0 none;
}

#front_calendar_header > a {
  float: right;
  background: #ce171f;
  color: #ffffff !important;
  line-height: 33px;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -6px;
}
.view-kalendar .date-nav {
  padding-bottom: 0;
  margin-bottom: 0;
}
.view-kalendar .date-nav .date-prev {
  margin-left: 0;
  background: none;
}
.view-kalendar .date-nav .date-prev > a {
  content: "\f053";
  margin-left: 10px;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  font-size: 12px;
}
.view-kalendar .calendar-calendar table {
  border-collapse: initial;
  border-spacing: 6px;
}
.view-kalendar .date-nav .date-next {
}
.view-kalendar .calendar-calendar {
  background: #f0f0f0;
}
.view-kalendar .calendar-calendar th,
.view-kalendar .calendar-calendar td {
  background-color: #dadad9 !important;
  padding: 3px;
}
.view-kalendar .calendar-calendar th.days {
  border: 0 none;
  color: #000000 !important;
}
.view-kalendar .calendar-calendar td.mini > div {
  text-align: center;
  color: #000000 !important;
}
#our_clients #clients_carousel > li {
  display: block;
  height: 80px;
}
.clients_wrap {
  padding: 0;
}

.node-gallery {
  margin-bottom: 20px !important;
}
.node-gallery li {
  list-style: none;
}
.node-gallery li img {
  width: 100%;
}
.node-gallery li > div {
  width: 100%;
  height: 175px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.node-gallery li > div > a.lightbox {
  z-index: 1;
}
.node-gallery li > div > a.download {
  display: none;
  height: 2em;
  line-height: 2em;
  width: 100%;
  background: #ce171f;
  color: #ffffff;
  text-align: center;
  z-index: 10;
  position: absolute;
  bottom: 0;
  font-style: italic;
}
.node-gallery li:hover > div > a.download {
  display: block;
}
.node-gallery li:hover > div > a.download:hover {
  background: #ffffff;
  color: #ce171f;
}

#footer .heading_title > a {
  color: #000000;
}
#footer .four.columns {
  overflow: hidden;
}

#footer-banner > a {
  width: 972px;
  height: 109px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.dlji-icons,
.dlji-icons2 {
  margin: 10px 0 0 0;
}
.dlji-icons > a,
.dlji-icons2 > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url("img/social_icons.png") no-repeat 0 0;
}
.dlji-icons2 > a {
  background: url("img/mail.png") no-repeat 0 0 !important;
  height: 22px !important;
}
.dlji-icons > div,
.dlji-icons2 > div {
  display: inline-block;
}
.dlji-icons > a.tweet,
.dlji-icons2 > a.tweet {
  background: none;
  width: auto;
  text-indent: 0;
  height: auto;
}
.dlji-icons > a.facebook-icon,
.dlji-icons2 > a.facebook-icon {
  background-position: 0 0;
}
.dlji-icons > a.facebook-icon:hover,
.dlji-icons2 > a.facebook-icon:hover {
  background-position: 0 -30px;
}
.dlji-icons > a.twitter-icon,
.dlji-icons2 > a.twitter-icon {
  background-position: -30px 0;
}
.dlji-icons > a.twitter-icon:hover,
.dlji-icons2 > a.twitter-icon:hover {
  background-position: -30px -30px;
}
.dlji-icons > a.youtube-icon {
  background-position: -60px 0;
}
.dlji-icons > a.youtube-icon:hover {
  background-position: -60px -30px;
}
.dlji-icons > a.instagram-icon {
  background-position: -90px 0;
}
.dlji-icons > a.instagram-icon:hover {
  background-position: -90px -30px;
}
.dlji-icons > a.mail-icon {
  background-position: -120px 0;
}
.dlji-icons > a.mail-icon:hover {
  background-position: -120px -30px;
}

#sponsor-mastercard {
  background-position: 0 0;
}

#sponsor-zracnaluka {
  background-position: 4.35% 0;
}

#sponsor-aci {
  background-position: 8.7% 0;
}

#sponsor-alh {
  background-position: 13.04% 0;
}

#sponsor-euroherc {
  background-position: 17.39% 0;
}

#sponsor-studenac {
  background-position: 21.74% 0;
}

#sponsor-hep {
  background-position: 26.09% 0;
}

#sponsor-hrvatskalutrija {
  background-position: 30.43% 0;
}

#sponsor-cocacola {
  background-position: 34.78% 0;
}

#sponsor-mg {
  background-position: 39.13% 0;
}

#sponsor-kras {
  background-position: 43.48% 0;
}

#sponsor-croatiaairlines {
  background-position: 47.83% 0;
}

#sponsor-otpbanka {
  background-position: 52.17% 0;
}

#sponsor-atlanskaplovidba {
  background-position: 56.52% 0;
}

#sponsor-atlantic {
  background-position: 60.87% 0;
}

#sponsor-orbico {
  background-position: 65.22% 0;
}

#sponsor-oiv {
  background-position: 69.57% 0;
}

#sponsor-lenovo {
  background-position: 73.91% 0;
}

#sponsor-clarastones {
  background-position: 78.26% 0;
}

#sponsor-jana {
  background-position: 82.61% 0;
}

#sponsor-farmacia {
  background-position: 86.96% 0;
}

#sponsor-fabuspot {
  background-position: 91.3% 0;
}

#sponsor-jutarnji {
  background-position: 95.65% 0;
}

#sponsor-radionacional {
  background-position: 100% 0;
}

/* Hover efekti */
#sponsor-mastercard:hover {
  background-position: 0 100%;
}

#sponsor-zracnaluka:hover {
  background-position: 4.35% 100%;
}

#sponsor-aci:hover {
  background-position: 8.7% 100%;
}

#sponsor-alh:hover {
  background-position: 13.04% 100%;
}

#sponsor-euroherc:hover {
  background-position: 17.39% 100%;
}

#sponsor-studenac:hover {
  background-position: 21.74% 100%;
}

#sponsor-hep:hover {
  background-position: 26.09% 100%;
}

#sponsor-hrvatskalutrija:hover {
  background-position: 30.43% 100%;
}

#sponsor-cocacola:hover {
  background-position: 34.78% 100%;
}

#sponsor-mg:hover {
  background-position: 39.13% 100%;
}

#sponsor-kras:hover {
  background-position: 43.48% 100%;
}

#sponsor-croatiaairlines:hover {
  background-position: 47.83% 100%;
}

#sponsor-otpbanka:hover {
  background-position: 52.17% 100%;
}

#sponsor-atlanskaplovidba:hover {
  background-position: 56.52% 100%;
}

#sponsor-atlantic:hover {
  background-position: 60.87% 100%;
}

#sponsor-orbico:hover {
  background-position: 65.22% 100%;
}

#sponsor-oiv:hover {
  background-position: 69.57% 100%;
}

#sponsor-lenovo:hover {
  background-position: 73.91% 100%;
}

#sponsor-clarastones:hover {
  background-position: 78.26% 100%;
}

#sponsor-jana:hover {
  background-position: 82.61% 100%;
}

#sponsor-farmacia:hover {
  background-position: 86.96% 100%;
}

#sponsor-fabuspot:hover {
  background-position: 91.3% 100%;
}

#sponsor-jutarnji:hover {
  background-position: 95.65% 100%;
}

#sponsor-radionacional:hover {
  background-position: 100% 100%;
}

.button {
  border: 0 none;
  outline: none;
}
.button.small {
  font-size: 12px;
  padding: 10px 15px 10px;
  margin-bottom: 5px;
}
.node-article .button.small {
  text-transform: uppercase;
}

.post_share {
  line-height: 30px;
  float: left;
  margin: 0;
}
.front-multimedia-list ul,
.multimedia-list ul,
.artist-list ul {
  list-style-position: outside;
  cursor: default;
}
.multimedia-list > ul,
.artist-list > ul {
  margin-bottom: 10px !important;
  list-style-position: outside;
}
.multimedia-list .multimedia-item {
  list-style: none;
  margin-bottom: 20px;
}
.multimedia-item .multimedia-item-block {
  background: #f0f0f0;
  width: 100%;
}
.multimedia-item:hover .multimedia-item-block {
  background: #ce171f;
}
.multimedia-item:hover .multimedia-item-block .multimedia-title > a,
.multimedia-item:hover .multimedia-item-block .multimedia-type {
  color: #ffffff;
}

.multimedia-item .multimedia-item-block .multimedia-type {
  color: #ce171f;
}

.multimedia-item h4,
.multimedia-item p {
  text-align: center;
}
.multimedia-item-block p {
  margin-bottom: 0;
}
.multimedia-item .multimedia-title {
  line-height: 1.2em;
  height: 2.5em;
  padding: 5px;
  margin: 0 0 15px 0;
}
.multimedia-item .multimedia-type {
  text-transform: lowercase;
  font-style: italic;
}
.multimedia-item:last-child,
.node-gallery li:last-child {
  float: left !important;
}
.region-front-multimedia {
  margin-left: -20px !important;
}
.region-front-multimedia .multimedia-item {
  display: block;
  float: left;
  width: 250px;
  margin-left: 20px;
  list-style: none;
  background: #ce171f;
  text-align: center;
  cursor: pointer;
}
.region-front-multimedia .multimedia-item h4 > a,
.region-front-multimedia .multimedia-item p {
  color: #ffffff;
}
.region-front-multimedia .multimedia-item:hover {
  background: #f0f0f0;
  color: #ce171f;
}
.region-front-multimedia .multimedia-item:hover h4 > a,
.region-front-multimedia .multimedia-item:hover p {
  color: #ce171f;
}
.region-front-multimedia .caroufredsel_wrapper {
  margin: 0 0 20px 0 !important;
  min-height: 278px;
}

.embedded-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embedded-video .player {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.view-lokacije ul > li,
.view-umjetnici ul > li,
.region-sidebar-first ul > li {
  list-style: none;
}
#sidebar_wrap .region-sidebar-first h2,
.front .heading_title,
.sidebar-block h2 {
  border-left: 1px solid #ce171f;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  font-family: "Cardo", serif;
  padding-left: 15px;
  padding-top: 10px;
  color: #000000;
}
#sidebar_wrap .region-sidebar-first ul {
  margin-left: 20px;
  list-style: none;
}
.sidebar-block ul {
  margin-left: 20px !important;
  list-style: none;
}

.sidebar-block .item-list {
  margin-bottom: 10px;
  border-bottom: dotted 2px #ce171f;
}

.view-program {
  padding: 10px;
}
.view-program h3 {
  text-transform: uppercase;
  font-size: 18px;
}
.view-program h3 a {
  line-height: 1.1;
}
.view-program li {
  list-style: none outside;
}
.view-program .item-list {
  margin-bottom: 10px;
  border-bottom: dotted 2px #ce171f;
}
.view-program .item-list li {
  margin-bottom: 5px;
}
.view-program .item-list li span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.artist-list .artist-item {
  list-style: none;
  height: 335px;
}
.artist-list .artist-item p {
  text-align: left !important;
}
.artist-list .artist-item.leadership-item {
  height: 500px;
  position: relative;
}
.artist-item {
  margin-bottom: 10px;
}
a.leadership-button {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff !important;
  background: #ce171f !important;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: serif;
}
a.leadership-button:hover {
  background: #f7f7f7 !important;
  color: #ce171f !important;
}

.artist-item a {
  display: block;
  text-align: center;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
/*.artist-item:hover a,*/
.artist-item h4 {
  padding: 10px 0;
  margin: -2px 0 10px 0;
  background: #f0f0f0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.artist-item h4 a {
  line-height: 1.2em;
  margin-top: 5px;
}
.artist-item:hover h4 {
  background: #ce171f;
  color: #ffffff;
}
.artist-item:hover h4 > a {
  color: #ffffff;
}
/*.artist-item.leadership-item:hover a{
}*/
.dlji-position {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
  margin-top: 5px;
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  filter: none;
}

.artist-item img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE6-9 */
  /*filter: url(desaturate.svg#greyscale);*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
}
.artist-item:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  filter: none;
}

.view-event-performances ul > li,
.view-event-artists ul > li,
.view-artist-performances ul > li {
  list-style: none;
  margin-bottom: 10px;
}
.view-event-performances ul > li > span,
.view-artist-performances ul > li > span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.view-event-performances ul > li > a,
.view-event-artists ul > li > a,
.view-artist-performances ul > li > a {
  line-height: 1.4em;
}

.tickets-button {
  font-weight: bold;
  background: #ce171f;
  color: #ffffff;
  display: inline-block;
  float: right;
  padding: 2px 4px;
  text-transform: uppercase;
}
.tickets-button:hover {
  color: #ce171f;
  background: #ffffff;
}
.tickets-button > i {
  margin-right: 10px;
}

.tickets-button[href=""] {
  display: none;
}

.pmtabs,
.pmtabs-no-leadership {
  margin: 20px 0 10px;
  height: 60px;
  width: 100%;
  border-bottom: solid 2px #ce171f;
}
.pmtabs.pmtabs-leadership span {
  cursor: default !important;
}

@media screen and (max-width: 520px) {
  .pmtabs {
    height: 100px;
  }
  .pmtabs > li,
  .page-calendar .tabs.primary li {
    margin-bottom: 5px;
  }
}

.pmtabs-no-leadership {
  margin: 0px 0 10px;
  height: 20px;
  display: block;
}

.pmtabs > li {
  float: left;
  list-style: none outside;
  display: inline-block;
  margin-right: 5px;
}
.pmtabs > li > span,
.pmtabs > li > a {
  display: inline-block;
  padding: 0 12px;
  color: #ffffff;
  background: #ce171f;
  cursor: pointer;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}
.pmtabs > li > span.active,
.pmtabs > li > span:hover,
.pmtabs > li > a:hover {
  color: #ce171f;
  background: #ffffff;
}
.pmtab {
  display: none;
  margin-bottom: 20px;
}
.pmtab.active {
  display: block;
}

/* END PERPETUUM */

/*Responsive Styles*/
@media screen and (max-width: 1028px) {
  #front_calendar_header {
    margin-top: 0px !important;
  }
  #header-banner {
    background: none !important;
  }
}

@media screen and (max-width: 1199px) {
  body {
    background: none;
  }

  #panels {
    padding: 10px 40px;
  }

  #portfolio {
    padding: 10px 40px;
  }

  .page_heading_text {
    font-size: 32px;
  }

  #portfolio button.btn.btn-large {
    margin-bottom: 20px;
  }

  .subscribe_input {
    width: 135px;
  }

  .ei-title h2 {
    font-size: 36px !important;
  }

  .ei-title h3 {
    font-size: 58px !important;
  }

  .footer_icons img {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 1024px) {
  #body {
    background: none;
  }

  #slideout {
    display: none;
  }

  .tile_contents {
    padding: 21px;
  }
}
@media screen and (max-width: 940px) {
  body {
    background: none;
  }
  #header-banner {
    background-color: none !important;
  }
  .multimedia-item:last-child,
  .node-gallery li:last-child {
    float: none !important;
  }

  .multimedia-item .multimedia-title {
    font-size: 14px;
  }

  .region-front-multimedia .caroufredsel_wrapper {
    min-height: 180px !important;
  }
  .region-front-multimedia .multimedia-item p {
    margin-bottom: 5px;
    font-size: 12px;
  }

  #heading_wrapper {
    margin-top: 0px;
  }

  header {
    min-height: 1px;
  }

  .slider_wrap {
    margin-top: 0px;
  }

  .name {
    display: block;
  }

  .top-bar {
    height: 45px;
    margin-top: 15px;
  }

  .top-bar ul > li.toggle-topbar {
    margin-top: 15px !important;
    width: 100%;
  }

  .top-bar ul > li.toggle-topbar:hover {
    background: transparent;
    border-top: none !important;
  }

  .top-bar ul.right > li {
    border-top: none !important;
  }

  .top-bar.expanded {
    background: #eee;
  }

  #services h3 {
    font-size: 15px;
  }

  #services i {
    font-size: 35px;
  }

  .highlight_text {
    font-size: 24px;
  }

  #highlight {
    max-width: 800px;
  }
}

/* iPad portrait layout styles */
@media screen and (max-width: 768px) {
  body {
    background: none;
  }

  .multimedia-item:last-child,
  .node-gallery li:last-child {
    float: none !important;
  }

  #highlight {
    max-width: 700px;
    margin-bottom: 15px;
  }
  #header-banner.container .row .twelve.columns {
    padding: 0px;
  }
  .container.menu-container .row .twelve.columns {
    padding: 0px;
  }

  #nslider .row .twelve.columns {
    padding: 0px;
  }
  #services {
    padding: 15px 0px;
  }

  #think p {
    font-size: 12px;
  }

  #quotes p {
    font-size: 12px;
  }

  .client_img {
    height: 60px;
    width: 60px;
  }

  .tweet_list img {
    margin-right: 10px;
    float: left;
    margin-bottom: 45px;
    width: 20px;
  }

  .footer_icons i {
    font-size: 16px;
  }

  #footer p {
    font-size: 14px;
  }

  .recent_post_photo img {
    height: 133px;
  }

  .recent_post_info {
    padding-top: 3%;
  }

  .recent_post_info h4 {
    font-size: 15px;
  }

  .recent_post_info_text {
    font-size: 15px;
  }

  .recent_posts_wrap {
    height: 133px;
  }

  .clients_wrap img {
    height: auto;
  }

  .top-bar ul > li.name h1 a {
    padding: 0px;
  }

  .team_image_hover h2 {
    font-size: 16px;
  }

  .team_image_hover i {
    font-size: 24px;
  }

  .highlight_icon {
    padding-top: 0px;
    font-size: 60px;
  }

  .tile_contents i {
    font-size: 45px;
  }

  .tile_contents {
    padding: 18px 0px;
  }

  .tile_contents p {
    font-size: 18px !important;
  }

  .recent_post_info_text h1 {
    font-size: 24px;
  }

  #main_title {
    margin-left: auto;
  }

  #main_title_text {
    text-align: center;
  }

  .top-bar {
    margin-bottom: 20px;
  }

  .page_heading_text {
    font-size: 26px;
  }

  .panel_wrap {
    margin-bottom: 30px;
  }

  .ei-title {
    margin-bottom: -10px;
  }

  .ei-title h3,
  .ei-title h2 {
    color: #333 !important;
  }
  #portfolio .span3,
  #portfolio .span4,
  #portfolio .span5 {
    margin-bottom: 20px;
  }

  #panels .span4 {
    margin-bottom: 60px;
  }

  #clients .span2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .highlight_text {
    font-size: 20px;
  }

  #services h3 {
    font-size: 14px;
  }

  #footer h2 {
    font-size: 22px;
  }

  #footer_twitter {
    max-width: 700px;
  }

  #footer_twitter i {
    font-size: 45px;
  }

  #footer .tweet_list li {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  body {
    background: none;
  }

  #header-banner {
    background: none !important;
  }
  .multimedia-item:last-child,
  .node-gallery li:last-child {
    float: none !important;
  }

  #services {
    text-align: center;
  }

  #services i {
    float: none;
  }

  .services_text {
    margin-bottom: 20px;
  }

  #footer_twitter {
    text-align: center;
  }

  #footer_twitter i {
    float: none;
  }

  .page_heading_text {
    font-size: 24px;
  }

  #highlight {
    text-align: center;
  }

  .team_image {
    background: #333;
  }

  .client_img {
    margin: 0px -55px 2px 110px;
  }

  #quotes {
    text-align: center;
  }

  #think {
    text-align: center;
  }

  #footer {
    text-align: center;
  }

  .footer_icons {
    text-align: center;
  }

  #flickr_widget li {
    margin-left: 20px !important;
  }

  #breadcrumbs {
    text-align: center;
  }

  #heading_wrapper {
    text-align: center;
  }
  .dlji-sponzori .last img {
    width: 150px !important;
  }
  .dlji-sponzori .last {
    justify-content: center !important;
  }
}

/* Elements Demo */

blockquote {
  margin: 0 0 17px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

#elements_demo .tabs {
  border-bottom: none;
}

#elements_demo .tabs.pill.small {
  float: right;
}

#elements_demo h3 {
  margin-top: 0;
  font-size: 28px;
}

#elements_demo code {
  background: transparent;
}

/*pre {
	background: #0B1022;
	overflow: scroll;
	margin: 0px;
	padding: 0px;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 12px;
	color: #fff;
	font-size: 13px;
	margin-bottom: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}*/

pre,
code {
  font-family: "Monaco", courier, monospace;
  line-height: 1.4;
}

pre .comment {
  color: #727272;
}

pre .constant {
  color: #d8fa3c;
}

pre .storage {
  color: #fbde2d;
}

pre .string,
pre .comment.docstring {
  color: #61ce3c;
}

pre .string.regexp,
pre .support.tag.script,
pre .support.tag.style {
  color: #fff;
}

pre .keyword,
pre .selector {
  color: #fbde2d;
}

pre .inherited-class {
  font-style: italic;
}

pre .entity {
  color: #ff6400;
}

pre .support {
  color: #8da6ce;
}

#recent .twelve {
  margin-bottom: -20px;
}

div.orbit-wrapper {
  clear: both;
  margin-top: 10px;
}

.switch a {
  line-height: 12px;
}

.dlji-news-button {
  text-transform: uppercase;
}
.dlji-public .read_more {
  float: none !important;
}
.dlji-public .read_more a {
  line-height: 20px;
}
.view-novosti .dlji-public {
  padding-bottom: 30px;
}

/* SEARCH */
.page-search .content h2 {
  color: #000;
}

.page-search .search-results li .search-snippet-info > .search-info {
  display: none;
}
.page-search .search-results li .search-snippet-info {
  padding-left: 0;
}
.page-search .search-results li h3.title {
  margin-bottom: 10px;
  font-size: 20px;
}

.page-search .search-results li {
  border-bottom: 1px dotted #000;
}

.page-search .search-form {
  margin-bottom: 40px;
}
.page-search fieldset.search-advanced {
  padding: 20px 0 0 0 !important;
  border: 0 !important;
}

.page-search .form-wrapper > .form-type-textfield {
  width: 80%;
  display: inline-block;
}
.page-search .form-wrapper > .form-type-textfield > label {
  font-style: italic;
  padding-bottom: 5px;
}
.page-search .form-wrapper > .form-submit {
  display: inline-block;
}
.page-search .form-wrapper .fieldset-title {
  text-transform: uppercase;
}
.page-search .form-wrapper .fieldset-wrapper {
  padding-top: 20px;
  border-top: 5px solid #ce171f;
}

/* END SEARCH */

/* KALENDAR */

.page-calendar .tabs li.active {
  border: none;
  margin-top: 0;
}
.page-calendar .tabs li.active a {
  background: #f0f0f0;
  border: none;
  color: #ce171f;
  text-transform: uppercase;
  font-size: 12px;
}
.page-calendar .tabs li a {
  background: #ce171f;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.page-calendar .tabs li:hover a {
  color: #ce171f;
}
.page-calendar #drupal_tabs {
  border: none;
}
.page-calendar .tabs.primary {
  margin-left: 0;
  padding-left: 0;
}

.date-nav div.date-heading h3 {
  color: #c91826;
}
.view-kalendar {
  padding-bottom: 20px;
  border-bottom: 5px solid #ce171f;
}
#sidebar-first .view-kalendar {
  border-bottom: none !important;
}
.view-kalendar .calendar-calendar {
  background: #fff !important;
}
.view-kalendar .calendar-calendar table {
  border: none;
}
.view-kalendar .calendar-calendar tr {
  background: none;
}
.date-nav-wrapper .date-nav {
  background: none !important;
  margin-bottom: 0px !important;
}
.date-nav-wrapper .date-nav a {
  color: #c91826 !important;
  font-size: 14px !important;
  line-height: 16px !important;
}

#single-day-container {
  visibility: visible !important;
}
.page-calendar .view .date-nav-wrapper .date-prev {
  right: 80px !important;
  bottom: 0;
}
.page-calendar .view .date-nav-wrapper .date-next {
  bottom: 0;
}
.page-calendar .view .date-nav-wrapper .date-nav {
  min-height: 70px;
}
.page-calendar .view .date-nav-wrapper .pager {
  height: 30px;
  position: relative;
  bottom: 0;
  margin-bottom: 0 !important;
}

/* GODINA */
.view-display-id-page > .view-header {
  display: none;
}
.calendar-calendar .year-view td {
  padding: 0 !important;
  background: none !important;
}
.view-kalendar .calendar-calendar th.days {
  color: #c91826 !important;
  font-weight: bold !important;
  background: #f0f0f0 !important;
  font-size: 12px !important;
}
.view-kalendar .calendar-calendar td.mini > div {
  background: #f0f0f0 !important;
  font-size: 12px !important;
}
.view-kalendar .calendar-calendar td.mini > div.calendar-empty {
  background: none !important;
}

/* BLOCK SIDERBAR */
#block-views-kalendar-block-1 .calendar-calendar table.mini {
  background: #f0f0f0 !important;
}
#block-views-kalendar-block-1 .view-kalendar .calendar-calendar td.mini > div {
  background: none !important;
}
#block-views-kalendar-block-1 .view-kalendar {
  border-bottom: none;
}
#block-views-kalendar-block-1 .pager li {
  background: none;
}

/* MJESEC */
.view-display-id-page_1.view-kalendar .calendar-calendar th.days {
  font-size: 20px !important;
  line-height: 28px;
}
.view-display-id-page_1.view-kalendar .calendar-calendar td div.month.day {
  color: #000;
}
.view-display-id-page_1.view-kalendar
  .calendar-calendar
  .month-view
  .full
  td.single-day
  .calendar-empty,
.view-display-id-page_1.view-kalendar
  .calendar-calendar
  .month-view
  .full
  td.single-day.empty,
.view-display-id-page_1.view-kalendar
  .calendar-calendar
  .month-view
  .full
  td.date-box.empty {
  background: #f0f0f0 !important;
  border: none;
}
.view-display-id-page_1.view-kalendar .calendar-calendar th,
.view-display-id-page_1.view-kalendar .calendar-calendar td {
  background: #f0f0f0 !important;
  border: none;
}
.view-display-id-page_1.view-kalendar .field-content a {
  font-size: 12px !important;
}
.calendar-calendar .month-view .full td.single-day div.monthview,
.calendar-calendar .week-view .full td.single-day div.weekview,
.calendar-calendar .day-view .full td.single-day div.dayview {
  background: none !important;
  margin-bottom: 15px;
}

.view-display-id-page_3.view-kalendar
  .calendar-calendar
  .day-view
  div.single-day
  .view-item {
  position: static;
  height: 16px;
  margin-top: 2px;
}

/* DAN */
.view-display-id-page_3 #multi-day-container,
.view-display-id-page_3 .header-body-divider {
  display: none;
}
.view-display-id-page_3.view-kalendar .calendar-calendar td {
  background: none !important;
}
.view-display-id-page_3.view-kalendar .calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.view-display-id-page_3 #single-day-container {
  border: 0 !important;
}
.view-display-id-page_3 .single-day,
.view-display-id-page_3 .calendar-agenda-hour {
  background: #f0f0f0;
  margin-bottom: 4px;
  border: none !important;
}
.view-display-id-page_3 .half-hour {
  border: none !important;
}
.view-display-id-page_3 .calendar.item-wrapper {
  background: none !important;
  border: none !important;
}
.view-display-id-page_3 .calendar-agenda-hour .calendar-hour {
  float: left;
  margin: 3px 0 0 10px;
  font-weight: bold !important;
  font-size: 14px !important;
  color: #333;
}
.view-display-id-page_3
  .calendar-calendar
  .day-view
  #single-day-container
  table
  td {
  border: none !important;
}
.view-display-id-page_3 .calendar.dayview {
  border: none !important;
}
.view-display-id-page_3 .calendar-calendar td .inner div,
.view-display-id-page_3 .calendar-calendar td .inner div a {
  background: none !important;
  border: none !important;
}

/* TJEDAN */
.view-display-id-page_2 #multi-day-container,
.view-display-id-page_2 .header-body-divider {
  display: none;
}
.view-display-id-page_2.view-kalendar .calendar-calendar td {
  background: none !important;
  border: none !important;
}
.view-display-id-page_2.view-kalendar .calendar-calendar table {
  border-collapse: collapse;
  border-spacing: 0;
}
.view-display-id-page_2 #single-day-container {
  border: none !important;
}
.view-display-id-page_2 .single-day,
.view-display-id-page_2 .calendar-agenda-hour {
  background: #f0f0f0;
  margin-bottom: 4px;
  border: none !important;
}
.view-display-id-page_2 .half-hour {
  border: none !important;
}
.view-display-id-page_2 .calendar.item-wrapper {
  background: none !important;
  border: none !important;
}
.view-display-id-page_2 .calendar-agenda-hour .calendar-hour {
  float: left;
  margin: 3px 0 0 10px;
  font-weight: bold !important;
  font-size: 14px !important;
  color: #333;
}
.view-display-id-page_2
  .calendar-calendar
  .day-view
  #single-day-container
  table
  td {
  border: none !important;
}
.view-display-id-page_2 .calendar.dayview {
  border: none !important;
}
.view-display-id-page_2 .calendar-calendar td .inner div,
.view-display-id-page_2 .calendar-calendar td .inner div a {
  background: none !important;
  border: none !important;
}
.view-display-id-page_2.view-kalendar
  .calendar-calendar
  .week-view
  div.single-day
  .view-item,
.calendar-calendar .day-view div.single-day .view-item {
  position: static;
}
.view-display-id-page_2.view-kalendar
  .calendar-calendar
  .week-view
  #single-day-container {
  height: 306px;
  overflow-y: hidden;
}

.view-display-id-page_2 #header-container {
  margin-bottom: 4px;
}
.view-display-id-page_2.view-kalendar .calendar-calendar th {
  background: #f0f0f0 !important;
}
.view-display-id-page_2.view-kalendar .calendar-calendar th.days {
  font-size: 20px !important;
  line-height: 36px !important;
}

/* END KALENDAR */

/* PUBLIC PROCUREMENT */
.dlji-public {
  margin-bottom: 30px;
  border-bottom: 1px dotted #000;
  padding-bottom: 10px;
}
.dlji-public-time {
  border-left: 1px solid #ce171f;
  color: #ce171f;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
}
.dlji-public h2 {
  padding-left: 10px;
}
/* END PUBLIC PROCUREMENT */

/* FRONT CEREMONIJA */
.dlji-highlight {
  background: #ce171f;
  padding: 25px 0px;
  max-width: 940px;
  margin: auto;
  margin-top: -3px;
  margin-bottom: 20px;
  color: #fff;
}
#highlight {
  display: none;
}

/* END FRONT CEREMONIJA */

/* FACEBOOK */
.fb_iframe_widget > span {
  top: -11px;
}
.fb_iframe_widget,
.twitter-share-button {
  width: 90px;
  height: 20px;
}
.dlji-icons > .mail-icon {
  margin-bottom: -6px;
}

/* END FACEBOOK */

/* NIVO SLIDER */
.nivo-caption {
  text-align: center;
  padding: 0 !important;
}
.nivo-caption p,
.nivo-caption {
  font-size: 16px;
  font-style: italic;
  color: #fff;
  font-family: "Cardo", serif !important;
}

#nslider .content,
#nslider #slider {
  margin: 0;
}
#nslider #slider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#front-banners .content h2 {
  font-style: normal;
}

/* END NIVO SLIDER */

/*PROGRAM LIST */
.program-list {
  width: 100%;
}

/* END PROGRAM LIST */

/* PROGRAM MULTIMEDIA */
/*.program-multimedia-block{display:block; float:left; background:#ce171f;*/
.view-event-videos .multimedia-list ul.row,
.view-event-galleries .multimedia-list ul.row,
.view-event-artists .multimedia-list ul.row {
  margin: 20px 10px;
}
.view-event-videos .multimedia-list ul.row .program-multimedia-block,
.view-event-galleries .multimedia-list ul.row .program-multimedia-block,
.view-event-artists .multimedia-list ul.row .program-multimedia-block {
  padding-bottom: 20px;
}
/* END PROGRAM MULTIMEDIA */

/* SPONZORI */
.dlji-sponzori {
  text-align: center;
}
.dlji-sponzori img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.dlji-sponzori a:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
}
/*.dlji-sponzori img{margin-bottom:50px;}*/

/* END SPONZORI */

.nivo-caption {
  line-height: 30px;
}

.top-bar ul > li.has-dropdown:hover > .dropdown {
  min-width: 100%;
}

.socialFeed .powrMark {
  display: none !important;
}
