@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700');

/** Html elements *************************************************************/

body {
    margin: 0px; 
    padding: 0px;	
	font-family: 'Maven Pro','Arial', sans-serif;
    font-size: 16px;
    color:#000;
	position: relative;
}
h1 {
	font-size:38px;
	font-weight: 500;
	border:0px;
	margin-top:50px;
	margin-bottom:35px;
	padding:0px;
	color:#a0a0a0;
}
a:active,a:focus {
	outline: none;  	
}
a:hover,a:focus {
	text-decoration: none;
}
p {
    margin-top:0px;
	margin-bottom:15px;
    line-height: 19px;
    text-indent: 35px;
}

/** Header ********************************************************************/

.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: none;
}
.navbar-brand {
	height:auto;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.header-menu .navbar-nav > li {
      float: none;
      display: inline-block;
}
.navbar-default {	
	background:#fff;
	margin-bottom:0px;
	border:0px;
	border-top:3px solid #000;
	border-radius:0px;	
}
.navbar-default .navbar-nav > li > a {
	color:#8a8a8a;
	text-shadow: 0 0 1px rgba(255, 255, 255, 1);	
	font-size:20px;
	padding:18px 10px 18px 10px;
	margin:0px 10px;	
}
.navbar-default .navbar-nav > li:first-child > a {
	color:#000;
}
.navbar-default .navbar-nav > li:first-child > a:hover {
	color:#000;	
}
.navbar-default .navbar-nav > li > a:hover {
	color:#222;
	border-bottom:5px solid #000;
	padding-bottom: 13px;
}
.phone-menu-button {
	width:10%;
	margin-top:15px;
}
.phone-menu-button:hover {
	cursor: pointer;
}
.phone-logo img {
	padding: 10px 0px;
	height: 58px;
}
#HeaderWrapper {
	position: relative;
	z-index:2;
}
.header-image {
	position:relative;
	padding-top:0px;
}
.header-image .cover-img {
	padding-top:18.3%;
	background-size:cover;
}
.header-image-caption-wrapper {
	padding:20px;
	position: absolute;
    bottom:60px;
	left:260px;   
	background: none repeat scroll 0 0 rgba( 61, 187, 7, 0.7);
	overflow: hidden;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.header-image-caption-wrapper h3 {
	color:#fff;
	font-size:30px;
	margin-top:0px;
}
.header-image-caption-wrapper p {
	color:#fff;
	font-size:14px;
}
.header-top {
	background: #000;
	padding: 5px 0px 2px 0px;
}
.header-top .info {
	font-size:14px;
	padding:2px 0px 0px 0px;
	float:left;
	width:150px;
	color:#fff;
}
.header-top .info:nth-child(2) {
	width:210px;
}
.header-top .info a {
	color:#fff;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-top .fa-phone {	
	float:left;	
	margin:2px 5px 0px 0px;
	font-size:16px;
	color:#999;
}
.header-top .fa-envelope-o {
	float:left;
	margin:3px 5px 0px 10px;
	color:#999;
}
.header-top .social{
	padding-top:4px;
	font-size:15px;	
}
.header-top .social a {
	float:left;
	color:#fff;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-top a:hover {	
	color:#3DBB07;
	text-decoration: none;
}
.header-top a > i {	
	font-size:18px;
	width:40px;
	padding:0px;
	text-align: right;	
	text-shadow: none;
}

/** Footer ********************************************************************/

.footer-wrapper {
	position: relative;
	z-index:2;
}
.footer-top {
	width:100%;	
	position: fixed;
	bottom: 0px;
	background: #fff;
	border-top:2px solid #000;
	z-index:2;
}
.footer-top .navbar-collapse {
	padding-left:0px;
	margin-left:-2px;
}
.footer-top .navbar-collapse a {
	color:#222;
	font-size:21px;
	padding:15px 0px 15px 0px;
	margin-right: 25px;
}
.footer-top .navbar-collapse a:hover {
	color:#000;
	background: none;
	border-top:5px solid #000;
	padding-top:10px;
}
.footer-top .navbar-brand {
	padding:6px 0px 6px 10px;
}
.footer-bottom {
	background:#fff;
	width:100%;
	height:50px;	
}
.footer-bottom a {
	color:#222;	
	margin-right: 5px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}
.footer-bottom a:first-child {
	margin-left:-4px;
}
.footer-bottom a:hover {
	color:#3dbb07;
}
.footer-bottom a.facebook:hover, .footer-mobile a .fa-stack.face:hover {
	color:#3b5998;
}
.footer-bottom a.google:hover, .footer-mobile a .fa-stack.google:hover {
	color:#dd4b39;
}
.footer-bottom a.instagram:hover, .footer-mobile a .fa-stack.insta:hover {
	color:#125688;
}
.footer-bottom a.youtube:hover, .footer-mobile a .fa-stack.youtube:hover {
	color:#bb0000;
}
.footer-bottom .copyright {
	float:right;
	padding-top:10px;
	color:#555;
}
.footer-bottom .copyright a {
	margin-left:0px;
}
.footer-invisible {
	width:100%;
	background: transparent;
}
.back-to-top .fa-chevron-up {
	font-size:20px;
	margin-top:-2px;
}
#top-link {
	display:none;
	position:fixed;
	right:9px;
	bottom:45px;
	padding:5px;
	opacity:0.6;
	z-index:3;
	color:#000;
}
#top-link:hover	{
	opacity:1;
	color:#3dbb07;
}
#top-link:visited {
	color:#000;
}
.footer-mobile {
	background: #000;
	padding:20px 0px;
	color:#fff;	
	position: relative;
	z-index:2;
}
.footer-mobile a {
	color:#fff;
}
.footer-mobile a .fa-stack-1x {
	color:#000;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;	
}
.footer-mobile a .fa-stack-1x:hover {
	color: #3DBB07;
}
.footer-mobile a .fa-stack {
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}	
.footer-mobile .info {
	float:left;
	margin-right:20px;
	padding-top:10px;
}
.footer-mobile .info i {
	margin-right:5px;
}
.footer-mobile .social {
	float:right;
}

/** container ******************************************************************/

#map {
	  height: 100%; 
	  width: 100%; 
	  position:absolute; 
	  top: 0; 
	  left: 0; 
	  z-index:0;
}
#map p {
	text-indent: 0px;
}
#map a {
	color:#3dbb07;
}
#KontaktForma {
	padding-top:435px;
	margin-bottom:50px;
}
#ContactForm {
	position: relative; 
	z-index: 1;	
	margin: 0px auto 0;	
	height: auto;
	background: rgba(255,255,255,0.92); 
}
#ContactForm h1 {
	margin-top:30px;
}
#ContactForm .header-image {
	padding:0px!important;
}
#ONama {
	padding-bottom:30px;
	margin-top:50px;
}
#Testemonials {
	padding-bottom:0px;
} 
.gallery{
    padding-top: 14px;
    padding-bottom: 14px;
}
.team-member{
    margin-bottom: 30px;
}
.biography h2 {
	margin-top: 0px;
}
.contact-form {
	margin-bottom:50px;
}
.contact-info {
	padding-bottom:30px;	
}
.testemonials-image {
	width:100px;
	height:100px;
	object-fit: cover;
	border:1px solid #222;
	border-radius:50%;
}
.has-feedback label ~ .form-control-feedback {
	top: 34px;
}
.form-group.no-label .form-control-feedback {
    top: 8px;
}
.contact-table {
	margin-top:20px;
}
.contact-table td {
	padding:2px 10px;
	vertical-align: top;
}
.contact-table td:first-child {
	padding:2px 0px;
}
.contact-table i {
	margin-right:5px;
}
.contact-table .top-separator td {
	padding-top:10px;
}
.contact-table a {
	color: #000;
}
.contact-table a:hover {
	color: #3dbb07;
}
.thumbnail {
	border: 0px;
}
p img.thumbnail.pull-right {
	margin: 0 0 20px 20px;
	border-radius:0px;
	padding-right:0px;
	padding-top:6px;
}
.table {
	margin-bottom:0px;
}
.table > thead > tr > th {
	background:#ffbc23;
	color:#fff;	
	border-bottom: 0px;
	font-size:18px;	
	text-align:center;
}
.table.individualna > thead > tr > th {
	background:#B7E0D1;
}
.table.sisanje > thead > tr > th {
	background: #8CD60A;
}
.table.nadogradnja > thead > tr > th {
	background: #FFD1EF;
}
.table.svecane > thead > tr > th {
	background: #8CD1FF;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding:10px 0px 15px 0px;
	vertical-align: middle;
}
.table td {
	background: #e6e6e7;	
	border-top: 0px;
	color:#383336;
	font-size:18px;
	font-weight: bold;	
}
.table td div {
	font-weight: 500;
	font-size:14px;
	margin-top:-2px;
}
.table td:first-child, .table th:first-child,.table td:last-child, .table th:last-child {
	width:14%;
}
.table-bottom {
	width:100%;
	background: #bcbfc1;
	margin-bottom:20px;
}
.table-bottom td {
	padding:0px 0px;
}
.table-bottom td:first-child {
	text-align: right;
	width:39%;
	font-size:24px;
}
.table-bottom td:nth-child(2) {
	text-align: left;
	width:61%;
	font-size:15px;
	font-weight: 500;
	padding-left:15px;
}
#Obuke .table-bottom td:first-child {	
	width:44%;
}
#Obuke .table-bottom td:nth-child(2) {	
	width:56%;	
}
.table-bottom td:nth-child(2) span {
	font-size:24px;
	font-weight: 600;
	margin-right:10px;
}
.table-bottom td .text {
	margin-top:3px;
	display: inline-block;
}
.image-gallery {
	margin-bottom:30px;
}
.video-gallery {
	margin-bottom:30px;
}
section:target {
	padding-top:59px;
	margin-top:-59px;
}
.gallery-images img:hover {
	cursor: pointer;
}
.gallery-images .title {
	color:#a0a0a0;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	margin-top:10px;
}
.btn-default.custom-btn {
	border-radius:0px;
	border:1px solid #000;
	text-align: left;
}
.btn-default.custom-btn:hover {
	background: #3dbb07; 
	color:#fff;
	border:1px solid #3dbb07;
}
.form-control {
	border-radius:0px;
	border:1px solid #000;
}
.form-control:focus {
	border:1px solid #3dbb07;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(61, 187, 7, 0.3);
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
	outline:none;
}
.cover-image-stripe {
	width:100%;
	background: #8bc63f;
}
.cover-image-stripe img {
	margin:0px auto;
}
.bottom-space {
	margin-bottom:20px;
}
#Obuke {
	padding:40px 0px 20px 0px;
}
#Obuke .table {
	margin-top:40px;
}
#Obuke .separate {
	margin-bottom:40px;
}
#Obuke.index-row {
	margin-top:60px;
	padding:0px;
}
#Obuke .index-row h1 {
	margin-top:0px;
}
#Obuke .bottom-more {
	margin-top:35px;
}
#Obuke .bottom-more img {
	margin-top:3px;
}
#Obuka9Meseci {
	padding:40px 0px 30px 0px;;
}
#Obuka9Meseci .second-image {
	margin-top:5px;	
}
#Obuka9Meseci .table {
	margin-top:20px;
}
#Obuka9Meseci .bottom-more {
	margin-top:34px;
}
#Obuka9Meseci .bottom-more img {
	margin-top:3px;
}
#Obuka9Meseci.index-row {
	margin:80px 0px 0px 0px;
	padding:0px;	
}
#ObukaIndividualna {
	padding:40px 0px 20px 0px;
}
#ObukaIndividualna .separate {
	margin-bottom:40px;
}
#ObukaIndividualna .table {
	margin-top:40px;
}
#Individualna.index-row {
	margin-top:60px;
}
#Individualna .bottom-more {
	margin-top:15px;
}
#Individualna .bottom-more .read-more {
	margin-top:15px;
}
#Individualna .bottom-more img {
	margin-top:0px;
}
#ONama.index {
	margin-top:80px;
	padding:30px 0px;
	color:#d7d7d7;	
	background: #4b4b4b; /* Old browsers */
	background: -moz-linear-gradient(left, #4b4b4b 0%, #696969 21%, #7a7a7a 38%, #9b9b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4b4b4b), color-stop(21%,#696969), color-stop(38%,#7a7a7a), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #4b4b4b 0%,#696969 21%,#7a7a7a 38%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #4b4b4b 0%,#696969 21%,#7a7a7a 38%,#9b9b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #4b4b4b 0%,#696969 21%,#7a7a7a 38%,#9b9b9b 100%); /* IE10+ */
	background: linear-gradient(to right, #4b4b4b 0%,#696969 21%,#7a7a7a 38%,#9b9b9b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#9b9b9b',GradientType=1 ); /* IE6-9 */
}
#ONama.index h1 {
	font-size:44px;
	font-weight: 500;
	border:0px;
	margin-top:-2px;
	margin-bottom:10px;
	padding:0px;
	color:#e1e1e1;
}
#ONama.index .read-more {
	color:#d7d7d7;			
}
#ONama.index .read-more:hover {
	color:#3dbb07;			
}
.page-title {
	padding:30px 0px;
	background: #294f00;
	background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, #294f00 0px, #66c600 60%, #77e700 100%) repeat scroll 0 0;
	background: -moz-linear-gradient(to right bottom, #294f00 0px, #66c600 60%, #77e700 100%);
	background: -webkit-gradient(to right bottom, #294f00 0px, #66c600 60%, #77e700 100%);
	background: -o-linear-gradient(to right bottom, #294f00 0px, #66c600 60%, #77e700 100%);
	background: -ms-linear-gradient(to right bottom, #294f00 0px, #66c600 60%, #77e700 100%);
	background: linear-gradient(to right bottom, #294f00 0px, #66c600 60%, #77e700 100%);
}
.page-title h1 {
	border:0px;
	color:#fff;
	font-size:50px;
	font-weight: 500;
	margin-top:-2px;
	margin-bottom:-8px;
	margin-left:-4px;
}
.page-title h2 {
	border:0px;
	color:#fff;
	font-size:36px;
	margin-top:2px;
	margin-left:-4px;
}
.page-title.inner-page h2 {	
	font-size:34px;
}
.page-title.inner-page.mediji h1 {
	margin-bottom:10px;
}
.page-title .quote {
	color:#fff;
	font-size:80px;
	display: block;
	margin-left:25px;
	margin-top:-18px;
	width:4%;
	height:50px;
	float:left;	
}
.page-title .text {
	float:left;
	width:84%;		
	color:#fff;
	font-size:19px;
	font-weight:500;
	margin-top:17px;
}
.index-row p {
	margin:0px;
}
.index-row h1 {
	font-size:38px;
	font-weight: 500;
	border:0px;
	margin-top:-2px;
	margin-bottom:0px;
	padding:0px;
	color:#a0a0a0;	
}
.index-row h3 {
	font-size:25px;
	font-weight: 500;
	color:#a0a0a0;
	margin: -8px 0px 25px 0px;
}
.index-row .bottom-more img {
	float:right;
}
.index-row .bottom-more .read-more {
	margin-top:17px;
	margin-right:10px;
}
.read-more {
	color:#000;
	float:right;
	font-weight: 600;	
}
.read-more:hover {
	color:#3dbb07;
	text-decoration: none;
}
.index-about p {
	margin:0px;
}
#Tim h1 {
	font-size:38px;
	font-weight: 500;
	border:0px;
	margin-top:20px;
	margin-bottom:0px;
	padding:0px;
	color:#a0a0a0;
}
#Tim h3 {
	font-size:20px;
	font-weight: 500;
	color:#a0a0a0;
	margin:0px 0px 30px 0px;;
}
#Tim h2 {
	font-size:32px;
	font-weight: 400;
	color:#a0a0a0;
	margin:0px 0px 25px 0px;;
}
#Tim h2 strong {
	font-weight: 500;
}
.mobile-menu {
	left:0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mobile-menu.menu-opened {
	left:240px;
}
.parallax-container {
	position: relative;
	height: 750px;
	overflow: hidden;
}
.parallax {
	position: absolute;
	height: 105%;
	width: 100%;
	z-index: -1;
	top: -15px;
}
body.modal-open {
	overflow: inherit;
	padding-right: 0 !important;
}
.modal-content {
	border-radius: 0px;
}
.modal-content .modal-header {
	border-radius: 0;
}
.modal-content .modal-footer {
	border-radius: 0;
}
.instagram-feed-wrapper .feed-row {
	margin: 0 -5px;
}
.instagram-feed-wrapper .image-wrapper {
	float:left;
	padding: 0 5px;
	margin-bottom: 10px;
	width: 12.5%;
	position: relative;
}
.instagram-feed-wrapper .image-wrapper i {
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.instagram-feed-wrapper .image-wrapper a:hover i {
	color: #3dbb07;
}
.instagram-feed-wrapper .image-wrapper img {
	max-width: 100%;
	display: block;
}