/*!
Theme Name: Horwath HTL
Theme URI: http://corporate.cms-horwathhtl.com/
Author: yBC
Author URI: http://yourbusinesschannel.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hhtl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
html {
  font-family: "Lato", sans-serif;
}

html body {
  font-family: "Lato", sans-serif;
  background-color: white;
}

html .container {
  width: 100%;
  max-width: 1400px;
}

html p {
  line-height: 24px;
}

html p a {
  color: #337ab7;
}
.global-officex ul{
	padding:0;
}
html p a:hover {
  color: #3b7ddf;
}

.img-pub-b {
	border: 2px solid #595353;
}
img.attachment-pub-thumb{
	
    display: block;
    max-width: 100%;
    height: auto;
	border: 2px solid #595353;
	margin-top:5px;

}
img.attachment-archive-thumb{
	
    display: block;
    max-width: 100%;
    height: auto;


}
.column-author img, .column-comment .comment-author img, .column-username img {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
    width: 41px;
}
input:focus {
  border: 0;
  outline: 0;
}
.global-office ul{
	margin:0;
	padding:0;
}
div.flexslider {
  background: transparent;
  border-radius: 0;
  margin: 0;
  border: 0;
}

div.flexslider:hover .flex-direction-nav li a.flex-prev, div.flexslider:hover .flex-direction-nav li a.flex-next {
  right: auto;
  left: auto;
}

div.flexslider .flex-direction-nav li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

div.flexslider .flex-direction-nav li a {
  width: 30px;
  height: 30px;
  position: relative;
  top: auto;
  right: auto;
  display: block;
  background-color: red;
  left: auto;
  opacity: 1;
  margin: 0;
  font-size: 0;
}

div.flexslider .flex-direction-nav li .flex-prev {
  background: url("assets/img/grey-left-button.png") center no-repeat;
}

div.flexslider .flex-direction-nav li .flex-prev::before {
  content: '';
}

div.flexslider .flex-direction-nav li .flex-next {
  background: url("assets/img/grey-right-button.png") center no-repeat;
}

div.flexslider .flex-direction-nav li .flex-next::before {
  content: '';
}

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

h1 {
  font-family: 30px;
  font-weight:bold;
}

.h1, h1 {
    font-size: 30px;
}
h2 {
  font-family: 28px;
}

p {
  font-size: 18px;
}

header.main-header {
  height: 118px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

header.main-header .container {
  width: 100%;
  max-width: 100%;
}

header.main-header .container .logo {
  margin-top: 27px;
  display: block;
  height: 65px;
  width: 272px;
  background: url("assets/img/logo.png") center no-repeat;
  background-size: 272px;
  margin-left: 18px;
}

.search-input-wrapper {
  display: inline-block;
  float: right;
  margin: 0 18px 0 10px;
  
  position: absolute;
    right: 0;
    z-index: 1;
}
.navbar-right {
    float: right!important;
    margin-right: 73px;
}
.search-input-wrapper.active .trigger-btn {
  background-color: #3b7ddf;
}

.search-input-wrapper.active .input-wrap {
  width: 200px;
  display: block;
  visibility: visible;
}

.search-input-wrapper .input-wrap {
  margin-top: 40px;
  display: inline-block;
  float: right;
  border-left: 1px solid #3b7ddf;
  height: 40px;
  width: 10px;
  text-align: left;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.search-input-wrapper .input-wrap input {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: 0;
  color: #3b7ddf;
  font-size: 16px;
  width: 100%;
}

.search-input-wrapper .input-wrap input::-webkit-input-placeholder {
  color: #3b7ddf;
  font-size: 16px;
  font-weight: 400;
}

.search-input-wrapper .input-wrap input::-moz-placeholder {
  color: #3b7ddf;
  font-size: 16px;
  font-weight: 400;
}

.search-input-wrapper .input-wrap input:-ms-input-placeholder {
  color: #3b7ddf;
  font-size: 16px;
  font-weight: 400;
}

.search-input-wrapper .input-wrap input:-moz-placeholder {
  color: #3b7ddf;
  font-size: 16px;
  font-weight: 400;
}

.search-input-wrapper .trigger-btn {
  display: inline-block;
  float: right;
  height: 87px;
  width: 43px;
  background-color: #002654;
  position: relative;
  -webkit-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
  background-clip: padding-box;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
/* Navigation menu+logo hotfix (desktops, px and up)*/
@media screen and (min-device-width: 1200px) and (max-device-width: 1500px) { 
.navbar-nav>li {
    display: inline-block;
    padding: 0 10px;
}

.navbar-brand img {
    width: 201px;
    padding-top: 10px;
    height: auto;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

}
 .search-input-wrapper .trigger-btn .icon {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 30px;
  width: 20px;
  cursor: pointer;
  background: url("assets/img/search-icon.png") center no-repeat;
}

footer {
  background-color: #fff;
  padding: 48px 0 58px 0;
}

footer .socials {
  margin-bottom: 30px;
}

footer .socials img {
  max-width: 144px;
}

footer p {
  color: #002654;
  line-height: 24px;
  font-size:15px;
}

footer p:first-child {
  font-size: 18px;
  margin-bottom: 0;
}

footer p:last-child {
  margin-bottom: 30px;
}

.socials {
  margin-bottom: 30px;
}

.socials ul li {
  list-style: none;
  float: left;
  margin-right: 13px;
}

.socials ul li a {
  display: block;
  height: 16px;
  width: 18px;
}

.socials ul li a.facebook {
  background: url("assets/img/icons/Facebook-icon.png") center no-repeat;
}

.socials ul li a.twitter {
  background: url("assets/img/icons/Twitter-icon.png") center no-repeat;
}

.socials ul li a.linkedin {
  background: url("assets/img/icons/Linked-in-icon.png") center no-repeat;
}

.socials ul li a.google {
  background: url("assets/img/icons/Google-plus-icon.png") center no-repeat;
  width: 26px;
}

.socials ul li a.rss {
  background: url("assets/img/icons/RSS-icon.png") center no-repeat;
}

.socials ul li a.instagram {
  background: url("assets/img/icons/instagram-icon.png") center no-repeat;
}

.right-sidebar.sidebar-list .item .img {
  min-height: 174px;
  max-height: 174px;
}
.right-sidebar.sidebar-list .item .img2 {
    max-height: 172px;
    overflow: hidden;
}
.right-sidebar.sidebar-list .item .img img {
  height: 100%;
  width: 100%;
}

.right-sidebar.sidebar-list .item .description {
  height: 150px;
  min-height: 150px;
}

.learn-more-btn {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}

.learn-more-btn .icon {
  height: 32px;
  width: 32px;
  margin: 20px auto 0 auto;
  background: url("assets/img/learn-more-btn.png") center no-repeat;
}

.learn-more-btn:hover {
  text-decoration: none;
}

.view-more-btn {
  height: 20px;
  color: #fff;
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  line-height: 32px;
  font-size: 16px;
  min-width: 208px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  background-clip: padding-box;
}

.view-more-btn.blue {
  background-color: #002654;
  border: 1px solid #002654;
}

.view-more-btn.blue:hover {
  background-color: #3b7ddf;
  border: 1px solid #3b7ddf;
}

.view-more-btn:focus {
  outline: 0;
}

.view-more-btn:active {
  outline: 0;
  background-color: #fabb22;
  border: 1px solid #fabb22;
}

.view-more-btn:active:hover {
  background-color: #fabb22;
  border: 1px solid #fabb22;
}

.back-btn a {
  padding-left: 44px;
  color: #002654;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  font-size: 16px;
  background: url("assets/img/blue-back-btn.png") center left no-repeat;
}

.bootstrap-select {
  outline: 0;
}

.bootstrap-select button.btn {
    border-radius: 0;
    height: 35px;
    color: #1b1b1b;
    font-size: 16px;
    border-color: white;
	margin-bottom: 15px;
}


.bootstrap-select button.btn:focus, .bootstrap-select button.btn:active, .bootstrap-select button.btn:hover {
  outline: 0 !important;
  box-shadow: none;
  background:white;
}

.bootstrap-select .bs-caret {
  background: url("assets/img/select-arrow.png") center no-repeat;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.bootstrap-select .bs-caret .caret {
  display: none;
}

.bootstrap-select .dropdown-menu {
  border-radius: 0;
}

.bootstrap-select .dropdown-menu ul li {
  outline: 0;
}

.bootstrap-select .dropdown-menu ul li a {
  outline: 0;
}

.main-menu {
  padding-top: 47px;
  display: inline-block;
}

.main-menu ul {
  list-style: none;
}

.main-menu ul li {
  display: inline-block;
  padding: 0 25px;
}

.main-menu ul li a {
  font-size: 16px;
  color: #002654;
}

.main-menu ul li a:hover {
  color: #3b7ddf;
}

.main-menu ul li:hover a, .main-menu ul li.active a {
  color: #3b7ddf;
  text-decoration: none;
}

footer .footer-menu ul li {
  display: block;
  padding: 0 20px;
  border-right: 1px solid #002654;
  height: 15px;
  float: left;
  vertical-align: top;
}

footer .footer-menu ul li:first-child {
  padding-left: 0;
}

footer .footer-menu ul li:last-child {
  border-right: 0;
}

footer .footer-menu ul li a {
  font-size: 12px;
  line-height: 12px;
  display: block;
  color: #002654;
}
.home footer .container {
    width: 100%;
    max-width: 1355px;
}

.content {
  padding: 55px 0 0px 0;
}

.featured-image {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  
  background-position:bottom;
  overflow: hidden;
}

.featured-image .main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    color: #fff;
    z-index: 10;
}
.pubsvideo-wrap {
      width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.pubsvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.featured-image .main-title h1 {
  color: white;
  font-size: 45px;
    font-weight: normal;
}

.featured-image .main-title a {
  font-size: 23px;
}

.featured-image .banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner {
  min-height: 77px;
  padding: 23px 0 20px 0;
  width: 100%;
  text-align: center;
  background: -webkit-linear-gradient(left, rgba(0, 38, 84, 0.55) 3%, #002654 28%, #002654 72%, rgba(0, 38, 84, 0.55) 97%);
  background: -o-linear-gradient(left, rgba(0, 38, 84, 0.55) 3%, #002654 28%, #002654 72%, rgba(0, 38, 84, 0.55) 97%);
  background: linear-gradient(to right, rgba(0, 38, 84, 0.55) 3%, #002654 28%, #002654 72%, rgba(0, 38, 84, 0.55) 97%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c002654', endColorstr='#8c002654',GradientType=1 );
  /* IE6-9 */
}

.banner p {
  color: #fff;
  margin: 0;
  font-size: 23px;
}

.home .featured-image {
 
  overflow: hidden;
  min-height: auto;
}

.list-content-page .title {
  margin-bottom: 27px;
}

.list-content-page h2 {
  margin-bottom: 0px;
  font-size: 35px;
}

.list-content-page .filters {
  margin-bottom: 40px;
  height: 35px;
}

.list-content-page .filters select, .list-content-page .filters .bootstrap-select {
  
}

.list-category .item, .sidebar-list .item {
  margin-bottom: 30px;
}

.list-category .item .img, .sidebar-list .item .img {
  overflow: hidden;
  max-height: 177px;
}

.list-category .item .img img, .sidebar-list .item .img img {
  width: 100%;
  min-height: 184px;
}

.list-category .item .description, .sidebar-list .item .description {
  background-color: #fff;
  padding: 21px;
  min-height: 153px;
}

.list-category .item .description a, .sidebar-list .item .description a {
  text-decoration: none;
}

.list-category .item .description .category a, .sidebar-list .item .description .category a {
  font-size: 15px;
  color: #333;
}

.list-category .item .description .item-title, .sidebar-list .item .description .item-title {
  margin-bottom: 3px;
}

@media (max-width: 1321px) and (min-width: 992px) {
  .list-category .item .description .item-title, .sidebar-list .item .description .item-title {
    overflow: hidden;
    max-height: 56px;
  }
}

.list-category .item .description .item-title a, .sidebar-list .item .description .item-title a {
  font-size: 20px;
  color: #002654;
}

.list-category .item .description .item-title a:hover, .sidebar-list .item .description .item-title a:hover {
  color: #3b7ddf;
}

.list-category .item .description .location span, .sidebar-list .item .description .location span {
  font-size: 18px;
  color: #002654;
}

.project-single .content, .single-project .content {
  padding: 50px 0 25px 0;
}

.project-single .content .container, .single-project .content .container {
  max-width: 1290px;
}

.project-single article .article-content, .single-project article .article-content {
  background-color: #fff;
  padding: 40px 40px 14px 40px;
}

.project-single article .article-content .head, .single-project article .article-content .head {
  padding-bottom: 27px;
  border-bottom: 2px solid #efefef;
  margin-bottom: 35px;
}

.project-single article .article-content .head h1, .single-project article .article-content .head h1 {
  margin: 0 0 20px 0;
}

.project-single article .article-content .head span, .single-project article .article-content .head span {
  font-size: 18px;
  margin-bottom: 1px;
  display: block;
}

.project-single article .article-content p, .single-project article .article-content p {
  font-size: 15px;
}

.project-single article .article-content p.overview, .single-project article .article-content p.overview {
  font-size: 18px;
}

.project-single .back-btn, .single-project .back-btn {
  margin-top: 26px;
}

/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\9;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.news-template-default img, p a img, img.size-full, #news-content p a img {
    width: 100%;
}
.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
 
  width:100%
}
.list-category {
    margin-top: 35px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
 #related ul {
    padding: 0;
}
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}
.search .content {
    padding: 125px 0 0px 0;
}

.attachment-prn-thumb {
	
    width: 100%;
    height: auto;

}
#news-container{
	max-width:1320px;
}
#news-single-left{
	background:white;
	margin: 0 auto;
    margin-bottom: 50px;
	display: block;
    float: left;
}
#news-img  {
    width: 100%;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.page-id-10092 .banner{
    display: none;
}

/* ====================================================================================================================
 * HOMEPAGE
 * ====================================================================================================================*/
.history {
    background: white;
    color: black;
    padding: 40px 0 60px 0;
}
#col .first.column ul {
	height:410px;
}


.global-office ul {
}
#col .first.column  {
	padding-bottom:0px;

}
#col .first.column ul {
	padding-bottom:0px;
	padding-left: 35px;
}
#col .first.column h2 {
	padding-left: 35px;
}
.global-office h2:nth-child(2) {
    margin-top:25px;
}



#col {
 float: none;

}
#check_14 {
	
}
 .global-office ul {
    margin: 0px 0px 0px 0 !important;
    list-style-type: none;
}
.global-office ul li {
    max-width: 140px;
}
.row-office {
	background: url(assets/img/map.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #efefef;
    padding: 60px 0 60px 0;
}
.row-office h1 {
	margin-bottom:40px;
	font-weight:bold;
	
}
#third_block,#first_block {
    padding: 0px 15px 0 15px;
}
.user-adress{
	padding-top:6px;
	line-height:1.4 !important;
	margin-bottom:9px !Important;
}
.global-office{
	max-width:1090px;
	margin:0 auto;
}
.global-office a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: blink;
    line-height: 2;
    color:#002654;
	list-style-type:none;
}
.global-office a:hover {
    font-size: 16px;
    font-weight: 400;
    text-decoration: blink;
    line-height: 2;
    color:#3b7ddf;
	list-style-type:none;
}
.klasica div:nth-child(4){
	margin-top: 41px;
	
}
.klasica .column h2:nth-child(4) {
	padding: 20px 0 0px 0;
		
}

.global-office h2 {
	font-size:16px;
	color: #888888;
	margin-top: 15px;
    font-weight: bold;
}
.global-office ul {
    margin: 0px 0 28px 0;
	list-style-type: none;
}
.help-inner  {
    max-width: 1300px;
    margin: 0 auto;
}
.help-inner h1  {
    margin-bottom: 30px;
	font-weight: bold;
}
.help-inner p{
	line-height:1.7;
}
#network {
    padding: 65px 90px 0px 0px;
}
#social {
    padding: 50px 0px 0px 90px;
}
.succeed {
    margin-bottom: 95px;
	
}
.succeed h1  {
    font-weight: bold;
    color: #000000; 
	margin-bottom: 40px;
}
#history {
    max-width: 1030px;
    text-align: center;
}
.no-padding {
	padding-left:0 !important;
	padding-right:0 !important;
}
.social{
	background: white;
}
.network{
	background: #efefef;
}

.wwd-right p {
	line-height:1.7;
}
.marginiraj {
    margin-right: 15px;
}
.btn-pdf{
    width: 100%;
    margin: 0;
    border-radius: 0 !iMPORTANT;
    padding: 0 !important;
    border: 0 !IMPORTANT;
}
/* Home Page Twitter */
#twitter-3, #twitter-2, #twitter-1 {
    float: right;
    width: 49.5%;
    margin-top: 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#twitter-3 h3, #twitter-2 h3, #twitter-1 h3 {
    letter-spacing: normal;
    margin-bottom: 20px;
}

/* Twitter icons */

.twitters li .intent-meta a {
    display: inline-block;
    line-height: 0;
    font-size: 0;
    color: transparent;
    margin-bottom: 15px;
    margin-right: 40px;
}

.twitters li .intent-meta a.in-reply-to {
    background: url('assets/img/icon-sprite.png') 0 -588px no-repeat;
    width: 19px;
    height: 13px;
}

.twitters li .intent-meta a.retweet {
    background: url('assets/img/icon-sprite.png') 0 -601px no-repeat;
    width: 21px;
    height: 13px;
}

.twitters li .intent-meta a.favorite {
    background: url('assets/img/icon-sprite.png') 0 -614px no-repeat;
    width: 16px;
    height: 15px;
}
.twitters ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.twitterwidget-title{
    display: none;
}
.intent-meta {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* ====================================================================================================================
 * WHAT WE DO	
 * ====================================================================================================================*/
 
.widget-woof {
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
}
.chosen-container-single .chosen-single {
    height: 35px !important;
    line-height: 36px !important;
	border-radius: 0;
    background: white;
    color: #999;
}
.chosen-container-single .chosen-single div b {
	background: url(assets/img/select-arrow.png) center no-repeat;
    display: block;
    width: 36px;
    height: 37px;
    position: absolute;
    right: -1px;
    top: -4px;
}
.woof_products_top_panel{
    display: block;
    max-width: 80%;
    margin: 0 auto;
	display:none !important;
}
.woof_products_top_panel li {
    float: left;
    margin: 0px 15px 0px 0 !important;
    list-style: none !important;
    background: #fbba00;
    border: 1px solid #002654;
    color: white;
}
button.woof_reset_search_form{
    float: none !Important;
    margin: 0 auto !Important;
    display: block !Important;
}
 .tax-product_cat .content {
    padding: 190px 0 0px 0;
}
.single-project .right-sidebar.sidebar-list .item .img {
    min-height: 100%;
    max-height: 174px;
}
.wwd-left{
    border-right: 1px solid gainsboro;
    padding-right: 75px !important;
}
.wwd-right{
    padding-left: 100px !important;
	
}
.wwd-right ul {
	padding-left: 18px;
}
.wwd-right li  {
    padding-left: 5px;
	font-size:18px;
}
.wwd-right h3 {
	font-size:18px;
	font-weight:bold;
}
.wwd-right h1{
	margin-bottom:30px;
}
#wwd-list li {
	list-style-type:none;
    background: url('assets/img/bullet.png');
	background-position: 0;
	background-repeat:no-repeat;
}
#wwd-list li:hover {
	list-style-type:none;
    background: url('assets/img/bulleth.png');
	background-position: 0;
	background-repeat:no-repeat;
}

#wwd-list li {
    padding-left: 15px;
    font-size: 18px;
    line-height: 3;
}
#wwd-list ul  {
    padding-left: 0px;
}

#wwd-list a {
	padding-left:40px;
	color: #002654;
}
#wwd-list a:hover {
	text-decoration:none;
	padding-left:40px;
	color: #3b7ddf;
}
.wwd-row  {
    max-width: 1300px;
    margin: 0 auto;
}

.sidebar-row {
    background: #efefef;
    padding: 65px 0 65px 0;
	margin-top: 60px;
    margin-bottom: 60px;
}
.slide-inner  {
    max-width: 1300px;
    margin: 0 auto;
}
.nav-contain h1 {
	display: block;
    float: left;
    margin-right: 15px;
	margin-left:30px;
    margin-top: 0;
	font-weight:bold;
	margin-bottom:30px;
}
.nav-contain .flex-direction-nav {
    padding-top: 8px;
}
#all-projects {
    float: right;
    margin-right: 30px;
}
.map-video  {
    max-width: 1300px;
    margin: 0 auto;
	margin-bottom:60px;
}
.single-services footer{
    background-color: #eeeeee;
    padding: 48px 0 58px 0;
    margin-top: 50px;
}
.page-template-whatwedo footer {
    background-color: #eeeeee;
    padding: 48px 0 58px 0;
    margin-top: 90px;
}
.woocommerce-page{
	background-color: #eeeeee;
}
.woocommerce-page .content-area{
    padding-top: 105px;
	margin-bottom: 55px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 0px solid #d3ced2;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fbba00;
    z-index: 2;
    border-bottom-color: #fff;
    border: 0px solid #223966;
    border-radius: 0;
    color: #223966;
    text-transform: uppercase;
    margin-right: 10px;
	
}
#tab-title-reviews{
	margin-left:10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 0em;
    margin: 0 0 0;
    overflow: hidden;
    position: relative;
}
.rel {
    text-align: center;
    border-bottom: 2px solid #223966;
    margin-left: 30px;
    margin-right: 60px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 5px;
}
.post-type-archive-product .banner {
    min-height: 77px;
padding: 130px 0 20px 0;
}
.woocommerce-message {
    border-top-color: #002654;
    max-width: 1000px;
    margin: auto;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
    border-radius: 0;
    color: white;
    background: #002654;
}
.woocommerce-cart .featured-image, .woocommerce-checkout .featured-image{
	display:none;
}
.woocommerce-cart .page-def, .woocommerce-checkout .page-def {
    background: white !important;
    padding: 32px 30px 30px 30px !important;
    margin-bottom: 25px;
    max-width: 1000px;
    margin: auto;
}
.single .woocommerce ul.products li.product .woocommerce-loop-category__title, .single .woocommerce ul.products li.product .woocommerce-loop-product__title, .single .woocommerce ul.products li.product h3 {
    padding: 21px;
    margin: 0;
    font-size: 18px;
    color: #002654;
    background: #eeeeee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 0;
    border-width: 0 0px 0px 0;
    -webkit-box-shadow: 0px 0px 0 #ebe9eb;
    box-shadow: 0px 0px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 0px;
    height: 0px;
    content: ' ';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #223966;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
    color: white;
    border-radius: 0;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.woocommerce div.product {
    margin-bottom: 26px;
    position: relative;
    background: white;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 240px;
    border: 1px gray solid;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 24px;
    color: #223966;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 1.25em;
    font-weight: 700;
    color: #002654;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #223966;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    width: 100%;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #fbba00;
    color: #fff;
}
.quant{
    float: left;
    font-weight: 900;
    font-size: 17px;
	line-height: 3;
}
.woocommerce .quantity .qty {
    width: 50px;
    text-align: center;
    border: 1px dashed;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    background: #eeeeee;
    padding: 5px;
    font-size: 17px;
    padding-left: 13px;
    margin-top: 10px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 55%;
    clear: none;
    font-size: 18px;
    margin: 0 auto;
    float: left;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 39%;
}
.single-publication {
    background: #eeeeee;
}
.single-resources {
    background: #eeeeee;
}
.single-publication .attachment-post-thumbnail {
    
    border: 2px solid #595353;
}
.publication-inner {
    max-width: 1270px;
    margin: 0 auto;
}
.main{
    background: white;
    padding: 35px 45px 35px 45px;
    margin: 25px 0px 35px 0px;
}
.user-meta {
    background: white;
	padding: 35px 45px 35px 45px;
	margin-bottom:45px;
}
.left-pub {
	padding-left:45px !Important;
}
#prvi-pub {
	
	padding-right: 100px;
}
.marginiraj {
    margin-left: 15px;
}
.left-pub h1 {
	font-weight:bold;
}
.pub-email {
    margin-left: 20px;
}

#tickets-packages-2{
    max-width: 1300px;
    margin: 0 auto;
}
.item-title a{
    color: #002654;
    text-decoration: none;
    font-size: 26px;
}
.item-title a:focus,.item-title a:hover {
    color:#3b7ddf;
    text-decoration: none;
    font-size: 26px;
}
.item-title h1{
	margin-top:0px;
}
a.item-date,a.item-date:hover{
	font-size:15px;
}
.item-news {
    border-right: 1px solid gainsboro;
	padding-right:120px !important;
	}
.item-news:last-child {
	padding-right:0px !Important;
	padding-left:120px;
    border-right: 0px solid gainsboro;
}
.item-events h1{
	font-size:26px;
	font-weight:bold;
}
h1#event-title:hover {
	font-size:26px;
	font-weight:bold;
	color:#3b7ddf;
}
h1#news-title {
	font-size:18px;
	font-weight:bold;
	
}
h1#event-title:hover {
	font-size:18px;
	font-weight:bold;
	color:#3b7ddf;
}

.item-events p{
	font-size:16px;
	line-height: 1;
	color:#333333;
}
.item-events{
	margin-bottom:20px;
}
.events-list{
    padding-right: 60px !Important;
    border-right: 1px solid gainsboro;
}
.twitters{
    padding-left: 90px !Important;
    
}
.twitters h1{
    font-weight:bold;
    
}
.post-type-archive-news footer{
    background-color: #eeeeee;
    padding: 48px 0 58px 0;
    margin-top: 50px;
}
.page-template-archive-news footer{
    background-color: #eeeeee;
    padding: 48px 0 58px 0;
    margin-top: 50px;
}
.page-template-template-publications{
	background-color: #eeeeee;
	padding-bottom:50px;
}
.page-template-template-resources{
	background-color: #eeeeee;
	padding-bottom:50px;
}
.single-project{
	background-color: #eeeeee;
}

.page-template-template-projects{
    background: #efefef;
}
.page-template-template-projects footer {
    margin-top: 50px;

}
.single-project footer{
    background-color: white;
    padding: 48px 0 58px 0;
    margin-top: 50px;
}
.project-single .content, .single-project .content {
    padding: 120px 0 25px 0;
}
.resources-single .content, .single-resources .content {
    padding: 140px 0 25px 0;
}
#backpr{
	margin-bottom:26px;
}
#btnp{
    padding-bottom: 50px;
}
.sidebar-list .item .description .location span {
    font-size: 15px;
    color: #333333;
}
.text  {
    width: 90%;
}
.featured{
	max-width:1400px !important;
}
.news-events{
	background-color: #eeeeee;
}
.news-events-inner{
	max-width:1300px;
	margin:0 auto;
	}
	

.single-events .content,.single-news .content {
    padding: 0px 0 0px 0;
}
#en-left{
    background: white;
    padding: 0 0 0 0;
    max-width: 938px;
    margin: 0 auto;
	margin-bottom:50px;
}

.event-content{
	padding-left:30px;
	padding-right:30px;
	padding-bottom: 50px;
}
.elocation {
    border-bottom: 1.5px solid #e1e1e1;
    padding-bottom: 20px;
}

#news-content p {
	font-size:15px;
}
.btnev{
	margin-top:30px;
}
#erecent {
    font-size: 26px;
    margin-left: 15px;
    margin-bottom: 20px;
    font-weight: bold;
	margin-top:0px;
}
.eback{
    margin: 20px 0 15px 0;
}

.publication-category-select {
    max-width: 300px;
    float: none !Important;
}
.contact-row {
    max-width: 1300px;
    margin: 0 auto;
}
.adress{
    padding-bottom: 120px;
    float: left;
	margin-right: 34px;
}
.adressb{
    
	margin-right: 34px;
}
#francesucceed {
    margin-bottom: 50px;
    margin-top: 50px;
}
.contactus {
    margin-top: 0;
	margin-bottom:20px;
	font-weight: bold;
}
#contact-details p{
    line-height: 1.74;
}
#btnc{
	margin-top:20px;
}
#mapaa.acf-map,#mapaa2.acf-map {
    width: 100%;
    height: 290px;
    border: #ccc solid 1px;
    margin: 71px 0 0 0;
}
#mapaa2 {
    padding-left: 0 !important;
}
.img-con{
    max-height: 190px;
}
h1.bigi{
	font-size: 30px !important;
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 30px;
}
.lessmore {
    margin-right: 15px !important;
}

.left img {
    height: 190px;
    width: 100%;
	max-width: 140px;
}
.right {
    float: left;
    padding: 43px 10px 10px 25px;
    width: calc(100% - 172px);
}
h1.cons-name{
    float: left;
    text-align: left;
    margin: 0;
    width: 100%;
}
.head-con {
    width: 100%;
    position: relative;
    display: block;
    height: 66px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}
.main-contact{
    max-width: 1270px;
    margin: 0 auto;
    background: white;
    margin-bottom: 60px;
    padding: 30px 30px 30px 50px;
}
#backcon {
    max-width: 1270px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.single-office .content, .single-news .content,.single-events .content,.single-publication .content {
    padding: 135px 0 0px 0;
	background: #eeeeee;
}
.img-blocks {
    margin-top: 12px;
}
.withus {
    border-top: 1px solid gainsboro;
    padding-top: 40px;
	margin-top: 60px;
}
.withusp p{
    line-height:2;
}
.withusp a,.contact-group a{
    color:#3b7ddf;
}
.withusp a:hover,.contact-group a:hover{
    color:#3b7ddf;
	text-decoration:none;
}
.withusp{
	margin-bottom:50px;
}

.office-group  {
    max-width: 350px;
    display: block;
    height: 100%;
    position: relative;
}
.adresa{
    
	text-align:left;
}
.office-box{
    max-width: 555px;
}


.single-office{
	background:#efefef;
}
.author{
	background:#efefef;
}
p.office-author {
	margin-bottom: -10px;
	
}
p.office-author:last-child {
	margin-bottom: 0px;
	
}
.userabout h1{
	font-size:26px;
	font-weight:bold;
}
.userabout li {
    font-size: 18px;
    line-height: 2;
    margin-left: 18px;
    padding-left: 18px;
}
#printbutton{
	margin-top:15px;
	margin-bottom:35px;
}
#backtouser{ max-width: 1270px;
    margin: 0 auto;
    margin-bottom: 25px;}
#backtouser a{
	color:white;
}
.main-author {
    max-width: 1270px;
    margin: 0 auto;
    background: white;
    margin-bottom: 60px;
    padding: 50px 40px 50px 50px;
}

.plavi-btn {
  height: 20px;
  color: #fff;
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  line-height: 32px;
  font-size: 16px;
  min-width: 208px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  background-clip: padding-box;
}
figure img {
    width: 100%;
} 
.plavi-btn a{
  color:white;
  text-decoration:none;
}
.plavi-btn a:hover{
  color:white;
  text-decoration:none;
}

.plavi-btn.blue {
  background-color: #002654;
  border: 1px solid #002654;
}

.plavi-btn.blue:hover {
  background-color: #3b7ddf;
  border: 1px solid #3b7ddf;
}
.page-template-template-pdf {
    background-color: #eeeeee;
    padding-bottom: 50px;
}
#cc {
    margin-bottom: 16px;
}
span#contactss a {
	color: #3b7ddf;
}
.plavi-btn:focus {
  outline: 0;
}

.plavi-btn:active {
  outline: 0;
  background-color: #fabb22;
  border: 1px solid #fabb22;
}

.plavi-btn:active:hover {
  background-color: #fabb22;
  border: 1px solid #fabb22;
} 
.sidebar-rowx{
    padding: 0;
    margin-top: 40px;
}

.users p{
	color:#333333;
	font-size:15px;
}
.users h1{
	color:#002654;
	margin-top:0px;
	font-size:20px;
	font-weight:bold;
}
.users a{
	color:#002654;
	
	
}
.user{
	background:white;
	height:190px;
	width:425px;
	margin-left: 1px !important;
}
#user-outer{
	
	
}

.gray-background {
	padding: 55px 0 0px 0;
    background: #eeeeee;
	margin-bottom: 55px;
	margin-top: -55px;
}

.new-news .item-newss .description  {
    background: white;
    height: 100%;
    padding: 40px 20px 40px 20px;
	display:block;
	float:left;
}
.readn-btn {
    display: block;
    width: 100%;
    float: left;
	position:relative;
}
a#news-read-more{
	display: block;
    float: left;
    position: relative;
    line-height: 30px;
    color: #002654;
    font-size: 17px;
}
a#news-read-more:before {
	content:'';
    padding-left: 44px;
    color: #002654;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    font-size: 16px;
    background: url(assets/img/blue-back-btn.png) center right no-repeat;
    float: left;
    -webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
background-position-x: center;
background-position-y: center;
}
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.new-news .category a {
    color: #002654;
}
.new-news .sidebar-list .item .description .category a {
    font-size: 15px;
    color: #002654;
    font-weight: 400;
}
.moret {
    color: white;
    position: relative;
    top: -32px;
}
.new-news a.item-date {
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: 21px;
    display: block;
    color: black;
	font-weight: 400;
}

#com-sidebar .item .img {
    min-height: 174px;
    max-height: 185px;
}
#nside {
	margin-top:5px;
}
.left {
    float: left;
    height: 190px;   
	max-width: 170px;
    
}
.right  {
    float: left;
    padding: 43px;
    width: calc(100% - 172px);
}
.flexslider .slides img {
    height: inherit !important;
    -moz-user-select: none;
}
.kolona {
    height: 300px;
}

.global-officex{
	max-width:1000px;
	margin: 0 auto;
}
.global-officex h2{
	font-size:26px;
	font-weight:bold;
	color:1b1b1b;
}
.global-officex li{
	list-style-type:none;
	font-size:18px;
	color: #002654;
}
.office-map {
    width: 100%;
    height: 300px !important;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.armin:nth-of-type(even){
    background: #efefef;
	    padding: 40px 0 15px 0;
  }
  .armin:nth-of-type(odd){
    background: white;
	    padding: 40px 0 15px 0;
  }

  .page-template-template-offices footer{
	  background: white;
  }
  .page-template-template-offices .content {
	  padding: 0px 0 0px 0;
}

.attachment-post-thumbnail {
    width: 100%;
    height: auto;
}

.video-service h1 {

    margin-bottom: 20px;

}
#smap {
    padding-right: 80px;
}
.smap {
	height:360px !important;
}

/**Navgacija**/
.navbar {  
    min-height: 118px ;
    border: 0px solid transparent;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 88px;
    

}
.navbar-brand img {
    height: auto;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #002654;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #3b7ddf;
    background-color: transparent;
}
.navbar-nav>li{
    display: inline-block;
    padding: 0 25px;
}
.navbar-default {
    background-color: white;
    border-color: red;
}
.navbar-toggle {
    position: relative;
    width: 65px;
    height: 65px;
    float: right;
    padding-left: 22px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    background: #223966;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.container-nav {
    width: 100%;
	
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #223966;
}

.extra_content {
    display: block;
  }
  #read_more {
    display: none;
  }
  .read_more{
	  display:none;
  }
  .btn-offices  {
	  display:none;
    margin-bottom: 25px;
}

.admin-bar .navbar-fixed-top {
	top:32px;
	}

@media screen and (max-width:782px) {
.admin-bar .navbar-fixed-top{
	top:46px; 
	}

	}
	
	
.user-bg {
	height: 190px;
	margin-bottom: 15px;
}
.left {
    float: left;
    height: 190px;
    max-width: 170px;
    
	background: white;
}
.right{
	width:60%;
	background: white;
    height: 190px;
}
.author .content {
    padding: 144px 0 0px 0;
}

.publication-btns{
	margin-top:35px;
}
.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 18% !important;
    padding-right: 16px;
    margin-bottom: 16px;
    font-size: 19px !important;
    color: #7c7b7b !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 9px 12px;
    letter-spacing: normal;
    font-size: 17px !important;
    border: 2px solid #cacaca !important;
}

.subscribe-intro p {
    color: gray;
    font-weight: bold;
    margin-bottom: 35px;
}
.error-template {padding: 140px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    background: #002654;
    color: white;
    padding: 8px 30px 8px 30px !IMPORTANT;
    border: 0 !IMPORTANT;
    border-radius: 24px !IMPORTANT;
    font-size: 18px !IMPORTANT;
}

.navbar.shrink {
  height:55px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.navbar {
	-webkit-box-shadow: 0 1px 3px rgba(77,72,69,0.2), 0 6px 10px rgba(77,72,69,0.15);
    box-shadow: 0 1px 3px rgba(77,72,69,0.2), 0 6px 10px rgba(77,72,69,0.15);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.navbar.shrink {
  position:fixed;
  clear:both!important;
  width:100%;
  height:55px!important;
  max-height:55px!important;
  min-height:50px!important;
  z-index:999999999;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  
  -webkit-box-shadow: 0 1px 3px rgba(77,72,69,0.2), 0 6px 10px rgba(77,72,69,0.15);
    box-shadow: 0 1px 3px rgba(77,72,69,0.2), 0 6px 10px rgba(77,72,69,0.15);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.navbar-nav2.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 35px;
	 transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.navbar-nav>li>a {
	 transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.nav-logosmal.navbar-brand img {
	width:100px;
    height: 38px;
    max-height: 38px;
    margin-top: -6px;
	transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.navbar-brand img {
    width:293px;
    height: auto;
	transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.shrink .search-input-wrapper .trigger-btn {
    display: inline-block;
    float: right;
    height: 55px;
    width: 43px;
    background-color: #002654;
    position: relative;
    -webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    background-clip: padding-box;
	transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
	
}
.shrink .search-input-wrapper .input-wrap {
    margin-top: 5px;
    display: inline-block;
    float: right;
    border-left: 1px solid #3b7ddf;
    height: 40px;
    
    text-align: left;
    
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.page-template-default .content {
    padding: 55px 0 0px 0;
    background: #efefef;
}
.page-template-default footer {
	margin-top:55px;
}
.page-def  {
    background: white;
    padding: 45px 55px 45px 55px;
	margin-bottom: 55px;
}
.woocommerce-page .page-def  {
    background: transparent;
    padding: 20px 0px 25px 0px;
	margin-bottom: 25px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 0% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 25%;
    margin-left: 0;
    background: transparent;
	padding-left:15px;
	padding-right:15px;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 0;
    background: #002654;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 21px;
    margin: 0;
    font-size: 18px;
    color: #002654;
	background:white;
	min-height: 99px;
}

.woocommerce ul.products li.product .button {
    margin-top: 0px;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 0;
    background: #002654;
}
.woocommerce ul.products li.product .price {
    color: #002654;
    display: block; 
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 21px;
    text-align: center;
    background: white;
	    padding-bottom: 21px;
}
.woocommerce-result-count, .woocommerce-ordering{
	display:none;
}
.page-def  ul {
    margin: 0;
    padding: 5px 5px 10px 20px;
}
.imgwrapp{
	overflow: hidden;
    max-height: 160px;
}
.nap:nth-of-type(even){
    background: #efefef;
	    padding: 40px 0 15px 0;
  }
  .nap:nth-of-type(odd){
    background: white;
	    padding: 40px 0 15px 0;
  }
 .netw-img{
	 max-height:290px;
	 overflow: hidden;
 }
ul.napul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.page-template-template-paddle .events-list {
    padding-right: 60px !Important;
    border-right: 0px solid gainsboro;
}
#nap1 {
    padding: 0px 0 15px 0;
}
.page-template-template-paddle footer {
    background-color: #efefef;
    padding: 48px 0 58px 0;
}
.error404 footer {
    background-color: #efefef;
    padding: 48px 0 58px 0;
}
#btn-404{
    background: #0a2d49;
}
#searchmodal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#searchmodal.modal {
  text-align: center;
  padding: 0!important;
}

#searchmodal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}


.search-results footer {
    background-color: #efefef;
    padding: 48px 0 58px 0;
	margin-top:50px;
}

.search-term {
    text-transform: capitalize;
    color: #fbbf13;
    font-size: 23px;
    border-bottom: solid #fbba00;
}
.search-title{
    color: #002654;
    font-size: 25px;
    font-weight: 500;
}
.search-t{
	font-size:22px;
}

.search-entry p{
	font-size:16px;
}

.img-blog{
	padding-top:50px;
}
h1.title-blog a{
	color:black;
}

.postid-11963 .featured-image .main-title h1 {
	color: #002654!important;
}

.postid-11963 .featured-image .main-title a {
	color: #002654!important;
}

.postid-11963 .featured-image .main-title {
	color: #002654!important;
}

.blogovi:nth-of-type(even){
    background: #efefef;
	padding: 0 0 50px 0px;
	    
  }
  .blogovi:nth-of-type(odd){
    background: white;
	padding: 0 0 50px 0px;
  }
  .page-template-archive-blog .content {
    padding: 15px 0 0px 0;
}
.single-blog .content {
    padding: 115px 0 0px 0;
}
.news-subs {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
}
h1.title-blog a {
    color: black;
}
.navbar-right {
    float: right!important;
    margin-right: 73px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #343457;
    white-space: nowrap;
    font-size: 15px;
    border-bottom: 1px solid #ededed;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: -30px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #17335b;
    background-color: white;
}

.page-template-template-publications .corporatepubs .main-title {
  display: none;
}

.page-template-contact .corporatecontact .main-title {
  display: none;
}


@media (max-width: 1200px) { 
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media (max-width: 1200px) {
	.navbar-header {
		float: none; 
		} 
		.navbar-left,.navbar-right {
			float: none !important;
			}
			.navbar-toggle {
				display: block;
				}
				.navbar-collapse {
					border-top: 1px solid transparent;
					box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
					} 
					.navbar-fixed-top { 
					top: 0; border-width: 0 0 1px;
					} 
					.navbar-collapse.collapse {
						display: none!important; 
						}
						.navbar-nav {
							float: none!important;
							margin-top: 7.5px; 
							}
							.navbar-nav>li { 
							float: none;
							}
							.navbar-nav>li>a { 
							padding-top: 10px;
							padding-bottom: 10px; 
							} 
							.collapse.in{
								display:block !important;
								background: white;
								} 
								form.search-form{
									display:none;
									}
.container-nav {
    width: 100%;
	 background: white;
}
.shrink .search-input-wrapper .trigger-btn {
    height: 64px;
    width: 43px;
    
}
.search-input-wrapper .trigger-btn {
    height: 64px;
    width: 43px;
    
}
.search-input-wrapper {
    display: inline-block;
    float: right;
    margin: 0 18px 0 10px;
    max-height: 64px;
	position: relative;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 20px;
}
.search-input-wrapper .input-wrap {
    margin-top: 10px;
}s
.navbar-brand {
    float: left;
    height: 65px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}

.wwd-left {
    border-right: 0px solid gainsboro;
    padding-right: 0px !important;
}
.wwd-right {
    padding-left: 30px !important;
}
#network {
    padding: 25px 15px 0px 15px;
}
#social {
    padding: 25px 15px 0px 15px;
}
.extra_content {
    display: none;
  }
  #read_more {
    display: block;
	margin-bottom: 25px;
	margin-left: auto;
    margin-right: auto;
  }
  
  .btn-offices  {
	  display:block;
    margin-bottom: 25px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.navbar-nav>li {
    display: block;
    padding: 0 0px;
}
.plavi-btn.blue {
    background-color: #002654;
    border: 1px solid #002654;
    margin-bottom: 5px;
}

}
@media print {
  a[href]:after {
    content: none !important;
  }
}
.gform_wrapper .left_label div.ginput_complex {
    
    margin-left: 18% !important;
}
ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 18% !important;
}
.ginput_complex .ginput_container .no_prefix .has_first_name .no_middle_name .has_last_name no_suffix .gf_name_has_2 .ginput_container_name .gfield_trigger_change{
    width: calc(70% + 15px);
    margin-left: 18% !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation:landscape) {
	#com-sidebar img{
		max-height: 100%;
	}
    .col-xsl-6{ 
	width: 50%;
	float: left;
	}
	.marginiraj {
    margin-left: 15px; 
}
	 .right-sidebar.sidebar-list .item .img2 {
    max-height: 120px;
    overflow: hidden;
}
.right-sidebar.sidebar-list .item .img {
    max-height: 120px;
    overflow: hidden;
}

.search-input-wrapper {
    display: block;
    float: right;
    margin: 0 10px 0 5px;
    max-height: 60px;
}
.search-input-wrapper .trigger-btn {
    display: inline-block;
    float: right;
    height: 65px;
    width: 43px;
    background-color: #002654;
    position: relative;
    -webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    background-clip: padding-box;
}
.search-input-wrapper .input-wrap {
    margin-top: 0px;
    display: inline-block;
    float: right;
    border-left: 1px solid #3b7ddf;
    height: 64px;
    width: 38px;
    text-align: left;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.search-input-wrapper .input-wrap input {
    height: 64px;
    line-height: 40px;
    padding: 0 15px;
    border: 0;
    color: #3b7ddf;
    font-size: 16px;
    width: 100%;
}
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	#news-content img {
    vertical-align: middle;
    width: 100%;
}
#news-single-left {
    background: transparent;
    float: inherit;
}
#news-content{
	background:white;
}
.navbar-brand img {
    height: 25px;
    margin: 10px 2px 4px 10px;
}
	.marginiraj {
    margin-left: 0px; 
}
	.navbar-brand img {
		width:auto;
	}
	.search-input-wrapper .input-wrap {
		
    margin-top: 0px;
    display: inline-block;
    float: right;
    border-left: 1px solid #3b7ddf;
    height: 40px;
    width: 38px;
    text-align: left;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.search-input-wrapper .trigger-btn {
    display: inline-block;
    float: right;
    height: 65px;
    width: 43px;
    background-color: #002654;
    position: relative;
    -webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    background-clip: padding-box;
}
	
	.left {
    float: left;
    height: 190px;
    max-width: 170px;
    width: 39%;
}
.right{
	width:60%;
}
	.h1, h1 {
    font-size: 25px;
}
	.twitters {
    padding-left: 15px !Important;
}
.page-template-archive-news .nav-contain {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.page-template-archive-news #all-projects {
    float: none;
    margin-right: 30px;
}
.page-template-archive-news.sidebar-row {
    background: #efefef;
    padding: 20px 0 20px 0;
    margin-top: 40px;
    margin-bottom: 20px;
}
.page-template-archive-news.right-sidebar.sidebar-list .item .img img {
    height: 100%;
    width:100%;
}
.publication-category-select {
    max-width: 500px;
    float: right !Important;
}
.pub-buton {
    text-align: center;
    margin-bottom: 15px;
}
.events-list {
    padding-right: 60px !Important;
    border-right: 1px solid white;
}

.item-news:last-child {
    padding-right: 0px !Important;
    padding-left: 0px;
    border-top: 1px solid gainsboro;
    margin-top: 15px;
    padding-top: 15px;
}
.item-news {
    border-right: 0px solid gainsboro;
    padding-right: 0px !important;
}
.nav-contain h1 {
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 30px;
    margin-top: 14px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 17px;
}
	.content {
    padding: 10px 0 0px 0;
}
.list-content-page h2 {
    margin-bottom: 0px;
    font-size: 25px;
}
.kolona {
    height: auto;
}
	.navbar-brand img {
    height: 38px;
}
.featured-image .main-title h1 {
    color: white;
    font-size: 19px;
}
.featured-image .main-title a {
    font-size: 17px;
    line-height: 0;
}
.banner p {
    color: #fff;
    margin: 0;
    font-size: 17px;
}
.navbar {
    min-height: 65px;
    border: 0px solid transparent;
}
.right-sidebar.sidebar-list .item .img img {
    height: 100%;
    width: 100%;
}
#smap {
    padding-right: 15px;
}
.nav-contain {
    width: 100%;
	text-align: center;
    margin-bottom: 15px;
}
#all-projects {
    float: left;
    margin-left: 30px;
}
.sidebar-row {
    background: #efefef;
    padding: 15px 0 15px 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.project-single .content, .single-project .content {
    padding: 55px 0 25px 0;
}
.project-single article .article-content, .single-project article .article-content {
    background-color: #fff;
    padding: 40px 40px 14px 40px;
    margin-bottom: 25px;
}
.main-contact {
    max-width: 1270px;
    margin: 0 auto;
    background: white;
    margin-bottom: 30px;
    padding: 5px 10px 10px 15px;
}
.single-office .content, .single-news .content, .single-events .content, .single-publication .content {
    padding: 85px 0 0px 0;
}
.single-events .content,.single-news .content {
    padding: 64px 0 0px 0;
    
}
.news-events-inner {
    max-width: 1300px;
    margin: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
}
.event-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-top: 15px;
}
.author .content {
    padding: 88px 0 0px 0;
}
.left-pub {
    padding-left: 0px !Important;
    padding-top: 20px;
	padding-right:0px;

}
.succeed {
    margin-bottom: 15px;
}
#prvi-pub {
    padding-right: 0px;
}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
#news-content img {
    vertical-align: middle;
    width: 100%;
}
#news-single-left {
    background: transparent;
    float: inherit;
}
#news-content{
	background:white;
}
#com-sidebar .item .img{
		max-height: 100%;
	}
.marginiraj {
    margin-left: 0px; 
}
#prvi-pub {
    padding-right: 0px;
}
.navbar-brand img {
	width:auto;
}
.succeed {
    margin-bottom: 15px;
}
.extra_content {
    display: block;
  }
  #read_more {
    display: none;
  }
  .read_more{
	  display:none;
  }
.list-category .item .img, .sidebar-list .item .img {
    overflow: hidden;
    max-height: 120px;
}
.list-category .item .img, .sidebar-list .item .img2 {
    overflow: hidden;
    max-height: 120px;
}
.left-pub {
    padding-left: 0px !Important;
    padding-top: 20px;
}
.h1, h1 {
    font-size: 25px;
}
.author .content {
    padding: 88px 0 0px 0;
}
.event-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-top: 15px;
}
.news-events-inner {
    max-width: 1300px;
    margin: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
}

.main-contact {
    max-width: 1270px;
    margin: 0 auto;
    background: white;
    margin-bottom: 30px;
    padding: 5px 10px 10px 15px;
}
.single-office .content, .single-news .content, .single-events .content, .single-publication .content {
    padding: 85px 0 0px 0;
}
.project-single .content, .single-project .content {
    padding: 55px 0 25px 0;
}
.single-events .content, .single-news .content {
    padding: 64px 0 0px 0;
    
}
.project-single article .article-content, .single-project article .article-content {
    background-color: #fff;
    padding: 40px 40px 14px 40px;
    margin-bottom: 25px;
}
.sidebar-row {
    background: #efefef;
    padding: 15px 0 15px 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
#smap {
    padding-right: 15px;
}
.publication-category-select {
    max-width: 100%;
    float: right !Important;
}
.pub-buton {
    text-align: center;
    margin-bottom: 15px;
}
.item-news:last-child {
    padding-right: 0px !Important;
    padding-left: 0px;
    border-top: 1px solid gainsboro;
    margin-top: 15px;
    padding-top: 15px;
}
.item-news {
    border-right: 0px solid gainsboro;
    padding-right: 0px !important;
}
.nav-contain h1 {
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 30px;
    margin-top: 14px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 17px;
}
.content {
    padding: 10px 0 0px 0;
}
.list-content-page h2 {
    margin-bottom: 0px;
    font-size: 25px;
}
.featured-image .main-title h1 {
    color: white;
    font-size: 19px;
}
.featured-image .main-title a {
    font-size: 17px;
    line-height: 0;
}
.banner p {
    color: #fff;
    margin: 0;
    font-size: 17px;
}
.navbar-brand img {
    height: 38px;
}
.navbar {
    min-height: 65px;
    border: 0px solid transparent;
}
.right-sidebar.sidebar-list .item .img img {
    height: 100%;
    width: 100%;
}
.succeed {
    margin-bottom: 15px;
}
.nav-contain {
    width: 100%;
}
}

/**Medium devices (tablets, 768px and up)**/
@media (min-width: 768px) and (max-width: 991px) {
#news-content img {
    vertical-align: middle;
    width: 100%;
}
#news-single-left {
    background: transparent;
    float: inherit;
}
#news-content{
	background:white;
}
	#com-sidebar .item .img{
		max-height: 100%;
	}
	#all-projects {
    float: left;
    margin-right: 30px;
}
.nav-contain {
    width: 100%;
}
.succeed {
    margin-bottom: 15px;
}
	.right-sidebar.sidebar-list .item .img img {
    height: 100%;
    width: 100%;
}
	.publication-category-select {
    max-width: 100%;
    float: right !Important;
}
.pub-buton {
    text-align: center;
    margin-bottom: 15px;
}
	.navbar {
    min-height: 65px;
    border: 0px solid transparent;
}
.navbar-brand img {
    height: 38px;
	width:auto;
}
.navbar {
    min-height: 65px;
    border: 0px solid transparent;
}
.extra_content {
    display: block;
  }
  #read_more {
    display: none;
  }
  .read_more{
	  display:none;
  }
  .right-sidebar.sidebar-list .item .img2 {
    max-height: 120px;
    overflow: hidden;
}
.right-sidebar.sidebar-list .item .img {
    max-height: 120px;
    overflow: hidden;
}
.item-news:last-child {
    padding-right: 0px !Important;
    padding-left: 15px;
    border-right: 0px solid gainsboro;
}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
	.extra_content {
    display: block;
  }
  #read_more {
    display: none;
  }
  .read_more{
	  display:none;
  }
	.navbar {
    min-height: 65px;
    border: 0px solid transparent;
}
.navbar-brand img {
    height: 38px;
}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}


.succeed h2 {
    font-weight: bold;
    color: #000000;
    margin-bottom: 40px;
}
.help-inner h2 {
    margin-bottom: 30px;
    font-weight: bold;
}
.wwd-right h2 {
    margin-bottom: 30px;
}
.nav-contain h2 {
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 30px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 30px;
}

.item-events h3{
    font-size: 26px;
    font-weight: bold;
}
.item-title h3 {
    margin-top: 0px;
}

.row-office h2 {
    margin-bottom: 40px;
    font-weight: bold;
}

.global-office h2 {
    margin-bottom: 10px;
}

.users h2 {
    color: #002654;
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
}
h2.cons-name {
    float: left;
    text-align: left;
    margin: 0;
    width: 100%;
}

h3.cons-name {
    float: left;
    text-align: left;
    margin: 0;
    width: 100%;
}
h2.bigi {
    font-size: 30px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 30px;
}
.left-pub h2 {
    font-weight: bold;
}
.userabout h2 {
    font-size: 26px;
    font-weight: bold;
}
h2.title-blog a {
    color: black;
}
.item-events h2 {
    font-size: 26px;
    font-weight: bold;
}
.item-title h2 {
    margin-top: 0px;
}

.item-title h3 {
    margin-top: 0px;
}

.list-content-page h2 {
    margin-bottom: 0px;
    font-size: 25px;
}

}

.servicepubs {
  margin-top: 50px;
}

.servicepubs .pub img {
  width: 100%;
  height: auto;
}

.news-template-default img, p a img, img.size-full, #news-content p a img {
    width: 100%;
    height: auto;
}