@charset "UTF-8";
/* CSS Document */


@font-face {
  font-family: Diavlo;
  src: url("../fonts/Diavlo_BLACK_II.otf") format("opentype");
  font-weight: 800; }
@font-face {
  font-family: Diavlo;
  src: url("../fonts/Diavlo_BOLD_II.otf") format("opentype");
  font-weight: 600;}
@font-face {
  font-family: Diavlo;
  src: url("../fonts/Diavlo_BOOK_II.otf") format("opentype");
  font-weight: 500; }
@font-face {
  font-family: Diavlo;
  src: url("../fonts/Diavlo_MEDIUM_II.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: Diavlo;
  src: url("../fonts/Diavlo_LIGHT_II.otf") format("opentype");
  font-weight: 100;
}

body{
	font-family:'Diavlo', sans-serif;
	position: relative;
	
}

/* LOADER */

#preloader{
	
	width: 100%;
	background: rgba(255,255,255,.97);
	height: 100%;
	z-index: 99999999999;

}

#loader {
 	position: absolute;
 	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 175px;
	height: 175px;
	margin: auto;
}
#loader .dot {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 87.5px;
	height: 100%;
	margin: auto;
}
#loader .dot:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 87.5px;
	height: 87.5px;
	border-radius: 100%;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}
#loader .dot:nth-child(7n+1) {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#loader .dot:nth-child(7n+1):before {
	background: #00ff80;
	-webkit-animation: load 0.8s linear 0.1s infinite;
	   -moz-animation: load 0.8s linear 0.1s infinite;
	    -ms-animation: load 0.8s linear 0.1s infinite;
	     -o-animation: load 0.8s linear 0.1s infinite;
	        animation: load 0.8s linear 0.1s infinite;
}
#loader .dot:nth-child(7n+2) {
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}
#loader .dot:nth-child(7n+2):before {
background: #00ffea;
	-webkit-animation: load 0.8s linear 0.2s infinite;
	   -moz-animation: load 0.8s linear 0.2s infinite;
	    -ms-animation: load 0.8s linear 0.2s infinite;
	     -o-animation: load 0.8s linear 0.2s infinite;
	        animation: load 0.8s linear 0.2s infinite;
}
#loader .dot:nth-child(7n+3) {
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
}
#loader .dot:nth-child(7n+3):before {
background: #00aaff;
	-webkit-animation: load 0.8s linear 0.3s infinite;
	   -moz-animation: load 0.8s linear 0.3s infinite;
	    -ms-animation: load 0.8s linear 0.3s infinite;
	     -o-animation: load 0.8s linear 0.3s infinite;
	        animation: load 0.8s linear 0.3s infinite;
}
#loader .dot:nth-child(7n+4) {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
#loader .dot:nth-child(7n+4):before {
	background: #0040ff;
	-webkit-animation: load 0.8s linear 0.4s infinite;
	   -moz-animation: load 0.8s linear 0.4s infinite;
	    -ms-animation: load 0.8s linear 0.4s infinite;
	     -o-animation: load 0.8s linear 0.4s infinite;
	        animation: load 0.8s linear 0.4s infinite;
}
#loader .dot:nth-child(7n+5) {
	-webkit-transform: rotate(225deg);
	   -moz-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	     -o-transform: rotate(225deg);
	        transform: rotate(225deg);
}
#loader .dot:nth-child(7n+5):before {
	background: #2a00ff;
	-webkit-animation: load 0.8s linear 0.5s infinite;
	   -moz-animation: load 0.8s linear 0.5s infinite;
	    -ms-animation: load 0.8s linear 0.5s infinite;
	     -o-animation: load 0.8s linear 0.5s infinite;
	        animation: load 0.8s linear 0.5s infinite;
}
#loader .dot:nth-child(7n+6) {
	-webkit-transform: rotate(270deg);
	   -moz-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	     -o-transform: rotate(270deg);
	        transform: rotate(270deg);
}
#loader .dot:nth-child(7n+6):before {
	background: #9500ff;
	-webkit-animation: load 0.8s linear 0.6s infinite;
	   -moz-animation: load 0.8s linear 0.6s infinite;
	    -ms-animation: load 0.8s linear 0.6s infinite;
	     -o-animation: load 0.8s linear 0.6s infinite;
	        animation: load 0.8s linear 0.6s infinite;
}
#loader .dot:nth-child(7n+7) {
	-webkit-transform: rotate(315deg);
	   -moz-transform: rotate(315deg);
	    -ms-transform: rotate(315deg);
	     -o-transform: rotate(315deg);
	        transform: rotate(315deg);
}
#loader .dot:nth-child(7n+7):before {
	background: magenta;
	-webkit-animation: load 0.8s linear 0.7s infinite;
	   -moz-animation: load 0.8s linear 0.7s infinite;
	    -ms-animation: load 0.8s linear 0.7s infinite;
	     -o-animation: load 0.8s linear 0.7s infinite;
	        animation: load 0.8s linear 0.7s infinite;
}
#loader .dot:nth-child(7n+8) {
	-webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	     -o-transform: rotate(360deg);
	        transform: rotate(360deg);
}
#loader .dot:nth-child(7n+8):before {
	background: #ff0095;
	-webkit-animation: load 0.8s linear 0.8s infinite;
	   -moz-animation: load 0.8s linear 0.8s infinite;
	    -ms-animation: load 0.8s linear 0.8s infinite;
	     -o-animation: load 0.8s linear 0.8s infinite;
	        animation: load 0.8s linear 0.8s infinite;
}
#loader .lading{
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	height: 20px;
	width: 180px;
	background-position: 50% 50%;
}

@-webkit-keyframes load {
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes load  {
	100% {
		opacity: 0;
		-moz-transform: scale(1);
	}
}
@-ms-keyframes load {
	100% {
		opacity: 0;
		-ms-transform: scale(1);
	}
}
@-o-keyframes load {
	100% {
		opacity: 0;
		-o-transform: scale(1);
	}
}
@keyframes load {
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

/* KONIEC PRELOADER */

/* zegar */
.site-title{
	text-align:center;
	font-size:66px;
	font-family:'Pacifico';
	margin:0 0 50px 0;
	padding-bottom:50px;
	position:relative;
}
.site-title:before,
.site-title:after{
	content:"";
	width:100px;
	height:10px;
	left:50%;
	margin-left:-50px;
	border-bottom:1px double #fff;
	
}
.site-title:before{
	bottom:0;
}
.site-title:after{
	bottom:2px;
}
#page-top .section-name span:before,
#page-top .section-name span:after{
	content:none;
}
.time-count-container{
	min-height:300px;
	margin-top:50px;
}
.time-box{
	width:150px;
	height:150px;
	display:table;
	border:1px solid #fff;
	margin:50px auto;

	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
	    -ms-border-radius:15px;
	     -o-border-radius:15px;
	        border-radius:0px;
	
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	     -o-transform:rotate(45deg);
	        transform:rotate(45deg);
}
.time-box-inner{
	width:150px;
	height:150px;
	display:table;
	text-align:center;

	-webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
	    -ms-transform:rotate(-45deg);
	     -o-transform:rotate(-45deg);
	        transform:rotate(-45deg);
}
.time-number{
	font-size:35px;
	width:100%;
	display:inline-block;
	font-weight:300;
	padding-top: 15%;
	
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}
.time-number .digit{
	color: #fff;
	line-height: 60px;
	display: inline-block;	
	overflow: hidden;
}

.time-name{
	color: #fff;
	font-size:30px;
	text-transform:uppercase;
	font-weight:700;
}
.time-until{
	text-align:center;
	margin:0;
}
.time-until span{
	color: #fff;
	font-size:18px;
	line-height:40px;
	display:inline-block;
	background-color:#3498db;
	text-transform:uppercase;
	padding:0px 25px;
}

/* KONIEC ZEGARA */

/*MENU */
#page-top{
height: 100%;	
}
.navbar-nav{
	padding-top: 50px;

}
.navbar-brand{
	
z-index: 10;
	
}
.navbar-toggle{
margin-top: 30px;
margin-bottom: 10px;	

}
.navbar-default .navbar-nav li a {
	font-family: 'Diavlo', sans-serif;
	font-size: 18px;
	font-weight: 100;
    color: white;
	margin-left: 30px;
	padding-top: 15px;
	display: inline-block;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active
{
font-family: 'Diavlo', sans-serif;
font-size: 18px;
font-weight: 100;
    color: #1685e0;
	margin-left: 30px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default {
position: absolute;
  background: none;

  width: 100%;
  z-index: 1;
  border: 0px;
  border-radius: 0px; }
  .menu{
	position: absolute;  
  }

.menu .navbar-nav {
  padding-top: 30px; }
.menu .divider {
  font-family: 'Diavlo', sans-serif;
  color: #fff !important;
  font-size: 23px;

  padding-top: 10px;
  font-weight: 100; }
.menu a {
  font-family: 'Diavlo', sans-serif;
  color: #fff !important;
  font-size: 17px;
  font-weight: 100;
  }
  
  .menu a:hover {
  font-family: 'Diavlo', sans-serif;
  color: #FECA30 !important;
  font-size: 17px;
  font-weight: 100;
 }
 /* KONIEC MENU */
 
 .section-style{
	
	background-repeat:no-repeat;
	
	
	background-size:cover;
 }
  .pattern{
	background: url(../img/pattern.png) rgba(0,0,0,0.4);
	
}
.zegarplay1{
margin-top: 150px;
	padding-top: 14px;
}
.zegarplay{
margin-top: 300px;	
}
#top2{
width: 100%;	
}
.top2{
background-repeat:no-repeat;
	background-size:cover;
}
.opiss{
margin-top: 40px;
margin-bottom: 70px;	
}
.opiss ul li,
.gs-article ul li,
.site-rules ul li
{
	list-style-type: initial;
}

.opiss ol li,
.gs-article ol li,
.site-rules ol li{
	list-style-type: unset;
}

.foot{
background: #022139;
min-height: 100px;	
}
.list{
padding-top: 30px;
display: flex;	
}
.social{
margin-left: 15px;	
}
.stoplogo{
width: 20%;
padding-top: 20px;	
}

.menustopka{
	margin-top: 30px;
	margin-left: -40px;
    display: inline-flex;
    list-style: none;
    font-family: 'Diavlo', sans-serif;
    font-size: 15px;
    color: #FFF !important;
}
#footer-section2{
	width: 100%;
	min-height: 160px;
	background-color: #022947;
}

#footer-section2 p a{
	color: #3498db;
}
.menustopka1{
	    margin-right: -20px;
	margin-top: 30px;
	
    display: inline-flex;
    list-style: none;
    font-family: 'Diavlo', sans-serif;
    font-size: 15px;
    color: #FFF !important;
}
.bot{
margin-bottom: 10px;	
}
.bott{
margin-right: 20px;
}
.copyright{
font-family: 'Diavlo', sans-serif;
font-size: 15px;
font-weight: 100;
color: white;	
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
.rej{
color: #00fcff;	
}
.margin{
margin: 0 auto;	
}
.zamknij{
font-size: 20px;
padding: 15px 40px;
background: transparent;
border: 1px solid black;	
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.pasek{
background: #0669b2;	
}
#onas{
margin-top: 30px;	
}
.onpis{
margin-top: 50px;	
}
.onpis1{
	margin-top: 40px;
font-family: 'Diavlo', sans-serif;
font-size: 27px;
font-weight: 100;
color: black;	
}
.rejestracja{
	margin-top: 54px;
	margin-bottom: 20px;
	font-family: 'Diavlo', sans-serif;
	font-weight: 100;
	font-size: 20px;
	padding: 15px 70px;
	background: #0669b2;
color: white;	
border: 0px solid white;
}

/* LOGO */

@media screen and (max-width: 992px){
.logo{
width: 70%;	
}
.content h3 {
padding-bottom: 70px;
border: 0px solid black !important;
color: #58584c;
display: block;


}

}

/* KONIEC LOGO */

.ocena1{
	margin-top: 40px;
font-family: 'Diavlo', sans-serif;
font-size: 17px;
font-weight: 100;
color: #b6b6b6;	
}
.ocena2{
	margin-top: 40px;
font-family: 'Diavlo', sans-serif;
font-size: 23px;
font-weight: 100;
color: #0669b2;	
}
.buzki{
margin-top: 36px;	
}
.space{
margin-top: 40px;
margin-bottom: 40px;	
}

#top-products{
	margin-top: 50px;
	padding-top: 50px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-size: cover !important;
	background: #cdcdcd;
	border: 1px solid #7f7f7f;
	position: relative;
}

.top-prods-img{
	position: absolute;
	right: 10px;
	bottom: 0px;
	width: 225px;
	height: auto;
}

.btn-grey-2{
	background: #191922;
	padding: 13px 18px;
	display: inline-block;
}

.pnumber{
	color: #6d6d6d;
	font-weight: bold;
	font-size: 24px;
}
.text-underline{
	text-decoration: underline !important;
}
.top-product-content{
	margin-top: 15px;
}
.site-top-bar{
	background-color: #CE0030;
	overflow: auto;
}
.site-top-bar p{
	font-size: 18px;
	margin: 10px 0;
}
.pulsing-animation{
	animation-name: pulse_animation;
	animation-duration: 3000ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.08); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}
a.a-blue,
a.a-blue:active,
a.a-blue:focus{
	color: #1957D4 !important;
	text-decoration: none;
}

a.a-white:active,
a.a-white:focus{
	color: white !important;
	text-decoration: none;
}

a.a-black,
a.a-black:active,
a.a-black:focus{
	color: black !important;
	text-decoration: none;
}

.top-product-row{
	border-bottom: 1px solid #c2c2c2;
}

.no-border{
	border:none !important;
}

.top-product-row  .pnum-holder{
	position: relative;
}

.top-product-row  .pnum-holder .pnumber{
	position: absolute;
	left: 16px;
	top: 5px;
}

.top-product-row  .pnum-holder .top-p-img{
	margin-left: 32px;
	width: 89%;
}

.ptitle{
	margin-top: 16px;
}

a.top-cat-href,
span.cat-sepa{
	color: #D80039;
	font-size: 18px;
	font-weight: 600;
}

a.top-cat-href:active,
a.top-cat-href:focus,
span.cat-sepa:active,
span.cat-sepa:focus{
	text-decoration: none;
}

.cat-sepa{
	color: white;
}

#top-products h3{
	color: black;
	font-size: 34px;
}

#top-products h2{
	color: black;
	font-size: 44px;
	margin-top: 0;
	width: 76%;
}

#top-products h2 a{
	font-weight: 600;
}

#top-products .cats-container{
	width: 82%;
}

#top-products .lower-desc{
	font-size: 22px;
	font-weight: 600;
	color: black;
}

.top-description{
	padding-top: 20px;
}

.rej1{
	margin-top: 50px;
	font-size: 25px;
	color: #0669b2;
	font-weight: 300;
}
.rej2{
	margin-top: 20px;
font-size: 20px;
color: #6b6b6b;
font-weight: 100;	
}
.rej4{
	margin-top: 37px;
font-size: 16px;
color: #6b6b6b;
font-weight: 100;	
}
.rej5{
	margin-top: 37px;
font-size: 16px;
color: #6b6b6b;
font-weight: 100;	
}
.rej3{
	margin-top: 10px;
font-size: 16px;
color: #6b6b6b;
font-weight: 100;	
}
.obowiazkowe{
	margin-top: 10px;
font-size: 12px;
color: #d0d0d0;
font-weight: 100;	
}

input[type=radio].css-checkbox + label.css-label {
    padding-left: 31px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 20px;
}
input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -26px;
}
label.css-label {

    background-image: url(../img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
	left: 18px;
	top: 10px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
.klient{
margin-top: 20px;	
}
.auto-height{
	height: auto !important;
}
.form-control {
    background: none;
    border-radius: 0px;
    border: 1px solid black;
    color: black;
    height: 46px;
    font-size: 12px;
    font-weight: 300;
    outline: none;
}
.label-auto-height label{
	height: auto !important;
}
.formy{
margin-top: 10px;
margin-bottom: 10px;	
}


input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 31px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 20px;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -26px;
}
label.css-label {
    background-image: url(../img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    /*left: -1000px;*/
	opacity: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
.zalogowany{
	
background: #132035;	
color: white;
}
.zalogowanylewa{
	margin-top: 16px;
	margin-left: -41px;
	font-size:14px;
display: flex;	
}
.zalogowanyprawa{
	padding-right: 12px;
	margin-top: 16px;
	margin-left: -41px;
	font-size:14px;
display: flex;	
}
li{
/*list-style: none;	*/
}

.zalogowany li{
	list-style: none;
}

.right{
margin-right:25px;	
}
.left{
margin-left:25px;	
}
.top1{
margin-top: 100px;	
}

.sociale{
display: inline-flex;
margin-top: 15px;
margin-bottom: 20px;	
}
.obrazek{
margin-top:  -146px;	
}
.temat{
	
font-size: 20px;	
}
.pdf{
color: #0669b2 !important;	
}
.pozytywnie{
color: #0669b2; 	
}
.czeka{
color: #b6b6b6; 	
}
.odrzucona{
color: red; 	
}

/* ABOUT US */

.team-container .col-sm-4{
	padding:60px 15px 0 15px;
}
.team-container .team-member{
	max-width:245px;
	margin:auto;
	position:relative;
	overflow:hidden;
}


.team-container figcaption{
	text-align:center;
	text-transform:uppercase;
	width:100%;
	/*height:110px;*/
	height: auto;
	border:1px solid #fff;
	border-top-color:transparent;
	margin:0;
}
.team-container figcaption h4{
	font-size:22px;
	font-weight:700;
	padding-top:20px;
}
.team-container .member-name {
	font-size: 21px;
	font-weight: 700;
	margin: 0;
	padding: 26px 10px 5px 10px;
}
.team-container figcaption p{
	font-size: 1.125em;
}
.team-container .social-buttons{
	display:inline-block;
	margin:auto;
	text-align:center;
	width:100%;
}

.team-member .social-btn-container,
.team-member .social-btn-container .social-btn-box{
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}

.team-member .social-btn-container {
	position: absolute;
	top: 0px;
	margin: 0 auto;
	left: 0;
}
.team-member:hover .social-btn-container{
	background: rgba(0,0,0,.5);
}
.team-member .social-btn-container .team-socail-btn{
	overflow: hidden;
	position: relative;
	width:245px;
	height: 230px;
}

.team-member .social-btn-container .social-btn-box{
	position: absolute;

}
.team-member .social-btn-container .facebook-btn-container{
	bottom: 220px;
	right: 230px;
}
.team-member .social-btn-container .twitter-btn-container{
	bottom: 220px;
	left: 230px;
}
.team-member .social-btn-container .linkedin-btn-container{
	top: 220px;
	right: 230px;
}
.team-member .social-btn-container .github-btn-container{
	top: 220px;
	left: 230px;
}

.team-member:hover .social-btn-container .facebook-btn-container{
	bottom: 115px;
	right: 122px;
}
.team-member:hover .social-btn-container .twitter-btn-container{
	bottom: 115px;
	left: 122px;
}
.team-member:hover .social-btn-container .linkedin-btn-container{
	top: 115px;
	right: 122px;
}
.team-member:hover .social-btn-container .github-btn-container{
	top: 115px;
	left: 122px;
}
.team-container .social-buttons a{
	color:#fff;
	width:24px;
	height:24px;
	display:inline-block;
	font-size:24px;
	text-align:center;
}
.team-container .team-member figure,
.team-container .team-member figcaption,
.team-container .team-member img,
.team-container .team-member .social-buttons{
	
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}
.team-container .team-member:hover figure{
	background-color:#3498db;
	color:#fff;
}
.team-container .team-member:hover figcaption{
	border-color:#3498db;
	color:#fff;
}

.team-container .team-member:hover .social-buttons{
	top:90px;
}

.social-btn-container{
	text-align:center;
	margin:50px auto 0 auto;
}
.social-btn-container .social-btn-box{
	display:inline-block;
	width:60px;
	height:60px;

	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	     -o-transform:rotate(45deg);
	        transform:rotate(45deg);

	border:1px solid #fff;

	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	    -ms-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;

	margin:15px;
	position:relative;
	overflow:hidden;
}
.social-btn-container .social-btn-box a{
	color:#fff;
	font-size:26px;
	line-height:80px;
	display:inline-block;
	width:80px;
	height:80px;
	position:absolute;
	top:-10px;
	left:-10px;

	-webkit-transform:rotate(-45deg);
	   -moz-transform:rotate(-45deg);
	    -ms-transform:rotate(-45deg);
	     -o-transform:rotate(-45deg);
	        transform:rotate(-45deg);
}
.social-btn-box,
.social-btn-box a{
	
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}
.social-btn-box:hover{
	border-color:transparent;
}
.social-btn-box .facebook-btn:hover{
	background:#3B5998;
	color: #fff;
}
.social-btn-box .twitter-btn:hover{
	background:#55ACEE;
	color: #fff;
}
.social-btn-box .linkedin-btn:hover{
	background:#0077b5;
	color: #fff;
}
.social-btn-box .google-plus-btn:hover{
	background:#db514f;
	color: #fff;
}
.social-btn-box .youtube-btn:hover{
	background:#cc181e;
	color: #fff;
}
.social-btn-box .github-btn:hover{
	background:#2b2e30;
	color: #fff;
}
.social-btn-box .a:hover{
	background:#3498db;
	color: #fff;
}

.fota{
max-height: 220px; 
width: auto;	
}
.fota1{
max-height: 279px; 
width: auto;
margin-top: 21px;	
}

.tlo{
background: #CDCDCD; 	
}

.border{
	border: 1px solid black;
}

.content {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	width: 100%;
	margin: 0 auto;
	min-height: 540px;
}
.content h3 {


color: #58584c;
display: block;


}
.content p,
.description-container{
font-size: 15px;
line-height: 1.4em;

}
.content h3.active {

}
.content h3:hover {

color: #717150;

cursor: pointer;
}
.content div {

}

.topk{
margin-top: 50px !important;	
}


/* PRODUKTY HOVERY */

.team-container1 .col-sm-4{
	padding:60px 15px 0 15px;
}
.team-container1 .team-member1{
	max-width:245px;
	margin:auto;
	position:relative;
	overflow:hidden;
}


.team-container1 figcaption{
	text-align:center;
	text-transform:uppercase;
	width:100%;
	height:110px;
	border:1px solid #fff;
	border-top-color:transparent;
	margin:0;
}
.team-container1 figcaption h4{
	font-size:22px;
	font-weight:700;
	padding-top:20px;
}
.team-container1 .member-name1 {
	font-size: 1.5em;
	font-weight: 700;
	margin: 0;
	padding: 26px 10px 5px 10px;
}
.team-container1 figcaption p{
	font-size: 1.125em;
}
.team-container1 .social-buttons1{
	display:inline-block;
	margin:auto;
	text-align:center;
	width:100%;
}

.team-member1 .social-btn-containe1r,
.team-member1 .social-btn-container1 .social-btn-box1{
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}

.team-member1 .social-btn-container1 {
	position: absolute;
	top: 0px;
	margin: 0 auto;
	left: 0;
}
.team-member1:hover .social-btn-container1{
	background: rgba(0,0,0,.5);
}
 .team-socail-btn1{
	overflow: hidden;
	position: relative;
	width:290px;
	/*height: 350px;*/
 	height: 237px;
}

.team-member1 .social-btn-container1 .social-btn-box1{
	position: absolute;

}
.team-member1 .social-btn-container1 .facebook-btn-container1{
	bottom: 220px;
	right: 230px;
}
.team-member1 .social-btn-container1 .twitter-btn-container1{
	bottom: 220px;
	left: 230px;
}
.team-member1 .social-btn-container1 .linkedin-btn-container1{
	top: 220px;
	right: 230px;
}
.team-member1 .social-btn-container1 .github-btn-container1{
	top: 220px;
	left: 230px;
}

.team-member1:hover .social-btn-container1 .facebook-btn-container1{
	bottom: 115px;
	right: 122px;
}
.team-member1:hover .social-btn-container1 .twitter-btn-container1{
	bottom: 115px;
	left: 122px;
}
.team-member1:hover .social-btn-container1 .linkedin-btn-container1{
	top: 115px;
	right: 122px;
}
.team-member1:hover .social-btn-container1 .github-btn-container1{
	top: 115px;
	left: 122px;
}
.team-container1 .social-buttons1 a{
	color:#fff;
	width:24px;
	height:24px;
	display:inline-block;
	font-size:24px;
	text-align:center;
}
.team-container1 .team-member1 figure,
.team-container1 .team-member1 figcaption,
.team-container1 .team-member1 img,
.team-container1 .team-member1 .social-buttons1{
	
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
	    -ms-transition:all .25s;
	     -o-transition:all .25s;
	        transition:all .25s;
}
.team-container1 .team-member1:hover figure{
	background-color:#3498db;
	color:#fff;
}
.team-container1 .team-member1:hover figcaption{
	border-color:#3498db;
	color:#fff;
}

.team-container1 .team-member1:hover .social-buttons1{
	top:90px;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}
.modal-title1{
background: #0669b2;	
}
.modalowe{
height: 30%;
margin-left: 30px;	
}

.next-auction-name{
   padding-top: 19px;
   padding-bottom: 19px;
}

.product-price{
	cursor: pointer;
}

.product-hover{
	color: #6FF244;
}

.gs-article a{
    color: #1685e0;
}

.gs-article {
    padding-bottom: 19px;
}

.articles-bar a {
	color: white;
	padding: 5px 31px;
}

.articles-bar{
	background-color: #022947;
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
}

.auction-top{
	padding-top: 20px;
}

.auction-top .rej1{
	margin-top: 22px;
}

.suple-blue{
	font-size: 16px;
	color: #3AD2FB;
	cursor: pointer;

}

.opiss.home-description{
	margin-bottom: 175px;
}

@media (max-width: 768px){
	.articles-bar {
		font-size: 15px;
	}

	.dropdown.gs-menu-dropdown .dropdown-toggle,
	.dropdown.gs-menu-dropdown .dropdown-menu{
		padding-left: 15px
	}

	.dropdown.gs-menu-dropdown .dropdown-menu > li > a{
		color: white !important;
	}
}

.gs-menu-dropdown .dropdown-menu > li > a{
	color: white;
}

a.text-black {
	color: black;
}

.facebook {
	background-color: #3464d4;
	background-image: url("../img/facebook-btn-icon.png");
	background-position: 5% 50%;
	background-repeat: no-repeat;
	border: 1px solid #3464d4;
	/*border-radius: 22px;*/
	color: white;
	display: block;
	font-size: 14px;
	font-weight: 100;
	height: 55px;
	/*margin-top: 20px;*/
	width: 100%;
	padding-top: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.cookies-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	border-radius: 0px;

}

.cookies-info .close {
	font-size: 38px;
	position: absolute;
	top: 0;
	right: 11px;
}

.alert-content{
	position: relative;
	padding-top: 9px;
	padding-right: 34px;
}

.login-errors ul{
	padding-left:0;
}

.no-padding{
	padding: 0 !important;
}

.small-info{
	color: #46d12b;
	font-size: 11px !important;
}

.curiosity a {
	color: #333;
}

.category-header{
	background-color: #0669B2;
	color: white;
	font-size: 24px;
	padding: 10px 15px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.category-header:first-of-type{
	margin: 20px auto;
}

.category-header:last-of-type{
	margin-bottom: 20px;
}

.small-product h2{
	margin-top: 0;
}

.small-product{
	margin-bottom: 25px;
}

.small-product .border{
	min-height: 370px;
}

.small-product .product-name{
	font-size: 16px !important;
	color: #0669B2;
	margin-top: 9px !important;
	align-items: center;
	/*display: inline-flex;*/
	display: block;
	overflow: hidden;
	margin: 0 0 10px;
}

.small-product .fota.fota-block{
	display: block;
}

.small-product .rejestracja{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	margin: 0 auto;
	margin-top: 6px;
	font-size: 23px;
}

.small-product .price-container{
	font-size: 20px;
	padding-top: 5px;
}

.hover-container{
	position: relative;
}

.socialparams{
	width: 33px;
	height: 33px;
}

.opi-bottom{
	margin-bottom: 15px;
	display: inline-block;
}

.info-hover{
	position: absolute;
	border: 1px solid black;
	height: 250px;
	overflow-y: auto;

	display: none;
	z-index: 2000;
	background: white;
	left: 10%;
	top: 5%;
	width: 350px;
	padding: 14px;
	font-size: 13px;

}

.hover-trigger{
	cursor: pointer;
}

/*.hover-container:hover .info-hover{*/
	/*display: inline-block;*/
/*}*/

.rejestracja.fb-width{
	width: 100%;
	padding: 13px 70px;

}

.main-product ul li{
	font-size: 14px;
}

.description-container {
	max-height: 400px;
	overflow: auto;
	padding-right: 14px;
}

.pinterest-btn-container{
	width: 32px !important;
}

.pinterest-btn-container span{
	height: 100% !important;
	width: 100% !important;
	background-size: 25px !important;
	position: relative !important;
	background: transparent !important;
}

.info-rect{
	width: 72%;
}

.apk-logo{
	width: 50px;
	height: 50px;
}

.padding-window{
	padding-top: 30px;
	padding-bottom: 40px;
}

.no-margin{
	margin: 0;
}

.margin-bottom-30{
	margin-bottom: 30px;
}

.margin-top-30{
	margin-top: 30px;
}

.no-margin-bottom{
	margin-bottom: 0 !important;
}

.inline-block{
	display: inline-block;
}

.rej1.smaller-margins{
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-sm-bottom{
	margin-bottom: 22px;
}

.rejestracja.rej-sm{
	padding: 13px 62px;
	font-size: 15px;
}

#given-order-comment{
	margin-top: 30px;
}

.full-header .category-header{
	width: 100%;
}

.alert.animated{
	z-index: 12000 !important;
}

.small-product:hover .border{
	background-color: #3498DB;
	color: white;
}

.small-product:hover .product-name{
	color: white;
}

.fota.fota-block{
	display: inline-block;
}

.mid-social-ico{
	width: 100px;
	height: 100px;
}

.addon-bottom{
	margin-left: 5px;
}

.addon-bottom img{
	margin-bottom: 3px;
}

/*
.payment-user-modal .row.formy div:first-of-type{
	display: none !important;
}

.payment-user-modal .row.formy div:nth-child(2){
	width: 100% !important;
}
*/
.payment-user-modal .row.formy div:first-of-type p{
	font-size: 12px !important;
}

.modal-body.no-padding-body{
	padding: 0;
}

#thanksModal .close {
	opacity: 1;
	position: absolute;
	right: 7px;
	top: -5px;
	z-index: 99;
	font-weight: 100;
	font-size: 34px;
}

#thanksModal .modal-content{
	position: relative;
}

.thanks-ba img{
	width: 100%;
}

.submit-pay-container{
	padding-top: 20px;
	padding-bottom: 20px;
}

.red-info{
	color: red !important;
}

.min-cart-container{
	min-height: 350px;
}

.rejestracja.blocked-pay{
	background-color: #0696f8;
}

.has-valid-ticker{
	background: url("/img/icons/ok.svg") no-repeat scroll right center / cover;
	padding-right: 47px;
	background-size: 47px;
}

.has-invalid-ticker{
	background: url("/img/icons/fail.svg") no-repeat scroll right center / cover;
	padding-right: 47px;
	background-size: 47px;
}

.info-orange-icon {
	background: rgba(0, 0, 0, 0) url("/img/icons/info.svg") no-repeat scroll right center / cover ;
	height: 28px;
	width: 32px;
	display: inline-block;
}

.items-center{
	display: inline-flex;
	align-items: center;
}

.info-sign-container .info-orange-icon{
	margin-left: 12px;
}

#thanksModal .modal-dialog{
	top: 27%;
}

iframe[name=google_conversion_frame] {
	visibility: hidden !important;
	display: none !important;
}

.blue-smaller{
	font-size: 14px;
	color: #0669b2;
}

.pad-vert-mid{
	padding: 15px 0;
}

.red-info-box{
	border: 2px solid #da3e42;
	color: #da3e42;
	font-size: 13px;
	text-align: center;
	padding: 4px;
}

.cur-box{
	background: #132035;
	padding: 0 30px 20px 30px;
}

.cur-name{
	color: white;
	text-align: center;
	padding-top: 10px;
	margin-top: 0;
}

.padding-bottom-20{
	padding-bottom: 20px !important;
}

.cur-box img{
	width: 100%;
	max-height: 335px;
}

.cur-list-name{
	background: #132035;
	color: white;
	padding: 5px 10px;
}

.cur-cat-row{
	margin-top: 30px;
}

.cur-el-title a{
	color: #0669B2 ;
}

.cur-cat-cur-elem{
	margin-top: 15px;
}

.cur-cat-cur-elem img{
	width: 100%;
	max-height: 150px;

}

.no-col-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cur-el-content{
	font-size: 11px;
}

.cur-el-content h1,
.cur-el-content h2,
.cur-el-content h3,
.cur-el-content h4,
.cur-el-content h5,
.cur-el-content h6{
	margin-top: 5px;
	line-height: 0.3em;
}
.curiosity-preview-img{
	margin-right: 25px;
	margin-left: 0;
	margin-bottom: 10px;
	max-width: 100%;
}

.padding-top-20{
	padding-top: 20px;
}

.curiosity-preview-name{
	margin-top: 0;
	margin-bottom: 10px;
	color: #0669B2;
	text-align: center;
}

.text-white{
	color: white;
}

.related-box img{
	width: 100%;
	max-height: 120px;
}

.related-box .rel-name a{
	color: #0669B2;
	font-size: 12px;
}

.related-box .rel-cont-top{
	font-size: 10px;
}

.rel-cur-holder{
	margin-top: 20px;
}

.curiosity .rej1 a{
	color: #0669B2;
}

.graphic-cur-box{
	display: inline-block;
}

.graphic-cur-box img{
	width: 100%;
	max-height: 180px;
}

.min-cur-box{
	margin-top: 20px;
}

.cur-cat-row .min-cur-holder .min-cur-box{
	padding-left: 0 !important;
}

.cur-cat-list-img{
	width: 100%;
	height: 303px;
}

.cur-cat-list-elem{
	margin-top: 20px;
}

.margin-top-20{
	margin-top: 20px;
}

.dir-circle{
	border-radius: 50%;
	background: black;
	color: white;
	font-size: 40px;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 42px;
}

.margin-top-15{
	margin-top: 15px !important;
}

.additional-wrap img{
	max-width: 100%;
}

.curiosity-preview-img{
	/*float: left;*/
}

.cur-cat-list-elem a{
	display: block;
	height: 300px;
}

.cur-dir-circle.cur-prev{
	letter-spacing: 4px;
}

.cur-dir-circle.cur-next{
	letter-spacing: -4px;
}

.curiosity-preview-img.prev-floater{
	float: left;
}

.nutrients-table{
	border: 1px solid #d5d5d5;
	min-width: 439px;
	/*display: inline-block;*/
	height: auto !important;
}

/*.nutrients-table tbody{*/
	/**/
/*}*/

.info-discription .table-and-opi-holder{
	display: inline-flex;
}

.product-opi-holder{
	display: inline-block;
	padding-left: 15px;
	min-width: 45%;
}

.opi-header{
	font-size: 20px;
}

.nutrients-table .table-f-header{
	font-size:23px;
	font-weight: bold;
}
.star-container{
	color:red;
}

input[type=checkbox].hidden-checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].cross-tick + label {
	padding-left: 25px;
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].cross-tick + label{
	background-image: url(../img/icons/x-blank.png);
}

input[type=checkbox].cross-tick:checked + label{
	background-image: url(../img/icons/x-blue-checked.png);
}

.desc-star{
	width: 30px;
	height: 30px;
	/*color: #FEE93B;*/
}

li.prod-holder{
	float: none;
	display: block;
}


.navbar-default .navbar-nav.prod-types-navbar li a{
	font-size: 19px;
	font-weight: 300;
	text-decoration: underline;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

.navbar-nav.prod-types-navbar {
	padding-top: 0;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}

	.navbar-nav.prod-types-navbar{
		margin-left: -3px;
	}

	.navbar-default .navbar-nav.prod-types-navbar li a{
		padding-top: 0;
		margin-left: 10px;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}

	.top-product-row{
		display: flex;
		align-items: center;
	}

	#top-products{
		min-height: 195px;
	}
}

@media (min-width: 992px) and (max-width: 1100px){
	#top-products .cats-container {
		width: 79%;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.smaller-products-5 .small-product .rejestracja{
	font-size: 16px;
}

.smaller-products-5 .small-product .border {
	min-height: 312px;
}

td.ingreds p{
	padding: 10px 5px 0;
}

td.ingreds p{
	line-height: 0.8em;
	margin-bottom: 0;
}

.desc-rating-stars{
	margin-bottom: 5px;
}

.nutrients-table .table-f-description{
	font-size:22px;
	padding: 22px;

}

.nutrients-table tr:nth-child(odd) td{
	background-color: #d5d5d5;
}

.nutrients-table tr td{
	padding: 5px;
}

@media screen and (max-width: 992px){
	#top-products h2,
	#top-products .cats-container{
		width: auto;
	}

	.curiosity-preview-img.prev-floater{
		float: none !important;
	}

	.curiosity-preview-img{
		float: none !important;
		display: block;
		margin: 0 auto 10px auto;
	}

	.cur-dir-circle{
		margin-bottom: 10px;
	}

	.cur-dir-circle.cur-next {
		letter-spacing: -1px;
	}

	.top-product-row .pnum-holder .top-p-img {
		width: auto;
		max-width: 320px;
		margin-left: 0;
	}

	.top-product-row{
		text-align: center;
		padding-bottom: 15px;
	}

	#top-products{
		padding-left: 26px;
		padding-right: 26px;
	}

	.top-description{
		padding-left: 26px;
		padding-right: 26px;
	}

	.top-prods-img{
		display: none;
	}

	#top-products h2{
		font-size: 37px;
	}

	.top-product-content{
		padding: 0 26px;
	}
}

@media screen and (max-width: 767px){
	li.prod-holder{
		margin-left: 15px;
	}

	.cur-el-title{
		text-align: center;
	}

	.product-opi-holder{
		padding-left: 0;
	}

	.product-opi-holder{
		display: block;
	}

	.info-discription .table-and-opi-holder{
		display: block;
	}

	table + .product-opi-holder{
		margin-top: 15px;
	}

	#top-products{
		padding-top: 30px;
	}

	#top-products h2 {
		font-size: 34px;
	}

	#top-products h3{
		font-size: 32px;
	}

	#top-products .lower-desc{
		margin-top: 120px;
	}
}

@media screen and (max-width: 520px){

	.nutrients-table{
		min-width: 363px;
		max-width: 365px;
	}

	.ptitle{
		font-size: 15px;
	}

	.top-product-row .pnum-holder .top-p-img{
		max-width: 100%;
	}
}

@media screen and (max-width: 420px){
	.nutrients-table{
		min-width: 270px;
		max-width: 305px;
	}
}
