html,
body {
  height: 100%;
  width: 100%;
}
body {
  	font-family: Open Sans;
}
hr {
  border-color: #2176c2;
  border-width: 3px;
  max-width: 50px;
}
hr.second {
  border-color: #e8b235;
  border-width: 3px;
  max-width: 50px;    
}
hr.second-about {
  border-color: #2176c2;
  border-width: 3px;
  max-width: 50px; 
  margin: 20px 0;    
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #2176c2;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  	font-family: Open Sans;

}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #2176c2;
}
.bg-second{
  background-color: #e8b235;    
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 55px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
header {
 
  background-color: #eff4f8;
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 15px 15px 70px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  margin-top: 10px;
  margin-bottom: 25px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
#logo {
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 180px;
    height: 180px
}
@media (max-width: 768px) {
  
  header .header-content {
 
    padding: 15px 15px 0px;
  }
}
@media (min-width: 768px) {
  
  header .header-content {
 
    padding: 40px 50px 0px;
  }
  header .header-content .header-content-inner {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px){
  #logo {
    background-image: url('../img/logo-mobile.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
  }
  h1.section-heading-white::before, h1.section-heading-white::after{
    display: none;  
  }
}
h1.section-heading-white {
    font-size: 40px !important;
    font-weight: 900;
    color: #ffffff;    
}
h1.section-heading-white::before{
    content: url('../image/arrow-left.png');
    width: 65px;
    height: 40px;
    float: left;
    margin: 15px 0 0 0;
}
h1.section-heading-white::after{
    content: url('../image/arrow-right.png');
    width: 65px;
    height: 40px;
    float: right;
    margin: 15px 0 0 0;   
}
h2.section-subheading-white {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;    
}
h2.section-heading {
    margin-top: 0;
    font-size: 40px;
    font-weight: 900;
    color: #3a3a3a;
}
h3.section-subheading {
    font-size: 18px;
    font-weight: 500;
    color: #3a3a3a;    
}
.service-box {
    max-width: 570px;
    margin: 50px auto 0;
    background-color: #ffffff;
    padding: 60px 30px;
    transition: 0.2s ease-out;
}
.service-box:hover{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: 0.2s ease;
}
.service-box h3{
    	font-family: Open Sans;

    font-size: 32px;
    font-weight: 900;
    color: #3a3a3a;
}
.service-box p{
    color: #727b82;
}
.service-box-about {
    min-height: 360px;
    margin: 50px auto 0;
    background-color: #ffffff;
    padding: 60px 30px;
    transition: 0.2s ease-out;
    overflow: auto;
}
.service-box-about:hover{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: 0.2s ease;
}
.service-box-about h3{
    	font-family: Open Sans;

    font-size: 32px;
    font-weight: 900;
    color: #3a3a3a;
}
.service-box-about p{
    color: #727b82;
}

.service-box p {
  margin-bottom: 0;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #2176c2;
}
.text-second {
  color: #e8b235;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #222222;
}
.btn-primary {
  color: #ffffff;
  background-color: #2176c2;
  border-color: #2176c2;
  width: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1f629b;
  border-color: #1f629b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2176c2;
  border-color: #2176c2;
}
.btn-primary .badge {
  color: #2176c2;
  background-color: #ffffff;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #2176c2;
}
::selection {
  color: white;
  text-shadow: none;
  background: #2176c2;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}



.decide-box {
    display: inline-block;
    margin-bottom: 30px;
    padding: 0px 30px 0px 30px;
}
.decide-box-image {
    background-color: #2176C2;
}
.image-sportovci{
    background-image: url('../image/sport-side3.jpg');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: 0;
    width: 100%;
    padding-top: 52.35%;
    border-bottom: 9px solid #2176c2;
}
.image-zdravi{
    background-image: url('../image/zdravi-side3.jpg');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
     height: 0;
    width: 100%;
    padding-top: 52.35%;
    border-bottom: 9px solid #4baf2d;
    
}

.decide-box-content.sportovci {
  background-image: url('../image/sport-background.png');
  background-repeat: no-repeat; 
  background-color: #fff; 
}
.decide-box-content.zdravi {
  background-image: url('../image/zdravi-background.png');
  background-repeat: no-repeat; 
  background-color: #fff; 
}
.decide-box-content {
    min-height: 330px;
    height: auto;
    padding: 10px 45px 30px 35px;
    color: #727b82;
    text-align: left;
}
.decide-box-content h2{
    	font-family: Open Sans;

    font-size: 36px;
    font-weight: 900;
}
.sport-icon {
   background-image: url('../image/sport-icon.png');  
    background-position: center;
    background-repeat: no-repeat;  
    height: 290px;
}
.zdravi-icon {
   background-image: url('../image/zdravi-icon.png');  
    background-position: center;
    background-repeat: no-repeat;   
    height: 290px;
}
@media (max-width: 1510px){
  .zdravi-icon {
    background-size: 80%;
  }
  .sport-icon{
    background-size: 80%;  
  }
}
@media (max-width: 1510px){
  .zdravi-icon {
    background-size: 80%;
  }
  .sport-icon{
    background-size: 80%;  
  }
}
@media (max-width: 1200px){
  .zdravi-icon {
    background-size: 80%;
    display: none;
  }
   .zdravi-text {
    width: 100%
  }
  .sport-icon{
    background-size: 80%; 
    display: none; 
  }
  .sport-text {
    width: 100%
  }
}
@media (max-width: 400px){
  .zdravi-btn {
    font-size: 13px!important;
}
  .sportovci-btn {
    font-size: 13px!important;
}  }
.sportovci-btn{
    background-color: #2176c2;
    border-radius: 4px;
    border-bottom: 3px solid #1f629b;
    	font-family: Open Sans;

    font-size: 15px;
    font-weight: 900;
    text-align: center;
}

.vice-btn{
    background-color: #e8b235;
    border-radius: 4px;
    border-bottom: 3px solid #c08e19;
    	font-family: Open Sans;

    font-size: 15px;
    font-weight: 900;
    text-align: center;
    width: 50%;
    margin-left: 25%;
    margin-top: 18px;
}
.zdravi-btn{
    background-color: #4baf2d;
    border-radius: 4px;
    border-bottom: 3px solid #167808;
    	font-family: Open Sans;

    font-size: 15px;
    font-weight: 900;
    text-align: center;
}
.sportovci-btn:hover{background-color: #1f629b; border-bottom: 3px solid #1f629b;}
.vice-btn:hover{background-color: #c08e19; border-bottom: 3px solid #c08e19;}
.zdravi-btn:hover{background-color: #167808;border-bottom: 3px solid #167808;}
.sportovci-headline{color: #2176C2;}
.zdravi-headline{color: #4baf2d;}


#services{background-color:#eff4f8}

.services-nutristar, .about-nutristar, .footer-nutristar{margin: 0 50px;}
#about{
    background-image: url('../image/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
footer  {
    background-color: #0a3c64;
    min-height: 80px;
    height: auto;
    width: 100%;
}
.container-footer {
    padding: 0;
}
footer p {
    color: #ffffff;
    line-height: 80px;
    margin: 0;
    font-size: 12px;
    display: inline;
}
.footer-logo {
    background-image: url('../image/logo-footer.png');
    background-repeat: no-repeat;
    height: 80px;
    width: 62px;
    float: left;
    margin-right: 30px;
}
.footer-text ul {
    display: inline-block;
    height: 80px;
    margin: 0;
    padding: 0;
}
.footer-text li {
    display: inline-block;
    padding: 0 10px;
}
.footer-text a {
    color: #ffffff;
    text-decoration: none;
    line-height: 80px;
    font-size: 12px;
}
.footer-text a:hover {
    text-decoration: underline;
}




@media (max-width: 1367px){
    #logo {
    background-size: cover;
    width: 100px;
    height: 100px;
    }

}
@media (max-width: 1200px) {
    .decide-box-image, image-sportovci{display:none;}
    .decide-box-image, image-zdravi{display:none;}
    .decide-box-content {height: auto; text-align: center}
    .sportovci-btn, .zdravi-btn{padding: 20px 20px;}
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
@media (max-width: 992px) {
    footer p {
        color: #ffffff;
        line-height: 80px;
        margin: 0;
        font-size: 13px;
        display: inline;
    }
    .container-footer {
        padding: 0;
        width: 100%;
    }
    .footer-logo {
        background-image: url('../image/logo-footer.png');
        background-repeat: no-repeat;
        height: 80px;
        width: 62px;
        float: none;
        margin: 20px auto 0 auto;
    }
    .footer-text {
        text-align: center;
    }
    .footer-text ul {
        display: inline-block;
        height: auto;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .footer-text li {
        display: inline-block;
        width: 100%;
        padding: 0 10px;
    }
    .footer-text a {
        color: #ffffff;
        text-decoration: none;
        line-height: 40px;
        font-size: 12px;
    }
    .footer-text a:hover {
        text-decoration: none;
    }
    .image-sportovci, .image-zdravi {
        height: 100px;
    }
}
@media (max-width: 1025px){
    #logo {
    background-image: url('../image/logo.png');
    background-repeat: no-repeat;
        background-size: cover;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    }
    .image-sportovci, .image-zdravi {
        height: 100px;
        background-position: top;
    }
}
@media (max-width: 480px){

    
    .services-nutristar{
        margin: 0 15px;
    }
    .about-nutristar{
        margin: 0 15px;
    }
    h1.section-heading {
        font-size: 20px !important; 
    }
    h2.section-heading {
        margin-top: 0;
        font-size: 32px;
    }
    h3.section-subheading {
        font-size: 14px;   
    }
    h1.section-heading-white {
        font-size: 18px !important;
        font-weight: 900;
        margin-bottom: 15px !important;
        color: #ffffff;    
    }
    h2.section-subheading-white {
        display: none;
    }
    #service {
        padding: 50px 0;
    }
    .service-box {
        padding: 30px 30px;
    }
    .service-box h3{
        	font-family: Open Sans;

        font-size: 22px;
        font-weight: 900;
        color: #3a3a3a;
    }
    .service-box p{
        color: #727b82;
    }

    footer p {
        color: #ffffff;
        line-height: 80px;
        margin: 0;
        font-size: 12px;
        display: inline;
    }
    .footer-logo {
        background-image: url('../image/logo-footer.png');
        background-repeat: no-repeat;
        height: 80px;
        width: 62px;
        float: none;
        margin: 20px auto 0 auto;
    }
    .footer-text {
        text-align: center;
    }
    .footer-text ul {
        display: inline-block;
        height: auto;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .footer-text li {
        display: inline-block;
        width: 100%;
        padding: 0 10px;
    }
    .footer-text a {
        color: #ffffff;
        text-decoration: none;
        line-height: 40px;
        font-size: 12px;
    }
    .footer-text a:hover {
        text-decoration: none;
    }
}


.no-breaker {white-space: pre}
.nopadleft    {padding-left: 0px;}

@media (max-width: 1200px){
    .nopadleft2 {
        padding-left: 0px;
    }
}

.link-no-style:hover {text-decoration: none;}

.justify {text-align: justify}

.sport-text p {text-align: justify;}
.zdravi-text p {text-align: justify;}