a, ul.menu li.collapsed > a:before, ul.menu li.collapsed > a:hover:before, ul.menu li.expanded > a:hover:before, ul.pager li.pager-current, 
.item-list ul li.pager-current.last, .views-field-title a, .footer-area ul.social-media-info li a, ul.social-media-info li a:hover i, 
.view-showcases .view-content .more-link a, .comment-counter, .comment ul.links li a, #site-name a, .item-list ul.quicktabs-tabs > li.active > a,
.item-list ul.quicktabs-tabs > li.active > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover { color: #064293; }

#main-navigation .sf-menu>li.active-trail>a, #main-navigation ul.main-menu.menu>li.active-trail>a { color: #2a68af; border-bottom:none; }
/*dropdown hover stil*/
#footer, #main-navigation .sf-menu ul li a:hover, #main-navigation .sf-menu ul li.sfHover>a,
.view-promoted-items .icon, .team-member ul.social-bookmarks li a:hover, ul.links li a, a.more, input[type="submit"], 
input[type="reset"], input[type="button"], .checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back, .view-showcases .more-link a,
.call-to-action a.more, .call-to-action a.more:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus, .tp-bannertimer, ul.menu li a:hover, table th, .view-showcases .info span, .view-showcases .info a, .poll .bar .foreground
{ color: #ffffff; background-color: #2a68af; }
#footer  {font-size: 14px;
  color: #fff;
  background-color: #171b1b;
  padding-top: 15px;
  padding-bottom: 15px;}

.tp-bullets.simplebullets.round .bullet { background-color: rgba(42,104,175,0.55); }

@media (min-width: 992px) { 
	.tparrows.default, .tp-bullets.simplebullets.round .bullet { background-color: rgba(42,104,175,0.35); }
	.tparrows.default:hover, .tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected { background-color: rgba(42,104,175,0.55); }
}

@media (max-width: 1199px) { 
	.tparrows.default:before { color: rgba(42,104,175,0.55); }
	.tparrows.default:hover:before { color: #4187d1; }
	.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected { background-color: #4187d1; }
}

.team-member ul.social-bookmarks li a:hover { border-color: #2a68af; }

ul.pager li.pager-current, .item-list ul li.pager-current.last { border-bottom: 1px solid #2a68af; }
/*stilovi za hover*/
.comment ul.links li a:hover, a:hover, a:focus, blockquote:after, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
ul.pager li > a:hover, #breadcrumb a:hover, .post-submitted-info i, ul.social-bookmarks li a, ul.brands li a, .view-showcases .view-content .more-link a:hover, 
#top-content .views-field-title a:hover, .views-field-title a:hover, .view-testimonials .views-field-body p:after,
.node-type-mt-testimonial .field-name-body p:after, .panel-title a, .mean-container a.meanmenu-reveal.meanclose:after { color: #0564a6; text-decoration:none; }


#main-navigation ul.menu li a:hover, #main-navigation ul.main-menu.menu>li.active-trail>a:hover, 
#main-navigation .sf-menu>li.sfHover>a { color: #ffffff;
  background-color: #0464a6;
  border-bottom: none;
  border-radius: 18px 18px 18px 0px; } /*mainmenu stilovi hover*/

.footer-area ul.menu li a:hover, .block-search .form-text, #search-area:hover .form-text, #search-area .form-text:focus, .view-promoted-items .icon:hover,
.view-popular-tags .views-row a, ul.social-bookmarks li a:hover, ul.brands li a:hover, ul.links li a:hover, a.more:hover, input[type="submit"]:hover, 
input[type="reset"]:hover, input[type="button"]:hover, .view-showcases .more-link a:hover, .checkout-buttons .checkout-cancel:hover, 
.checkout-buttons .checkout-back:hover, .latest-item:hover, .item-list ul.quicktabs-tabs > li > a:hover, .nav-tabs > li > a:hover,
.panel-heading:hover, .field-type-taxonomy-term-reference .field-item a:hover, .footer-area ul.social-bookmarks li a:hover, .footer-area ul.brands li a:hover,
.subfooter-area ul.social-bookmarks li a:hover, .subfooter-area ul.brands li a:hover, .mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li a.mean-expand:hover { background-color: #4187d1; }

ul.social-bookmarks li a, ul.brands li a, ul.social-bookmarks li a:hover, ul.brands li a:hover, .footer-area table td { border: 1px solid #4187d1; }

ul.pager li > a:hover, .footer-area .item-list ul.quicktabs-tabs, .footer-area .block-quicktabs .block, .footer-area .nav-tabs { border-bottom: 1px solid #4187d1; }

.item-list ul.quicktabs-tabs > li > a:hover, .nav-tabs > li > a:hover, .footer-area ul.social-bookmarks li a:hover, .footer-area ul.brands li a:hover,
.subfooter-area ul.social-bookmarks li a:hover, .subfooter-area ul.brands li a:hover { border-color: #4187d1; }

.footer-area .item-list ul.quicktabs-tabs > li.active > a, .footer-area .nav-tabs > li.active > a { border-color: #4187d1 #4187d1 #2a68af #4187d1!important; }

.overlay { 
background: rgba(65,135,209,0.75);
background: -moz-linear-gradient(top,  rgba(65,135,209,0.75) 0%, rgba(42,104,175,0.75) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(65,135,209,0.75)), color-stop(100%,rgba(42,104,175,0.75))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(65,135,209,0.75) 0%,rgba(42,104,175,0.75) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(65,135,209,0.75) 0%,rgba(42,104,175,0.75) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(65,135,209,0.75) 0%,rgba(42,104,175,0.75) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(65,135,209,0.75) 0%,rgba(42,104,175,0.75) 100%); /* W3C */	
}

.caption-link a { 
background: #4187d1; /* Old browsers */
background: -moz-linear-gradient(top, #4187d1 0%, #2a68af 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4187d1), color-stop(100%,#2a68af)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4187d1 0%,#2a68af 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4187d1 0%,#2a68af 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4187d1 0%,#2a68af 100%); /* IE10+ */
background: linear-gradient(to bottom, #4187d1 0%,#2a68af 100%); /* W3C */
}

/*footer stil*/
#highlighted, #footer-top { font-size:14px; color: #fff; background-color: #e9e9e9; }

#footer-top-inside {padding-top:30px; padding-bottom:30px;}

#highlighted:after { color: #eef7ff; }

#highlighted { border-bottom: none; } 

#subfooter { background-color: #171b1b; }

/*resets*/
ul.social-bookmarks li a:hover, ul.brands li a:hover { color: #ffffff; }
/*dropdown stil font*/
#main-navigation .sf-menu ul li a:hover,
#main-navigation .sf-menu ul li.sfHover>a { 
	border-bottom: none;
	color: #ffffff;
	border-radius: 0px 10px 10px 10px;
	background-color: #064292;
}

ul.menu li.collapsed > a:hover:before, ul.menu li.expanded > a:hover:before { color: #fff; }

#search-area:hover .form-text, #search-area .form-text:focus, .block-search .form-text { color:#494949; }
.block-search .form-text, #search-area:hover .form-text {background-color:#ffffff; border:1px solid #f8f8f8; }

.footer-area a, .subfooter-area a { color: #e1e1e1; text-decoration: none; }
.footerp {padding: 0 0 0px 0;}

.footer-area a:hover, .subfooter-area a:hover { color: #ffffff; text-decoration: none; }

.footer-area ul.menu li a:hover { color: #e1e1e1; text-decoration: none; }

.footer-area ul.menu li > a:before,
.footer-area ul.menu li.active-trail > a:before { color: #e1e1e1; }

.nav-tabs > li.active > a:hover, 
.item-list ul.quicktabs-tabs > li.active > a:hover { background: #fff; border-color: #c2c2c2 #c2c2c2 #ffffff #c2c2c2; }

.footer-area .item-list ul.quicktabs-tabs > li.active > a, 
.footer-area .nav-tabs > li.active > a { background: transparent; }

.footer-area .item-list ul.quicktabs-tabs > li.active > a, 
.footer-area .item-list ul.quicktabs-tabs > li.active > a:hover,
.footer-area .nav-tabs > li.active > a:hover { color: #fff; }

.footer-area .latest-item .views-field-title a:hover { text-decoration: none; }

.footer-area .view-testimonials.highlighted .views-field-body p:after { color: #fff; }

.view-promoted-items .icon { color: #fff; }

.view-showcases .view-content .more-link a:hover { background: transparent; }

.view-showcases .info a.comments:after { color: #fff; }

.footer-area .view-popular-tags .views-row a { color: #e1e1e1; }

.footer-area .view-popular-tags .views-row a:hover { color: #fff; }

.view-tweets .views-field-created-time { color: #c2c2c2; }
/*custom dodaci header border-shadow*/
#header {
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  /* z-index: 9999; */
  border-bottom: 1px solid #dfdfdf;
}
  
/*custom dodaci lista news*/
li.views-fluid-grid-item {
  padding: 0px;
  overflow: hidden;
  list-style-type: none;
  background-image: none;
  vertical-align: top;
  color: #181818;
  background-color: #ffffff;
 /* border: 1px solid #d8dbf3;*/
  border: none;
}
ul.views-fluid-grid-items-center li.views-fluid-grid-item {
  text-align: justify;
  /*background-color: #edf4f8;*/
  border-radius: 0px 0px 6px 6px;
  /*box-shadow: 4px 4px 0px rgba(56, 73, 199, 0.2);*/
  box-shadow: none;
 /* padding: 20px 10px 20px;
  display: inline-block;*/
  transition: all .4s ease-in-out;
}
ul.views-fluid-grid-items-h-margin-0-2em li.views-fluid-grid-item {
  margin-left: 0.9em;
  margin-right: 0.9em;
}
ul.views-fluid-grid-items-v-margin-0-2em li.views-fluid-grid-item {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
ul.views-fluid-grid-items-width-350 li.views-fluid-grid-item {
  width: 350px;
  /*margin: 10px;*/
   border-radius: 6px;
  background: #efefef;
}
ul.views-fluid-grid-items-center li.views-fluid-grid-item:hover {
   /*text-align: center;*/
  background: #ffffff;
  /* border-radius: 0px 0px 6px 6px; */
  box-shadow: 4px 4px 0px rgba(56, 73, 199, 0.1);
  cursor: pointer;
  /* transition: all 0.5s ease; */
  /* transform: rotateX(-360deg); */
  /* transform: perspective(1000px); */
  transform: translateY(-8px) scale(1.000) translateZ(0);
  box-shadow: 0px 10px 10px rgba(0,0,0,0.11);
  /* transform: scale(4) translateZ(0); */
}
/*padding inner za news*/
/*.inside {padding: 5px 5px 5px 5px;}*/
.panel-panel.panel-col-bottom {
	padding: 0px 10px 10px 10px;
}

span.field-content p {
  padding: 0px 0px 0px 0px;
  
}

ul.views-fluid-grid-list-center {
  text-align: center;
  /*display: table;*/
  /* padding: 10%; */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.views-field-title a {
  margin: 0 0 5px;
  padding: 0px 10px 0px 0px;
  display: block;
  color: #2e2e2e;
  /*font-size: 18px;*/
  font-size: 1.78rem;
  font-family: 'Roboto', Arial;
  /*font-size: 22px;*/
  font-weight: 600;
  text-transform: uppercase;
  /*color: #064293;*/
  text-align: left;
}
td.views-field-title a {text-transform: unset; font-weight:400;}
/*blog style*/

.views-row.views-row-1.views-row-odd.views-row-first.views-row-last {margin-left: 0.9em;
  margin-right: 0.9em;}


/*social media float*/
#socialfloat {
  position: fixed;
  right: 0;
  bottom: 15%;
  width: 35px;
  z-index: 9999;
}

#socialfloat:hover {
  cursor: pointer;
}

#socialfloat ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#socialfloat li {
  text-align: center;
  width: 100%;
}

#socialfloat li a {
  line-height: 30px;
  color: white;
}

#socialfloat .facebooksocial {
  background-color: #3a579a;
  transition: 400ms;
  border-radius: 10px 0px 0px 10px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 3px;
}

#socialfloat .facebooksocial:hover {
  background-color: #2b4071;
}

#socialfloat .twittersocial {
  background-color: #00abf0;
  transition: 400ms;
  border-radius: 10px 0px 0px 10px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 3px;
}

#socialfloat .twittersocial:hover {
  background-color: #0184b9;
}

/*#socialfloat .googleplussocial {
  background-color: #df4a32;
  transition: 400ms;
}

#socialfloat .googleplussocial:hover {
  background-color: #bc3e2a;
}*/

#socialfloat .pinterestsocial {
  background-color: #cd1c1f;
  transition: 400ms;
  border-radius: 10px 0px 0px 10px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 3px;
}

#socialfloat .pinterestsocial:hover {
  background-color: #b0171a;
}

#socialfloat .linkedinsocial {
  background-color: #127bb6;
  transition: 400ms;
  border-radius: 10px 0px 0px 10px;
  margin-bottom: 10px;
  padding: 3px 5px 5px 3px;
}

#socialfloat .linkedinsocial:hover {
  background-color: #0c5680;
}
#socialfloat .youtubesocial {
	background-color: #e62117;
	border-radius: 10px 0px 0px 10px;
  /*margin-bottom: 10px;*/
  padding: 3px 5px 5px 3px;
	}
#socialfloat .youtubesocial:hover {
	background-color: #cc181e;
	}
/*stilovi za gumb početna*/
.homebtntext {
  font: 17px/1.5 'Roboto', Helvetica, Arial, sans-serif;
  color: #fff;
}
 
#homebutton6 {
  /*background-color: #a8e0ed;*/
  background:#a8e0ed url("/gfx/homebutton6.png") no-repeat;
  border: 3px solid #fff;
  border-radius:6px;
  height: 130px;
  width: 180px;
  /*margin: 50px 0 0 50px;
  padding: 0 0 0 7px;*/
  overflow: hidden;
  display: block;
  float:right;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#homebutton6:hover {
  width: 300px;
  border:3px solid #0564a6;
  border-radius: 20px 0px 20px 20px;
  background:#ffffff url("/gfx/homebutton6hover.png") no-repeat;
  background-size: 300px 130px, auto;
}


#homebutton1 {
  /*background-color: #a8e0ed;*/
  background:#a8e0ed url("/gfx/homebutton1.png") no-repeat;
  border: 3px solid #fff;
  border-radius:6px;
  height: 130px;
  width: 180px;
  /*margin: 50px 0 0 50px;
  padding: 0 0 0 7px;*/
  overflow: hidden;
  display: block;
  /*float:left;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#homebutton1:hover {
  /*width: 180px;*/
  border:3px solid #0564a6;
  border-radius: 0px 20px 20px 20px;
  background:#fff url("/gfx/homebutton1hover.png") no-repeat;
}
#homebutton2 {
  /*background-color: #a8e0ed;*/
  background:#a8e0ed url("/gfx/homebutton2.png") no-repeat;
  border: 3px solid #fff;
  border-radius:6px;
  height: 130px;
  width: 180px;
  /*margin: 50px 0 0 50px;*/
  padding: 0 0 0 7px;*/
  overflow: hidden;
  display: block;
  /*float:left;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#homebutton2:hover {
  /*width: 180px;*/
  border:3px solid #0564a6; 
  border-radius: 0px 20px 20px 20px;
  background:#fff url("/gfx/homebutton2hover.png") no-repeat;
}
#homebutton3 {
  /*background-color: #a8e0ed;*/
  background:#a8e0ed url("/gfx/homebutton3.png") no-repeat;
  border: 3px solid #fff;
  border-radius:6px;
  height: 130px;
  width: 180px;
  /*margin: 50px 0 0 50px;*/
  padding: 0 0 0 7px;*/
  overflow: hidden;
  display: block;
  /*float:right;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#homebutton3:hover {
  /*width: 180px;*/
  border:3px solid #0564a6;
  border-radius: 20px 0px 20px 20px;
  background:#fff url("/gfx/homebutton3hover.png") no-repeat;
}
#homebutton4 {
  /*background-color: #a8e0ed;*/
  background:#a8e0ed url("/gfx/homebutton4.png") no-repeat;
  border: 3px solid #fff;
  border-radius:6px;
  height: 130px;
  width: 180px;
  /*margin: 50px 0 0 50px;*/
  padding: 0 0 0 7px;*/
  overflow: hidden;
  display: block;
  float:left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#homebutton4:hover {
  /*width: 180px;*/
  border:3px solid #0564a6;
  border-radius: 0px 20px 20px 20px;
  background:#fff url("/gfx/homebutton4hover.png") no-repeat;
}
#homebutton5 {
  /*background-color: #a8e0ed;*/
  background:#a8e0ed url("/gfx/homebutton5.png") no-repeat;
  border: 3px solid #fff;
  border-radius:6px;
  height: 130px;
  width: 180px;
  /*margin: 50px 0 0 50px;*/
  padding: 0 0 0 7px;*/
  overflow: hidden;
  display: block;
  /*float:left;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#homebutton5:hover {
  /*width: 180px;*/
  border:3px solid #0564a6;
  border-radius: 20px 0px 20px 20px;
  background:#fff url("/gfx/homebutton5hover.png") no-repeat;
}
/*event buttons*/
#eventbutton1 {
  /*background-color: #a8e0ed;*/
  background:#a8e0ed url("/gfx/0netevents.png") no-repeat;
  border: 3px solid #fff;
  border-radius:6px;
  height: 122px;
  width: 165px;
  /*margin: 50px 0 0 50px;*/
  padding: 0 0 0 7px;*/
  overflow: hidden;
  display: block;
  float:right;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#eventbutton1:hover {
  /*width: 180px;*/
  border:3px solid #0564a6;
  border-radius: 0px 20px 20px 20px;
  background:#fff url("/gfx/0neteventshover.png") no-repeat;
}
#eventbutton2 {
  /*background-color: #a8e0ed;*/
  background:#a8e0ed url("/gfx/0metalks.png") no-repeat;
  border: 3px solid #fff;
  border-radius:6px;
  height: 115px;
  width: 165px;
  /*margin: 50px 0 0 50px;*/
  padding: 0 0 0 7px;*/
  overflow: hidden;
  display: block;
  float:right;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#eventbutton2:hover {
  /*width: 180px;*/
  border:3px solid #0564a6;
  border-radius: 0px 20px 20px 20px;
  background:#fff url("/gfx/0metalkshover.png") no-repeat;
}

.consortium1 {
  /*background-color: #a8e0ed;*/
  /*background:#a8e0ed url("/gfx/homebutton1.png") no-repeat;*/
  border: 3px solid #fff;
  border-radius:6px;
  height: 130px;
  width: 180px;
  /*margin: 50px 0 0 50px;
  padding: 0 0 0 7px;*/
  overflow: hidden;
  display: block;
  float:left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.consortium1:hover {
  /*width: 180px;*/
  border:3px solid #0564a6;
  border-radius: 0px 20px 20px 20px;
  background:#fff url("/gfx/homebutton1hover.png") no-repeat;
}
/*new home buttons*/
.home1-container {
  position: relative;
  /*max-width: 300px;
  min-height: 300px;*/
    max-width: 165px;
  height: 160px;
  margin: auto;
  overflow: hidden;
  background-color: #ffffff;
  border:3px solid #0564a6;
  border-radius: 6px;
  transition: 0.5s ease-in-out;
  opacity: 1;
  background: #ffffff url(/gfx/homebutton1.png) no-repeat;
  background-position: center center;
}
.home1-container:hover {
  border:3px solid #0564a6;
  border-radius: 0px 20px 20px 20px;
  background: #ffffff;
  opacity: 1;
  /*width: 390px; height: 390px;*/
  transition: 0.5s ease-in-out;
  }
.home1-title {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 2px;
  right: 0;
  top: 72%;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.5s;
  font-size: 100%;
  font-weight: 500;
  color: #0b0b0b !important;
}
.home1-container:hover .home1-title {
  top: 20px;
  transform: translateY(0);
}
.home1-hidden {
   position: absolute;
   right: 360px;
   opacity: 0.5;
   transition: 0.5s ease-in-out;
   text-align: center;
   font-size: 70%;
   padding: 0px 5px 0px 5px;
   /*word-break: break-all;*/
   line-height: 1.5;
}

.home1-container:hover .home1-hidden {
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  opacity:1;
  width:100%;
}
/*home2expertmission*/
.home2-container {
  position: relative;
  /*max-width: 300px;
  min-height: 300px;*/
    max-width: 165px;
  height: 160px;
  margin: auto;
  overflow: hidden;
  background-color: #ffffff;
  border:3px solid #0564a6;
  border-radius: 6px;
  transition: 0.5s ease-in-out;
  opacity: 1;
  background: #ffffff url(/gfx/homebutton2.png) no-repeat;
    background-position: center center;
}
.home2-container:hover {
  border:3px solid #0564a6;
  border-radius: 0px 20px 20px 20px;
  background: #ffffff;
  opacity: 1;
  /*width: 390px; height: 390px;*/
  transition: 0.5s ease-in-out;
  }
.home2-title {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 2px;
  right: 0;
  top: 72%;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.5s;
  font-size: 100%;
  font-weight: 500;
  color: #0b0b0b !important;
}
.home2-container:hover .home2-title {
  top: 20px;
  transform: translateY(0);
}
.home2-hidden {
   position: absolute;
   right: 360px;
   opacity: 0.5;
   transition: 0.5s ease-in-out;
   text-align: center;
   font-size: 70%;
   padding: 0px 5px 0px 5px;
   /*word-break: break-all;*/
   line-height: 1.5;
}

.home2-container:hover .home2-hidden {
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  opacity:1;
  width:100%;
}
/*home3upcomingevents*/
.home3-container {
  position: relative;
  /*max-width: 300px;
  min-height: 300px;*/
    max-width: 165px;
  height: 160px;
  margin: auto;
  overflow: hidden;
  background-color: #ffffff;
  border:3px solid #0564a6;
  border-radius: 6px;
  transition: 0.5s ease-in-out;
  opacity: 1;
  background: #ffffff url(/gfx/homebutton3.png) no-repeat;
    background-position: center center;
}
.home3-container:hover {
  border:3px solid #0564a6;
  border-radius: 0px 20px 20px 20px;
  background: #ffffff;
  opacity: 1;
  /*width: 390px; height: 390px;*/
  transition: 0.5s ease-in-out;
  }
.home3-title {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 72%;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.5s;
  font-size: 100%;
  font-weight: 500;
  color: #0b0b0b !important;
}
.home3-container:hover .home3-title {
  top: 15px;
  transform: translateY(0);
}
.home3-hidden {
   position: absolute;
   right: 360px;
   opacity: 0.5;
   transition: 0.5s ease-in-out;
   text-align: center;
   font-size: 70%;
   padding: 0px 5px 0px 5px;
   /*word-break: break-all;*/
   line-height: 1.5;
}

.home3-container:hover .home3-hidden {
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  opacity:1;
  width:100%;
}
/*home5 energyagencies*/
.home5-container {
  position: relative;
  /*max-width: 300px;
  min-height: 300px;*/
  max-width: 165px;
  height: 160px;
  margin: auto;
  overflow: hidden;
  background-color: #ffffff;
  border:3px solid #0564a6;
  border-radius: 6px;
  transition: 0.5s ease-in-out;
  opacity: 1;
  background: #ffffff url(/gfx/homebutton5.png) no-repeat;
    background-position: center center;
}
.home5-container:hover {
  border:3px solid #0564a6;
  border-radius: 0px 20px 20px 20px;
  background: #ffffff;
  opacity: 1;
  /*width: 390px; height: 390px;*/
  transition: 0.5s ease-in-out;
  }
.home5-title {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 72%;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.5s;
  font-size: 100%;
  font-weight: 500;
  color: #0b0b0b !important;
}
.home5-container:hover .home5-title {
  top: 20px;
  transform: translateY(0);
}
.home5-hidden {
   position: absolute;
   right: 360px;
   opacity: 0.5;
   transition: 0.5s ease-in-out;
   text-align: center;
   font-size: 70%;
   padding: 0px 5px 0px 5px;
   /*word-break: break-all;*/
   line-height: 1.5;
}

.home5-container:hover .home5-hidden {
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  opacity:1;
  width:100%;
}
/*end new home buttons*/

/*new consortium hovers*/
.consortium-container {
  position: relative;
  /*max-width: 300px;
  min-height: 300px;*/
  max-width: 230px;
  height: 210px;
  margin: auto;
  overflow: hidden;
  background-color: #a8e0ed;
  border: 3px solid #fff;
  border-radius: 6px;
  transition: 0.5s ease-in-out;
  opacity: 0.9;
}
.consortium-container:hover {border:3px solid #0564a6;
  border-radius: 0px 20px 20px 20px; background: #ffffff; opacity: 1; /*width: 390px; height: 390px;*/}

.consortium-title {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.5s;
}

.consortium-container:hover .consortium-title {
  top: 10px;
  transform: translateY(0);
  
}

.consortium-hidden {
   position: absolute;
  right: 400px;
  opacity: 0.5;
  transition: 0.5s ease-in-out;
  text-align: center;
  font-size: 93%;
  padding: 0px 9px 0px 9px;
  /*word-break: break-all;*/
}

.consortium-container:hover .consortium-hidden {
  top: 17%;
left: 50%;
  transform: translateX(-50%);
opacity:1;
width:100%;
}

.me-container {
  position: relative;
  /*max-width: 300px;
  min-height: 300px;*/
  width: 180px;
  height: 130px;
  margin: auto;
  overflow: hidden;
  background:#a8e0ed url("/gfx/homebutton6.png") no-repeat;
  border: 3px solid #fff;
  border-radius:6px;
  transition: 0.5s ease-in-out;
  float:right;
}
.me-container:hover {
 width: 580px;
 height: 160px;
 border:3px solid #0564a6;
 border-radius: 20px 0px 20px 20px;
 background: #ffffff;
 /*width: 390px; height: 390px;*/
 }

.me-title {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.5s;
}

.me-container:hover .me-title {
  top: 10px;
  transform: translateY(0);
  
}

.me-hidden {
  position: absolute;
  right: 580px;
  opacity: 0.5;
  transition: 0.5s ease-in-out;
  text-align: center;
  /* word-break: break-word; */
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  line-height: 1.15;
  /* font-weight: 300; */
  font-family: 'Roboto';
}

.me-container:hover .me-hidden {
  top: 0%;
left: 50%;
  transform: translateX(-50%);
opacity:1;
width:100%;
}
/*consortium hovers
.hoverwrap,
.hoverwrap * {
	box-sizing: border-box;
}
.hoverwrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hoverwrap img {
	max-width: 100%;
}
.hoverwrap .hoverwrap-down {
	display: block;
}
.hoverwrap .hoverwrap-up {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hoverwrap:hover .hoverwrap-up,
.hoverwrap.active .hoverwrap-up {
	opacity: 1;
}
.hoverwrap .hoverwrap-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hoverwrap .hoverwrap-textmini {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); 
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hoverwrap.active .hoverwrap-textmini {
	display: block;
}*/

/*make my animation glow
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}*/
/*#homebutton6:hover {
  width: 200px;
}*/
/*#homebutton6text { font-family: 'Roboto', Arial; font-size: 18px; font-weight: 300; color: #454648; display: none; }*/

.panel-2col-bricks {
 transition: .5s ease;
  border: 3px solid #fff;
  /* display: -webkit-flex; */
  border-radius: 6px 6px 6px 6px;
  background-color: #ceeef5;
  box-shadow: 2px 2px 4px rgba(56, 73, 199, 0.2);
  border-radius:6px;
  margin-bottom: 20px;
}
.panel-2col-bricks .panel-col-top {width:100% !important;}

.panel-display.panel-2col-bricks.clearfix:hover {
/*text-align: center; */
  background: #ffffff;
  /* border-radius: 0px 0px 6px 6px; */
  /*box-shadow: 4px 4px 0px rgba(56, 73, 199, 0.1);*/
  cursor: pointer;
  /* transition: all 0.5s ease; */
  /* transform: rotateX(-360deg); */
  /* transform: perspective(1000px); */
  transform: translateY(-8px) scale(1.000) translateZ(0);
  box-shadow: 0px 10px 10px rgba(0,0,0,0.11);
  border: 3px solid #0564a6;
  /* transform: scale(4) translateZ(0); */
  border-radius: 6px;
  }
span.views-field.views-field-field-image:hover {
  opacity: 0.8;
  /* background-color: #000; */
  /* content: "aaaa"; */
  transition: .5s ease;
}
.views-field-field-image img {
  border-radius: 3px 3px 0px 0px;
}
.panel-panel.panel-col-middle {
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  word-break: break-word;
}
/*ea map h3 klasa*/
h3.location-locations-header {
  font-size: 16px;
  color: #2e2e2e;
  margin-bottom: 2px;
}
/*custom status border*/
	div.status {
  /*background-image: url(/misc/message-24-ok.png);*/
  border-color: #ffffff;
}
/*custom statusi za resources*/
.field.field-name-field-short-description.field-type-text-long.field-label-above {
  margin-bottom: 15px;
}
.field.field-name-field-pdf-file.field-type-file.field-label-inline.clearfix {
  margin-bottom: 15px;
}
.field.field-name-field-file-language.field-type-list-text.field-label-inline.clearfix {
  margin-bottom: 15px;
}
.field.field-name-field-file-extension.field-type-list-text.field-label-inline.clearfix {
  margin-bottom: 15px;
}
.field.field-name-field-file-extension.field-type-list-text.field-label-above {
  margin-bottom: 15px;
}
.field.field-name-field-resources-image.field-type-image.field-label-above {
  margin-bottom: 15px;
}
.field.field-name-field-document-version.field-type-text.field-label-above {
  margin-bottom: 15px;
}
.field.field-name-field-date.field-type-datetime.field-label-above {
  margin-bottom: 15px;
}
.field.field-name-field-author-name.field-type-text.field-label-above {
  margin-bottom: 15px;
}
.field.field-name-field-author-surname.field-type-text.field-label-above {
  margin-bottom: 15px;
}
.field.field-name-field-resources-categories.field-type-taxonomy-term-reference.field-label-above {
  font-size: 15px;
  margin: 15px 0 15px 0;
}
.field.field-name-body.field-type-text-with-summary.field-label-above {
  margin-bottom: 15px;
}
legend {margin-bottom:1px}
.field.field-name-field-agency-full-name.field-type-text.field-label-above {
  margin-bottom: 10px;
}
.field.field-name-field-short-name.field-type-text.field-label-above {
  margin-bottom: 10px;
}
.field.field-name-field-agency-name-in-english.field-type-text.field-label-above {
  margin-bottom: 5px;
}
.field.field-name-field-person-in-charge-e-mail.field-type-text.field-label-hidden {
  margin-bottom: 10px;
}
.field.field-name-field-number-staff.field-type-list-integer.field-label-above {
  margin-bottom: 5px;
}
.field.field-name-field-pdf-file.field-type-file.field-label-hidden {
  margin-bottom: 20px;
  /* padding: 14px 0px; */
  margin-top: 20px;
  /* color: #ffffff; */
  /* background-color: #2a68af; */
}
.field.field-name-body.field-type-text-with-summary.field-label-hidden {
  margin-bottom: 15px;
}
.field.field-name-field-date.field-type-datetime.field-label-inline.clearfix {
  margin-bottom: 15px;
}
.field.field-name-field-document-version.field-type-text.field-label-inline.clearfix {
  margin-bottom: 15px;
}
.field.field-name-author5.field-type-ds.field-label-inline.clearfix {
  margin-bottom: 15px;
}
div#edit-field-agency-name-value-wrapper {
  float: inherit;
}
/*.field-item.odd {
  padding-right: 5px;
}
.field-item.even {
  padding-right: 5px;
}*/
span.file {
  /*padding: .5em 1.5em;*/
  color: #ffffff;
  background-color: #d0dbe7;
  border-radius: 4px;
  /*color: #fff !important;*/
  border: 1px solid rgba(211,211,211,1);
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  background: rgba(234,234,234,1);
  -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8), 0 1px 0 0 rgba(0,0,0,0.298039);
  box-shadow: 0 0 1px 1px rgba(255,255,255,0.8), 0 1px 0 0 rgba(0,0,0,0.298039);
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
span.file:hover{
	/*padding: .5em 1.5em;*/
	border: 1px solid rgba(178,178,178,1);
-webkit-border-radius: 0.2em;
border-radius: 0.2em;
color: rgba(76,76,76,1);

background: rgba(234,234,234,1);
-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
box-shadow: 0 0 1px 1px rgba(255,255,255,0.8) inset, 0 1px 0 0 rgba(0,0,0,0.298039) ;
text-shadow: 0 1px 0 rgba(255,255,255,0.8) ;
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;}
span.file-size {
  color: #707070;
  font-size: 12px;
}
.field.field-name-field-agency-services.field-type-taxonomy-term-reference.field-label-above {
  font-size: 15px;
    margin: 5px 0 5px 0;
}
.wrapikone {position:absolute; top:0; left:0; z-index:59;width:100%;}
.overvideo {position:absolute;left:0;top:0;width:2px;height:659px}

@media (max-width:600px) {
    .hometext {
        word-break: break-word;
		font-size: 16px !important;
		line-height: 17px;
    }
}
@media (max-width:767px) {
    #socialfloat {
		/*position: relative;
		left: 0;
		bottom: 10vw;*/
		top:40%;
		/*width: 35px;
		z-index: 9999;*/
	}
	.hometext {
        /*max-height: 300px;*/
		margin-bottom: 20px;
		word-break: break-word;
		height: 460px !important;
		max-height: unset !important;
    }
	.superpadfirst {
       padding: 0px 5px 0px 0px !important;
    }
	.split400 {
		margin-bottom:20px;
	}
	.small-block-grid-3 > .grid {
    width: 99%;
	}
	.twitterhomebox {padding-left: 0px !important;
	}
	.ikonehomebox {height:100% !important;
	}
}
@media (min-width:992px) and (max-width:1199px) {
    .superpad {
        padding: 0px 5px 0px 0px;
    }
	.superpadfirst {
       padding: 0px 5px 0px 5px !important;
    }
}
@media (max-width:1200px) {
    .videowrap {
        display: none;
    }
    .overvideo {
        display: none;
    }
}
@media (max-width:991px) {
    .hometext {
        max-height: 300px;
		margin-bottom: 20px;
		word-break: break-word;
		height: 400px;
    }
	aside.col-md-2.responsive992 {
	display:none;
	}
}
.homeilustracija { 
	margin-top: 2%; 
  /* display: block; */
  width: 100%;
  height: auto;
  /* padding-top: 20px; */
  /* float: left; */
  position: relative;
  /* top: 25%; */
  left: 0;}

.superpad {
    padding: 0px 5px 0px 0px;
	}
.superpadlast {padding: 0px 0px 0px 0px;}
.superpadfirst {
       padding: 0px;
    }
.padfooterfirst {padding-right:0px;}
table.views-table.sticky-enabled.cols-3.tableheader-processed.sticky-table {
  margin: 25px 0 10px;
}
/*linkovi services*/
.services {
	background-color:#e5f4ff;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:0px solid #dcdcdc;
	display:inline-block;
	color:#3a3a3a;
	font-family: 'Open Sans';
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:40px;
	/*width:100px;*/
	text-decoration:none;
	text-align:center;
	padding: 0px 10px;
	}
.services:hover {
	background-color:#2a68af;
	color: #ffffff;
}
.services:active {
	position:relative;
	top:1px;
}

.naslovslice {
    padding-bottom: 3px;
    border-bottom: 2px solid green;
    border-image-source: linear-gradient(to right, #1e5799 0%,#7db9e8 100%);
    border-image-slice: 4;
}

