/* MAIN */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700&subset=latin-ext');
html {
	overflow-x: hidden;
}
body {
	font-family: 'Source Sans Pro','Arial', sans-serif;
	color: #000;
	background: #fff;
	position: relative;
	font-weight: 300;
	font-size: 20px;
}
h1{color:#000; font-size: 58px; font-weight: 200;width:100%;margin: 10px 0 30px 0;text-align: center;}
h2 {width:100%; text-align: center; font-size:20px;margin:20px 0px; padding:0 0 20px 0;}

a, a:active, a:focus {
	text-decoration: none; 
	color: #333;
}

a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
a:hover	{
	text-decoration: none;
	color:#ffb700;
}
p {
	margin-bottom: 20px;
}
.btn.btn-default {
	border-radius: 0;
	padding: 12px 40px;
	background: #141414;
	color: #b4b4b4;
	border: 1px solid #6c6c6c;
	-webkit-transition: background 0.5s ease, color 0.5s ease 0s;
	-moz-transition: background 0.5s ease, color 0.5s ease 0s;
	-ms-transition: background 0.5s ease, color 0.5s ease 0s;
	-o-transition: background 0.5s ease, color 0.5s ease 0s;
	transition: background 0.5s ease, color 0.5s ease 0s;
}
.btn.btn-default:hover {
	background: #6c6c6c;
	color: #000;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: block;
}
.captcha-input {
	margin-top:18px;
}
.has-feedback label ~ .form-control-feedback {
	top: 34px;
}
.form-group.no-label .form-control-feedback {
	top: 8px;
}
.contact-information-wrapper .contact-row {
	margin-bottom:10px;
}
.contact-information-wrapper .contact-row i {
	margin-right:8px;
}
.contact-information-wrapper .social-link i {
	color:#555;
	border-color:#555;
}
#map {
	height:700px;
	border-top: 1px solid #000;
}
#Lokacija {
	position: relative;
}
#Lokacija .informations {
	position: absolute;
	left: 50%;
	top: 40px;
	background: #000;
	transform: translateX(-50%);
	z-index: 2;
	padding: 30px 80px;
	color :#fff;
	text-align: center;
}
#Lokacija .informations h1 {
	margin: 0 0 10px 0;
	color: #fff;
}
#Lokacija .informations .address {
	font-size: 21px;
	margin-bottom: 20px;
}
#Lokacija .informations .btn.btn-default {
	border-color: #fff;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}
#Lokacija .informations .btn.btn-default:hover {
	border-color: #000;
	color: #000;
	background: #fff;
}
.send-btn-wrapper {
	text-align: right;
}
.modal.fade {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.modal.fade.in {
	opacity: 1;
}
.modal.fade .modal-dialog {
	top: 100px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.main-image-wrapper {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.main-image {
	width:100%;
	height: 100%;
	visibility: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 500ms ease-out 0s;
	-moz-transition: all 500ms ease-out 0s;
	-o-transition: all 500ms ease-out 0s;
	transition: all 500ms ease-out 0s;
}
.main-image.animate {
	transform: scale(0.8);
	top: -100px;
}
.main-image-wrapper .arrow-down {
	width: 60px;
	height: 29px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
	-webkit-animation: pulsate 2s linear infinite;
	-moz-animation: pulsate 2s linear infinite;
	animation: pulsate 2s linear infinite;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-ms-transition: all 1000ms;
	-o-transition: all 1000ms;
}
.main-image .arrow-down:hover {
	cursor: pointer;
}
@-webkit-keyframes pulsate {
	0% {
		bottom: 50px;
	}
	10% {
		bottom: 60px;
	}
	25% {
		bottom: 65px;
	}
	50% {
		bottom: 65px;
	}
	75% {
		bottom: 65px;
	}
	90% {
		bottom: 60px;
	}
	100% {
		bottom: 50px;
	}
}
@-moz-keyframes pulsate {
	0% {
		bottom: 65px;
	}
	10% {
		bottom: 65px;
	}
	25% {
		bottom: 50px;
	}
	50% {
		bottom: 50px;
	}
	75% {
		bottom: 50px;
	}
	90% {
		bottom: 55px;
	}
	100% {
		bottom: 65px;
	}
}
@keyframes pulsate {
	00% {
		bottom: 65px;
	}
	10% {
		bottom: 55px;
	}
	25% {
		bottom: 50px;
	}
	50% {
		bottom: 50px;
	}
	75% {
		bottom: 50px;
	}
	90% {
		bottom: 55px;
	}
	100% {
		bottom: 65px;
	}
}
#Radovi {
	padding: 120px 0 160px 0;
}
#Tim, #RadnoVreme, #Kontakt {
	  padding: 80px 0 160px 0;
}
#Radovi .text, #Tim .text, #RadnoVreme .text {
	margin: 20px 0 50px 0;
	text-align: center;
	font-size: 21px;
	line-height: 34px;
}
#ONama {
	height: 883px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 70px 0;
}
#ONama .text-wrapper, #Edukacija .text-wrapper {
	background: rgba(255,255,255, 0.90);
	width: 100%;
	padding: 50px;
}
#ONama .text-wrapper .text p:last-child, #Edukacija .text-wrapper .text p:last-child {
	margin-bottom: 0;
}

#ONama .text-wrapper h1, #Edukacija .text-wrapper {
	margin-top: 0;
}
#ONama .text-wrapper, #Edukacija .text-wrapper {
	line-height: 34px;
	text-align: center;
}
#Edukacija {
	height: 883px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 89px 0;
}
#Edukacija a {
	color: #ffb700;
}
#Edukacija a:hover {
	text-decoration: underline;
}
.week {
	text-align: center;
}
.week .day {
	display: inline-block;
	width: 13.5%;
	text-transform: uppercase;
	font-size: 19px;
	text-transform: capitalize;
}
.week .day h3 {
	font-size: 21px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.week .day h3:after {
	content: '';
	display: block;
	margin: 10px auto 6px auto;
	width: .1rem;
	height: 1.5rem;
	background-color: #a1a1a1;
}
#Kontakt {
	background: #131313;
	color: #fff;
	padding-bottom: 80px;
}
#Kontakt h1 {
	color: #fff;
	margin-bottom: 50px;
}
.contact-wrapper .form-control {
	background: #191919;
	border: 0;
	border-bottom: 1px solid #6c6c6c;
	border-radius: 0;
	color: #b4b4b4;
	height: 44px;
	margin-bottom: 30px;
	font-size: 16px;
}
.contact-wrapper textarea.form-control {
	min-height: 210px;
}
.contact-wrapper .captcha-input {
	margin: 10px 0 0 0 ;
}
.contact-wrapper .btn.btn-default {
	height: 44px;
	font-weight: 400;
	padding: 0px 30px;
	background: #141414;
	color: #b4b4b4;
	font-size: 15px;
	border: 1px solid #6c6c6c;
}
.contact-wrapper .btn.btn-default:hover {
	background: #b4b4b4;
	color: #000;
}
.contact-wrapper .btn.btn-default.testslanje {
	margin-top: 10px;
}
.contact-row {
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 12px;
	position: relative;
	padding-left: 30px;
}
.contact-row a, .contact-row a:focus {
	color: #fff;
}
.contact-row a:hover {
	color: #bbb;
}
.contact-row i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.signature {
	border-top: 1px solid #6c6c6c;
	padding-top: 15px;
	margin-top: 20px;
	font-size: 17px;
}
.signature a {
	color: #fff;
}
.signature a:hover {
	color: #bbb;
}
.owl-wrapper {
	position: relative;
}
.owl-wrapper .control {
	position: absolute;
	top: 0;
	left: 15px;
	height: 100%;
	width: calc(25% - 30px);
	background: rgba(0,0,0,0.5) url('/design/arr-left.png') center center no-repeat;
	z-index: 1;
}
.owl-wrapper .owl-item .gallery-image:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.2);
	opacity: 0;
}
.owl-wrapper .owl-item:hover .gallery-image:after {
	opacity: 1;
	cursor: pointer;
}
.owl-wrapper .control:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.2);
	opacity: 0;
}
.owl-wrapper .control:hover {
	cursor: pointer;
}
.owl-wrapper .control:hover:after {
	opacity: 1;
}
.owl-wrapper .control.owlPrev-1 {
	display: none;
}
.owl-wrapper .control.owlNext-1 {
	left: auto;
	right: 15px;
	background: rgba(0,0,0,0.5) url('/design/arr-right.png') center center no-repeat;
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	transform-style:preserve-3d;
	webkit-backface-visibility: hidden;
}
.owl-carousel .owl-item {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
}
.grid-nav {
	display: none;
}
.grid-pages {
	display: none;
	position: fixed!important;
	overflow: hidden!important;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100vh!important;
	z-index: 999999;
}
.js .grid {
	height: 100%!important;
	width: 100%!important;
	padding: 0!important;
	margin: 0!important;
}
.js .grid__column:last-child {
	padding: 0!important;
}
.refresh-captcha {
	margin-left: 10px;
}
.phone-image {
	display: none;
}
.text-image-responsive {
	display: none;
}
.akademija-first-p {
	font-size: 58px;
	font-weight: 200;
	text-align: center;
}
.akademija-first-p a {
	color: #1a0dab;
	font-weight: 300;
	text-decoration: underline;
}
.akademija-first-p a:hover {
	color: #ffb700;
}