	/*@font-face {
		  font-family: 'Material Icons';
		  font-style: normal;
		  font-weight: 400;
		  src: url('https://cdn.rawgit.com/google/material-design-icons/a6145e16/iconfont/MaterialIcons-Regular.eot');
		
	}
	*/
	
html{font-size: 18px !important; outline: 0;}






/*h2 {
letter-spacing: 2px;
font-weight: 600;
padding: 20px 0px;
color: #535353;
}*/


h3 {
letter-spacing: 1px;
font-weight: 500;
padding: 20px 0px;

}



p {
color: #424242;
font-size: 14px;
line-height: 26px;
}







.vertical-align-box {
	-webkit-box-align: center;

display: -webkit-flex;

display: -ms-flexbox;

display: -ms-flex;

display: flex;

-webkit-flex-wrap: nowrap;

-ms-flex-wrap: nowrap;

flex-wrap: nowrap;

-webkit-flex-flow: row;

-ms-flex-flow: row;

flex-flow: row;

-webkit-justify-content: center;

-ms-justify-content: center;

justify-content: center;

-webkit-align-items: center;

-ms-align-items: center;

align-items: center;

text-align: center;

position: relative;

height:100%;	
}


.modal-dialog {z-index:1050}

.modal-content {border-radius:0;}

.modal-button-close {
	background:#fff;
	position:absolute;
	top:-18px;
	right:-18px;
	width:31px;
	height:31px;
	border-radius:50%;
	box-shadow: 0 0 5px #5b5b5b;
	color: #5b5b5b;
	cursor: pointer;
	font-size: 25px;
	padding: 3px 7px;
}

@media (max-width: 767px) {
	.modal-button-close {
		right:0;
	}
}

#myModalEdit {
	position: fixed;
	top: 0px;
	z-index: 1051;
	width: 100%;
	
}

@media (max-width: 767px) {
	
	.modal-open {
		overflow: auto;
	}
	
	#myModalEdit {
		height: 100%;
		padding-right: 0px;
		overflow: scroll;
	}
}



.highlight {color: #d2232a;}



.title  {
	padding: 20px 0;
	color:#575757;
}

h2.title  {
	padding: 50px 0;
}

h3.title  {
	padding: 50px 0;
	color: #d2232a;
}






	.material-icons {
		  font-family: 'Material Icons';
		  font-weight: normal;
		  font-style: normal;
		  font-size: 34px;  /* Preferred icon size */
		  display: inline-block;
		  line-height: 1;
		  text-transform: none;
		  letter-spacing: normal;
		  word-wrap: normal;
		  white-space: nowrap;
		  direction: ltr;
		display: inline-flex;
		vertical-align: middle;
		  
	  /* Support for all WebKit browsers. */
	  -webkit-font-smoothing: antialiased;
	  /* Support for Safari and Chrome. */
	  text-rendering: optimizeLegibility;

	  /* Support for Firefox. */
	  -moz-osx-font-smoothing: grayscale;

	  /* Support for IE. */
	  font-feature-settings: 'liga';
	}

	
	
	
/* FORMULAR */
/*.field{margin-bottom:10px;}
input[type=meno],input[type=mail],input[type=phone],input[type=position],textarea{width: 100%; height: 45px; padding: 5px; font-size: 1.2rem; line-height: 1.42857143; color: #444; background-color: #fff; border: 1px solid #aeaeae; border-radius: 2px; outline-color: #aaa;}
textarea{height: 8rem;}
#formular{padding: 50px 0;}
.btn{background-color: #0c94b1; color:#fff;}
.succes{content:'success';}
.pole::-webkit-input-placeholder { color: #bbb; }
.pole:-moz-placeholder { color: #bbb; }
.pole::-moz-placeholder { color: #bbb; }
.pole:-ms-input-placeholder { color: #bbb; }
.pole::-ms-input-placeholder { color: #bbb; }
	*/
	
	
#podcast-aktivacia {
	min-height:400px;
}	
	
#podcast-deaktivacia {
	min-height:400px;
}
	
.my-bck {
	background: rgb(246, 246, 246) none repeat scroll 0% 0%;
}
	
.my-bck-dark {
	background:#464e59;
}
	
.header-center {
/*padding: 0 50px;*/
}

.navbar {
background-color: rgba(255, 255, 255, 0.8);
z-index: 10;
transition:0.3s all;
//height: 74px;
}

.navbar-default .navbar-nav > li > a {
text-transform: uppercase;		
color: #fff;
font-size: 13px;
letter-spacing: 1px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #0c94b1;
}


.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.8);
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link::after {
	content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    background: 0 0;
    transition: width .5s ease,background-color .5s ease;
}
    
.navbar-light .navbar-nav .nav-link:hover:after {
	width:100%;
	background:#d2232a;
}

	
	
	
	
.navbar-light .navbar-nav a.nav-link.active-menu {
	
	color: #d2232a;
	
}

.navbar-light .navbar-nav a.nav-link:hover {

    color: #d2232a;
}


.navbar-light .navbar-nav .nav-link.nav-link-eshop, .navbar-light .navbar-nav .nav-link.nav-link-eshop:hover {
	background: #d2232a;
	padding: 4px 10px;
	margin-top: 5px;
	color: #fff;
}



.navbar-light .navbar-nav .nav-link.nav-link-eshop a {
	color: #fff;
}


.navbar-default .navbar-brand, .navbar-default a.navbar-brand:hover {
    color: #fff;
}



.navbar-brand img {
	/*padding: 10%;*/
	
}


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

.navbar-default .navbar-nav > .active > a {
	background:transparent;
	color:#0c94b1;
	
}

.navbar-default .navbar-nav > .active > a:hover {

    background-color: transparent;

}







.navbar-nav > li > .dropdown-menu {
   background-color: rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	font-size: 16px;
	padding: 0px;
	line-height: 22px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {

    color: #fff;

}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {

    color: #0c94b1;

}

.navbar-language-mobile {display:none;}

.navbar-language {
	float: right;height: 100%;padding: 10px;
}

.navbar-language-img img {
	height: 15px;
}


.navbar-brand-mobile {
	display:none;
}

@media (max-width: 767px) {
	
	.navbar-brand img {
		padding: 2%;
		max-width: 80%;
	}
	.navbar-brand-mobile {
		display:block;
	}
}

@media (max-width: 991px) {
	
	
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	  
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
     /* display: none!important;*/
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}


.divider {
background: #b08c41;
height: 20px;
width: 1px;
margin: 15px 0;
}

/*hr {
background: #363636;
height: 1px;
margin: 38px 0;
}*/

.right {text-align:right}
.left {text-align:left}
.center {text-align:center}




.carousel-caption {
right: 0px;
left: auto;
bottom: 0px;
padding: 0 30px 10px 30px;
background: rgba(25,25,25,0.8);
}

.carousel-caption  h3 {
color: #fff;
padding: 0;
}

.company-title {
	position:absolute;
	z-index:1000;
	width:15%;
}


@media (max-width: 480px) {
	.company-title {
		width:30%;
	}
	.carousel-caption {
		padding: 0px;
	}
	.carousel-caption  h3 {
		font-size: 15px;
		margin: 2px;
		padding:0px;
	}
	
	.navbar-language {display:none;}
	.navbar-language-mobile {display:block;}
}



@media (min-width: 480px) and (max-width: 767px) {
	.company-title {
		width:30%;
	}
	.carousel-caption {
		padding: 0px;
	}
	.carousel-caption  h3 {
		font-size: 18px;
		margin: 5px;
		padding:0px;
	}
	
	.navbar-language {display:none;}
	.navbar-language-mobile {display:block;}

}


@media (min-width: 768px) and (max-width: 991px) {
	.company-title {
		width:20%;
	}
	.carousel-caption {
		padding: 0px;
	}
	.carousel-caption  h3 {
		font-size: 22px;
		margin: 5px;
		padding:0px;
	}
	
	.navbar-language {display:none;}
	.navbar-language-mobile {display:block;}

}

@media (min-width: 992px) and (max-width: 1199px) {

	.company-title {
		width:30%;
	}

}



@media (min-width: 1200px) and (max-width: 1599px) {

}

/* hamburger */

.navbar-toggler {
	width: 40px;
	height: 30px;
	position: relative;
	
	color: transparent;
	border: 0;
}

.collapsed.navbar-toggler .burger-lines {
	background: #000;
}
.collapsed.navbar-toggler .burger-lines::before {
	top: -9px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.collapsed.navbar-toggler .burger-lines::after {
  top: 9px;
 transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.burger-lines {
	background: 0px 0px;
    
    width: 30px;
    height: 5px;
   
    position: absolute;
    transition: 0.3s;
    -webkit-transition: all .3s;
    right: 4px;
}

.burger-lines::after {
  background: #000;
  width: 30px;
  height: 5px;
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  transition: 0.3s;
  -webkit-transition: all .3s;
   transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.burger-lines::before {
  background: #000;
  width: 30px;
  height: 5px;
  position: absolute;
  content: "";
   top: 0px; 
  right: 0px;
  transition: 0.3s;
  -webkit-transition: all .3s;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}








.kontakt .bck {
background: rgba(255, 255, 255, 0.6);
border-radius: 2px;
padding: 10px 10px;
margin: 28px 0;
}


.bck-title {
background: #dedede;
margin-top: 20px;
margin-bottom: 20px;
}








.tile {
	padding:0px;
	margin:0px;
}


















/* ikonka pre mobily anchor to top */
/*.scroll-top {
  
  bottom: 2%;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  padding: 10px 5px;
  right: 50px;
  height: 60px;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(100px);
  z-index: 1000;
  color: #fff;
  border-radius: 2px;
}
.scroll-top a {
  color: #fff;
    text-decoration:none;
}
.scroll-top:hover {
  text-decoration:none;
}
.scroll-top.m-visible {
  display: block;
  opacity: 0.7;
  transform: translateY(0);
}

.scroll-top.m-visible:hover {
  opacity: 1;
}


.back-top-style i::before {
	font-size: 60px;
	line-height: 30px;
	color: rgba(233, 4, 4, 0.8);
} */




@media (max-width: 767px) {
    
	
   
}



/* side menu */

.left-side {
	border-right: 1px solid #e9e7e7;
}

.left-side-fix {
	position: fixed;
}




/* sub menu TOP */




@media (max-width: 767px) {
	
}

/* fly objects */

.flyWindow  {
	/*display:none;*/
	padding-bottom: 40px;
}


@media (max-width: 767px) {
	.flyWindow  {
		display:block;
		opacity:1;
	}
}


.my-row-margin-top {
	margin-top:50px;
}


/* milniky - cesta PP */

.milniky-content {
	padding-top: 30px;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.milniky-content {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.red-line {
	position: absolute;
	background: #ececec;
	width: 2px;
	left: 0;
	bottom: 0;
	height: 0;
}

.red-circle {
	position: absolute;
	bottom: 0;
	left: -8px;
	background: #d2232a;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 5px solid #fff;
}

.dotted-line {
	position: absolute;
	bottom: 9px;
	left: 10px;
	height: 2px;
	width: 50%;
	border-bottom: 2px dotted #cccccc;
}

.gray-circle {
	position: absolute;
	bottom: -6px;
	right: -15px;
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #ccc;
}

.milniky-year {
	position: absolute;
	left: 20px;
	bottom: -11px;
	color: #424242;
	font-weight: bold;
	font-size: 20px;
	width: 120px
}

.milniky-text {
	padding-top: 40px;
	padding-bottom: 10px;
}

.milniky-text p {
	color:#999;
}


/* vyberove konanie */


ol.vyberove_konanie  {
	list-style-type: lower-latin;
	background: #f3f3f3;
	padding: 30px;
}

.vyberove_konanie_button i {
	transition:0.3s all;
	cursor:pointer;
}

/*
.vyberove_konanie_button .closed::before {
	font-family: FontAwesome;
    content: "\f067";
    color: #d2232a;
	cursor: pointer;
}

.vyberove_konanie_button .opened::before {
	font-family: FontAwesome;
    content: "\f068";
    color: #d2232a;
	cursor: pointer;
}*/


/* obchodni reprezentanti */

.info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width:600px;
  z-index: 1;
  background: rgba(255,255,255,0.95);
  border: 1px solid #e3e1e1;
  
  padding: 5px;
  
}

.info-box p{
	font-size:14px;
}

.info-box .col-sm-3, .info-box .col-sm-4 {
	float:left;
}

#close {
	position: absolute;
	top: 0px;
	right: 6px;
	font-size: 20px;
	cursor: pointer;
	color: gray;
}


@media (max-width: 640px) {

.info-box {
	
	width:100%;
 
}

}

#arrow {
	display: block;
    position: absolute;
   
	left: 50%;
	
	color: #fff;
	z-index: 0;
	bottom: -38px;
	font-size: 60px;
	
}





/*
.item-carusel-title {
	
	height: 210px;
	display: table;
	width: 100%;
}

.item-carusel-title p {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 30px;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
}
*/


.item-carusel-title {
	
	width: 100%;
}

.item-carusel-title h4 {
	
	padding: 15px 0;
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
}

.item-carusel-title p {
	
	padding: 0 15px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}


.myPersonImg {
	border-radius: 50%;
	padding: 3%;
	width: 45%;
}

.myDivTwoColumns {
	padding-left: 80px;
	padding-right: 80px;
}

@media (max-width: 1100px) {
	
.myDivTwoColumns {
	padding-left: 15px;
    padding-right: 15px;
}	
	
}


.myDivTwoColumns h4 {
	padding-top: 30px;
}


/* owl referencie */

.loop-referencie .item-carusel-title {
	background: transparent;
	height: 210px;
	display: table;
	width: 100%;
}


.loop-referencie .item-carusel-title p {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 30px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	color: #fff;
}


@media (max-width: 480px) {
	.loop-referencie .item-carusel-title p {
		font-size: 14px;
		line-height: 24px;
		
	}
}






.loop-novinky.owl-carousel .owl-nav button.owl-next, .loop-novinky.owl-carousel .owl-nav button.owl-prev {display:none;}

@media (min-width: 1400px) {
	.loop-novinky.owl-carousel .owl-nav button.owl-next, .loop-novinky.owl-carousel .owl-nav button.owl-prev {display:block;}
}


/* odpocitavanie */


.container.countdown-fluid {
	max-width:75%;
}

svg {
 
  transform: translate(0.5px, 0.5px) rotate(-90deg);
  width: 60%;
  overflow: visible !important;
}



circle {
  stroke-dasharray: 95;
 

}




.countdown-box-bck {
	background:#464e59;
}


#countdown-box {
	padding-bottom: 50px;
	padding-top: 50px;
}

.countdown {
	opacity:0;
	fill: #f8f6f6;
	stroke: #d2232a;
	stroke-width: 1;
}


.hulala {
	color: #d2232a;
	position: absolute;
	width: 100%;
	
	left: 0px;
	font-size: 18px;
	font-weight: 600;
}

.text-under-circle {
	opacity:0;
}

.text-under-circle  p {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}



@media (max-width: 479px) {
	
	.container.countdown-fluid {
		max-width:none;
	}

	svg {
	  width: 100%;
	}

	.countdown-box-bck {
		background:none;
	}
	
	.text-under-circle  p {
		color: #212529;
		font-size: 14px;
	}

}



@media (min-width: 480px) and (max-width: 767px) {

	.container.countdown-fluid {
		max-width:none;
	}
	svg {
	  width: 100%;
	}
	.hulala {
		top: 25%;
		
	}

}


@media (min-width: 768px) and (max-width: 991px) {


	.container.countdown-fluid {
		max-width:none;
	}
	svg {
	  width: 100%;
	}
	


}



@media (min-width: 992px) and (max-width: 1199px) {

	.container.countdown-fluid {
		max-width:none;
	}
	svg {
	  width: 80%;
	}
	

}


@media (min-width: 1200px) and (max-width: 1399px) {

	.container.countdown-fluid {
		max-width:none;
	}
	svg {
	  width: 70%;
	}
	

}






/* PRODUKTY */

.product-content {
	
	margin: 20px 0;
}


.ponukame-box {
	padding-bottom: 50px;

}










/* gray balls */

.gray-ball {
	width: 10px;

height: 10px;

border-radius: 50%;

border: 1px solid #dedede;

background: #dedede;

margin: 25px;
}


@media (max-width: 480px) {
.product-content {margin:0;}
.produkt-dc .product-title p, .produkt-epi .product-title p, .produkt-mc .product-title p, .produkt-vssr .product-title p, .produkt-pv .product-title p, .produkt-zisk .product-title p {font-size:16px; padding:0;}


.produkt-epi svg#svg-epi {width: 100px; height: 100px;}
.produkt-dc svg#svg-dc {width: 100px; height: 100px;}
.produkt-mc svg#svg-mc {width: 100px; height: 100px;}
.produkt-pv svg#svg-pv {width: 100px; height: 100px;}
.produkt-vssr svg#svg-vssr {width: 100px; height: 100px;}
.produkt-zisk svg#svg-zisk {width: 100px; height: 100px;}	
	
}	



/* NOVINKY */


.intro-box {
	text-align:center; 
	/*height:400px; height:60vh;*/
	font-size:60px;
	/*margin-top: 80px;*/
}





.vertical-text {
	opacity:0;
	transform: rotate(270deg);
	transform-origin: left top 0;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
}

.horizontal-text {
	opacity:0;
	transform-origin: left top 0;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
}


.light-gray {
	color:#e4e4e4;
}

.gray {
	color:gray;
}

.dark-gray {
	color:#575757;
}

.pp-red, a.pp-red {
	color:#d2232a;
}

.text-epi {color:#0096d3;}
.text-dc {color:#f29600;}
.text-mc {color:#a11f17;}
.text-zisk {color:#d1002e;}
.text-vssr {color:#42a62a;}
.text-pv {color:#0092b7;}
.text-bvp {color:#009061;}


.fs60{font-size:60px;line-height: 60px;}
.fs50{font-size:50px;line-height: 50px;}
.fs46{font-size:44px;line-height: 44px;}
.fs40{font-size:40px;line-height: 40px;}
.fs30{font-size:30px;line-height: 40px;}
.fs20{font-size:20px;line-height: 30px;}

.fw600 {font-weight:600;}

.titletext_v1 {top: 45%;}



/* ponukame */

.img-produkt {width:100%;}

.ponukame-description {
	align-items: center;
}

.ponukame-description-row {
	padding-bottom: 20px;
}

.ponukame-description p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

.ponukame-description li {
	font-size: 14px;
	line-height: 22px;
	
}

.ponukame-description p i.fa {
	font-size: 40px;
}










.btn-epi {
	border-radius: 1px;
	font-size: 12px;
	background: #0096d3;
	color: #fff;
	padding: 4px 20px;
	transition:0.3s all;
}
.btn-epi:hover {
	color: #fff;
	background: #007fb3;
}

.btn-dc {
	border-radius: 1px;
	font-size: 12px;
	background: #f29600;
	color: #fff;
	padding: 4px 20px;
	transition:0.3s all;
}
.btn-dc:hover {
	color: #fff;
	background: #ce7f00;
}


.btn-mc {
	border-radius: 1px;
	font-size: 12px;
	background: #a11f17;
	color: #fff;
	padding: 4px 20px;
	transition:0.3s all;
}
.btn-mc:hover {
	color: #fff;
	background: #841008;
}

.btn-vssr {
	border-radius: 1px;
	font-size: 12px;
	background: #42a62a;
	color: #fff;
	padding: 4px 20px;
	transition:0.3s all;
}
.btn-vssr:hover {
	color: #fff;
	background: #26920c;
}

.btn-pv {
	border-radius: 1px;
	font-size: 12px;
	background: #0092b7;
	color: #fff;
	padding: 4px 20px;
	transition:0.3s all;
}
.btn-pv:hover {
	color: #fff;
	background: #047693;
}

.btn-zisk {
	border-radius: 1px;
	font-size: 12px;
	background: #d1002e;
	color: #fff;
	padding: 4px 20px;
	transition:0.3s all;
}
.btn-zisk:hover {
	color: #fff;
	background: #a50024;
}


.btn-bvp {
	border-radius: 1px;
	font-size: 12px;
	background: #009061;
	color: #fff;
	padding: 4px 20px;
	transition:0.3s all;
}
.btn-bvp:hover {
	color: #fff;
	background: #04724e;
}


.btn-epi:focus ,.btn-zisk:focus ,.btn-pv:focus ,.btn-vssr:focus ,.btn-mc:focus ,.btn-dc:focus {
	box-shadow:none;
}


.btn-danger-my {
	background:#d2232a;
	color:#fff;
}


button {outline: none;}


.social-icon-podcast {
	position: relative;
	float: left;
	padding-right: 10px;
}



