html, body{
  font-family: 'Raleway', sans-serif;
  font-size:15px;
  -webkit-font-smoothing: subpixel-antialiased!important;
  color:black;
  font-weight:400;
  height:100%;
}

a, a:active, a:focus {
 text-decoration:none;
  outline:0;
  font-size:14px;
}

h1{
  font-size:84px;
  color:white;
  font-weight:700;
}
h2{
  font-size:41px;
  color:white;
  font-weight:400;
}

p{
  font-size:16px;
  color: white;
  font-weight:300;
  margin-top:20px;
}
h1 span{
  color:#2fa68e;
}
::selection {
  background: #3597d3;
  color:white;
}
::-moz-selection {
  background: #2791a7;
  color:white;
}

/* Naslovna */

.start-page{
  position:relative;
  width:100%;
  height:100%;
  z-index:10;
      background: linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ), url('../img/backg.jpg')#c0c0c0 top center no-repeat;



      background-attachment: fixed;
   
    background-position: bottom;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 650px;
}

.start-page hr{
  color: white;
  margin-top:30px;
  background-color: white;
  height: 1px;
  width:106px;
  border:0;
}

.start-page .opacity{
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(51,51,51,0.1); /* Standard Off */
}


.start-page .container{
  position:relative;
  margin:0 auto;
  height:100%;
  top:25%;
}
@media (max-width: 768px) { 
        .start-page .container{
        top:5%;
}
        }

.start-page .container .row .logo{
  width:123px;
  height:123px;
  margin:0 auto 50px;
  
}

@-webkit-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-moz-keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@-o-keyframes bounce-fade {
    0%   { opacity: 0; bottom:70px; }
    100% { opacity: 1; bottom: 35px; }
}
@keyframes bounce-fade {
    0%   { opacity: 0; bottom: 70px; }
    100% { opacity: 1; bottom: 35px; }
}
@media (max-width: 767px) {

}




.hero {
    background: url('../images/naslovna2.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 65px 0;
    height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}


/* O nama button */

.start-page .container .row .read-more{
  width:175px;
  height:47px;
  margin:100px auto;
  line-height:47px;
  border-radius:30px;
  text-decoration: none!important;
  color:white;
  display:block;
  cursor:pointer;
  font-size:18px;
  letter-spacing:1px;
  background:#662583;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.start-page .container .row .read-more:hover{
  color:white;
  background: #662583;
  text-decoration: none!important;
}
a:hover{
  text-decoration: none!important;
}

 
/* Menu */

.navbar{
  position:fixed;
  width:100%;
  height:62px;
  background:#fff;
  opacity:0.8;
  z-index:1000;
  top:0;
  bottom: 0;
  left: 0;
  right:0;
  border: none!important;
  border-radius: 0;
}
.navbar-nav{
  color: #333;
}
.nav-wrap{
  max-width:1180px;
  position:relative;
  margin:0 auto;
}
.navbar-collapse{/*
  background: #fff;

  border-bottom:1px solid;
  border-color: #f2f2f2!important;*/
}
.navbar-brand {
   padding:0;
   color:#3597d3;
   font-weight:700;
   font-size:24px;
   width:190px;
   /*line-height:60px;*/
   float:left;
   list-style: none;
   margin-top: 20px;
 }
 .navbar-brand img{
  padding-left: 10px;
  width: 200px;
 }

.navbar-right ul{
  width:500px;
  left:50%;
  float:right;
  text-align:right;
  list-style:none;
}

.navbar-right li{
   display:inline-block;
   position:relative;
   color: #d88200;
   padding-left: 20px;
   font-weight: 700;
}

.navbar-right li a{
  color:#474747!important;
  font-size:14px;
  display: block;
  padding: 0 20px 0 20px;
  line-height:70px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.navbar-right li.active a{
  color:#f29200;
}

.navbar-right li a:hover{
  color:#f29200;
}
.navbar-nav li a:hover{
  color:#f29200!important;
}
.navbar-default .navbar-nav > li > a.active{
  color:#f29200!important;
}
@media (max-width: 767px) {
  .navbar-brand img{
    width: 150px;
    margin-top: 0px;
}
.start-page h1{
  font-size:64px;
  color:white;
  font-weight:700;
}
.start-page h2{
  font-size:21px;
  color:white;
  font-weight:400;
  margin-top: 40px;
}
.start-page p{
  font-size:16px;
  color: white;
  font-weight:300;
  margin-top:20px;
}
}
/* O NAMA */

.about{
  background: #f5f5f5;
}
.about .row{
  max-width:1180px;
  position:relative;
  margin:0 auto;
}
.about h3{
  font-weight: 700;
  color: #231f20;
  padding: 10px 0px;
}
.about img {
  width: 150px;
}
.about p{
  font-size: 16px;
  color:#505050;
  margin-top:0 auto;
  max-width: 500px;
  text-align: center!important;
}
.about .col-md-4 {
  text-align: center;
  margin: 70px 0px; 
}
.about-text{
  background: #eee;
}
.about-text .row{
  max-width: 1180px;
  margin:0 auto;
}
.about-text h2{
  font-size: 40px;
  color: #231f20;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
}
.about-text p{
  padding: 10px 0px 50px 0px;
  color: #505050;
  margin: 0 auto!important;
}
.about-text img{
  padding: 10px;
  margin-top: 40px;
}
#uspjeh
{
    animation-delay: 0.5s!important;
   -webkit-animation-delay: 0.5s!important;
   -moz-animation-delay: 0.5s!important;
   -o-animation-delay: 0.5s!important;
}
#lopta
{
    animation-delay: 1s!important;
   -webkit-animation-delay: 1s!important;
   -moz-animation-delay: 1s;
   -o-animation-delay: 1s;
}
/* SEKCIJE */

.sekcije{
	background-attachment: fixed!important;
   	background-position: top!important;
    background: url(../img/team2.png) top;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	

	}
	
	@media only screen and (max-width: 949px)
.sekcije {
background-attachment: initial;@}
.sekcije .row {
    margin: 0 auto;
    display: block;
    max-width: 1180px;
    padding-bottom: 70px;
    text-align: center;

}
.sekcije h2{
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 100px;
}
.sekcije h3{
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.sekcije p{
  font-size: 14px;
  color:#fff;
  margin-top:0 auto;
  max-width: 500px;

}

.sekcije ul {

    list-style:none;

} 

.sekcije ul li ul {
    display: none;
    list-style:none;

} 

.sekcije a {
  color: red;
  margin: auto;
  text-align:center;
 
  color: #90a19e;
}



/* TRENERI */

@media screen and (max-width 991px){
.treneri .column-one { 
margin: 0px auto !important;
text-align: center !important;
float: none !important;}

.treneri img {
display: block !important;
    float: none !important;
    margin: 0 auto !important;
}
}
.treneri{
  background: #eee;
}
.treneri .row {
    margin: 0 auto;
    display: block;
    max-width: 1180px;
    padding-bottom: 70px;
}

.treneri .column-one h3 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
}
.treneri .column-one h4 {
    margin-top: 5px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.treneri h2{
  font-size: 40px;
  color: #172028;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
}


  /* GALERIJA */

.galerija{
  background: #3A2F3A; 
}
.galerija .row{
  max-width:1180px;
  position:relative;
  margin:0 auto;
  padding-bottom: 75px;
}
.galerija h2{
  font-size: 40px;
  color: #black;
  text-align: center;
  font-weight: 700;
  padding: 20px 0 50px;
}

#links img{
max-width: 200px;
    
}

#links li{

display: inline-block;
padding: 5px;
}

 /* CONTACT */

.contact{
  background: #f5f5f5; 
}
.contact .row{
  max-width:1180px;
  position:relative;
  margin:0 auto;
  padding-bottom: 75px;
}
.contact h2{
  font-size: 40px;
  color: #474747;
  text-align: center;
  font-weight: 700;
  padding: 20px 0 50px;
}
.contact h4{
  font-weight: 700;
  padding-top: 10px;
}
.contact p{
  color: #474747;
  text-align: center;
  margin-top: 0;
}
.contact .row .col-md-3 {
  padding: 20px 0px;
}
.contact img{
 max-height:100px;
  max-width:80px;
  padding: 20px 8px;
}
.contact a{
  font-size:16px;
  color:#3f576d;
}
  /* FOOTER #f5f5f5*/
.footer{
  background: #2e2e2e!important;
  min-height: 120px;
}
.footer .row{
  max-width:1180px;
  position:relative;
  margin:0 auto;
}
.footer .copy{
  color: #f5f5f5;
  margin-top: 50px;
}
.footer img{
  max-width: 60px;
}
.footer img:hover{
  opacity: 0.2;
}
.footer .social{
    margin-top:30px;
}
.footer .social ul li {
  list-style: none;
  display: inline;
  padding: 0px 5px;

}

  /* FORMA */
form{

}
.input-group-addon{
  background-color: #3597d3;
  vertical-align: middle;
  padding: 10px 15px;
}
.contact .glyphicon {
  color:#fff;
    vertical-align: middle;
 }
 .btn-primary {
    color: #ffffff;
    background-color: #3597d3;
  }
  i{
    color: #fff;
  }
 .btn-embossed {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  }
.message img{
  max-width:200px;
  padding:10px 10px 130px 10px;
  margin: 0 auto;
  display: block;

}
.message p{
  max-width: 500px;
  color: #444!important;
  margin: auto;
  text-align: center;
  font-size: 20px;
  margin-top: 50px;
}
.modal h3{
  text-align: center;
}






/* Play video */

.hero-play-btn:hover, .hero-play-btn:focus {
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
}

.play {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    text-shadow: 0 0 3px #000;
}

.col-md-offset-4 {
    margin-left: 33.33333333%;
}

.hero-play-btn {
    height: 99px;
    width: 99px;
    background: url('../img/play-btn.png') no-repeat center center;
    display: block;
    text-indent: -99999px;
    margin: 250px auto 0px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}


