

.ip-header {
	position: fixed;
	top: 0;
	z-index: 200000!important;
	min-height: 520px;
	width: 100%;
	height: 100%;
	background: #ccc;
}


.ip-header img{
    display: block; 
    margin-top: -6%;
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 2%;
    width:  16%;
    height:  auto;
}


.ip-loader {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.ip-loader {
	top: 60%;
}

.ip-header .ip-inner {
	display: block;
	margin: 0 auto;
}

.ip-header .ip-logo svg {
	position: absolute;
	min-height: 300px;
	height: 25%;
}

.loaded .ip-header .ip-logo svg {
	max-height: auto;
}

.ip-header svg path {
	fill: #505250;
}

.ip-header .ip-loader svg path {
	fill: none;
	stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
	stroke: #fff;
}

.ip-header .ip-loader svg path.ip-loader-circle {
	-webkit-transition: stroke-dashoffset 0.2s;
	transition: stroke-dashoffset 0.2s;
	stroke: #505250;
}

/* Content */


/* Animations */

/* Initial animation of header elements */

.ip-header img,
.loading .ip-loader {
	opacity: 1;
}

.ip-header img{
	-webkit-animation: animInitialLogo 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialLogo 1s cubic-bezier(0.7,0,0.3,1) both;
}

@-webkit-keyframes animInitialLogo {
	from { opacity: 0; }
}

@keyframes animInitialLogo {
	from { opacity: 0; }
}

.loading .ip-loader {
	-webkit-animation: animInitialLoader 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialLoader 1s cubic-bezier(0.7,0,0.3,1) both;
}

@-webkit-keyframes animInitialLoader {
	from { opacity: 0; -webkit-transform: scale3d(0.5,0.5,1); }
}

@keyframes animInitialLoader {
	from { opacity: 0; -webkit-transform: scale3d(0.5,0.5,1); transform: scale3d(0.5,0.5,1); }
}

/* Header elements when loading finishes */

.ip-header img,
.loading .ip-loader {
	opacity: 1;
}



@-webkit-keyframes animLoadedLogo {
	to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

@keyframes animLoadedLogo {
	to { -webkit-transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); transform: translate3d(0,100%,0) translate3d(0,50px,0) scale3d(0.65,0.65,1); }
}

.loaded .ip-loader {
	-webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLoader 0.5s cubic-bezier(0.7,0,0.3,1) forwards;
}



@-webkit-keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}

@keyframes animLoadedLoader {
	to { opacity: 0; -webkit-transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); transform: translate3d(0,-100%,0) scale3d(0.3,0.3,1); }
}



/* Header animation when loading finishes */
.loaded .ip-header {
	-webkit-animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedHeader 1s cubic-bezier(0.7,0,0.3,1) forwards;
}

	
@-webkit-keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); }
}

@keyframes animLoadedHeader {
	to { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
}

/* Content animations */


@-webkit-keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: scale3d(0.3,0.3,1); }
}

@keyframes animLoadedContent {
	from { opacity: 0; -webkit-transform: scale3d(0.3,0.3,1); transform: scale3d(0.3,0.3,1); }
	
}

/* Change layout class for header */
.layout-switch .ip-header {
	position: absolute;
}

/* No JS */
.no-js .ip-header {
	position: relative;
	min-height: 0px;
}

.no-js .ip-header  svg path {
	fill: #fff;
}

/* Media queries */


@media only screen and (max-width: 2560px) {}
	
@media only screen and (max-width: 1920px) {
	
.ip-loader {
	top: 40%!Important;
}
	
}

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}	
	
@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}	

@media only screen and (max-device-height : 1280px) and (min-device-width : 768px) and (orientation : portrait) {
.ip-loader {
	top: 40%!Important;
}
}


@media only screen and (max-width: 1200px) {}	


@media only screen and (max-width: 1080px) {
.ip-loader {
	top: 42%!Important;
}
	
}

@media only screen and (max-width: 1024px) {}

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

.ip-loader {
	top: 30%!Important;
}

}


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

.ip-loader {
	top: 26%!Important;
}

}

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

.ip-loader {
	top: 30%!Important;
}

}


@media only screen and (min-device-height : 768px) and (max-device-width : 1280px) and (orientation : landscape) {
.ip-loader {
	top: 30%!Important;
}
}

@media only screen and (max-width: 768px) {}

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

.ip-loader {
	top: 40%!Important;
}

}


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

.ip-loader {
	top: 44%!Important;
}

}

@media only screen and (min-device-height : 640px) and (max-device-width : 1136px) and (orientation : landscape) {
.ip-loader {
	top: 30%!Important;
}
}

@media only screen and (max-width: 640px) {}


@media only screen and (min-device-height : 600px) and (max-device-width : 1024px) and (orientation : landscape) {
.ip-loader {
	top: 26%!Important;
}
}

@media only screen and (max-width: 600px) {}


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

.ip-loader {
	top: 40%!Important;
}

}


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

.ip-loader {
	top: 38%!Important;
}

}


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

.ip-loader {
	top: 36%!Important;
}

}


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

.ip-loader {
	top: 30%!Important;
}

}



