@import url('https://fonts.googleapis.com/css?family=Allura');
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Exo:400,100,100italic,200,200italic,300italic,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900|Dosis:400,200,300,500,600,700,800|Allura&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Enriqueta:400,700&subset=latin,latin-ext);
@import url("icons.css");				         /* icons */
@import url("shortcode.css");				         /* Shortcodes */

html,
body {
  font-size: 16px;
}
body {
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #404651;
	background-repeat:repeat;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(../images/retina_dust.png);
	font-weight: 400;
}
 .boxed{
	max-width:1240px;
	margin:0 auto;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	 background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%, transparent), radial-gradient(farthest-side at 0 5%, rgba(255, 255, 255, 0.5), transparent);
	-moz-background-size: auto;
	-moz-border-end-color: #FFF;
	margin-top: 0em;
  margin-bottom: 0em;
}
.wide{
	background-attachment: scroll;
	background-image: url(../images/bg-grapes.jpg);
	background-repeat: fixed;
}
a,
a.inverted,
a.white {
	cursor: pointer;
	color: #009fe3;
	text-decoration: none;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	outline: none;
	font-weight: normal;
}
a.inverted {
  color: #009fe3;
}
a.white {
  color: #fff;
}
a:hover,
a.hover,
a:focus {
	color: #999;
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-o-transition: all .35s ease;
	transition: all .55s ease;
	outline: none;
	text-decoration: none
}
a.inverted:hover,
a.inverted:focus {
  color: #999;
}
a.white:hover,
a.white:focus {
  color: rgba(0,0,0,0.4);
}
hr {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  height: 3px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}
h1,
h2,
h2.h3,
h3,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	color: #009fe3;
	margin-bottom: 1rem;
}
h4 {
	font-family: "Open Sans", sans-serif;
	color: #4B4B4B;
	font-weight: normal;
}
h7 {
	font-family: "Open Sans", sans-serif;
	color: #4B4B4B;
	font-size: 13px;
}
h8 {
	font-size: 26px;
	color: #009fe3;
	font-weight: normal;
}
h9 {
	color: #009fe3;
	font-weight: lighter;
	margin-bottom: 1rem;
	font-size: 24px;
}
h10 {
	color: #333;
	font-weight: lighter;
	margin-bottom: 0.8rem;
	font-size: 13px;
}
h11 {
	color: #333;
	font-weight: lighter;
	margin-bottom: 0.8rem;
	font-size: 11px;
}
h12 {
	color: #333;
	font-weight: lighter;
	font-size: 17px;
}
p {
	margin-bottom: 1em;
	text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
.wojo-content {
  padding: .5em;
}
.wojo-content-full {
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 5em;
	padding-left: 2em;
}
.wojo-content-half {
  padding: .2em .5em;
}
header {
  position: relative;

}
header .top-bar {
  background-color: #f1f1f1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
header .middle-bar {
	position: relative;
	z-index: 2;
	background-image: url(../images/retina_dust.png);
	background-attachment: fixed;
}

header .top-bar .doSearch {
  float: right;
  min-width: 400px
}
.subheader {
	background-color: #F5F5F5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	display: block;
	background-image: url(../images/crumbs_bg.jpg);
	padding: 1em 0;
	background-attachment: fixed;
}
.subheader h1 {
  color: rgba(255,255,255, 0.85);
  margin: 0
}
.subheader h1 small {
	display: inline-block;
	padding-left: 1em;
	font-size: 0.5em;
	color: #FFF;
}
#suggestions {
  position: absolute;
  width: 100%;
  top: 3em;
  z-index: 100
}
#search-results {
  background-color: #FFF;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}
#search-results {
  background-color: #FFF;
}
#search-results .item {
  display: block
}
#page {
	max-width:1240px;
	margin:0 auto;
	box-shadow: 5px 0px 10px 0px rgba(0.2, 0, 0.2, 0);
	background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%, transparent), radial-gradient(farthest-side at 0 5%, rgba(255, 255, 255, 0.9), transparent);
	-moz-background-size: auto;
	-moz-border-end-color: #009fe3;
	margin-top: 0em;
	margin-bottom: 0em;
}
/* == Menu Navigation == */
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  direction: ltr;
}
ul.sm li {
  position: relative;
}
ul.sm a {
  position: relative;
  display: block;
}
ul.sm a.disabled {
  cursor: default;
}
ul.sm ul {
  position: absolute;
  top: -999999px;
  left: -800px;
  width: 100px;
}
ul.sm li {
  float: left;
}
ul.sm-rtl {
  direction: rtl;
}
ul.sm-rtl li {
  float: right;
}
ul.sm ul li,
ul.sm-vertical li {
  float: none;
}
ul.sm a {
  white-space: nowrap;
}
ul.sm ul a,
ul.sm-vertical a {
  white-space: normal;
}
* html ul.sm-vertical li {
  float: left;
  width: 100%;
}
* html ul.sm-vertical ul li {
  float: none;
  width: auto;
}
*:first-child+html ul.sm-vertical>li {
  float: left;
  width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
  white-space: nowrap;
}
ul.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
* html ul.sm {
  height: 1px;
}
*:first-child+html ul.sm {
  min-height: 1px;
}
ul.sm li *,
ul.sm li *:before,
ul.sm li *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
ul.sm {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.isStuck {
  left: 0px;
  width: 100%;
}
/* Menu box
===================*/
#menu-wrap {
  background-color: #009fe3;
  border-top: 1px solid #F1F1F1;
  z-index: 9000;
  font-style:normal !important
}
.top-menu {
  position: relative;
}
.topmenu li > a {
	display: block;
	position: relative;
	height: 100%;
	color: #FFF;
	font-weight:1px !important;
	font-size: 14px;
	padding-top: 1em;
	padding-right: 1.8em;
	padding-bottom: 0.7em;
	padding-left: 1.8em;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}
.topmenu li > a small {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.topmenu li:hover > a {
	color: #FFF;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	background-color: #999;
}
.topmenu li > a.active {
	color: #FFF;
	background-color: #999;
}
.topmenu li > a i.icon {
  margin-right: .5em;
}
.topmenu li > a.has-submenu {
  padding-right: 1em;
}
#menu ul.two.cols {
  width: 380px!important;
}
#menu ul.three.cols {
  width: 500px!important;
}
#menu ul.three.cols li {
  width: 33.33%;
}
#menu ul.four.cols li {
  width: 25%;
}
#menu ul.four.cols {
  width: 680px!important;
}
#menu ul.cols li {
  display: block;
  float: left;
  width: 50%;
  box-shadow: inset 1px 0 0 0 #EEE;
}
#menu ul.cols li:first-child {
  box-shadow: none
}
#menu ul.cols {
  clear: both
}
.topmenu ul {
  background: #FFF;
  border: 1px solid #F1F1F1;
}
/* Sub menu indicators
===================*/

.topmenu ul.menu-submenu {
  border-radius: 0 0 0px 0px
}
.topmenu a span.sub-arrow {
}
.topmenu ul a span.sub-arrow {
  position: absolute;
  right: 1em;
  transform: rotate(-90deg);
}
.topmenu ul a {
	font-size: 1.0em;
	white-space: nowrap;
	text-transform: none;
	padding: 7px 10px;
	color: #FFF;
	background-color: #009fe3;
}
.topmenu ul a:hover {
	background: #999;
	color: #FFF
}
.topmenu ul a.active {
  box-shadow: none;
  background: #999;
  color: #FFF
}
/* == Plugis Layout == */
#topwidget {
	box-shadow: 0 -2px 0 0 #fff;
	background-image: url(../images/retina_dust.png);
	background-attachment: fixed;
}
#botwidget .static-image {
  background-attachment: scroll;
  background-image: url(../../../uploads/foto_SD/ozadje_e_novice.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 1em 2em;
  color: #fff
}
#topwidget .static-image > h1 {
  font-size: 3em;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
#rightwidget aside,
#leftwidget aside {
  margin-bottom: 1.5em;
}
#rightwidget aside h3,
#leftwidget aside h3 {
}
#botwidget {
	position: relative;
	background-color: #009fe3;
	color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding:10px 0
}
#botwidget a{
	color: #FFF;
}
#botwidget a:hover{
	color: #999;
}
#botwidget .description{
	color: #FF8897;	
}
#botwidget h3 {
  font-size: 1.6em;
  padding-top: 1em;
  padding-bottom: .5em;
  color: #999;
  position: relative;
 font-family: "Open Sans", sans-serif;
}
#botwidget h1 {
	font-size: 2.5em;
	padding-top: 0em;
	text-transform: none;
	font-weight: 400;
	color: #FFF;
}
#botwidget h3:after {
  background: #FF8897;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 40px;
}
/* == Loading == */
.loader {
  position: relative
}
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  visibility: visible;
  z-index: 5000;
}
#login .section {
  background-color: #FCFCFC;
  border: 1px solid #F1F1F1;
  padding: 1.5em;
  position: relative;
  margin-top: -1px;
  z-index: 1
}
#login .section .item {
  margin-bottom: 2em;
}
#login .section .item label {
  display: block;
  margin-top: 1em;
}
#login .section .item input {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  box-shadow: none;
  color: #888888;
  display: inline-block;
  line-height: 20px;
  outline: medium none;
  padding: 14px 10px;
  resize: none;
  transition: all 0.1s linear 0s;
  width: 100%;
  background-color: #FFFFFF;
}
#login .nav {
  z-index: 2
}
#login .nav > a {
  display: block;
  float: left;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#login .nav > a:last-child {
  border-left: 0
}
#login .nav > a.active {
  background-color: #FCFCFC;
  border-bottom: 1px solid #FCFCFC;
}
/* == Footer == */
footer {
			margin-top: 1em;
	border-top: 0px solid rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0px 0 0 #fff;
	color: #FFF;
}
footer .logo {
		margin-top: 0.5em;
  max-width: 190px
}
footer .copyright {
	text-align: right;
	color: #666;
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  opacity: 0.8;
  color: #ccc;
}
#scrollUp:before {
  content: "\f077";
  display: inline-block;
  vertical-align: middle;
  font: 14px/18px 'Icons';
  color: #ccc;
}
#error-page {
  height: 100%;
  background-image: url(../images/404_bg.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  text-align: center;
  background-color: #282828;
  box-shadow: inset 0 10px 0 0 #000000, inset 0 -10px 0 0 #000000;
  position: relative
}
#error-page .logo {
  padding-top: 2em;
}
#error-page h1 {
  padding-top: .5em;
  color: #fff;
  font-size: 5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3 {
  color: #7F7F7F;
  font-size: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
#error-page h3.primary {
  margin-top: 2em;
}
#error-page #but.button {
  font-size: 2em;
}
#error-page #but.button i.icon {
  font-size: 4em;
}
/* == Custom Sections == */
.section1 {
  background: #f4f6f8;
  position: relative;
  padding: 3em 1em;
}
.section1:before {
  background: #fff;
  border-top: 1px solid #e1e1e1;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 1px;
}
.section1:after {
  background: #e1e1e1;
  border-bottom: 1px solid #fefefe;
  bottom: 5px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.section2:after {
  background: #fefefe;
  content: "";
  display: inline-block;
  height: 0px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
.section2 {
	position: relative;
	padding: 2em 0em;
	background-color: #ca9748;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.section3 {
  background-image: url(../images/retina_dust.png);
  background-attachment: fixed;
  border-top: 1px solid #dadada;
  position: relative;
  padding: 3em 1em;
}
.section4 {
	background-image: url(../images/kongres1.jpg);
	padding: 10em 10em;
	position: relative;
	background-repeat: no-repeat;
background-attachment: fixed;
}
@media only screen and (max-width: 1060px) {
#page {
	max-width:800px;
	margin:0 auto;
	box-shadow: 5px 0px 10px 0px rgba(0.2, 0, 0.2, 0);
	background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%, transparent), radial-gradient(farthest-side at 0 5%, rgba(255, 255, 255, 0.5), transparent);
	-moz-background-size: auto;
	-moz-border-end-color: #009fe3;
	margin-top: 0em;
	margin-bottom: 0em;
}
body {
	font-family: "Open Sans", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #404951;
	background-repeat:repeat;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(../images/retina_dust.png);
}
.subheader {
	max-width:800px;
	margin:5 auto;
	background-size: cover;
	color: #FFFFFF;
	display: block;
	padding: 0.5em 0;
	background-image: url(../images/crumbs_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
}
	#menu-wrap {
	background-image:none;
	background-color:#009fe3;
	margin:0;
	padding:0;
	height:50px;
	}

.top-menu {
  position: relative;
}
.topmenu li > a {
	display: block;
	position: relative;
	height: 100%;
	color: #FFF;
	font-weight:lighter !important;
	font-size: 14px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
}
.topmenu li:hover > a {
	color: #FFF;
	height: 40%;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	background-color: #999;
}
.topmenu li > a.active {
	color: #FFF;
	height: 40%;
	background-color: #999;
}
.topmenu li > a i.icon {
  margin-right: .5em;
}
.topmenu li > a.has-submenu {
  padding-right: 2em;
}
/* Sub menu indicators
===================*/

.topmenu ul.menu-submenu {
  border-radius: 0 0 0px 0px
}
.topmenu a span.sub-arrow {
}
.topmenu ul a span.sub-arrow {
  position: absolute;
  right: 1em;
  transform: rotate(-90deg);
}
.topmenu ul a {
	font-size: 1.0em;
	white-space: nowrap;
	text-transform: none;
	padding: 7px 10px;
	color: #FFF;
	background-color: #009fe3;
}
.topmenu ul a:hover {
	background: #999;
	color: #FFF
}
.topmenu ul a.active {
  box-shadow: none;
  background: #999;
  color: #FFF
}

	
	
}
 @media only screen and (max-width: 768px) {
.logo {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: .5em;
  margin-left: auto;
  text-align: center;
}
.wojo-content-full {
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
}
ul.topmenu {
  width: auto;
  background-color: #525252;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}
ul.topmenu ul {
  display: none;
  position: static;
  top: auto!important;
  left: auto!important;
  margin-left: 0 !important;
  margin-top: 0!important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
ul.topmenu>li {
  float: none;
}
ul.topmenu>li>a,
ul.topmenu ul.sm-nowrap>li>a {
  white-space: normal;
}
ul.topmenu iframe {
  display: none;
}
/* Menu box
===================*/
.topmenu ul.menu-submenu {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #525252;
}
.topmenu li > a {
  display: block;
  padding: .5em 1em;
  text-align: left;
  color: #f9f9f9;
}
.topmenu li a > i {
  display: inline-block;
  margin-right: 1em;
}
.topmenu li > a strong {
  display: inline-block;
  font-size: .95em;
}
.topmenu li > a small {
  display: none;
}
.topmenu a span.sub-arrow {
  position: absolute;
  left: auto;
  right: 1em;
  bottom: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.topmenu ul a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
  left: auto;
  right: 1em;
}
#menu ul.two.cols,
#menu ul.three.cols,
#menu ul.four.cols {
  width: 100%!important;
}
#menu ul.cols li {
  float: none;
  width: auto;
  box-shadow: none
}
.topmenu li:hover > a {
  background: #fcd14c;
  color: #fff;
}
.topmenu li > a.active,
.topmenu > li:first-child,
.topmenu li:hover > a {
  box-shadow: none
}
.topmenu a.highlighted span.sub-arrow {
  display: none;
}
.topmenu li {
  border-left: 0;
}
.topmenu li a {
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  padding: 1em;
}
.topmenu li:first-child {
  border-top: 0;
}
#footer .links {
  float: none!important
}
.wojo.tabs li {
  float: none;
}
.wojo.tabs li a.active,
 .wojo.tabs li a.active:hover {
  border-color: #fcd14c;
}
}
.callout-action {
  display: table;
  width: 100%;
  border: 2px solid #f2f2f2;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.callout-action h2,
.callout-action .callout-button {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.callout-action h2 {
  width: 99%;
  color: #303641;
  font-size: 21px;
}
.callout-action .btn {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}

/* == Portfolio == */
#clients{background:url(../images/clients.jpg) no-repeat fixed 0 0 / cover rgba(0,0,0,0);color:#FFF;position:relative;padding:50px 0}
#clients h2{font-weight: 300;margin-bottom: .5em;text-transform: uppercase;font-size: 1em}
/* == Portfolio == */
#portfolio{position:relative;overflow:hidden;width:100%}
.pitems figure{position:relative;overflow:hidden;margin:0}
.pitems figure img{max-width:100%}
.pitems figure .hover{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.2);color:#FFF}
#filter{list-style:none;margin:30px auto;padding:0}
#filter li{float:left;margin-right:.35em}
#filter li a{border:1px solid #ddd;border-radius:2px;display:block;text-align:center;width:auto;padding:5px 14px}
#filter li a:hover{border-color:#FFA02F}
#filter li .active{border:1px solid #FFA02F;background-color:#FFA02F;color:#fff}

/* == Isotope Filtering  == */
.isotope-item{z-index:2}
.isotope-hidden.isotope-item{pointer-events:none;z-index:1}
.isotope,.isotope .isotope-item{-webkit-transition-duration:.8s;-moz-transition-duration:.8s;-ms-transition-duration:.8s;-o-transition-duration:.8s;transition-duration:.8s}
.isotope{-webkit-transition-property:height, width;-moz-transition-property:height, width;-ms-transition-property:height, width;-o-transition-property:height, width;transition-property:height, width}
.isotope .isotope-item{-webkit-transition-property:0 opacity;-moz-transition-property:0 opacity;-ms-transition-property:0 opacity;-o-transition-property:0 opacity;transition-property:transform, opacity}
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition{-webkit-transition-duration:0;-moz-transition-duration:0;-ms-transition-duration:0;-o-transition-duration:0;transition-duration:0}
.isotope-item{z-index:2}
.isotope-hidden.isotope-item{pointer-events:none;z-index:1}

