body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #34495e; }
  body p {
    font-weight: 100; }

/*sections -----------------------------------*/
#trainers, #raspored, #programs, #cenovnik, #contact {
  margin-top: -50px;
  padding-top: 50px; }

#cenovnik {
  margin-bottom: 80px; }

.navbar-default {
  border-color: transparent; }

.navbar-brand {
  padding: 0; }

/*logo image navigation -----------------------------------*/
.logo-img {
  display: inline-block; }
  .logo-img img {
    width: 100px;
    float: left;
    border-radius: 100px;
    margin-top: 3px; }

.navbar-default .navbar-nav > li {
  padding-right: 10px; }
  .navbar-default .navbar-nav > li a {
    color: #34495e; }
    .navbar-default .navbar-nav > li a:hover {
      color: #eb4e27; }

/*main cover photo -----------------------------------*/
.header-outer {
  margin-top: 0px;
  background-image: url(../image/fitnes1.png);
  background-repeat: no-repeat;
  min-height: 900px;
  background-size: cover;
  background-position: inherit;
  text-align: center; }
  .header-outer p {
    color: #fff; }
    .header-outer p span {
      font-size: 27px;
      font-weight: 600; }

.header-inner {
  min-height: 900px;
  background-color: rgba(30, 48, 60, 0.75); }

.fitpass {
  margin-top: 100px;
  text-align: right; }
  .fitpass img {
    height: 120px; }

.para1 {
  margin: 30px 0 0px 0px;
  text-align: center;
  font-weight: 100;
  padding: 25px; }
  .para1 p {
    font-weight: 100;
    width: 70%;
    padding: 10px;
    margin: 0 auto;
    font-size: 30px; }

/* style for main heading -----------------------------------*/
.main-header {
  color: #34495e;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  font-size: 32px;
  margin-top: 80px;
  text-transform: uppercase;
  font-weight: normal; }
  .main-header:after {
    left: 50%;
    margin-left: -15px;
    content: "...";
    display: block;
    position: absolute; }

/*instruktori -----------------------------------*/
.trainers {
  text-align: center;
  padding: 15px 0 45px;
  margin-bottom: 40px; }

.caption-block {
  margin-bottom: 25px; }

.caption-bottom h3 {
  margin-bottom: 2px;
  color: #34495e;
  font-size: 21px; }
.caption-bottom p {
  color: #95a5a6;
  font-size: 14px; }

/*GALERIJA -----------------------------------*/
.raspored {
  margin-top: -5px;
  border-top: 1px solid #fff; }

.galerija {
  padding-bottom: 75px; }

/*RASPORED -----------------------------------*/
.table-responsive {
  background-color: #fff;
  border-radius: 3px;
  padding: 0px 25px 25px;
  font-size: 12px; }

.tabela-logo {
  width: 80px; }

.pilates-logo {
  width: 40px; }

.morning-logo {
  width: 35px;
  height: 40px;
  background: transparent; }

.rainbow {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2), color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22));
  background-image: gradient(linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2), color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

@supports (mix-blend-mode: lighten) {
  .gradient1 {
    display: inline-block;
    position: relative;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply; }
    .gradient1::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(to right,#23966c, #faaa54, #e23b4a, #db0768, #360670);
      pointer-events: none; }
    .gradient1::before {
      mix-blend-mode: screen; } }

/*PROGRAMS -----------------------------------*/
#programs .col-lg-3, #programs .col-md-6, #programs .col-sm-6 {
  padding: 0; }

.programs-block {
  padding: 5px 10px;
  height: 475px;
  color: #fff; }
  .programs-block h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    text-align: center; }
    .programs-block h3:after {
      left: 50%;
      margin-left: -13px;
      content: "...";
      font-size: 30px;
      margin-top: 10px;
      position: absolute; }
  .programs-block p {
    font-size: 12px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 100; }
  .programs-block .fa-heartbeat {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 18px; }

.programs-icon {
  color: #292929;
  font-size: 43px;
  text-align: center;
  padding: 15px; }
  .programs-icon img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 5px; }

/*CENOVNIK -----------------------------------*/
.card-pricing {
  border: 1px solid #f7f7f7;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.card-header h4 {
  background-color: #f4f4f4;
  margin-top: 0px;
  padding: 10px; }

/*CONTACT -----------------------------------*/
.contact {
  color: #fff;
  border-top: 1px solid #fff; }
  .contact .fitpass {
    margin: 10px 0 20px;
    text-align: left; }

.address {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 100; }
  .address p {
    margin: 0 0 5px;
    line-height: 18px;
    font-size: 14px; }
  .address a {
    color: #fff; }
  .address span {
    display: block; }
  .address i {
    padding-right: 7px; }

.bottom-footer {
  text-align: center;
  margin: 105px 0 25px;
  font-size: 11px; }

.recent-work-gallery-holder {
  padding: 0;
  margin: 0;
  text-align: center; }

.recent-work-gallery {
  position: relative;
  overflow: hidden;
  max-height: 100%;
  width: 100%; }

#gallery .wrapper {
  width: 960px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  float: right;
  padding-top: 35px; }
  #gallery .wrapper p {
    margin: 0;
    font-size: 46px;
    color: #141414;
    border-left: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; }
  #gallery .wrapper .img-holder .col-md-4, #gallery .wrapper .img-holder .col-sm-4, #gallery .wrapper .img-holder .col-xs-12 {
    padding: 1px; }

.photos {
  display: block;
  margin: 15px auto; }
  .photos ul {
    padding: 0;
    margin: 0; }
    .photos ul li {
      display: inline; }
      .photos ul li a {
        max-width: 100%;
        height: 100%;
        border: 1px solid #FFFFFF;
        display: block;
        float: left;
        list-style-type: none;
        margin: 0px;
        opacity: 1;
        padding: 0;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .photos ul li a:hover {
          opacity: 0.7; }

/*=========SCROLL TOP============*/
.scrollToTop1 {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #eb4e27;
  font-size: 23px;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
  display: none;
  border-radius: 3px; }
  .scrollToTop1:hover {
    text-decoration: none;
    background-color: white;
    color: #eb4e27; }

/*media queries -----------------------------------*/
@media (max-width: 768px) {
  .header-outer {
    background-image: none;
    background-color: #1abc9c;
    min-height: 540px; }
    .header-outer p span {
      font-size: 19px; }

  .header-inner {
    background-color: transparent;
    min-height: 540px; }

  .para1 {
    width: 100%;
    margin-top: 150px;
    font-size: 30px; }

  .fitpass {
    text-align: center;
    margin-top: 50px; }

  .para2 {
    width: 85%;
    padding: 15px; }

  .logo-img img {
    margin-left: 9px; }

  #btnsubmit, #reset {
    min-width: 72px; } }
@media (max-width: 480px) {
  .nav > li {
    display: inline; }

  .nav > li > a {
    padding: 10px 5px;
    display: inline; }

  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px; }

  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    padding-top: 5px;
    padding-bottom: 5px; }

  .logo-img img {
    width: 63px;
    margin-top: 7px;
    margin-left: 9px; }

  .trainers {
    box-shadow: none; }

  .photos ul li a {
    margin: 3px; }

  .programs-block {
    height: auto; }

  @-moz-document url-prefix() {
    fieldset {
      display: table-cell; } } }
.zumba h1 {
  background-color: #f4f4f4;
  padding: 5px 5px 5px 15px;
  margin-bottom: 0px;
  text-align: left; }
.zumba p {
  text-align: left; }
.zumba img {
  height: 70px;
  width: 70px; }

/*# sourceMappingURL=main.css.map */
