@charset "UTF-8";

:root { /* COLORS TO BE DETERMINED */
	--mainBlue: rgb(90, 33, 14);
	--mainLightBlue: #06A5DB; /* RGB: rgb(0, 165, 219) */
	--mainRed: #DF0000; /* RGB: rgb(223, 0, 0) */
	--mainBlack: #343434
}

body {
	text-align: center;
	padding:15px;
}
 
img {
	max-width: 20%;
    margin-bottom: 50px;	
 }
 
 div#title {
	margin-top: 25px;
    margin-bottom: 75px;
    font-weight: bold;
    font-size: 36px;
	color: rgb(90, 33, 14);
 }
 
 div.kontakt {
	color: rgb(90, 33, 14);
    font-size: 20px;
 }
 
 p#mail {
	margin-bottom: 0;
 }
 
 a {
	text-decoration: none;
	color: rgb(90, 33, 14);
    font-weight: bold;
 }
 
 a:hover {
	color: rgb(80, 50, 140);
 }
 
 
 @media (max-width: 1000px) {	
	img {
		max-width: 35%;
	}
}
 
 
 
 
 /* ZA MOBITELE */
@media (max-width: 600px) {
	div.kontakt {
		font-size: 16px;
	}
	img {
		max-width: 45%;
	}
	div#title {
		margin-bottom: 40px;
	}
}
 
 
 
 
 
 
 
 

.special {
	display: inline;
    font-weight: bold;
    color: var(--mainBlue);
}

a.obicni-link {
	
}

 header, nav {
	 height: 90px;
	 background-color: white !important;
	 color: var(--mainBlue);
}
 header .logo {
	 display: inline-block;
	 width: 15px;
	 padding-right: 10px;
}
 header .logo img {
	height: 90px;
    position: absolute;
    top: 0px;
}
 header .logo span.sportivo {
	 text-transform: uppercase;
	 position: absolute;
	 line-height: 90px;
	 font-weight: bold;
	 top: -10px;
	 font-size: 20px;
	 padding-left: 100px;
}
 header .logo span.nikola {
	 position: absolute;
	 font-weight: bold;
	 top: 50px;
	 padding-left: 100px;
}
 header .menu {
	 display: inline-block;
	 width: calc(100% - 310px);
	 padding-right: 15px;
	 position: absolute;
}


/*** MENU ***/
nav ul#menu-wide {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul#menu-wide li {
	width: 80px;
}

nav ul#menu-wide li a {
	color: var(--mainBlue);
	font-weight: bold;
	text-decoration: none!important;
}

nav ul#menu-wide li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: var(--mainLightBlue);
}

.navbar {
	position: fixed;
    width: 100%;
    z-index: 5;
	border-bottom: 2px solid var(--mainBlue);
}

#menuToggler {
	border: none!important;
	outline: none!important;
}

#menuToggler i {
	color: var(--mainBlue);
	font-size: 26px;
}

#menu-mobile {
	list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
	width: 100%;
    left: 0;
	padding-top: 28px;
	z-index: 5;
}

#menu-mobile li {
	background-color: var(--mainBlue);
	border-bottom: 1px solid var(--mainLightBlue);
}

#menu-mobile li:hover {
	cursor: pointer;
}

#menu-mobile li a{
	color: white;
	width: 100%;
    display: block;
    padding: 10px 30px;
	text-decoration: none!important;
}

#menu-mobile li:hover a{
	text-decoration: none;
	font-weight: bold;
	color: var(--mainLightBlue);
	cursor: pointer;
}






/**** JUMBOTRON ****/
#jumbotron {
  background-image: url("../assets/jumbotron.jpeg");
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 165, 219, 0.5);
}

#jumbotron .cta {
  width: 400px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  top: 200px;
  text-align: center;
}

#jumbotron .cta .title {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 42px;
}

#jumbotron .cta .subtitle {
  color: white;
  text-transform: uppercase;
  font-size: 28px;
}

#jumbotron .cta .cta-btn button {
  color: white;
  background-color: var(--mainBlue);
  border: 1px solid var(--mainBlue);
  border-radius: 3px;
  transition: 0.3s all linear;
  outline: none !important;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

#jumbotron .cta .cta-btn button:hover, #jumbotron .cta .cta-btn button:focus {
  background-color: var(--mainLightBlue);
  border: 1px solid var(--mainLightBlue);
}

#jumbotron a {
  color: white;
  background-color: var(--mainBlue);
  border: 1px solid var(--mainBlue);
  border-radius: 3px;
  transition: 0.3s all linear;
  outline: none !important;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none!important;
}

#jumbotron a:hover, #jumbotron .a:focus {
  background-color: var(--mainLightBlue);
  border: 1px solid var(--mainLightBlue);
}

#jumbotron img {
	height: 150px;
}



/***** ABOUT *****/
#about {
	margin: 50px auto 0;
}

#about h1 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;
	color: var(--mainBlue);
}

#about .image {
	background-position: center;
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
}

#about .image10{
	background-image: url("../assets/Baff1.jpeg");
}
#about .image11{
	background-image: url("../assets/Baff2.jpeg");
}
#about .image12{
	background-image: url("../assets/Baff3.jpeg");
}
#about h6 {
	font-size: 20px;
    color: var(--mainBlue);
	margin-top: 30px;
}
#about p {
	display: inline;
}
#about a {
	width: 100%;
    display: block;
    color: var(--mainLightBlue);
}
#about a:hover {
	font-weight: bold;
	cursor: pointer;
}

.modal-body img{
	width: 100%;
}

.modal h6 {
	font-size: 24px;
    color: var(--mainBlue);	
}


    


/***** GALERY *****/
#galery {
	margin: 50px auto 0;
	width: 100%;
	background-color: var(--mainBlue);
	color: white;
	padding-top: 50px;
	padding-bottom: 60px
}

#galery h1 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;
}

#galery img {
	object-fit: contain;
    height: 500px;
}

#galery p, #galery h5 {
	background-color: rgba(0, 165, 219, 0.6);
	margin-bottom: 0;
	padding: 10px;
}

#galery p {
	padding-top: 0px;
}



/***** SECTIONS *****/
#sections {
  margin: 50px auto 0;
}

#sections h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  color: var(--mainBlue);
}

#sections a {
  color: black;
  text-decoration: none;
  transition: 0.3s all linear;
  display: block;
  border-radius: 5px;
}

#sections a:hover {
  box-shadow: 0 3px 15px rgba(0,0,0,.5);
}

#sections a:hover .image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#sections .image {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s all linear;
}

#sections .image1 {
  background-image: url("../assets/diagnose.jpg");
}

#sections .image2 {
  background-image: url("../assets/electro.jpg");
}

#sections .image3 {
  background-image: url("../assets/manual.jpg");
}

#sections .image4 {
  background-image: url("../assets/massage.jpg");
}

#sections .image5 {
  background-image: url("../assets/gameready.jpg");
}

#sections .image6 {
  background-image: url("../assets/exercise.jpg");
}

#sections .image7 {
  background-image: url("../assets/air-relax.jpg");
}

#sections .image8 {
  background-image: url("../assets/kinesio.jpg");
}

#sections .image9 {
  background-image: url("../assets/cupping.jpg");
}

#sections .image10 {
  background-image: url("../assets/dry-needling.jpg");
}

#sections .title {
  text-align: center;
  text-transform: uppercase;
  color: var(--mainBlue);
  font-weight: bold;
  padding: 12px 0 6px;
  font-size: 18px;
}

#sections .desc {
  height: 90px;
  margin-bottom: 40px;
  padding: 0 15px;
}


/***** ZANIMLJIVOSTI *****/
#zanimljivosti {
	margin: 50px auto 0;
	width: 100%;
	background-color: var(--mainBlue);
	color: white;
	padding-top: 50px;
	padding-bottom: 60px
}

#zanimljivosti h1 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;
}

#zanimljivosti img {
	object-fit: cover;
    height: 500px;
}

#zanimljivosti p, #zanimljivosti h5 {
	background-color: rgba(0, 165, 219, 0.6);
	margin-bottom: 0;
	padding: 10px;
}

#zanimljivosti p {
	padding-top: 0px;
}



/***** CJENIK *****/
#cjenik {
  margin: 50px auto 0;
}

#cjenik h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  color: var(--mainBlue);
}

#cjenik table {
	width: 100%;
	margin-bottom: 100px;
}
#cjenik table .table-title {
	text-align: center;
	color: white;
	background-color: var(--mainBlue);
	padding: 10px 0;
    text-transform: uppercase;
    font-size: 18px;
}

#cjenik table tr:hover {
	background-color: rgba(0, 165, 219, 0.1);
}
p.validFrom {
	color: var(--mainBlue);
	font-weight: bold;
}
#cjenik table tr td:nth-child(3) {
	text-align: right;
	padding-right: 12px;
}


/***** NOVOSTI *****/
#novosti {
  width: 100%;
  background-color: var(--mainBlue);
  color: white;
}

#novosti button {
  margin: 30px auto 0;
  display: block;
  color: white;
  background-color: var(--mainLightBlue);
  border: none;
  border-radius: 3px;
  outline: none !important;
  padding: 10px 22px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

#novosti a {
  color: black;
  text-decoration: none;  
  transition: 0.3s all linear;
  display: block;
  border-radius: 5px;
  background-color: white;
  padding-top: 15px;
 }
  
#novosti a:hover {
  box-shadow: 0 3px 15px rgba(0,0,0,.5);
}
  
#novosti a:hover .image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#novosti .image {
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s all linear;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#novosti .image7 {
  background-image: url("../assets/trening.jpeg");
}
#novosti .image8 {
  background-image: url("../assets/akcija 2.jpg");	
}
#novosti .image9 {
  background-image: url("../assets/akcija 3.jpg");	
}
#novosti .gic1 {
  background-image: url("../assets/gic1.jpeg");	
}
#novosti .gic2 {
  background-image: url("../assets/gic2.jpeg");	
}
#novosti .gic3 {
  background-image: url("../assets/gic3.jpeg");	
}
#novosti .gic4 {
  background-image: url("../assets/gic4.jpeg");	
}
#novosti .gic2, #novosti .gic3, #novosti .gic4 {
	max-width: 250px;
    margin-left: -15px;
	max-height: 250px;
} 
#novosti .title {
  text-align: center;
  text-transform: uppercase;
  color: var(--mainBlue);
  font-weight: bold;
  padding: 20px 0 10px;
  font-size: 18px;
}

#novosti .desc {
  height: 230px;
  margin-bottom: 40px;
  padding: 0 50px;
}
#novosti .desc.fullHeight {
  height: 100%;
}






/***** KONTAKT *****/
#contact-section {
  margin: 50px auto 75px;
}

#contact-section h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  color: var(--mainBlue);
}

#contact-section h4 {
  margin-bottom: 30px;
  font-size: 26px;
  color: var(--mainLightBlue);
}

#contact-section iframe {
    width: 100%;
}
#contact-section .mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

#contact-section  .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

#contact-section label {
  color: var(--mainBlue);
}

#contact-section .kontakt-title{
	color: var(--mainBlue);
	font-weight: bold;
	margin-bottom: 30px;
}

#contact-section .kontakt-subtitle{
	color: var(--mainBlue);
	font-weight: bold;
	margin: 0;
}

#contact-section .kontakt-desc{
	color: var(--mainBlue);
	margin-bottom: 30px;	
}

#contact-section .kontakt-desc .phone{
	color: var(--mainBlue);
	transition: all 0.3s linear;
}

#contact-section .kontakt-desc .phone:hover{
	color: var(--mainLightBlue);
	text-decoration: underline;
	cursor: pointer;
	transition: all 0.3s linear;
}

#contact-section .kontakt-desc i{
	color: var(--mainBlue);
	font-size: 24px;
    padding-right: 8px;
	transition: all 0.3s linear;
}

#contact-section .kontakt-desc i:hover{
	color: var(--mainLightBlue);
}




/***** FOOTER *****/
footer {
	 height: 180px;
	 background-color: #0b4260;
	 color: white;
	 position: relative;
}
 footer .footer-menu {
	 padding-top: 18px;
}
 footer ul {
	 list-style: none;
	 padding: 0;
}
 footer ul li a {
	 color: white;
	 text-decoration: none;
}
 footer ul li a:hover {
	 text-decoration: underline;
}
 footer .bottom-line {
	 background-color: #343434;
	 padding: 6px;
	 font-size: 14px;
	 position: absolute;
	 bottom: 0;
	 width: 100%;
	 text-align: center;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* Responsive styling */

@media (min-width: 1200px) {
	#menuToggler {
		display: none;
	}
	#menu-mobile {
		display: none;
	}
}


@media (max-width: 1200px) {
	nav ul#menu-wide {
		display: none;
	}
	#sections .desc {
		height: 120px;
	}
	
	#novosti .desc {
		height: 250px;
	}
}


 

@media (max-width: 768px) {
	#novosti .desc {
		height: 300px;
	}	
	#novosti .gic2, #novosti .gic3, #novosti .gic4 {
		width: calc(100% - 30px);
		margin: 5px 15px;
		max-width: 100%;
		max-height: 100%;
	} 
}



@media (max-width: 992px) {
	#sections .desc {
		height: 150px;
	}

}



@media (max-width: 767px) {
	#sections .desc {
		height: 130px;
	}

	#about .image {
		height: 200px;
		margin-bottom: 30px;
	}

}


@media (min-width: 767px) {
	.modal-dialog {
		max-width: 750px;
	}

}

@media (min-width: 992px) {
	.modal-dialog {
		max-width: 950px;
	}

}

@media (max-width: 600px) {
	header, nav {
		height: 60px;
	}

	header .logo img {
		line-height: 60px;
		height: 30px;
		margin-right: 5px;
	}

	header .logo span.sportivo {
		line-height: 45px;
		top: 0px;
		font-size: 16px;
	}

	header .logo span.nikola {
		position: absolute;
		font-weight: bold;
		top: 33px;
		font-size: 12px;
	}
	
	header .logo {
		display: inline-block;
		width: 60px;
		padding-right: 10px;
		padding-top: 5px;
	}

	#menuToggler {
		position: absolute;
		right: 20px;
	}

	#menuToggler i {
		font-size: 22px;
	}


	header .logo img {
		height: 60px;
        position: absolute;
        top: 0;
        left: 40px;
	}	
	header .logo span.sportivo {
		padding-left: 80px;
	}
	
	header .logo span.nikola {
		padding-left: 80px;
	}

}


 
@media (max-width: 575px) {
	#sections .desc {
		height: 100%;
    	padding-bottom: 10px;
	}

	#jumbotron {
		height: 400px;
	}

	#jumbotron .cta {
		width: 300px;
		height: 150px;
		top: 130px;
	}

	#jumbotron .cta .title {
		font-size: 26px;
	}

	#jumbotron .cta .subtitle {
		font-size: 20px;
	}

	#jumbotron .cta .cta-btn button {
		padding: 4px 12px;
		font-size: 14px;
	}

	#sections {
		margin: 30px auto 0;
	}

	#sections h1 {
		margin-bottom: 30px;
		font-size: 26px;
	}
	
	footer {
		height: 340px;
	}

}
 
 
@media (max-width: 500px) { 
	#novosti .gic1{
		max-height: 300px;
	} 
	
	#novosti .gic2, #novosti .gic3, #novosti .gic4 {
		max-height: 300px;
		width: 100%;
		margin: 5px 0px;
		max-width: 100%;
	} 
	
	
	    
}
 
   
@media (max-width: 321px) { 
	#novosti .desc {
		padding: 0 25px;
	}
	
	#novosti .title {
		padding: 0px 0 10px;
	}
	
	#menuToggler {
		right: 0px;
	}

}
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 