body{
	margin:0;
	background-color:#eee;
	overflow-y:hidden;
	overflow-x:hidden!important;
	padding-right:0!important;
}

#backgroundFixed{
	background:url('../images/slider1.jpg');
	position:fixed;
	background-size:cover;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#backgroundFixedOn{
	background-color:rgba(0, 0, 0, 0.5);
	position:fixed;
	background-size:cover;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}

.navbar-default{
	background-color:rgba(15, 36, 49, 0.6);
	/*background-color:rgba(36, 39, 53, 0.55);
	background-color:rgba(0, 0, 0, 0.6);*/
	margin-bottom:0;
	border:0;
	transition:0.25s linear;
	-webkit-transition:0.25s linear;
	-moz-transition:0.25s linear;
}

.imgLogo{
	height:100px;
}

.navbar-nav > li > a {
    padding-top:0;
    padding-bottom:0px;
}

ul.nav{
	width:100%;
}

.logoBox{
	margin:10px 0;
}

.lowBlur{
	-webkit-filter: blur(1px);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: blur(1px);
	-moz-transition: .5s ease-in-out;
	-o-filter: blur(1px);
	-o-transition: .5s ease-in-out;
}

.mediumBlur{
	-webkit-filter: blur(2px);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: blur(2px);
	-moz-transition: .5s ease-in-out;
	-o-filter: blur(2px);
	-o-transition: .5s ease-in-out;
}

.blur{
	-webkit-filter: blur(3px);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: blur(3px);
	-moz-transition: .5s ease-in-out;
	-o-filter: blur(3px);
	-o-transition: .5s ease-in-out;
}

.slider{
    background-attachment: fixed!important;
    background-position: top center!important;
	background-size:cover!important;
	position:absolute!important;
	width:100%!important;
	height:100%!important;
}

#slide1{
	background:url("../images/slider1.jpg");
	display:none;
}

#slide2{
	background:url("../images/slider2.jpg");
	display:none;
}

#slide3{
	background:url("../images/slider3.jpg");
	display:none;
}

#slide4{
	background:url("../images/slider4.jpg");
	display:none;
}

.whereAmI{
	font-size:13px;
	color:#777;
}

.menuScrolled{
	display:none;
}

#breadCrumps{
	padding:0 15px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	width:100%;
	float:left;
	margin-bottom:30px;
}

#breadCrumps .eachEl{
	margin-right:12px;
}

#breadCrumps a{
	color:inherit;
	transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	text-decoration:none;
}

#breadCrumps a:hover,
#breadCrumps a:focus,
#breadCrumps a:active{
	color:#6cad37;
}

img.imgSlider{
    background-attachment: fixed;
    background-position: bottom center;
	background-size:cover;
	position:absolute;
	width:100%;
	height:100%;
}

.nav .open > a{
	background-color:transparent;
    border-color:#f29c52;
	color:#f29c52;
}

.dropdown-menu{
	background-color:rgba(15, 36, 49, 1);
	margin-top:7px;
	border-radius:0;
	padding:4px 6px;
}

#menu a.dropDownMenu{
	margin:5px 0 5px 5px;
	background-color:transparent;
	font-family: 'Ek Mukta', sans-serif;
	text-align:left;
	font-size:15px;
	padding:0;
	font-weight:200;
	color:#f1f1f1;
	text-decoration:none;
	transition:0.3s linear;
	-webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
}

#menu a.dropDownMenu:hover{
	color:#f29c52;
}

#menu{
	position:relative;
}

#menu a.firstThreeMenu{
	background-color: transparent;
	color:#f1f1f1;
	font-size:21px;
	font-family: 'Ek Mukta', sans-serif;
	font-weight:200;
	letter-spacing:0.5px;
	text-decoration:none;
	transition:0.3s linear;
	-webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
}

#menu a.firstThreeMenu:hover{
	color:#f29c52;
}

.navbar-brand{
	color:#fff!important;
}

#menu div li a.firstThreeMenu{
    display: inline-block;
    position: relative;
}
#menu div li a.firstThreeMenu:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}
#menu div li a.firstThreeMenu:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #ce701e;
    transition: width .5s ease;
}

#menu div li a.firstThreeMenu:hover:before {
    width: 100%;
    background: #ce701e;
    transition: width .5s ease;
}
#menu div li a.firstThreeMenu:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

#menu div li a.dropDownMenuActive{
	color:#f29c52;
}

#menu a.activeMenu{
	color:#f29c52;
}

#menu div li a.activeMenu:before {
    width: 100%;
    background: #f29c52;
    transition: width .5s ease;
}
#menu div li a.activeMenu:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

#kontakt{
	position:relative;
	z-index:50;
	background-color:#f0f6ff;
	border-top: 1px solid #d7eae9;
	padding:20px 15px;
}

ul{
	padding-left:25px;
}

a.nostyle{
	text-decoration:none;
	color:#555;
}

a.noStyle,
a.noStyle:hover,
a.noStyle:focus,
a.noStyle:active{
	text-decoration:none;
	color:inherit;
}

.eachAktualnosc{
	margin:20px 0;
	border-bottom:1px solid #eee;
}

#allAktualnosci .eachAktualnosc{
	margin:35px 0;
}

.eachAktualnosc:last-child{
	border-bottom:0;
}

.imgBoxAktualnosci{
	float:right;
	padding-bottom:25px;
}

.imgBoxAktualnosciFirst{
	padding-right:40px;
	padding-left:0;
}

.imgBoxAktualnosciSecond{
	padding-left:40px;
	padding-right:0;	
}

h2.headingMediumTags{
	font-family: 'Raleway', sans-serif;
	text-align:center;
	margin-top:0;
	font-size:46px;
	color:#143b51;
}

.strikeBlack{
	display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.strikeBlack > h2 {
	position: relative;
	display: inline-block;
}

.strikeBlack > h2:before,
.strikeBlack > h2:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #143b51;
}

.strikeBlack > h2:before {
	right: 100%;
	margin-right: 15px;
}

.strikeBlack > h2:after {
	left: 100%;
	margin-left: 15px;
}

.podMenuTelefony{
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-style:italic;
	color:#eee;
	text-shadow:0 0 1px #ef7f1a;
	padding:10px 0;
	text-align:center;
	clear:both;
	border-top:1px solid #ccc;
}

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

	.aktualnosciInMenu{
		display:block!important;
	}

	.naglowekAktualnosci{
		font-size:32px!important;
	}
	
	.navbar-nav{
		margin:0;
		overflow:hidden;
	}
	
	nav{
		display:block!important;
	}
	
	.nav{
		display:block!important;
	}
	
	.boxAktualnoscWithImg{
		padding:0;
	}
	
	.naglowekAktualnosci{
		margin-top:10px;
	}
	
	.imgAktualnosci{
		margin-bottom:15px;
	}
	
	ul{
		padding-left:0;
	}
	
	.imgBoxAktualnosci{
		padding-left:0;
		padding-right:0;
		margin-top:10px;
		margin-bottom:30px;
	}
	
	.eachAktualnosc{
		padding:0 15px;
	}
	
	#menu a.dropDownMenu{
		margin:15px 0 15px 0!important;
		font-size:16px!important;
		padding:0!important;
		font-weight:200;
		color:#f1f1f1;
		text-decoration:none;
		text-align:center;
		transition:0.3s linear;
		-webkit-transition:0.3s linear;
		-moz-transition:0.3s linear;
		display:block;
		width:100%;
	}
	
	.imgLogo{
		margin-top:15px;
	}
	
	.navbar-default{
		background-color:rgba(15, 36, 49, 0.9);
		position:absolute;
		width:100%;
		left:0;
		top:0;
		z-index:51325;
	}
	
	.navbarGlowna{
		background-color:rgba(15, 36, 49, 0.6);
	}	
	
	#menu .eachMenuBox{
		width:100%;
		text-align:center;
		position:relative;
		margin:10px 0;
	}	
}

@media screen and (max-width: 992px) {
	#aktualnosciInside{
		padding:0 15px;
	}	
}

@media screen and (min-width: 768px) {
	
.boxAktualnoscWithImg{
	padding-left:0;
	display:inline;
	padding-right:25px;
	padding-bottom:25px;
}
	
	.imgAktualnosci{
		margin-top:5px;
	}
		
	#aktualnosciInside{
		padding:0 60px;
	}
	
	#kontakt{
		padding:40px 45px 50px 45px;
	}	
	
	.boxMenuInside{
		position:absolute;
		bottom:44px;
		right:0;
		width:100%;
	}
	
	.navbar-default{
		top:35px;
		width:100%;
		position:fixed;
		z-index:46542;
	}
	
	#menu .eachMenuBox{
		float:left;
		/*width:25%;*/
		text-align:center;
		position:relative;
	}	
		
}

div#zobaczAktualnosci{
	position:absolute;
	bottom:-40px;
	left:0;
	width:100%;
	text-align:center;
	z-index:2;
}

div#zobaczAktualnosciDivInside{
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.85);
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:2px 8px;
	text-align:center;
	min-height:65px;
	position:relative;
}

.AktualnosciNotMove{
	top:0!important;
	transition:0.5s linear;
}

a#zobaczAktualnosciButton{
	color:#ef5408;
	font-size:15px;
	font-family: 'Raleway', sans-serif;
	text-decoration:none;
	text-align:center;
}

.noRadius{
	border-radius:0!important;
	-webkit-border-radius:0!important;
	-moz-border-radius:0!important;
}

.error{
	color:red;
}

h5.validate{
	color:red;
	margin:0;
	font-size:13px;
}

#wholePage{
	opacity:0;
	transition:1s linear;
	-webkit-transition:1s linear;
	-moz-transition:1s linear;
}

.aktualnosciInMenu{
	display:none;
}

.textBoxAktualnosciInside{
	padding:0;
}

#loading{
	position:fixed;
	background-color:#fff;
	overflow-y:hidden!important;
	width:100%;
	height:100%;
	font-size:38px;
	text-align:center;
	font-family: 'Work Sans', sans-serif;
	font-weight:300;
	padding-top:20%;
	z-index:99999;
	color:#555;
}

.resultsemail{
	display:none;
	position:fixed;
	z-index:99998;
	top:80px;
	width:60%;
	margin-left:20%;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	text-align:center;
}

.result{
	display:none;
	padding:15px;
}

.hrLogoColor{
	clear:both;
	display:block;
	float:left;
	margin:20px 0;
	width:100%;
	height:1px;
	background-color:rgba(42, 127, 70, 0.4);
}

div.cennik{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#333;
	padding-left:15px;
}

h1.mainHeadingTags{
	font-family: 'Raleway', sans-serif;
	text-align:center;
	margin-top:0;
	font-size:46px;
}

.eachSprzetButton:first-child{
	margin-top:10px;
}

.eachSprzetButton{
	background-color:#fff;
	margin:35px 0;
	padding:15px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border:1px solid #eee;
}

.eachSprzetButtonInside{
	cursor:pointer;
}

.bold{
	font-weight:700;
}

.cenaInfo{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	background-color:#d9edf7;
	color:#31708f;
	padding:8px;
	margin:14px 0;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border:1px solid #bce8f1;
}

.cenaZawieraBox{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	background-color:#dff0d8;
	color:#2a7f46;
	padding:8px;
	margin:15px 0;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border:1px solid #d6e9c6;
}

.light, .dark{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#333;
	padding:12px 0;
	border-bottom:1px solid #eee;
}

.light:last-child{
	border-bottom:0;
}

.dark:last-child{
	border-bottom:0;
}

h4.headingSprzet{
	font-family: 'Open Sans', sans-serif;
	color:#6cad37;
	font-weight:400;
	margin:0 0 10px 0;
	font-size:24px;	
}

p.sprzetDescription{
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	color:#444;
	margin:0;
}

p.sprzetDescriptionOff{
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
	font-size:15px;
}

.naglowekAktualnosci{
	color:#6cad37;
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	letter-spacing:0px;
	margin-bottom:0px;
	margin-top:0;
}

.naglowekAktualnosci a,
.naglowekAktualnosci a:hover,
.naglowekAktualnosci a:focus,
.naglowekAktualnosci a:active{
	text-decoration:none;
	color:inherit;
}

.lowerFont{
	font-size:12px;
}

.hard{
	color:#a94442!important;
}

.medium{
	color:#8a6d3b!important;
}

.easy{
	color:#3c763d!important;
}

#warstawNaMape{
	position:absolute;
	background-color:transparent;
	width:100%;
	height:300px;
	z-index:3;
	top:0;
	left:0;
	cursor:pointer;
}

#aktualnosci{
	position:relative;
	z-index:25213;
	background-color:#f9f9f9;
	padding:40px 0 0 0;
}

h3.darkBlueHeading{
	color:#143b51;
}

h3.kontaktHeadings{
	font-family: 'Open Sans', sans-serif;
	color:#143b51;
	font-size:30px;
	margin-top:0;
	margin-bottom:20px;
}

.kontaktBorder{
	background: linear-gradient(to right, #143b51 0%, #215472 50%, transparent 100%);
    background: -webkit-linear-gradient(to right, #143b51 0%, #215472 50%, transparent 100%);
    background: -moz-linear-gradient(to right, #243844 0%, #215472 50%, transparent 100%);
	width:100%;
	height:1px;
}

label{
	color:#143b51;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}

.eachInfoContact{
	font-family: 'Open Sans', sans-serif!important;
	font-size:16px;
	color:#143b51;
	margin:12px 0;
}

#wiadomosc{
	max-width:100%;
	height:80px;
	max-height:80px;
}

.required{
	color:#6cad37;
	font-size:17px;
}

#footer{
	width:100%;
	padding:6px 0;
	text-align:center;
	position:relative;
	z-index:43;
	font-size:12px;
	color:#d7eae9;
	background-color:rgb(15, 36, 49);
}

.boxForIconKontakt{
	width:20px;
	display:inline-block;
}

hr.kontakthr{
	border-color:#bed3d3;
}

.tekstAktualnosci{
	font-family: 'Open Sans', sans-serif!important;
	font-size:18px;
	color:#555;
	margin:20px 0 25px 0;
	text-align:justify;
}

.dataAktualnosci{
	font-size:11px;
	color:#777;
}

.mediumHedings{
	font-family: 'Open Sans', sans-serif;
	margin-top:0;
	font-size:28px;
}

.smallHeadings{
	font-family: 'Open Sans', sans-serif;
	margin-top:10px;
	font-weight:400;
	font-size:18px;	
}

.colorGreenLogo{
	color:#6cad37;
	margin-top:-5px;
}

.mediaicon{
	height:40px;
	-moz-box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);
	box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);	
}

@media(max-width:992px){
	#wiosloLoading{
		margin:20% auto!important;
		height:auto!important;
	}
}

#wiosloLoading{
	margin:-50px auto;
	height:130px;
    -webkit-animation:spin 4s ease infinite;
    -moz-animation:spin 4s ease infinite;
    animation:spin 4s ease infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); opacity:0.8; } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg);opacity:0.8; } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg);opacity:0.8; } }

#weatherIcon{
	position:fixed;
	right:0px;
	top:270px;
	z-index:97875;
	height:40px;
	width:40px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;	
}

#weatherIcon:hover{
	right:485px;
}

#weatherPanel{
	width:485px;
	background-color:#f2f4f1;
	position:relative;
	right:-40px;
	top:-50px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	border-bottom-left-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-bottom-left-radius:12px;
	padding-left:10px;
}

#weatherImageIcon{
	height:40px;
	width:40px;
	background-color:#28A0E5;
	text-align:center;
	-moz-box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);
	box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);	
	cursor:pointer;
}

iframe{
	display:none;
}

#facebookIcon iframe,
#googlePlusIcon iframe{
	display:block;
}

#weatherPanel iframe{
	height:280px!important;
	display:block;
}

.box{
	background-color:#transparent!important;
}

#kontaktImageIcon{
	height:40px;
	width:40px;
	background-color:rgba(255, 255, 255, 0.95);
	color:#8f0022;
	line-height:45px;
	text-align:center;
	-moz-box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);
	box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);	
	font-size:34px;
	cursor:pointer;
}

#kontaktIcon{
	position:fixed;
	right:-350px;
	top:370px;
	z-index:97874;
	height:40px;
	width:390px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;	
}

#kontaktIcon:hover{
	right:0;
}

#kontaktPanel{
	width:350px;
	min-height:100px;
	background-color:rgba(255, 255, 255, 0.95);
	position:relative;
	right:-40px;
	top:-40px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	border-bottom-left-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-bottom-left-radius:12px;
	padding:10px;
	border-bottom:1px solid #ddd;
}

#priceImageIcon{
	height:40px;
	width:40px;
	background-color:rgba(255, 255, 255, 0.95);
	color:#6cad37;
	line-height:45px;
	text-align:center;
	-moz-box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);
	box-shadow:-7px 7px 13px -2px rgba(0, 0, 0, 0.6);	
	font-size:34px;
	cursor:pointer;
}

#priceIcon{
	position:fixed;
	right:-500px;
	top:320px;
	z-index:97875;
	height:40px;
	width:540px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}

#pricePanel{
	width:500px;
	min-height:150px;
	background-color:rgba(255, 255, 255, 0.95);
	position:relative;
	right:-40px;
	top:-40px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	border-bottom-left-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-bottom-left-radius:12px;
	padding:10px;
	border-bottom:1px solid #ddd;
}

#priceIcon:hover{
	right:0;
}

#googlePlusIcon{
	position:fixed;
	right:-300px;
	top:220px;
	z-index:97876;
	cursor:fixed;
	height:40px;
	width:340px;

}




#facebookIcon{
	position:fixed;
	right:-300px;
	top:170px;
	z-index:97877;
	cursor:pointer;
	height:40px;
	width:340px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
}

#facebookPanel{
	width:300px;
	height:400px;
	background-color:#fff;
	position:relative;
	right:-40px;
	top:-40px;
	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	border-bottom-left-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-bottom-left-radius:12px;
}

#facebookIcon:hover{
	right:0;
}

.mapBoxInside iframe{
	height:235px;
	display:block;
}

.tulipanLeft{
	position:absolute;
	left:-15px;
	top:-4px;
	z-index:33;
	height:65px;
}

.tulipanRight{
	position:absolute;
	right:-15px;
	top:-4px;
	height:65px;
}

#kontakt iframe{
	height:300px!important;
	display:block;
}

.cssload-loader {
	display: block;
	margin:0 auto;
	width: 29px;
	height: 29px;
	position: relative;
	border: 4px solid rgb(239, 127, 26);
	animation: cssload-loader 2.3s infinite ease;
		-o-animation: cssload-loader 2.3s infinite ease;
		-ms-animation: cssload-loader 2.3s infinite ease;
		-webkit-animation: cssload-loader 2.3s infinite ease;
		-moz-animation: cssload-loader 2.3s infinite ease;
}

.cssload-loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #333;
	animation: cssload-loader-inner 2.3s infinite ease-in;
		-o-animation: cssload-loader-inner 2.3s infinite ease-in;
		-ms-animation: cssload-loader-inner 2.3s infinite ease-in;
		-webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
		-moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}



/*

@keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-loader {
	0% {
		transform: rotate(0deg);
	}
	
	25% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	75% {
		transform: rotate(360deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-o-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-ms-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-webkit-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}

@-moz-keyframes cssload-loader-inner {
	0% {
		height: 0%;
	}
	
	25% {
		height: 0%;
	}
	
	50% {
		height: 100%;
	}
	
	75% {
		height: 100%;
	}
	
	100% {
		height: 0%;
	}
}
*/
