h1, h2, h3, h4, h5 {
  font-weight: 500;
  margin: 0;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
figure {margin: 0; position: relative;}
p{line-height:1.8}
h1,h2,h3,h4 {font-family: 'Oswald', Arial, sans-serif;font-weight: 600;}
a {
  color: #00ACD8;
  text-decoration: none;
	outline:none;
	  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.22s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: underline
}
.icon em {text-indent: -9999px;display: none;}
header {
  padding-top: 0px;
    background: -moz-linear-gradient(top, rgba(28,47,110,1) 0%, rgba(28,47,110,0) 100%);
background: -webkit-linear-gradient(top, rgba(28,47,110,1) 0%,rgba(28,47,110,0) 100%);
background: linear-gradient(to bottom, rgba(28,47,110,1) 0%,rgba(28,47,110,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2f6e', endColorstr='#001c2f6e',GradientType=0 );
    position: absolute;
    top: 0;
    z-index: 1;
    min-width: 100%;
        min-height: 180px;
}
section{max-width: /*1480px*/100%; margin: 0 auto}
ol{padding-left: 13px;}
.gradient{
  background: #07a6d8; /* Old browsers */
background: -moz-linear-gradient(left, #07a6d8 0%, #4857a5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #07a6d8 0%,#4857a5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #07a6d8 0%,#4857a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07a6d8', endColorstr='#4857a5',GradientType=1 ); /* IE6-9 */
}
.logo {
  width: 220px;
  margin: 0 ;
  position: absolute;
  display: block;
  min-height: 48px;
  margin: 17px 0;
	float:left
}


.menu-top, .jezici, .menu-first, .menu-second, .menu-third {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
font-family: 'Titillium Web', Arial, sans-serif;
}

.menu-top li, .jezici li, .menu-first li, .menu-second li {
  display: inline;
}
.menu-third li {
  display: block;
}
.menu-top li a, .jezici li a {
  color: #00ACD8;
  font-size: 13px
}
.jezici li.current a {
  color: #fff;
  background-color: #00ACD8;

}
.menu-top li a.active, .menu-top li a:hover, .jezici li a.active, .jezici li a:hover {
  /*color: rgb(237, 63, 18);*/
  text-decoration: underline;
}
.menu-top li {
  margin-right: 10px
}
.menu-top li i {
  margin-right: 5px
}
.jezici li {
  text-transform: uppercase;
	display: table-cell;
    vertical-align: middle;
}
.menu-top {
  float: left;
  margin-top: 10px;
}
.jezici {
 float: right;
    margin: 0px 0px;

    height: 100%;
    font-family: 'Oswald', Arial, sans-serif;font-weight: 600; 
}
.jezici a {color: #C6C8CA; padding: 4px 10px; text-decoration: none !important}
.jezici a.active,.jezici a:hover  {color: #fff; background: #00ACD8; }
.menu-first  {
font-family: 'Oswald', Arial, sans-serif;font-weight: 600;
    position: relative;
    top: 24px;
    z-index: 10;
	float: left;
    width: 100%;
}

.menu-first > li > a {
  color: #fff;
  line-height: 1.2;
  padding: 16px 15px;
  display: table-cell;
  text-transform: uppercase;
  font-size: /*1.0625*/1rem;
  position: relative;
 text-align: center
}
.menu-first li {
     float: left;
  position: relative;
}
.menu-first > li > a:after {
  height: 20px;
  width: 1px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  content: "";
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0,0,0, 0)), color-stop(40%, rgba(0,0,0, 0.3)), color-stop(60%, rgba(0,0,0, 0.3)), color-stop(100%, rgba(0,0,0, 0)));
  background-image: -moz-linear-gradient(top, rgba(0,0,0, 0), rgba(0,0,0, 0.3) 50%, rgba(0,0,0, 0));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0, 0), rgba(0,0,0, 0.3) 50%, rgba(0,0,0, 0));
  background-image: linear-gradient(to top, rgba(0,0,0, 0), rgba(0,0,0, 0.3) 50%, rgba(0,0,0, 0));
}

.menu-first li.current a, 
.menu-first a:hover,
.menu-first a:active,
.menu-first li:hover a{
  color: #07A6D8;
  text-decoration: none;
}


.menu-second a {
  color: rgb(231, 232, 233);
  padding: 15px 25px 15px 0;
  display: table-cell;
}
.menu-second a.active, .menu-second a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.menu-third a {
  color: rgb(136, 138, 137);
  line-height: 1.2;
  padding: 10px 0px 10px 0;
  display: block;
  position: relative
}
.menu-third a.active, .menu-third a:hover {
  color: rgb(35, 31, 32);
  text-decoration: none;
  position: relative
}
.menu-third a.active:after {
  font-family: 'icomoon' !important;
  content: "\e901";
  position: absolute;
  right: 5px;
  color: rgb(237, 63, 18);
  font-size: 12px;
}
.nav-archive {
    border-bottom: 2px solid #4857A5;
    position: relative;
    float: left;
    margin: 25px 0;
}
.nav-archive .button {
    border: none;
    border-bottom: 2px solid #4857A5;
    float: left;
    margin: 0 0 -2px 0;
    padding: 10px 18px;
    font-size: 0.875rem;
}
.nav-archive .button:hover {border: none;border-bottom: 2px solid #4857A5;}
.obavijest {display: inline-block; width: 20%; color: #fff;line-height: 45px; padding-left: 15px;text-transform: uppercase; font-weight: 600;}
.vrtilica.slick-slider{line-height: 45px; font-size: 0.875rem;  height: 45px;background: #fff; display: inline-block; width: 80%;border-bottom-left-radius: 25px; padding-left: 30px;float: right;}
.obavijesti{position: absolute; top: -70px; background: rgba(7,166,216,0.9); padding: 0px 0; margin-bottom: -70px; width:calc(100% - 1.5rem);}
.section-title {color:#00ACD8; font-family: 'Oswald', Arial, sans-serif;font-weight: 600; text-align: center; padding: 20px 0; display: block; text-transform: uppercase; font-size: 1.6rem; position: relative}
.section-title:after {
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
}
.menu-bar-second {
  background: rgb(136, 137, 139)
}
.closeme {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #07A6D8;
    border-radius: 50%;
    position: absolute;
    padding: 0 9px;
    line-height: 29px;
    cursor: pointer;
    right: -15px;
    top: -15px;
    font-size: 22px;
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.homepage section[role="menubar"] {top:40%; position: relative; opacity: 0}
section.hp-footer { position: absolute; width: 100%; bottom: 10%;}
section.hp-footer .menu-top {
    display: table;
    width: 40%;
    text-align: center;
    opacity: 0;
}
section.hp-footer .jezici {opacity: 0;}
section.hp-footer .menu-top li {display: table-cell}
section.hp-footer .menu-top li a{
  color: rgb(255, 255, 255);
  font-size: 15px
}
section.hp-footer .menu-top li a.active,section.hp-footer .menu-top li a:hover {
  color: rgb(237, 63, 18);
  text-decoration: none;
}
.menu-main {
  position: relative;
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Titillium Web', Arial, sans-serif;
	background: #ececec;
	float: left;
width: 100%;
}

.menu-main a {
    color: #07A6D8;
	padding:8px 12px;
	display: inline-block;
	position: relative;
}
.menu-main li span {padding: 8px 12px 8px;display: inline-block;position: relative;}
.main-content .menu-main > li {
  display: inline;
  font-size: 0.8125rem;
      padding-right: 0px;
    padding-left: 0px;
	    margin-right: 5px;
	float: left;
	margin-bottom:0;
}
.menu-main li:before,
.menu-main li:last-child:after{display:none}

.menu-main a.drop{
  display: inline-block;
  position: relative;
  padding: 8px 12px 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.22s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.menu-main a.drop i {
  font-size: 0.75rem;
}
.menu-main > li:after {
  font-family: 'icomoon' !important;
  content: "\e907";
  position: absolute;
  right: -11px;
  top:calc(50% - 13px);
  color: #ccc;
  font-size: 1rem;
}
.homepage .menu-main a.drop:after {
  content: "\e900";
    right:5px;
    font-size: 0.1rem;
    top: 22px;
}
.menu-main a.drop:hover, .menu-main li:hover a.drop {
  display: inline-block;
  padding: 8px 12px 8px;
  background: #07A6D8;
  color: #fff;
  text-decoration: none;
}
.homepage .menu-main a.drop:hover:after, .homepage .menu-main li:hover a.drop:after {
  color: #fff;
}
.second-level-menu.drop-menu{
    position: absolute;  
    left: 0;
    display: none;
}
.third-level-menu.drop-menu{
    position: absolute;
    top: 0;
    right: -250px;
    left:auto;
    width: 250px;
    padding: 0;
    margin: 0;
    display: none;
    border-top: none;
   border-left: 2px solid #07A6D8;
  padding: 0px 0;
  z-index: 100;
  text-transform: none;
  font-weight: 500;
    min-width: 250px;
}

.second-level-menu > li{ position: relative;}

.top-level-menu > li{
    position: relative;
    float: left;
}


.top-level-menu li:hover > ul{display: inline;}


.third-level-has-child > a:after,
.third-level-menu.drop-menu:after {
    left: -7px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color:#07A6D8;
    border-width: 6px;
    margin-left: -6px;
}
.third-level-has-child > a:after{ border-width: 5px;position:absolute; right:0; left:auto; top:5px; border-right-color:transparent;border-left-color:#07A6D8;}
.third-level-has-child:hover > a:after{display:none;}
.homepage .menu-main li:hover{background: rgba(237, 63, 18, 0.8); text-decoration: none}
.homepage  .menu-main a.drop:hover,.homepage  .menu-main li:hover a.drop {
padding: 18px 15px;
  background: transparent;
}
.drop-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
    left: 0;
  background: rgb(255, 255, 255);
    border-top: 2px solid #07A6D8;
  /*top: 100%;*/
  padding: 21px 0;
    font-family: 'Open Sans', Arial, sans-serif;
  z-index: 100;
  text-transform: none;
  font-weight: 500;
    min-width: 350px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.32s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.drop-menu:after {
    top: -14px;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color:#07A6D8;
    border-width: 6px;
    margin-left: -6px;
}
.menu-main .drop-menu {
    left: 0;
  	background: #07A6D8;
    border-top: 2px solid #07A6D8;
	min-width: 250px;
	 padding: 10px 0;
}
.menu-main .drop-menu:after{display:none;}

.menu-first li:hover>.drop-menu,
.menu-main li:hover>.drop-menu{
  visibility: visible;
  opacity: 1;
}
.drop-menu li {
  display: block;
  padding: 8px 30px;
  border-bottom: 1px solid #E3E4E5;
  float: none;
}
.drop-menu li:last-of-type {
    border: none;
}
.drop-menu li.active {background:#1297C4  }
.menu-main .drop-menu li{border-bottom: none;padding: 2px 17px;    margin-bottom: 0;}
.homepage .menu-main .drop-menu li {display: table-cell; padding: 0px ; text-align: left;margin: 0;vertical-align: top;}
.homepage .menu-main .drop-menu li:hover {padding: 0; background: transparent}
.homepage .menu-main .drop-menu li a{ font-size: 0.875rem; padding: 5px 15px 5px 0}
.menu-first .drop-menu li a:hover{color: #4857A5; }
.homepage .menu-main a.drop:hover, .homepage .menu-main li:hover a.drop, .homepage .menu-main > a:hover, .homepage .menu-main li:hover > a{}
.drop-menu li a {
 color: #07A6D8;
    font-size: 1rem;
	display: block;
    position: relative;
}
.menu-main .drop-menu li a {
 	color: #fff;
    font-size: 0.875rem;
		display:block;
}
/* VIJESTI */
.white{background: #fff}
.blue{background: #193867; color: #fff}
.intro{padding: 4rem 0; text-align: center; font-size: 1.2rem}
.intro h2{font-size: 2.2rem;}
.news-header {padding: 35px 0 0}
.news-header p {
    font-size: 1.2em;
    color: #888;
    line-height: 1.6;
}
.news-header h1{ color: #287ebe;}
.general-page .news-header {padding: 35px 0 0 0;}
.general-page .news-header h1{ float:left; padding-right:75px;width: 100%;}
.general-page .news-header p { float:left; width: 100%;}
.general-page .news-header .news-item{float:right;}
.news-header h2{text-transform: uppercase; color: #4857A5; display: inline-block}
.news-header .button{margin: 0; padding: 6px 20px;}
.news-item {position: relative; font-size:0.875rem; padding-left: 70px;float: left}
.news-item.first {padding-left: 0px }
.news-item img {margin-bottom: 25px}
.news-item h2 {color: #4857A5; font-size: 1.25rem; line-height: 1.5}
.news-item p {margin:5px 0;line-height: 1.5}
.news-item .date {position: relative;
    top: 0px;
    position: absolute;
    left: 0px;
    margin:0 0 0px 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: block;
    padding: 5px;
    border-radius: 0 50% 50% 50%;
    background: #fff;
    color: #D5D6D7;
    border: 2px solid #D5D6D7;
    text-align: center}
.news-header .news-item .date {
    top: 10px;
    background: #fff;
    border: none;
    color: #07a6d8;
	border: 2px solid #07a6d8
}
.general-page #portfolio .news-item .date{ left:10px;top: 10px;}
.aimg {
    position: relative;
    float: left;
    width: 160px;
    min-height: 60px;
}
.general-page #portfolio .news-item { padding-left:0}
.news-item.first .date {position: relative;
    top: -100px;
    left: 20px;
    margin:0 0 -70px 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    display: block;
    padding: 5px;
    border-radius: 0 50% 50% 50%;
    background: #fff;
    border: none;
    color: #4857A5}
span.day {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-top: 5px;
    margin-left: -3px;
}
span.month {
    font-size: 16px;
    display: block;
    text-align: right;
    padding-right: 14px;
    line-height: 1;
}
.news-item .button{border-color:#fff; padding: 5px 20px; float: right; margin-top: 0}
.gal {margin: 1.5rem 0}
.gal-item {margin-bottom: 1.5rem;}
.gal-item a img {
    opacity: 1;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.gal-item a:hover img {
    opacity: 0.8;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
a.more  {
  display: block;
  position: relative;
  font-size: 14px;
  text-indent: 0;
  background: rgb(237, 63, 18);
  color: #fff;
  text-decoration: none;
  padding: 3px 15px;
  margin: 0.5rem 0;
  float: left;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500
}
aside{position: relative;}
.aside-box{width: 100%; background:#F2F2F2;padding: 30px 40px;position: relative; float:left; margin: 25px 0 0 0 ; color: #777;}
.aside-box h3 {font-size: 1.5rem;}
aside .aside-box{font-size:0.875rem; line-height:1.5;}
.main-content .aside-box{margin:25px 0;}
.aside-box.dark {background:#193867; color: #fff }
.aside-box.light {background:#c4dff6; }
.aside-box.light2 {background:#ced7df; }
.aside-box ul {padding-left: 14px; list-style-type: disk}
.aside-box.dark a{color:#fff;}
.aside-box a{text-decoration:underline}
.aside-box a:hover{text-decoration:none}
.customer-box {width: 100%; background: #07A6D8;padding: 1px 40px;position: relative; top: -70px; color: #fff; float:left;}
.customer-box h3,.newsletter-box h3, .social-box h3{text-align: center; text-transform: uppercase; position: relative; padding: 7px 0; font-size: 1.25rem}
.customer-box h3:after,
.newsletter-box h3:after,
.social-box h3:after{
  height: 1px;
  /*width: calc(100% - 40px);*/
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  content: "";
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255,255,255, 0)), color-stop(40%, rgba(255,255,255, 0.3)), color-stop(60%, rgba(255,255,255, 0.3)), color-stop(100%, rgba(255,255,255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255,255,255, 0), rgba(255,255,255, 0.3) 50%, rgba(255,255,255, 0));
  background-image: -webkit-linear-gradient(left, rgba(255,255,255, 0), rgba(255,255,255, 0.3) 50%, rgba(255,255,255, 0));
  background-image: linear-gradient(to left, rgba(255,255,255, 0), rgba(255,255,255, 0.3) 50%, rgba(255,255,255, 0));
}
.social-box h3:after{
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0,0,0, 0)), color-stop(40%, rgba(0,0,0, 0.2)), color-stop(60%, rgba(0,0,0, 0.2)), color-stop(100%, rgba(0,0,0, 0)));
  background-image: -moz-linear-gradient(left, rgba(0,0,0, 0), rgba(0,0,0, 0.2) 50%, rgba(0,0,0, 0));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0, 0), rgba(0,0,0, 0.2) 50%, rgba(0,0,0, 0));
  background-image: linear-gradient(to left, rgba(0,0,0, 0), rgba(0,0,0, 0.2) 50%, rgba(0,0,0, 0));
}
.social{
    text-align: center;
    margin: 0;
    padding: 15px 0;
}
ul.social li {
    padding: 8px;
    margin-top: 12px;
	list-style-type: none;
    display: inline;
    font-size: 30px;
}
ul.social li:before{display:none} 
.social a:hover{text-decoration:none;}
.social a {
    color: #fff;
    width: 42px;
    display: inline-block;
    height: 42px;
    font-size: 1.3rem;
    line-height: 40px;
	text-align:center;
}

.social a.facebook:hover{color: #3b5998;  }
.social a.twitter:hover{color: #1da1f2; }

.social a.youtube:hover{color: #ff0000; }

.social a.google:hover{ color: #dd4b39; }
.customer-box ul {padding: 0; margin: 25px 0; list-style-type: none;}
.customer-box ul li {padding: 10px 0 10px 50px; position: relative;}
.customer-box ul li:before {display:none}
.customer-box a {color: #fff; text-decoration: none; font-size: 1.125rem; padding: 5px 0; display: block;}
.customer-box a i {position: absolute; left: 5px; font-size: 1.625rem;}
.general-page .customer-box {position: absolute; z-index: 10; /*top:-86px*/}
.general-page .customer-box h3{cursor:pointer; position:relative;}
.general-page .customer-box h3:before{content: "\e907"; transform: rotate(90deg); font-family: 'icomoon' !important; position:absolute; right:0;   top: calc(50% - 15px);
    font-size: 20px; }
.general-page .customer-box:hover h3:before{transform: rotate(270deg); opacity:0.8}
.general-page .customer-box ul { 
    position: absolute;
visibility: hidden;
  opacity: 0;}
.general-page .customer-box:hover ul {
  visibility: visible;
    position: relative;
  opacity: 1;
}
.newsletter-box {width: 100%; background: #4857A5;padding: 10px 40px;position: relative; top: -70px; color: #fff; float:left;}
.general-page .newsletter-box {top: 0px;  float:left; margin-top:25px}
.newsletter-box input { margin: 21px 0;    border-color: #4857A5;}
.newsletter-box input[type="submit"]{color: #fff; border: 2px solid #fff;}
.newsletter-box input[type="submit"]:hover{color: #4857A5;background-color: #fff;border: 2px solid #fff;}

.social-box {width: 100%; padding: 10px 40px;position: relative;position: relative; }
.general-page .social-box {top: 0px;  float:left; margin-top:25px}
.slide-header{color: #fff; /*position: relative;*/ background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative;height: calc(100vh - 250px);min-height: 660px;max-height: 800px;}
.general.slide-header{min-height: 450px;background: #dadada;height: 50vh;   background-size: cover;     background-position: center;}
.slide-header.no-image{min-height: 150px;background: #dadada;height: 20vh;   background-size: cover;}
.slide-header .heading{
    position: absolute;
        bottom: 15%;
    margin: auto;
    z-index: 1;
    width: auto;

    min-width: 30%;
    max-width: 50%;
    display: block;
    padding: 0px;

    }
.slide-header.no-image .heading{max-height: 400px}
.heading .content{
   
}
.heading .big {color: #193867;
    background: #fff;
    padding: 0 20px 8px;
    margin-top: 0;}
.heading .content{width: auto;
    font-weight: 300;
    background: #fff;
    color: #193867;
    padding: 8px 20px;
    font-size: 2rem;
    font-family: 'Oswald', Arial, sans-serif;font-weight: 600;
    }
.heading .content span{padding: 8px 20px; display: inline-block; }
.main,.aside {padding-top: 1.67em}

/* KRUGOVI HP */
#canvas .circle {
        font-family: 'Titillium Web';
             text-align: center;
            padding: 30px 0
        }
        .circles-decimals {
        font-size: .8em;
        color:#fff;
        }
        .circles-text {padding:90px 40px 40px;font-size: 1.125rem;}
        .postotak {
        color: #fff;
        display: block;
        font-size: 40px;
        font-weight: 600;
        }
        .circles-txt {color: #fff;}

.contact-person img {
    border-radius: 50%;
    padding: 20px;
}
.contact-person h3.name {
    border-bottom: 1px solid rgb(237, 63, 18);
    padding-left: 20px;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.contact-person ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.contact-person ul li {
    padding-left: 20px;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}
.main-content { padding-bottom:35px;}
.main-content ul {
    list-style-type: none;
    padding: 0;
    
}
.main-content ul.img {
   margin-left: 180px
}
.main-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 4px;
}

.main-content ul li:before {
    content: '\26AC ';
     position: absolute;
     color: #4857A5;
    left: 10px;
    top: 1px;
    padding-right: 0.5em;
    font-size: 14px;
    font-weight: 500;
    }
ul.share-buttons {margin:0;text-align: right; border-bottom: 1px solid #ececec; margin-bottom: 8px;}
.main-content ul.share-buttons li {
    padding-left: 0px;
    margin: 0px 10px 0 0;
	display: inline;
	text-transform: uppercase;
    font-size: 0.8125rem;
    color: #acacac;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.main-content ul.share-buttons li a{color:#07a6d8;font-size: 1rem;}
.main-content ul.share-buttons li a:hover{
    text-decoration:none;
	color:#4857A5;
}
.main-content ul.share-buttons li:before {display:none}
.aside-box ul li:before {
    color: #fff;
}
.main-content ul.img li:first-of-type:before {
    display: none;
}
.main-content ul.img li:first-of-type {padding:10px 0 0 5px; margin-bottom: 10px;}
.main-content ul.img li:first-of-type img {
    position: absolute;
    border-radius: 50%;
    left: -170px;
    top: 0;
    z-index: 1;
    max-width: 150px;
}
.main-content ul.img li:first-of-type:after {
    position: absolute;
    content: '';
    display: block;
    width: 120%;
    height: 1px;
    left: -20%;
    background: rgba(237, 63, 18, 1);
    z-index: 0
}
.brandovi {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding: 1.5rem 0;
}
.brandovi li {
  display: inline-block;
  width: 13.8%;
}
footer{position: relative;
    z-index: 2;}
.footer {
  width: 100%;
background: #193867;
 position: relative;
  padding: 3.5rem 0;
    color: #fff;
    text-align: center
}
.footer:before {
    background: url(../img/slide-1.jpg);
    background-size: cover;
    background-position: center center;
}
.footer:before {
    content: "";
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
}
.footer h3 {
  position: relative;
    color: #00ACD8;
    text-transform: uppercase;
    text-align: center
}
.footer h3:after {
  position: absolute;
  content: '';
  display: block;
    left: 0;
    right: 0;
    margin: auto;
  width: 10%;
  height: 2px;
  background: rgba(206,215,223,0.65) ;
}
.category-list { margin-bottom: 1.5em;}
.footer ul,
.category-list ul{
  padding: 0;
  margin: 0.75rem 0 0;
  list-style-type: none;
}
.footer ul li{padding: 3px 0;}

.copy {text-align: center; font-size: 0.75rem}
.main-content .category-list ul li {
    position: relative;
    padding-left: 15px; 
}
.main-content .category-list ul li:before {
    display:none;
}
.footer ul.social a {
  color: #fff;
  text-decoration: none;
  font-size: 1.75rem;
  font-weight: normal;
  padding: 4px 0;
  display: inline-block;
  position: relative;
  margin-right: 0.875rem
}
/*.footer a:after,
.category-list ul a:after {
  position: absolute;
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
*/
.footer a:hover{text-decoration: none; color: #fff;}
ul.offers li a {text-transform: uppercase;font-family: 'Oswald', Arial, sans-serif;font-weight: 600;     line-height: 2;
    position: relative;
    padding-left: 40px;}
ul.offers li a span{font-size: 2rem;    position: absolute;
    left: 0;}
.category-list h3 a {
    color: #333;
    font-weight: 500;
    position:relative;
	text-decoration:none;
	display:block;
}
.category-list h3 a:after{ 
	position: absolute;
    content: '';
    display: block;
    width: 10%;
    height: 1px;
	background: rgb(237, 63, 18);
	-webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;}
.category-list  h3 a:hover:after{width:25%}
/*.footer a:hover:after,
.category-list ul a:hover:after {
  position: absolute;
  content: '';
  display: block;
  width: 20%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}*/
.category-list ul a:hover:after {    background: rgb(237, 63, 18);}
.services-box {
  min-height: 400px;
  position: relative;
  background-size:cover !important;
    text-align: center;
	    padding-bottom: 15px;
}
.services-box:after {
  height: 60%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 20%/*calc(50% - 10px)*/;
  content: "";
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0,0,0, 0)), color-stop(40%, rgba(0,0,0, 0.2)), color-stop(60%, rgba(0,0,0, 0.2)), color-stop(100%, rgba(0,0,0, 0)));
  background-image: -moz-linear-gradient(top, rgba(0,0,0, 0), rgba(0,0,0, 0.2) 50%, rgba(0,0,0, 0));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0, 0), rgba(0,0,0, 0.2) 50%, rgba(0,0,0, 0));
  background-image: linear-gradient(to top, rgba(0,0,0, 0), rgba(0,0,0, 0.2) 50%, rgba(0,0,0, 0));
}
.services-box:last-child:after{display: none}
.services-box:hover {
  color: #fff
}

.services-box:before {
  content: '';
  display: block;
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 1;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services-box:hover:before  {
      background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.14) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.14) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.14) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#8a000000', GradientType=1);
  
}
.services-box div {
  position: relative;
  z-index: 1;
  padding: 15% 20px 0;
}
.services-box i {
font-size: 3rem;
color: #00ACD8;
margin-bottom: 5px
}
.services-box h3 {
font-size: 1.625rem;
color: #00ACD8;
    text-transform: uppercase;
}
.services-box p {line-height: 1.5}
.services-box .button {width: 50%}
.services-box:hover .button {
border-color: #fff;
color: #4857A5;
background: #fff;
}
.services-box:hover h3,
.services-box:hover i{
  color: #fff
}
.interaction{padding-bottom: .875rem;}
footer .copy {
  font-size: 0.75em;
  color: #747474;
  text-align: center;
  padding: 0.5rem 0 0;
  line-height: 1.2
}
.naked .grid-container {
    background: #fff;
    max-width: 800px;
}
body.naked {
    background: #000;
	padding-top:1.75rem;
}
.naked .back-to-list {
   cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position: 10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 1050;
    background-color: rgb(237, 63, 18) !important;
    color: #fff !important;
	text-decoration:none;
}
.main-content ul.tabs {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    height: 32px;
    list-style-type: none;
    width: 100%;
}

ul.tabs li {
	float: left;
    margin: 0;
    cursor: pointer;
    padding: 10px 21px;
    line-height: 31px;
    overflow: hidden;
    background: #ececec;
    position: relative;
    text-transform: uppercase;
    font-size: 0.875rem;
}
.main-content ul.tabs li:before {display: none;}
.tab_last { }

ul.tabs li.active {
	color: #333;
	display: block;
    background: #fff;
    position: relative;
}
ul.tabs li.active:before,
ul.tabs li:hover:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    background: rgba(237, 63, 18, 1);
    z-index: 1;
    left: 0;
    top: 0;
}
ul.tabs li.active:after {
	content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    display: block;
    background: #fff;
    z-index: 2;
    right: 0;
    top: 0;
}
.tab_container {
	border-top: 2px solid #ececec;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
    margin-top: -2px;
	font-size: 0.875rem;
}
.main-content .tab_container ul li:before {
    top: 0px;
    font-size: 12px;
}
.tab_content {
	padding: 1rem 0.625rem;
	display: none;
}
.slide-gal{margin-top: 0.75rem;}
.slide-gal,
.slide-gal > div{max-height: 400px;}
.slide-gal img{margin: 0 auto}
.video-container {
	position:relative;
	padding-bottom:50.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    margin: 0 auto;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    max-height: 400px;
}

.tab_content ul.brzi {margin: 0;}
.tab_content ul.brzi  li {padding: 0 0 0 35%; margin-bottom: 0.75rem;line-height: 1.3;}
.tab_content ul.brzi  li p{line-height: 1.3;}
.tab_content ul.brzi  li span{display: inline-block; position: absolute; left: 0; font-weight: 500}
.tab_content ul.brzi  li:before {display: none;}
.tab_drawer_heading { display: none; }
a.video {position: relative; text-transform: uppercase; font-size: 0.875rem;padding:7px 10px 8px 45px; color: rgba(237, 63, 18, 1); border-radius: 4px; font-weight: 500}
a.video:hover{color: #fff; background: rgba(237, 63, 18, 1); text-decoration: none}
a.video:before{content: "\ea9d";font-family: 'icomoon'; position: absolute; left: 4px; top: 0; font-size: 2.4em; line-height: 1}
span.title-tab {
    display: block;
    padding: 9px 21px 9px 0;
    line-height: 31px;
    border-bottom: 2px solid #ececec;
    margin: 1rem 0;
    font-size: 0.875rem;
    text-transform: uppercase;
}
.kolicina label{  width: 50%; display: inline-block; padding: 8px 0px;}
.kolicina input{padding: 10px 21px; width: 40%;text-align: center; border: 2px solid #ccc;float: right;}
.kolicina .more{padding: 8px 15px; width: 100%; overflow: hidden; margin-top: 1.5rem;-webkit-transition-duration: 0.4s; transition-duration: 0.4s;}
.kolicina .more:before {
    content: "";
    background: rgba(237, 63, 18, 1);
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.kolicina .more:active:before {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}
.kolicina .more:active:after {
    content: "\e93a";
    color: rgba(237, 63, 18, 1); 
}
.documents {float:none; padding:1rem 0;}
.main-content .tab_container .documents {padding:0rem 0;}
.documents a,a.pdf,a.xls,a.doc,a.docx,a.xlsx{ display:inline; position:relative; padding-left:0;  margin-bottom:8px;}
.documents a:after,a.pdf:after,a.xls:after,a.xlsx:after,a.doc:after,a.docx:after{ font-family:"icomoon"; display:inline; padding:0 5px; position:relative; left:0;  top:0px;}
.documents a.pdf:after,a.pdf:after{content: "\eadf"; color:red;}
.documents a.xls:after,.documents a.xlsx:after,a.xlsx:after,a.xls:after{content: "\eae2"; color:green;}
.documents a.doc:after,.documents a.docx:after,a.docx:after,a.doc:after{content: "\eae1"; color:blue;}
.aside-box.dark a.doc:after,.aside-box.dark a.docx:after,.aside-box.dark a.xls:after,.aside-box.dark a.xlsx:after,.aside-box.dark a.pdf:after{color:#fff}
.aside-box.dark .documents a{color: #fff;}
.aside-box.dark .documents a:after {color: #fff;}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
    background: rgba(255, 255, 255, 0);
    border: none;
    padding: 11px 12px;
    height: auto;
    margin-bottom: 8px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius:0  !important; 
    border-radius:0  !important;
    border: 2px solid #fff;
        width: 100%;
    color: #fff;
}
form{margin: 2rem 0;}
.form input,
.form textarea{
	width:100%; 
	border-width:2px; 
	position:relative; 
	outline:0;
    top: 0;
    left: 0;
    z-index: 1;
	margin-bottom:0}
select {
    padding: 12px 12px 12px 12px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    position:relative;
	font-weight:300;
	color:#fff;
    background: rgba(255, 255, 255, 0);
}

.inner-addon.select:after{
    content: "\e907";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 10px;
    display: block;
    transform: rotate(90deg);
    font-size: 20px;
    top: calc(50% - 13px);
    color: #fff;
}
.inner-addon.select{
	position:relative;
    border: 2px solid #fff;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    /*background: #fff url("img/icon-select.png") no-repeat 90% 50%;*/
}

.form .inner-addon {
    position: relative;
    overflow: hidden;
    margin-bottom:20px;
  }
.form input.empty, .form textarea.empty {
	background: rgba(255, 255, 255, 1);
}
.form input:focus, .form textarea:focus {
	border: 2px solid #4857A5;
}

.form label {
	-webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
	padding:10px 0px;
}
.form textarea {
	display: block;
	resize: vertical;
}
.form input, .form textarea {
	padding: 12px 12px 12px 12px;
}
.form label {
	display:block;
	width: 100%;
}
/*.form input:not([type="submit"]):focus, .formtextarea:focus {
	padding: 4px 6px 20px 6px;
}*/

[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {}

.button,
input[type="submit"]{
    background: transparent;
    color: #00ACD8;
    padding: 9px 21px;
    border: 2px solid #00ACD8;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Oswald', Arial, sans-serif;font-weight: 600;
    width: auto;
    text-align: center;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-top: 8px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
     -webkit-border-radius:0 !important; 
    border-radius:0 !important;
    cursor: pointer
}

.button:hover,
input[type="submit"]:hover{
    color: #fff;
    border:2px solid #00ACD8;
    background:  #00ACD8;
    text-decoration: none
   /* box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);*/
}
.form input[type="radio"] {
    width: auto !important;
}
.radio{text-align:center;}
.radio span{display:block;text-align:center;    font-size: 0.875rem;padding-top: 4px;}
label.radio-label {
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
    padding-left: 12px;
}
#kalkulator  input[type="submit"]{  margin-top: 45px}
#kalkulator {margin-bottom: 40px;}
.main-content ul.rezultat li{padding:8px 10px; margin-bottom:0; position:relative;  font-size:0.9375rem}
.main-content ul.rezultat li:nth-child(odd) {background-color: #ececec;}
.main-content ul.rezultat li.ukupno {background-color: #07A6D8; color:#fff;font-weight:600;}
.main-content ul.rezultat li:before{display:none}
.main-content ul.rezultat li span{position:absolute; right:10px}
.main-content ul.rezultat li.header {
    background-color: #fff;
    border-bottom:1px solid #ccc;
    font-weight:300;
    text-transform:uppercase
}
.heading .button{color: #fff;border: 2px solid #fff;margin: 0 auto;display: table;width: auto;}
.heading .button:hover{color: #4857A5;border: 2px solid #fff; background:#fff;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
.footer label{display: block;
    text-align: left;
    text-transform: uppercase;
    color: #888A89}
.footer .button,
.footer input[type="submit"] {width: auto}
/*ikonice*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?nr4p0j');
  src:  url('fonts/icomoon.eot?nr4p0j#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?nr4p0j') format('truetype'),
    url('fonts/icomoon.woff?nr4p0j') format('woff'),
    url('fonts/icomoon.svg?nr4p0j#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fishing:before {
  content: "\e901";
}
.icon-transfers:before {
  content: "\e902";
}
.icon-trips:before {
  content: "\e903";
}
.icon-bars:before {
  content: "\e900";
}
.icon-location:before {
  content: "\e904";
}
.icon-envelope:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e942";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.icon-file-word:before {
  content: "\eae1";
}
.icon-file-excel:before {
  content: "\eae2";
}
.icon-globe:before {
  content: "\e90f";
}
.icon-chevron-right:before {
  content: "\e907";
}
.icon-chevron-left:before {
  content: "\e908";
}
.icon-youtube:before {
  content: "\e909";
}
.icon-home:before {
  content: "\e90a";
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}
.vbox-overlay{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform:translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 40px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 1050;
}
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}
.vbox-num{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    display: none;
    z-index: 1050;
}
/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 1050;
}
.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev{
    left: 15px;
}
.vbox-next{
    right: 15px;
}
.vbox-prev span{
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe{
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}
.venoframe.vbvid{
    height: 260px;
}
@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
	.vbox-inline{
    width: 400px;
    height: auto;
    padding: 10px;
    background: rgb(244, 111, 0);
}
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }	
}
/*mobile*/
@media (max-width: 1024px) {
.kvar {
    margin: 0px auto 20px;
    float: left;
}
}
@media (max-width: 768px) {
	.third-level-has-child > a:after{display:none}
	.lang { height: auto; position:absolute; top:60px; right:5px}
.logo {
    margin: 20px 0;
    width: 150px;
    min-height: auto;
    float: none;
        margin: 30px auto 20px;
    position: relative
}
	.slide-header .heading {
 
    /*float: left;*/
    z-index: 1;
    width: calc(100% - 80px); 
    height: auto;
    min-width: 300px;
		min-height:auto;
    padding: 20px;
    border-radius: 0 ;
		 
}
    header{background: #193867}
	.kvar .broj {font-size: 1.1875rem;}
	header{position:relative}
	.jezici {
    position: absolute;
    left: 0;
    font-size: 1rem;
    top: 0;
    right: 0;
    margin: auto;
        height: auto
}
	.jezici li a{color:#fff; }
	.heading .content {
    position: relative; 
}
	.menu-main{display:none}
	.main-content .menu-main > li {
    display: block;
    float: none;
}
	.menu-main > li:after{display:none}
	.menu-main .drop-menu { min-width: auto;width: 100%;}
	.customer-box,.general-page .customer-box {position:relative;top:auto;}
	/*.obavijest {display: inline-block; width: 100%; color: #fff;line-height: 18px; padding-left: 15px;text-transform: uppercase; font-weight: 600;}
.vrtilica.slick-slider{line-height: 18px; font-size: 0.875rem;  height: 90px;background: #fff; display: inline-block; width: 100%;border-bottom-left-radius: 25px; padding-left: 10px;float: left;}
.obavijesti{position: relative; top: 20px; background: rgba(7,166,216,0.9); padding: 0px 0; margin-bottom: 0px; width:calc(100% - .5rem);}*/
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
	.vbox-inline{
    width: 600px;
    height: auto;
	min-height:400px;
	max-height:70vh;
    padding: 30px !important;
    background: rgb(255, 255, 255);
}
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
	position:relative;
	overflow:visible;
}
img.figlio{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
    max-height: 90vh;
}
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}
.animate-in{
    opacity: 1;
}
.animate-out{
    opacity: 0;
}
/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-backface-visibility:visible;-moz-backface-visibility:visible;backface-visibility:visible;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{width:50px;height:40px;text-align:center;font-size:10px;margin:40px auto}.sk-wave .sk-rect{background-color:#333;height:100%;width:4px;margin:0 1px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-three-bounce{margin:40px auto;width:100px;text-align:center}.sk-three-bounce .sk-child{width:16px;height:16px;background-color:#333;border-radius:100%;margin:4px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-cube-grid,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-spinner-pulse{background-color:#333;border-radius:100%;-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}

/* Slider */
.slick-slider{
    position: relative;
    margin-bottom: 0rem;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{outline: none;}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}
.third-level-has-child a {position:relative}
.slick-prev:before,
.slick-next:before{
    font-family: 'icomoon';
    font-size: 14px;
    line-height: 1;
    opacity: .75;
    color: #A8AAAD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#arrows .slick-prev,
#arrows .slick-next{
	width: 48px;
    height: 48px;
    background: rgba(19,38,67,0.3);
    border-radius: 50%;}
#arrows .slick-prev:before,
#arrows .slick-next:before{
    font-size: 28px;
	width:28px;
    opacity: .75;
    color: #fff;
}
.slick-prev{left: 10px;}
.slick-prev:before{content: '\e908';}
.slick-next{right: 10px;}
.slick-next:before{content: '\e907';}
.info .slick-next{right: 5px; bottom: 0;-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}
.info .slick-prev{right: 5px; left: auto; top: 5px;-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}
.info .slick-prev:before,
.info .slick-next:before{font-size:18px}
/*katalozi filter*/
#portfolio {  
    margin: 1rem 0;
    /*-webkit-column-count: 4; 
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;*/
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}
.tile:hover { 

}

.scale-anm {
  transform: scale(1);
}


::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.menu-third.catalog{
	text-transform: uppercase;
}

.fil-cat.active{
	background-color: #4857A5;
	color: #ffffff;
}

.grecaptcha-badge{
	display: none;
}

	/* CSS infosit brand powered by */
.inf-brand-border{border-radius: 50%; position: relative; background-color: transparent; border:3px solid rgba(204,204,204,0.8); display: block; width: 18px; height: 18px; outline: none; margin:0 auto;}
.inf-brand-circle{border-radius: 50%; position: absolute; text-indent: -9999px; background-color: rgba(204,204,204,0.7); top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 4px; height: 4px; display: block;}
.inf-brand-border:hover{border-color:#176FB5; text-decoration: none;}
.inf-brand-border:hover .inf-brand-circle{background-color: #F8981B; }
.footer .inf-brand-border:hover::after{background: none;}
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; padding: 4px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.4);}
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;    float: right; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
      background: #193867;
    border-top: 1px solid rgba(255,255,255,0.4);
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
 }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
 }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0 15px 50px;
  font-size: 1rem;
  list-style: none;
  overflow: hidden; 
    float: left;
    width: 100%;}
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 0px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 0px; }

.slicknav_nav .drop-menu,.slicknav_nav .third-level-menu.drop-menu {
    position: relative;
    visibility: visible;
	opacity: 1;
min-width:auto;
	    width: 100%;
	right:auto;
	
margin:0;
background:transparent;
border:none;}
.slicknav_nav .drop-menu li a{color:#fff;font-size: 0.9325rem;}
.slicknav_nav .drop-menu li {
    display: block;
	padding: 4px 10px;}
    .slicknav_nav .slicknav_row:hover {
      /*background: #fff;*/
      }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 0px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
     /*color: #07a6d8; 
      background: #fff;*/
       }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.mobile-nav {
	display:none;
}

@media screen and (max-width: 48em) {
	.menu-first {
		display:none;
	}
	
	.mobile-nav {
		display:block;
	}
     .slide-header {
         min-height: 400px;}
    .general.slide-header {
        min-height: 350px;}
   
}
@media (max-width: 1024px) {
.obavijest {display: block; width: 100%; color: #fff;line-height: 1.2; padding-left: 15px;text-transform: uppercase; font-weight: 600;}
.vrtilica.slick-slider{line-height: 1.8; font-size: 0.875rem; height: 65px; background: #fff; display: block; width: 100%; border-bottom-left-radius: 0px; padding: 0px 30px; float: right;    padding: 5px 25px;}
.obavijesti{top: -78px;left:0; background: rgba(7,166,216,0.9); padding: 0px 0 1px 0; margin-bottom: 0px; width:calc(100% - .0225rem);}
	.slick-vertical .slick-slide{height:60px !important;}
	.info .slick-next {
    right: 0px;
    top: 35%;
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
	.info .slick-prev {
    left: 0px;
    right: auto;
    top: 35%;
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
	.info .slick-prev:before, .info .slick-next:before {
    font-size: 26px;
}
}

table thead, table tbody, table tfoot {
    border: none;
    background-color: transparent;
}
table tbody tr:nth-child(odd) {
    border-bottom: 0;
    background-color: #e8e8e8;
}
.dark table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}
.dark table tbody tr:nth-child(odd) {
    color: #287ebe;
	background-color: rgba(255,255,255,0.8);
}
.show{position:relative;border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
    margin-bottom: 8px;}
.show:after{ 
   content: '+';
    position: relative;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 23px;
color:#b1b1b1}

.show.open:after{ 
    content: '-';
	font-size: 29px;
}

.more-info-hidden {
	height: 0px;
	overflow: hidden;
}
.loading-spinner{
	text-transform: uppercase;
	position: relative;
	padding-left: 60px;
}
.loading-spinner img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
}
.message-success, .message-error{
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.message-success{
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.message-error{
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 99999;
    display: block;
    position: relative;
    color: #333;
    background: #fff !important;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    background: #fff;
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

