/*
Theme Name: ICT Hub Template
Theme URI: http://www.ogitive.com
Author: Ognjen Odobasic, Luka Dragojlovic
Author URI: http://lukadragojlovic.com
Description: Custom WP Template for ICT Hub.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: ICTHub
Text Domain: 


*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
    font-family: 'Roboto Condensed', sans-serif;
     }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }

	table {
		border-collapse: collapse;
		border-spacing: 0; }
  b { font-weight: 700; }
  strong { font-weight: 700; }
  i { font-style: italic; }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

p {
  line-height: 1.4;
}

.alignleft {

  display: inline;

  float: left;

  margin-right: 1.5em;
  margin-bottom: 1em;

}

.alignright {

  display: inline;

  float: right;

  margin-left: 1.5em;
  margin-bottom: 1em;

}

.aligncenter {

  clear: both;

  display: block;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;

}

.gallery {
display: block;
clear: both;
overflow: hidden;
margin: 0 auto;
}
.gallery .gallery-row {
display:block;
clear: both;
overflow: hidden;
margin: 0;
}
.gallery .gallery-item {
overflow: hidden;
float: left;
margin: 0;
text-align: center;
list-style: none;
padding: 0;
position: absolute
bottom: 0
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
max-width: 89%;
height: auto;
padding: 1%;
margin: 0 auto;
}
.gallery-caption {
margin-left: 0;
}
figcaption {
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

/*** STYLES BEGIN ***/

.container {
  position: relative;
}

.flexslider {
  margin: 0;
}

.flexslider .slides img {
  max-width: 100%;
  width: auto;
}

body {
  
}

header {
  background: #343434; /* Old browsers */
  background: -moz-linear-gradient(top, #343434 0%, #434343 100%, #7db9e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343434), color-stop(100%,#434343), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #343434 0%,#434343 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #343434 0%,#434343 100%,#7db9e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #343434 0%,#434343 100%,#7db9e8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #343434 0%,#434343 100%,#7db9e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  border-bottom: 10px solid #749500;
  box-shadow: 2px 3px 4px -1px;
  position: relative;
  z-index: 99;
}

#sub-menu-mask {
  background: #749500;
  width: 100%;
  height: 0;

}

#logo {
  position: absolute;
  z-index: 999;
  left: 15px;
  top:-2px;
}

#prijavi-se {
  position: absolute;
  right: 0;
  top:0;
  z-index: 999;
}

#prijavi-se img {
  width: 100%;
  height: auto;
}

nav {
  display: inline-block;
  padding: 7px 0 0 0;
  margin-left: 220px;
  position: relative;
  top:3px;
}

nav ul li {
  float: left;
  padding: 12px 14px 19px 14px;
}

nav ul li.current-menu-item, nav ul li.current-menu-parent {
  background: #749500;
}

nav ul li.menu-item-has-children a {
  cursor: pointer;
}

nav ul li a {
  color: #ffffff;
  font-size: 14px;
}

nav ul li a:focus {
  color: #ffffff;
}

nav ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}

section {
  padding: 50px 0;
}

nav ul.sub-menu {
  position: absolute;
  left: 0;
  display: block;
  bottom: -38px;
  display: none;
}

nav ul.sub-menu li {
  background: transparent !important;
  padding: 11px 14px;
}

/*
header nav ul li:last-of-type {
  display: none;
}
*/

header nav ul.sub-menu li:last-of-type {
    display: block !important;
  }

#responsive-menu {
  display: none;
}

#slider {
  border-bottom: 5px solid #617900;
  padding: 0 !important;
  overflow: hidden;
}

#slider .flex-direction-nav .flex-next {
  text-indent: 9999px;
}

.slider-content {
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  z-index: 9999;
}

.slider-content h2 {
  font-size: 84px;
  color: #ffffff;
  text-shadow: 2px 2px #434343;
  margin-top: 10%;
  width: 50%;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.slider-content p {
  font-size: 18px;
  color: #ffffff;
  width: 70%;
  margin-bottom: 10px;
}

.slider-content h3 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 30px;
  width: 72%;
  margin-bottom: 30px;
}

#slide-loading {
  width: 0%;
  height: 5px;
  background: #97BF00;
}

.section-header {
  padding: 0 0 35px 0;
  overflow: hidden;
}

.section-header h2 {
  font-size: 38px;
  text-transform: uppercase;
  float: left;
  color: #333333;
  font-weight: 300;
}

.section-header a {
  font-size: 24px;
  float: right;
  color: #333333;
}

#events-feed {
  
  background: url('img/events-bkg.png');
  background-position: top center;


}

.parallax-window {
    min-height: 200px;
    background: transparent;
}

.thumb-holder {
  position: relative;
  overflow: hidden;
}

#events-feed .thumb-holder img {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

#events-feed .thumb-holder img:hover {
  filter: none; /* IE6-9 */
  filter: grayscale(0); /* Firefox 35+ */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.thumb-holder img {
  width: 100%;
  height: auto;
}

#events-feed .thumb-holder {
  height: 190px;
}

#events-feed .thumb-holder .date-time {
  position: absolute;
  top:0;
  left:0;
}

#events-feed .thumb-holder .start-date, #events-feed .thumb-holder .start-time {
  float: left;
  background: #333333;
  width: 58px;
  text-align: center;
  color: #ffffff;
  padding: 5px 0;
}

#events-feed .thumb-holder .start-date.future-post, #events-feed .thumb-holder .start-time {
  background: #97BF00;
}

#events-feed .thumb-holder .start-date {

}

#events-feed .thumb-holder .start-date p {
  font-size: 32px;
  color: #ffffff;
}

#events-feed .thumb-holder .start-date span {
  font-size: 17px;
}

#events-feed .thumb-holder .start-time {
  clear: both;
  background: #80A300;
  font-size: 12px;
  margin-top: 5px;
}

#events-feed .event {
  overflow: hidden;
  min-height: 385px;
  position: relative;
}

#events-feed .event .btn {
  /*
  position: absolute;
  bottom: 0;
  */
}

#events-feed .event h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  margin: 20px 0 15px 0;

}

#events-feed .event p {
  font-size: 14px;
  color: #333333;
}

#space-info {
  overflow: hidden;
}

.space-gallery a {
  margin: 3px 0px;
  display: block;
  float: left;
  width: 100%;
  height: 152px;
  overflow: hidden;
}

.space-gallery .col-lg-4, .space-gallery .col-md-4, .space-gallery .col-sm-6, .space-gallery .col-xs-6 {
  padding-right: 5px;
  padding-left: 5px;;
}

.space-gallery a img {
  width: auto;
  height: 100%;
}

#space-info ul li {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}

#space-info ul li:before {
  content: '•';
  color: #97BF00;
  font-size: 44px;
  position: absolute;
  left:0px;
  top:-13px;
}

#space-info h3 {
  font-size: 38px;
  color: #97BF00;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
}

#projects {
  background: url('img/events-bkg.png');
  background-position: top center;
}

.project-thumb {
  display: table;
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 1px 1px 4px 0px #434343;
  height: 165px;
  width:100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.project-thumb div {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

#newsletter {
  background: #575757;
  color: #ffffff;
  overflow: hidden;
}

#newsletter p {
  font-weight: 300;
  line-height: 38px;
  float: right;
  margin-right: 15px;
}

#newsletter input[type="submit"] {
  float: right;
  margin-top: 0;
  font-size: 12px;
  padding: 11px 29px;
  text-transform: uppercase;
  display: block;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  color: #ffffff;
  box-sizing:border-box;
  padding: 10px 28px;
  background: transparent;
}

#newsletter input[type="email"] {
  float: right;
  height: 34px;
  line-height: 34px;
  border: 0;
  outline: none;
  margin-right: 2px;
  width: 300px;
  padding: 0 10px;
  color: #333333;
}

.mc4wp-form {
  margin: 0 !important;
}

.mc4wp-form-success input[type="submit"] {
  display: none !important;
}
.mc4wp-form-success input[type="email"] {
  display: none !important;
}

.mc4wp-form-success .mc4wp-alert {
  float: right;
  margin: 0 !important;
}

#contact {
  background: #444444;
  color: #ffffff;
  overflow: hidden;
}

#contact h4, #newsletter h4 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 300;
  float: left;
}

#contact p {
  float: right;
  line-height: 38px;
  font-size: 18px;
}

#partners {
  background: #97BF00;
  color: #ffffff;
}

#partners a img {
  width: 100%;
  height: auto;
}

#partners .section-header h2 {
  color: #ffffff;
}

#partners p:first-of-type {
  margin-top: 30px;
  
}

#partners p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px;
}

footer {
  padding: 20px 0 40px 0;
  background: url('img/events-bkg.png');

}

footer ul {
  float: left;
  
}

footer ul li {
  float: left;
  margin-right: 20px;
}

footer ul li a {
  color: #333333;
  font-size: 12px;
  font-weight: 700;
}

footer ul.sub-menu li a {
  font-weight: 400;
}

footer ul.sub-menu {
  float: none;
}

footer ul.sub-menu li {
  float: none;
  margin-right: 0;
}

footer p {
  float: right;
  font-size: 12px;
  color: #333333;
}

/****** Buttons ******/

.btn {
  font-size: 14px;
  padding: 11px 29px;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
  float: left;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.btn:hover {
  text-decoration: none !important;
}


.btn:after {

    -webkit-transform-origin: -25% 50%;
  transform-origin: -25% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
  padding: 10px 28px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.btn:hover::after {
     -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

.btn.white {
  color: #000000 !important;
  background-color: #ffffff;
  text-decoration: none;
}

.btn.green {
  color: #ffffff !important;
  background-color: #94B80C;
  text-decoration: none;
}

.btn.transparent {
  border: 1px solid #ffffff;
  color: #ffffff;
  box-sizing:border-box;
  padding: 10px 28px;
}

.btn.transparent:hover {
  background-color: #94B80C;
  border-color:transparent;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;

}

.btn.green:hover {
  background-color: #ffffff;
  border-color:transparent;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  font-size: 14px;

}

.btn.green:after {
  color: #94B80C;
}

/****** social icons ******/

.social-icon {
  width: 29px;
  height: 29px;
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -3px;
  border-radius: 100%;
}

.social-icon:hover {
  background-color: #888888;
}

.social-icon:first-of-type {
  margin-left: 20px;
}

.social-icon.fb-icon {
  background-image: url('img/fb-icon.png');
}
.social-icon.tw-icon {
  background-image: url('img/tw-icon.png');
}
.social-icon.gp-icon {
  background-image: url('img/gp-icon.png');
}
.social-icon.ln-icon {
  background-image: url('img/ln-icon.png');
}
.social-icon.yt-icon {
  background-image: url('img/yt-icon.png');
}

/****** flipping effect ******/



/* entire container, keeps perspective */
.flip-container {
  perspective: 1000;
}
  /* flip the pane when hovered */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }

.flip-container, .front, .back {
  width: 165px;
  height: 165px;
  margin-bottom: 30px;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 1px 1px 4px 0px #434343;
  height: 165px;
  background: #97BF00;
  display: table;
}

.back a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  padding: 0 7px;
}

.back a:hover {
  text-decoration: none;
}

.back a p {
  font-size: 16px;
  color: #ffffff;
}

.back a .arrow-span {
  display: inline-block;
  background: #ffffff;
  border-radius: 100%;
  padding: 3px 9px;
  position: absolute;
  bottom:10px;
  margin-left: 50%;
  left:-10px;
  font-size: 20px;
}

.back a .arrow-span span {
  color: #97BF00;
  font-size: 20px;
  position: relative;
  top:-2px;
}

.project-thumb img {
  max-width: 140px;
  height: auto;
  max-height: 140px;
}
/****** fade in effect ******/

.object-hidden {
  opacity: 0;
}

.object-visible {
  opacity: 1 !important;
}

/****** slider custom ******/

.flex-next {
  background: url('img/slider-next.png');
  background-repeat: no-repeat;
  width: 28px !important;
  height: 49px !important;
  text-indent: -9999px;
  line-height: 0; 
    font-size: 0;
    color: transparent; 
}

.flex-prev {
  background: url('img/slider-prev.png');
  background-repeat: no-repeat;
  width: 28px !important;
  height: 49px !important;
  text-indent: 9999px;
  line-height: 0; 
    font-size: 0;
    color: transparent; 
}

/****** PAGE ******/

#featured {
  background-size: cover;
  background-position: center center;
  width: 100%;
  border-bottom: 2px solid #eeeeee;
  padding: 149px 0 85px 0;
  min-height: 300px;
}

#featured h1 {
  font-size: 64px;
  color: #ffffff;
  text-shadow: 2px 2px #434343;
  font-weight: 300;
  text-transform: uppercase;
}

#featured.featured-single h1 {
  font-size: 48px;
}

#featured h2 {
  font-size: 18px;
  color: #ffffff;
  margin-top: 25px;
}

#content {
  border-top: 5px solid #617900;
  background: #eeeeee;
}


#page-content {
  overflow: hidden;
}


@media only screen and (min-width : 320px) {
    #page-content { padding-top: 110px; }
    .csbwfs-social-widget { display: none; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    #page-content { padding-top: 110px; }
    .csbwfs-social-widget { display: none; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #page-content { padding-top: 90px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #page-content { padding-top: 60px; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #page-content { padding-top: 30px; }
}


#page-content h1 {font-size:26px; margin-bottom: 1em;}
#page-content h2 {font-size:22px; margin-bottom: 1em;}
#page-content h3 {font-size:18px; margin-bottom: 1em;}
#page-content h4 {font-size:16px; margin-bottom: 1em;}
#page-content h5 {font-size:14px; margin-bottom: 1em;}
#page-content h6 {font-size:12px; margin-bottom: 1em;}

#page-content a {
  color: #80A300;
  text-decoration: none;
}

#page-content a:hover {
  text-decoration: underline;
  color: #333333;
}

#page-content ul {
    margin-bottom: 20px;
    padding: 0 0 0 10px;
}

#page-content ul li {
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  /*
  background: url('images/list-btn.png');
  background-repeat: none;
  background-position: top left;
  */
}

#page-content ul li:before {
  content: '•';
  color: #97BF00;
  font-size: 44px;
  position: absolute;
  left:0px;
  top:-15px;
}

#page-content p {
  color: #333333;
  font-size: 16px;
  margin-bottom: 25px;
  text-align: justify;
  font-weight: 400;
  line-height: 1.4;
}

#page-content img {
  max-width: 100%;
  height: auto;
}

.gallery-item a:focus {
  outline: none;
  border: 0;
}

.lightbox-img:focus {
  outline: none;
  border: 0;
}

/****** PAGE TEMPLATES ******/

.mentor {
  display: block;
}

.mentor .thumb-holder, #residents-page .thumb-holder {
  border-radius: 100%;
  overflow: hidden;
  width: 250px;
  height: 250px;
}



.mentor .thumb-holder img, #residents-page .thumb-holder img {
  height: 100%;
  width: auto;
}

.mentor, #residents-page .resident {
  margin-bottom: 40px;
}

.mentor h3, #residents-page .resident h3 {
  color: #333333;
  font-size: 42px;
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 300;
}

.mentor p, #residents-page .resident p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}

.mentor a {
  font-size: 16px;
  color: #94B80C;
  text-decoration: underline;
}

#residents-page .resident a {
  text-transform: none;
}

#residents-page .resident a:after {
  text-transform: none;
}

.mentor.mentor-small .thumb-holder {
  width:100%;
  height: 165px;
  margin-top: 15px;
}

.mentor.mentor-small h3 {
  font-size: 32px;
  margin: 10px 0 15px 0;
}

.mentor.mentor-small p {
  margin-bottom: 10px !important;
}

.mentor.mentor-small {
  margin: 25px 0;
}

/****** ARCHIVE ******/

.archive-post {
  margin-bottom: 40px;
}

.archive-post .thumb-holder {
  height: 280px;
}

.archive-post .thumb-holder img {
  height: 100%;
  width: auto;
}

.archive-post .date {
  color: #94B80C;
  font-size: 14px;
  letter-spacing: 1.05px;
  display: block;
}

.archive-post h3 {
  font-size: 24px;
  color: #333333;
  margin:10px 0;
  font-weight: 300;
}

.archive-post p {
  color: #333333;
}

/****** breadcrumbs ******/

.breadcrumbs {
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  margin-top: 50px;
  line-height: 40px;
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #999999;
}

.breadcrumbs p {
  line-height: 40px;
  font-size: 11px;
  letter-spacing: 0.4px;
}

.breadcrumbs a {
  color: #999999;
}

.breadcrumbs span {
  color: #999999;
  line-height: 40px;
  font-size: 11px;
  letter-spacing: 0.4px;
}

/****** SIDEBAR ******/

#sidebar {
  padding-top: 100px;
}

#sidebar h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  color: #333333;
  margin-bottom: 25px;
}

#sidebar > div {
  margin-bottom: 45px;
}

#sidebar .event {
  margin-bottom: 25px;
}

#sidebar .thumb-holder {
  position: relative;
  height: 140px;
}

#sidebar .thumb-holder img {
  width: 100%;
  height: auto;
}

#sidebar .thumb-holder .date-time {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#sidebar .thumb-holder .start-date, #sidebar .thumb-holder .start-time {
  float: left;
  background: #333333;
  width: 196px;
  text-align: center;
  color: #ffffff;
  padding: 5px 0;
}

#sidebar .thumb-holder .start-date.future-post {
  background: #97BF00;
}

#sidebar .thumb-holder .start-date p {
  font-size: 32px;
  color: #ffffff;
  width: 196px;
}

#sidebar .thumb-holder .start-date span {
  font-size: 17px;
}

#sidebar .thumb-holder .start-time {
  background: #80A300;
  font-size: 12px;
  width: 60px;
  float: right;
  padding: 9px 0;
  height: 42px;
  line-height: 26px;
}

#sidebar .event h5 {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
  text-transform: none;
}

#sidebar-residents h5, #sidebar-mentors h5 {
  color: #94B80C;
  margin: 20px 0;
  font-size: 20px;
}

#sidebar-residents p, #sidebar-mentors p {
  font-weight: 300;
  color: #333333;
}

#sidebar-residents .thumb-holder, #sidebar-mentors .thumb-holder {
  height: 263px;
}

#sidebar .flexslider {
  background: transparent;
  overflow: visible;
  border: 0;
  outline: none;
  box-shadow: none;
}

#sidebar .flex-direction-nav .flex-prev {
    display: none;
}

#sidebar .flex-direction-nav .flex-next {
  top:-26px;
  right:1px;
  width: 17px !important;
  height: 17px !important;
  background: url('img/sidebar-slider-switch.jpg');
  background-repeat: no-repeat;
  opacity: 1;
  text-indent: 9999px;

}

/****** Accordions ******/

.ui-accordion-header {
  background-color: #ADAEB1;
  background-image: url('img/accordion-plus.png');
  background-repeat: no-repeat;
  background-position: 12px 11px;
  color: #ffffff;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 10px;
  cursor: pointer;
  outline: none;
  padding: 10px 20px 10px 40px;
  border: 0;
}

.ui-accordion-header-active {
  background-image: url('img/accordion-minus.png');
  background-color: #3C3C3C;
  outline: none;
  border:0;
}

.ui-accordion-content {
  color: #333333;
  font-size: 16px;
  padding:10px 5px 20px 5px;
}

/****** Forms ******/

#faq-form {
  background: #ffffff;
  padding: 40px 30px;
  overflow: hidden;
}

#faq-form p {
  overflow: hidden;
  margin-bottom: 25px;
}

#faq-form p span {
  float: left;
  display: block;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}

#faq-form p input[type="text"] {
  float: left;
  clear: both;
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  padding-left: 10px;
  background: #eeeeee;
  outline: none;
  border: 0;
}

#faq-form p textarea {
  float: left;
  clear: both;
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  padding-left: 10px;
  background: #eeeeee;
  outline: none;
  border: 0;
  height: 190px;
}

.wpcf7 {
  background: #ffffff;
  padding: 40px 30px !important;
  overflow: hidden;
}

.wpcf7 p {
  overflow: hidden;
  margin-bottom: 25px !important;
  font-size: 14px !important;
}

.wpcf7 p span {
  float: left;
  display: block;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  width: 100%;
}



.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"] {
  float: left;
  clear: both;
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  padding-left: 10px;
  background: #eeeeee;
  outline: none;
  border: 0;
}

.wpcf7 input[type="submit"] {
  font-size: 12px;
  padding: 11px 29px;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
  float: left;
  margin-right: 12px;
  color: #ffffff;
  background: #94B80C;
  border: 0;
  outline: none;
}

.wpcf7 p textarea {
  float: left;
  clear: both;
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  padding-left: 10px;
  background: #eeeeee;
  outline: none;
  border: 0;
  height: 190px;
}

.wpcf7-quiz-label {
  clear: left;
  line-height: 40px;
  margin-right: 5px;
  float: left;
  display: block;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
  width: auto !important;
  margin-top: 0 !important;
}

.wpcf7-quiz {
  clear: none !important;
  width: 43px !important;

}

/* SLider fix */
@media screen and (max-width: 1600px) {
    .slider-content h2 {
      font-size: 64px;
      margin-bottom: 30px;
    }
    .slider-content h3 {
      font-size: 22px;
      margin-bottom: 20px;
    }
}

#mapa {
  overflow: hidden;
  position: relative;
  z-index: 41;
  height:330px;
  width:100%;
  padding:0;
}

#mapa img {
  float: left;
}

#map_canvas {
  width: 100%;
  height: 330px;
  display: block;
}

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

#page-loading {
  position: fixed;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  z-index: 9999;
  background: white;
  text-align: center;
  padding-top: 20%;
}


#responsive-nav-btn {
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  border: 0;
  outline: none;
  display: none;
}

/***** GOOGLE MAP *****/

#map-canvas {
  width: 100%;
  height: 863px;
  display: block;
}

#google-map {
  overflow: hidden;
  position: relative;
  z-index: 41;
  height: 863px;
  width: 100%;
  padding: 0;
}

#custom-gallery .thumb-holder {
  height: 290px;
  overflow: hidden;
  margin-bottom: 30px;
}

#custom-gallery .thumb-holder img {
  height: 100%;
  width: auto;
}

#custom-gallery .thumb-holder.horizontal img {
  width: 100%;
  height: auto;
}

#custom-gallery  .thumb-holder.vertical {
  height: 610px;
}

#custom-gallery {
  margin-top: 60px;
}

#custom-gallery img {
  max-width: 9999px;
}


/***** SIDR RESPONSIVE NAV CUSTOM *****/

.sidr-class-sub-menu {
  height: 0px;
  overflow: hidden;
}

.sidr-class-current-menu-parent .sidr-class-sub-menu {
  height: auto;
}

#lang-select {
  position: absolute;
  right: 0;
  top:22px;
}

#lang-select a:first-of-type {
  margin-right: 3px;
}

#partners-logotypes img {
  border: 1px solid #BBBBBB;
}

#csbwfs-hide {
  display: none;
}

.project-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sidebar-box h3 {
  background-color: #80A300;
  padding: 10px;
  color: white;
  text-transform: uppercase;  
}


.sidebar-box p {
  margin-bottom: 15px;
  line-height: 1.4;
}

.sidebar-box li {
  margin-bottom: 15px;
}

.sidebar-box li:last-child {
  margin-bottom: 0;
}

.sidebar-box li ul.children {
  padding: 15px 0 0 25px;
}

.sidebar-box {
}

.sidebar-box ul {
  padding: 15px;
  background-color: #ffffff;
}

.sidebar-box a {
  color: #222;
}

.sidebar-box a:hover {
  color: #80A300;
}

.sidebar-box li.cat-item-5 {
  * Desavanja iz sidebara */
  display: none;
}

span.screen-reader-text {
  display: none;
}

input.search-submit {
  display: none;
}

.search-field {
  display: block;
  width: 90%;
  padding: 5%;
  margin: 0;
  border: none;
}

.boxed-title {
  color: #94B80C;
  font-size: 60px;
  display: block;
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 2px solid #94B80C;
}

.textwidget {
  padding-top: 10px;
}

blockquote {
   border-left: 3px solid #80A300;
   margin-left: 30px;
   padding-left: 50px;
   margin-bottom: 25px;
   position: relative;
   color: #80A300;
   font-style: italic;
   font-size: 20px;
   display: block;
}

blockquote p {
    color: #80A300 !important;
    font-style: italic !important;
    font-size: 20px !important;
    display: block !important;
}

blockquote p strong {
  font-size: 18px;
  color: #222;
  display: block;
  text-align: right;
}

/* blockquote, q {  quotes: none; } */
/*
blockquote:before{
  content: '„';
  font-size: 28px;
  color: #80A300;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

blockquote:after {
  content: '“';
  font-size: 28px;
  color: #80A300;
  position: absolute;
  top: 5px;
  right: 5px;
}
*/

q:before, q:after {
  content: '';
  content: none;
}

.homepage-box {
  min-height: 150px;
}