@charset "UTF-8";
.top {
	position: static;
	margin-bottom: 5%;
	
}
.clearer {clear: both;}
.logo-container {
	
	position: static;
	float:right;
	padding: 20px 4% 0 0; 
	margin:0;	

	width: 35%;
	max-width: 300px;
	box-sizing:content-box;
}

.bckgrndLogo {
	width: 100%;
	background-image: linear-gradient(0deg, rgba(155,155,155,0.3), rgba(255,255,255,0.3), rgba(255,255,255,0.4));
	height: 100%;
}

.logo {
	width: 100%;
 	margin: 0;
	padding: 0;
	padding-bottom: 70%;
	background-image: url(../img/Stork-logo-300-210.svg);
	background-size: cover;
	background-position: center;
}

.logo img {padding: 0 0 50px 0; margin:0; zoom:1;}


.sublogo {
	padding: 0;
	margin: 0;
	margin-top: -14%;
	margin-left: -960%;
	width: 92%;
	padding-bottom: 12.925%;
	padding-bottom: 11.925%;
	background-image: url(../img/andbedonewithit.svg);
	background-size: cover;
	background-position: right, center;
}

.sublogo img {padding: 0; margin:0; zoom:1;}

/* *********************** logo infinite rotate *************************/
@-webkit-keyframes spin {
	0% { -webkit-transform: rotateY(0);}
	40% { -webkit-transform: rotateY(360deg); }
	100% { -webkit-transform: rotateY(360deg); }
}		

@-moz-keyframes spin {
	0% { transform: rotateY(0); }
	40% { transform: rotateY(360deg); }
	70% { transform: rotateY(270deg); }
	100% { transform: rotateY(360deg); }
}

@-o-keyframes spin {
	0% { -o-transform: rotateY(0); }
	40% { -o-transform: rotateY(360deg); }
	100% { -o-transform: rotateY(360deg); }
}

@keyframes spin {
	0% { transform: rotateY(0); }
	100% { transform: rotateY(360deg); }
}
		
.csstransforms3d.cssanimations .logo {
    -webkit-animation: spin 4s 2s linear 1;
    -moz-animation: spin 4s 2s cubic-bezier(.65,.05,.36,1) 2;
    -o-animation: spin 4s 2s linear 2;
    /*
	animation: spin 7s 1s cubic-bezier(.79,.14,.15,.86) 11;
	animation: spin 5s 1s ease-in 11;
	animation: spin 5s 1s cubic-bezier(.47,0,.74,.71) 11;
	animation: spin 5s 1s cubic-bezier(.55,.09,.68,.53) 11;
	animation: spin 5s 1s cubic-bezier(.55,.09,.68,.53) 11;
	animation: spin 5s 1s cubic-bezier(.9,.03,.69,.22) 11;
	animation: spin 5s 1s cubic-bezier(.76,.05,.86,.06) 11;
	animation: spin 5s 1s cubic-bezier(.6,.04,.98,.34) 11;
	*/
	/*	
	animation: spin 5s 1s cubic-bezier(.55,.06,.68,.19) 11;
	*/
	
	
	
	
	animation: spin 3.5s .1s cubic-bezier(.6,-0.48,.74,.45) 1;
	animation: spin 3.5s .1s cubic-bezier(.55,.09,.68,.53) 2;
	animation: spin 3.5s .1s cubic-bezier(.55,.06,.68,.19) 1;
}
/* *********************** logo infinite rotate END *************************/

/* *********************** logo infinite rotate *************************/
@-webkit-keyframes spin2 {
	0% { -webkit-transform: rotateY(0);}
	50% { -webkit-transform: rotateY(360deg); }
	100% { -webkit-transform: rotateY(360deg); }
}		

@-moz-keyframes spin2 {
	0% { -moz-transform: rotateY(0); }
	50% { -moz-transform: rotateY(360deg); }
	100% { -moz-transform: rotateY(360deg); }
}

@-o-keyframes spin2 {
	0% { -o-transform: rotateY(0); }
	50% { -o-transform: rotateY(360deg); }
	100% { -o-transform: rotateY(360deg); }
}

@keyframes spin2 {
	0% { transform: rotateY(0); }
	50% { transform: rotateY(360deg); }
	100% { transform: rotateY(360deg); }
}
		
/*.csstrans forms3d.cssanimations  {headache!!!
	-webkit-perspective: 2000;
	-moz-perspective:1000;
	-o-perspective: 1000;
	perspective: 1000;
}

.csstransforms3d.cssanimations  .sublogo {
	-webkit-animation: spin2 4s 4s linear 1;
	-moz-animation: spin2 4s 4s linear 1;
	-o-animation: spin2 4s 4s linear 1;
	animation: spin2 4s 4s linear 1;
}
*/

.header-container {
	/*background-color: rgba(255, 255, 255, 0.5);
	
	width: 80%;
	height: 20%;
	max-height:200px;
	max-width:1080px;*/
	margin: 0 auto;
	width: 35%;
	max-width: 300px;
}

.header {
	padding-bottom: 100%;
	text-align: justify;
}

.content {
	background-color: transparent;
	padding: 0 10px;
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: justify;
	font-size: 0.9em;
	line-height: 25px;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	column-rule: 1px solid #ECE2FF;
}

body#index .content {
	column-rule-style: solid;
	column-rule: 1px solid #ECE2FF;

}

@keyframes colorchange {
    0%   {color:white;}
    25%   {color:white;}
    50%  {}
    75%  {color:#5F2404; text-shadow:none;}
    100% {color:black; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);}
}


@keyframes colorchangeIndex {
    0%   {color:white;}
    25%   {color:white;}
    50%  {color:#FF5900; background-color:transparent;}
    75%  {color:#5F2404; text-shadow:none;}
    100% {color:black; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4); background-color: rgba(255, 255, 255, 0.35);}
}

@keyframes colorchangeContact {
    0%   {color:white;}
    25%   {color:white;}
    50%  {color:#FF5900; background-color:transparent;}
    75%  {color:#5F2404; text-shadow:none;}
    100% {color:black; text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4); background-color: rgba(255, 255, 255, 0.45);}
}



background-color: rgba(255,255,255,0.3);

body#prices .content {
	column-gap: 40px;
	column-rule: 1px solid rgba(255, 255, 255, 0.01);
	color: white;
	animation: 9s ease 3s normal forwards 1 colorchange;
}

body#index .content {
	column-gap: 40px;
	column-rule: 1px solid rgba(255, 255, 255, 0.01);
    color: white;
	animation: 9s ease 3s normal forwards 1 colorchangeIndex;
}

body#contact .content {
	column-gap: 40px;
	column-rule: 1px solid rgba(255, 255, 255, 0.01);
    color: white;
	animation: 9s ease 3s normal forwards 1 colorchangeContact;
}


.content div{
	margin: 0px;
	padding: 25px 0px 0px 0px;
}
.content div:first-child {
    margin: 0px;
	padding: 0px;
}

.content div:nth-child(3) {
    margin: 0px;
	padding: 0px;
}
span.bold {
	font-size: 105%;
	font-weight: 800;
}
body.contact .content div:nth-child(2) {
    margin: 0px;
	padding: 0px;
}

#footer {
    position: fixed;
	z-index: 30;
	right: 0;
	bottom: 0;
	left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    width: 100%;
    text-align: center;
    font-size: 80%;
    font-style: normal;
    font-weight: 300;
    color: rgba(200,200,200,.9);
    margin: -30px auto 0;
    padding: 20px 0 90px;
    border-top: 1px solid #FFF;
    border-top: 1px solid rgba(255,255,255,.5);
    min-height: 150px;
}

.noborder{	border-top: 1px solid rgba(255,255,255,0) !important;
}

#footer.gray {color:#999;}
.lastUpdate {display: block;}

div#logos img {margin: 20px 20px 10px;}
.nowrap {white-space:nowrap;}
#zeldesignLink {
	position:absolute;
	bottom: 20px;
	left:0;
	width:100%;
	text-align:center;
	height:20px;
	width:100%;
	text-align:center;
	color:#6C6DB4;
	display: block;
}
#zeldesignLink span.white{
	color:#fff;
}
span.zeld{
	font-size: 12px;
	color: #6C6DB4;
	white-space:nowrap;
}
#zeldesignLink a:link{text-decoration:none;text-outline:none;}



/*++++++++++++++++++++++++++++++++++*/

	#address, #email-outer, #tel {
	background-repeat: no-repeat;
	background-position: left top;
	color: #FF5900;
	line-height: 25px;
	font-size: 13px;
	height: 80px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	border-right: 1px solid #FF5900;
	height: 60px;
	padding-right: 20px;
	padding-left: 20px;
	white-space:nowrap;
}


#email-outer {
	border-right: none;
}

#email-outer a:link {
	color: #FF5900;
}

 a:hover #tel, #email-outer a:hover #email, #address:hover {
	color: #FFF;
	text-shadow: 0px 0px 2px white;
}

/*++++++++++++++++++++++++++++++++++*/
@keyframes fadeOut{
    0% { opacity:1; }
    30% { opacity:0.7; }
    70% { opacity:0.15; }
    100% { opacity:0; }
}

@-webkit-keyframes fadeOut{
    0% { opacity:1; }
    30% { opacity:0.7; }
    70% { opacity:0.15; }
    100% { opacity:0; }
}

#backgroundTop {
	position: fixed;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	min-height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#backgroundTop.backgroundTopIndex {
	background-image: url(../img/walkingCity.jpg);
	background-position: center bottom;
}
#backgroundTop.backgroundTopPrices {
	background-image: url(../img/glassTunellDay.jpg);
	background-position: center bottom;
}

#backgroundTop.backgroundTopContact {
	background-image: url(../img/phone_light.jpg);
	background-position: center bottom;
}

#backgroundTop.backgroundTopServices {
	background-image: url(../img/Depositphotos_3828219_LIGHT.jpg);
	background-position: center bottom;
}
/*
*/

#backgroundTop::before {
	content: "";
	position: absolute;
	z-index: -5;
	/* the following makes the pseudo element stretch to all sides of host element */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	margin: 0;
	padding: 0;
	min-height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;

	animation: 9s ease 5s normal forwards 1 fadeOut;
	animation-iteration-count: 1;
  	/*animation-iteration-count: infinite; ako hoces for ever*/
}


#backgroundTop.backgroundTopIndex::before {
	background-image: url(../img/walkingCityDarkBlue.jpg);
	content: "";

	animation: 9s ease 5s normal forwards 1 fadeOut;
	animation-iteration-count: 1;
}
#backgroundTop.backgroundTopContact::before {
	background-image: url(../img/phone_dark.jpg);
	content: "";

	animation: 9s ease 5s normal forwards 1 fadeOut;
	animation-iteration-count: 1;
}

#backgroundTop.backgroundTopPrices::before {
	background-image: url(../img/glassTunellNight.jpg);
	content: "";

	animation: 9s ease 5s normal forwards 1 fadeOut;
	animation-iteration-count: 1;
  	/*animation-iteration-count: infinite; ako hoces for ever*/
}


#backgroundTop.backgroundTopServices::before {
	background-image: url(../img/Depositphotos_3828219_original-NOC.jpg);
	content: "";

	animation: 9s ease 5s normal forwards 1 fadeOut;
	animation-iteration-count: 1;
  	/*animation-iteration-count: infinite; ako hoces for ever*/
}

@keyframes bckgrndColorChangeContact {
    0%   {background-color: rgba(255,255,255,0.3);}
    /*25%   {color:white;}
    50%  {color:#FF5900; background-color:transparent;}
    75%  {color:#5F2404; text-shadow:none;}
	*/
    100% { background-color: rgba(255, 255, 255, 0.01);}
}

.image-steps {
	background-image: url(../img/steps.png);
	margin: 7px 10px 0 0 !important;
	float: left;
	height: 112px;
	width: 128px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: left top;
	background-color: rgba(255,255,255,0.3);
	animation: 9s ease 3s normal forwards 1 bckgrndColorChangeContact;
}