*{
  font-family: 'Raleway', sans-serif;
}
p{
  font-size: 16px;
  color: #8f8f8f;
}
a{
  color: #ef3e61;
  text-decoration: underline;
}
a:hover{
  color: #ef3e61;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
  color: #22bdb6;
}
p em{
  font-size: 18px;
}
p span em{
    font-weight: 500;
}
.navbar-default{
      border-color: transparent;
      border: 0;
      border-radius: 0;
      background-color: #22bdb6;
      position: relative;
}
.navbar-brand{
      height: auto;
}
.navbar-header .navbar-brand h1{
    margin: 0;
}
.nav>li>a{
/*    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 125px;*/
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-align: center;
    max-width: 116px;
    opacity: .5;
    filter: alpha(opacity=50);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    text-decoration: none;
}
.nav>li>a>img{
  margin-bottom: 15px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
}


.nav>li>a:hover>img{
    -ms-transform: rotate(360deg); /* IE 9 */
  -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
  transform: rotate(360deg);
}
.navbar-default .navbar-nav>li>a{
      color: #fff;
}
.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a.active{
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
      color: #fff;
}

.nav.navbar-nav{
    float: right;
}
.navbar.navbar-default:after{
    content: '';
    width: 100%;
    height: 60px;
    position: absolute;
    display: block;
    background: url(../images/bubble_blue.png) no-repeat;
}
.navbar{
    margin-bottom: 0;
}
.flexslider{
    z-index: -1;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.red-bubbles{
    background: #ef3e61;
    position: relative;
    padding-top: 140px;
    padding-bottom: 60px;
}
.red-bubbles:before{
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  display: block;
  background: url(../images/bubble_red.png) no-repeat;
  top: -52px;
  left: 0px;
}
.red-bubbles .big-circle img{
  margin: 0 auto;
}
.red-bubbles p.kategorie{
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 25px;
  font-weight: 300;
}

.red-bubbles .exploze-chuti{
  position: absolute;
  left: 41%;
  top: -80px;

}
.big-circle{
    border: 10px solid #ef3e61;
    border-radius: 50%;
    max-width: 248px;
    margin: auto;
    box-shadow: 7px 8px 10px rgba(0, 0, 0, 0.2);
}

.container-fluid.facebook{
    background: #eee;
    padding-top: 50px;
}
.facebook .fb-text p{
    color: #3d5a98;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 37px;
}
.facebook .fb-text img{
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.facebook .sipka{
    margin-top: 35px;
    padding-left: 25px;
}
.monsters img{
    margin-top: 75px;
}
.footer{
    background: #22bdb6;
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer p{
  color: #fff;
  font-size: 15px;
  font-weight: 200;
}
.red-bubbles a .big-circle img{
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
.red-bubbles a .big-circle, .red-bubbles a p{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.red-bubbles a:hover .big-circle img{
  -ms-transform: rotate(360deg); /* IE 9 */
-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
transform: rotate(360deg);
}

.red-bubbles a:hover .big-circle, .red-bubbles a:hover, .red-bubbles a:hover p{
    text-decoration: none;
    /*opacity: 0.8;
    filter: alpha(opacity=80);*/
}
.footer p a img{
  margin-left: 10px;
}

.footer p a{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}
.footer p a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.white-content{
  margin-top: 50px;
  padding-top: 35px;
  padding-bottom: 50px;
  min-height: 360px;
}
h2, .like-h2{
    font-size: 26px;
    color: #22bdb6;
    font-weight: 600;
    text-transform: uppercase;
}
p span{
    color: #22bdb6;
}
.monster-table{
    margin-top: 40px;
    margin-bottom: 40px;
}
.monster-table tr td{
    vertical-align: middle !important;
    text-align: center;
    width: 33.333%;
    border-color: #fff !important;
    font-size: 30px;
    font-weight: 600;
}
.monster-table tr td:first-child{
    background: #eee;
    color: #22bdb6;
    text-align: left;
    padding-left: 30px;
}
.monster-table tr td:first-child img{
    margin-right: 20px;
}
.monster-table tr td:nth-child(2){
    background: #22bdb6;
    color: #fff;
}
.monster-table tr td:last-child{
    background: #ef3e61;
    color: #fff;
}
.margin-program-pic{
    margin-left: 40px;
}
.grey-line{
    width: 100%;
    background: #d8d8d8;
    height: 2px;
    position: absolute;
    left: 0;
}
.margin-left-bub{
    margin-left: 15px;
    margin-top: -25px;
}
.margin-right-bub{
    margin-right: 50px;
}
.dropdown-menu img{
    display: none;
    visibility: hidden;
}
.dropdown-menu br{
    display: none;
    visibility: hidden;
}
.red-button a{
    display: block;
    background: #ef3e61;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}
.red-button a:hover{
    text-decoration: none;
    background: #22bdb6;
}


.dropdown-menu{
    border: 0px;
    box-shadow: 0px 2px 8px rgba(0,0,0,.1);
    padding: 0;
    left: -25%;
    border-top: 1px solid #fff;

}
.dropdown-menu li a{
    border-bottom: 1px solid #dedede;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #22bdb6;
    font-size: 13px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    text-transform: uppercase;
	text-decoration: none;

}
.dropdown-menu li:last-child a{
    border-bottom: 0;
    border-radius: 0px 0px 5px 5px;
}
.dropdown-menu li:last-child{
    border-radius: 4px 0px;
}
.dropdown-menu li a:hover{
    background: #dedede;
    color: #22bdb6;
}
/*FIX na hover pri horizontal menu z bootstrapu*/
    .dropdown:hover .dropdown-menu {
      display: block;
    }

    .navbar-default .navbar-nav>li>a{
        min-height: 144px;
    }

.white-content ul{
    list-style-type: none;
    padding-left: 0px;
}
.white-content ul li{
    color: #8f8f8f;
    font-size: 16px;

    position: relative;
}
.white-content ul li:before{
    font-family: "FontAwesome";
    font-size: 16px;
    color: #22bdb6;
    content: '\f00c';
    margin-right: 10px;

}
.col-lg-1-2{

    margin-top: 20px;
    margin-bottom: 20px;
}
.col-lg-1-2 img{
    margin-bottom: 15px;
}

.img-box-prichut{
    min-height: 125px;
    align-items: center;
justify-content: center;
display: flex;
}














/***** Media screen fix *****/

@media screen and (min-width: 992px){
  .col-lg-1-2{
      width: 12.46666%;
  }

}

@media screen and (max-width: 1200px){
  .monster-table tr td{
      font-size: 24px;
  }
}

@media screen and (max-width: 992px){
    .facebook .sipka{
        padding-left: 0;
    }
    .facebook .sipka img{
        width: 95%;
    }
}

@media screen and (max-width: 768px){
    .navbar-brand h1 img{
        max-width: 100%;
        display: block;
    }
    .red-bubbles .exploze-chuti {
    position: relative;
    left: unset;
    top: unset;
    width: 200px;
    margin: 0 auto;
  }
  .red-bubbles{
    padding-top: 30px;
    padding-bottom: 30px;

  }
  .navbar.navbar-default:after{
      display: none;
  }
  .navbar-default .navbar-toggle .icon-bar{
      background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
      background-color: #22bdb6;
  }
  .red-bubbles:before{
      display: none;

  }
  .red-bubbles .col-sm-6{
      margin-bottom: 20px;
  }
  .red-bubbles p.kategorie{
      font-size: 14px;
  }

    .red-bubbles .exploze-chuti img{
        width: 200px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
      background-color: #fff;
      border-color: #fff;
    }
    .navbar-default .navbar-toggle{
      border-color: #fff;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
      position: absolute;
width: 100%;
background: #22bdb6;
height: auto;
z-index: 100000;
border-color: transparent;
border-top: 1px solid #fff;
    }
    .nav.navbar-nav{
        float: none;
        width: 100%;
    }
    .nav>li>a>img{
        display: none;
    }
    .nav>li>a>br{
        display: none
    }
    .navbar-default .navbar-nav>li>a{
        max-width: unset;
        padding: 15px 10px;
    }
    .navbar-nav{
        margin: unset;
    }
    .nav>li{
      border-bottom: 1px solid #fff;
    }
    .nav>li:last-child{
        border-bottom: 0px;
    }
    .container-fluid.facebook{
        padding-top: 15px;
    }
	.col-lg-1-2{
		min-height: 130px;
	}
	.img-box-prichut img{
		max-width: 100%;
		margin-bottom: 0;
	}
	.img-box-prichut{
		min-height: unset;
	}
	.navbar-default .navbar-nav>li>a{
		min-height: unset;
	}
	.dropdown-menu{
		left: 0%;
		display: block;
		position: relative;
		width: 100%;
		background: #22bdb6;
		box-shadow: 0px 0px 0px transparent;
		margin-bottom: 15px;
	}
	.dropdown-menu li a{
		color: #fff;
		opacity: .5;
		filter: alpha(opacity=50);
		text-decoration: none;
		text-align: center;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.dropdown-menu li a:hover{
		opacity: 1;
		filter: alpha(opacity=100);
		background: none;
		color: #fff;
	}
	.dropdown-menu li:last-child{
		border-radius: none;
	}
	.dropdown-menu li:last-child a{
		border-bottom: 1px solid #dedede;
		border-radius: 0;
	}
	.margin-left-bub{
		margin-top: 20px;
	}
	.red-button{
		margin-bottom: 15px;
	}
	.facebook .fb-text p{
		font-size: 15px;
	}
	.fb-leva{
		margin-bottom: 20px;
	}
}
