/*/////////////// layout, general */
body, html{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
#content {
  position: relative;
}
.wrapme {
	max-width: 1193px;
	margin: 0 auto;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4 {
	font-weight: 300;
}
.zero-opacity {
	opacity: 0;
}
#back-to-top {
	position: fixed;
	bottom: 5%;
	right: 44px;
	display: none;
	transition: box-shadow 0.5s linear;
}
#back-to-top:hover, #back-to-top:active {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
/*a {
	-o-transition:.5s;
   -ms-transition:.5s;
   -moz-transition:.5s;
   -webkit-transition:.5s;
   transition:.5s;
}*/


/*/////////////// header */
#header {
	z-index: 1;
	position: fixed;
    top: 0;

	/*padding-left: 0px;
	padding-right: 0px;*/
	height: 125px;
	width: 100%;
	background-image: url('../img/header-shadow.png');
	background-repeat-x: repeat;
    background-position: top right;
}
#header.scrolled {
	background-color: rgba(50,50,50,0.2);
}
#header-logo {
    position: relative;
    display: block;
}
#header-left {
	float: left;
	width: 30%;
	padding-top: 30px;
	padding-left: 70px;
}
#header-right {
	float: right;
	width: 70%;
    padding-right: 70px;
    padding-top: 34px;
}
#main-menu {
	position: relative;
	float: right;
	font-size: 1.2em;
	font-weight: 400;
}
#main-menu ul {
	float: right;
}
#main-menu li {
	display: inline-block;
	list-style: none;
}
#main-menu li a {
	display: inline-block;
	margin-right: 22px;
}
#main-menu li:last-of-type {
	margin-right: 0px;
}
#main-menu .nav>li>a, #main-menu .nav>li>a:visited, #main-menu .nav>li>a:hover, #main-menu .nav>li>a:active, #main-menu .nav>li>a:focus {
	color: #eee;
	transition: text-shadow 0.5s linear;
	/*transition: background 0.5s, text-shadow 0.5s linear;*/
}
#main-menu .nav>li>a:focus, #main-menu .nav>li>a:hover, #main-menu .nav>li>a:active, #main-menu .nav>li.active>a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	text-shadow: 1px 1px 4px #000;
	background-color: transparent;
}
#main-menu .navbar-header {
	background-color: #41464f;
	position: absolute;
	right: 30px;
}
#main-menu .navbar-toggle {
	margin: 4px;
}
#main-menu .navbar-toggle .icon-bar {
	background-color: #eee;
	width: 40px;
	height: 3px;
	margin-bottom: 6px;
}
#main-menu .navbar-toggle .icon-bar:last-of-type {
	margin-bottom: 0px;
}


/*/////////////// slider */
#mainslider .carousel-inner .slider-image {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	width: 100%;
	height: 100%;
}
/*#mainslider .carousel-inner .slider-image.adjust-height {
	width: 100%;
	height: 100%;
}*/
.carousel-control.left, .carousel-control.right {
	background-image: none;
	filter: none;
}
.carousel-control.left {
    text-align: left;
}
.carousel-control.right {
    text-align: right;
}
.carousel-control img {
	top: 50%;
    margin-top: -30px;
    position: relative;
}
.carousel-indicators li {
    background-color: #fff;
    background-color: rgba(255,255,255,1);
    border: 1px solid #fff;
}
.carousel-indicators .active {
    background-color: #0062b9;
    border: 1px solid #0062b9;
}
.slider-txt {
	top: 50%;
    margin-top: -5.8em;
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
}
.slider-txt h1, .slider-txt h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 4.5em;
	letter-spacing: 2px;
	background-color: #0062b9;
	background-color: rgba(0,98,185,0.8);
	display: inline-block;
	padding: 7px 12px 7px 12px;
	text-shadow: 1px 1px 2px black;
}
.slider-txt a.boxlink {
	font-weight: 400;
	font-size: 1.2em;
	clear: both;
	display: inline-block;
	margin-top: 20px;
	background-color: rgba(75,82,93,0.8);
	padding: 10px 12px 10px 12px;
	text-decoration: none;
}
.slider-txt a, .slider-txt a:visited, .slider-txt a:hover, .slider-txt a:active {
	color: #eee;
}


/*/////////////// teams */
#team, #team-2 {
	color: #fff;
}
#team {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0062b9+0,0062b9+50,4b525d+51,4b525d+100 */
	background: #0062b9; /* Old browsers */
	background: -moz-linear-gradient(left, #0062b9 0%, #0062b9 50%, #4b525d 51%, #4b525d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0062b9 0%,#0062b9 50%,#4b525d 51%,#4b525d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0062b9 0%,#0062b9 50%,#4b525d 51%,#4b525d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0062b9', endColorstr='#4b525d',GradientType=1 ); /* IE6-9 */
}
#team .wrapme {
	background-color: #4b525d;
}
#team-2 {
	position: relative;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b525d+0,4b525d+50,767b84+51,767b84+100 */
	background: #4b525d; /* Old browsers */
	background: -moz-linear-gradient(left, #4b525d 0%, #4b525d 50%, #767b84 51%, #767b84 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #4b525d 0%,#4b525d 50%,#767b84 51%,#767b84 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #4b525d 0%,#4b525d 50%,#767b84 51%,#767b84 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b525d', endColorstr='#767b84',GradientType=1 ); /* IE6-9 */
}
#team-2 .wrapme {
	background-color: #60646b;
}
img#team-box {
	margin-left: -15px;
}
#team .cat-title {
	margin-top: 5rem;
	margin-bottom: 3rem;
	font-size: 2.8em;
	text-align: center;
}
#team .cat-text {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.6em;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 3rem;
}
#team-2 .wrapme {
	padding-top: 4rem;
	padding-bottom: 10rem;
	padding-left: 2%;
    padding-right: 2%;
	text-align: center;
}
.team-member {
	text-align: center;
	margin-top: 3rem;
	display: inline-block;
    float: none;
    vertical-align: top;
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}
.team-member .cat-subtitle {
	font-size: 1.6em;
	margin-top: 0.5em;
}
.team-member a, .team-member a:visited, .team-member a:hover, .team-member a:active {
	color: #eee;
	text-decoration: none;
}
.team-member a {
	position: relative;
	display: block;
}
.team-member a:hover .tm-ghost , .team-member a:active .tm-ghost  {
	visibility: visible;
  	opacity: 1;
}
.tm-holder {
	display: inline-block;
    position: relative;
}
.tm-ghost {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;

	visibility: hidden;
  	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

/*/////////////// services */
#services {
	position: relative;
}
#services-1 {
	position: relative;
	background-color: #d1d1d1;
	min-height: 452px;
}
img#services-box {
	position: absolute;
	top: 0;
	right: 0;
}
#services-1 .cat-title {
	margin-top: 5rem;
	margin-bottom: 3rem;
	font-size: 2.8em;
	text-align: center;
}
#services-1 .cat-text {
	text-align: left;
	font-size: 1.3em;
	line-height: 1.6em;
	width: 80%;
	margin: 0 auto;
}
#services-2 {
	background-color: #d1d1d1;
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 5%;
    padding-right: 2%;
}
.services-box {
	position: relative;
	word-spacing: 3px;
	text-align: justify;
    /*-moz-text-align-last: justify;
    text-align-last: justify;*/
}
.services-box .spacing {
	color: #4b525d;
    /*text-decoration: line-through;*/
    display: none;
    padding: 0;
    margin: 0;
    border: 0;
    word-spacing: 20px;
}
.service {
	white-space:nowrap;
	padding: 7px 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 1.4em;
	/*line-height: 3.5em;*/
	margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 2em;
}
a.service, a.service:visited, a.service:hover, a.service:active {
	color: #eee;
	text-decoration: none;
	background-color: #4b525d;
	transition: background 0.5s linear;
}
a.service:hover, a.service:active {
	background-color: #0062b9;
}


/*/////////////// portfolio */
#portfolio {
    background-color: #d1d1d1;
}
#portfolio a {
	display: inline-block;
	max-width: 33.3333%;
}
#portfolio a img {
	max-width: 100%;
}
#portfolio a:hover .pt-ghost , #portfolio a:active .pt-ghost  {
	visibility: visible;
  	opacity: 1;
}
#portfolio a, #portfolio a:visited, #portfolio a:hover, #portfolio a:active {
	color: #4b525d;
}
.pt-holder {
	display: inline-block;
    position: relative;
}
.pt-ghost {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    font-size: 1.6em;
    font-weight: 600;

	visibility: hidden;
  	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.pt-ghost span {
	position: absolute;
	display: inline-block;
	width: 80%;
	text-align: center;
	left: 10%;
	top: 50%;
	margin-top: -1em;
}

/*/////////////// news */
#news {
	background-color: #60646b;
	color: #fff;
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 6rem;
	position: relative;
}
#news h2 {
	font-size: 2.6em;
}
.news-item .cat-title {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	font-size: 2em;
	text-align: center;
}
.news-item .cat-text {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.6em;
	width: 80%;
	margin: 0 auto;
}
.news-facebook, .news-download {
	float: right;
	margin-left: 25px;
	transition: opacity 0.5s linear;
}
.news-facebook:hover, .news-facebook:active, .news-download:hover, .news-download:active {
	opacity: 0.6;
}
#news .dropme {
	background-image: url('../img/news-minus.png');
	background-repeat-x: repeat;
	background-position: top right;
	width: 67px;
	height: 67px;
	position: absolute;
	left: 50%;
	bottom: -34px;
	margin-left: -34px;
}
#news .dropme.dropped {
	background-image: url('../img/news-plus.png');
}

/*/////////////// contact */
#contact {
	background-color: #d1d1d1;
	text-align: center;
	padding-top: 5rem;
	padding-bottom: 3rem;
	font-size: 1.2em;
}
#contact-map {
	width: 100%;
	height: 490px;
}
#contact-logo {
	padding-top: 4rem;
	padding-bottom: 1rem;
}
#contact-title {
	font-size: 1.1em;
	font-weight: 600;
	color: #0062b9;
}
#contact a, #contact a:visited, #contact a:hover, #contact a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	transition: background 0.5s linear;
}
#contact a:hover, #contact a:active {
	background-color: #ddd;
}

/*/////////////// footer */
#footer {
	background-color: #0062b9;
	color: #fff;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 3rem;
	font-size: 0.9em;
}
#footer-icons {
	padding-left: 5%;
	padding-right: 5%;
}
#footer-icons a {
	margin-top: 1rem;
	margin-right: 50px;
	transition: opacity 0.5s linear;
}
#footer a, #share-dots {
	display: inline-block;
	transition: opacity 0.5s linear;
}
#footer-icons a:hover, #footer-icons a:active, #share-dots:hover, #share-dots:active {
	opacity: 0.6;
}
#btn-share-on {
	margin-top: 1rem;
	position: relative;
	display: inline-block;
}
#share-btns a {
    margin-right: 5px;
    margin-bottom: 5px;
}
#share-btns {
	position: absolute;
    width: 150px;
    top: -10px;
}
#copyright {
	margin-top: 3rem;
}
#copyright a {
	margin: 10px 5px 0px 5px;
	text-decoration: underline;
}
#copyright a, #copyright a:visited, #copyright a:hover, #copyright a:active {
	color: #fff;
}
#cookie-bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 20px 10px;
	background-color: rgba(0,0,0,0.5);
	text-align: left;
	font-size: 1.2em;
}
.cookie-bar-txt {
	display: inline-block;
	margin: 10px 5px;
}
#cookie-bar a {
	font-weight: bold;
	text-decoration: underline;
}
#cookie-bar a, #cookie-bar a:visited, #cookie-bar a:hover, #cookie-bar a:active {
	color: #fff;
}
#cookie-bar a.cookie-bar-close {
	text-decoration: none;
	padding: 10px;
	margin: 5px;
	color: #000;
	background-color: rgba(255,255,255,0.8);
    margin-right: 120px;
}



/*/////////////// lightbox */
.popup-box, .openme-popup-box {
	background-color: #f0f0f0;
	color: #4b525d;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0 auto;
	max-height: 80%;
	max-width: 400px;
	padding: 20px 30px;
	text-align: left;
}
#lightbox-about-privacy-policy.popup-box,  #lightbox-about-cookie-policy.popup-box {
	max-width: 60%;
}
.openme-popup-box {
	display: none;
	position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -200px;
    top: 10%;
    max-height: 80%;
    outline: 0;
}
.openme-close {
	width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
.popup-title {
	font-size: 1.8em;
	margin: 0.5rem 0 1em 0;
}
.popup-galerija {
    margin: 0 auto;
    display: block;
}
/* custom for modals */
.my-mfp-zoom-in .mfp-content {
	max-height: 100%
}
.my-mfp-zoom-in.mfp-ready.mfp-bg  {
	background-color: transparent;
}
/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog, .my-mfp-zoom-in-gallery .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog, .my-mfp-zoom-in-gallery .zoom-anim-dialog  {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog, .my-mfp-zoom-in-gallery.mfp-removing .zoom-anim-dialog  {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg, .my-mfp-zoom-in-gallery.mfp-bg  {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg, .my-mfp-zoom-in-gallery.mfp-ready.mfp-bg  {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg, .my-mfp-zoom-in-gallery.mfp-removing.mfp-bg  {
	opacity: 0;
}