@import url(http://fonts.googleapis.com/css?family=Poiret+One&subset=latin,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* #PAGE STYLES */
@import url(proximanova-regular/proximanova-regular.css);
#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/preload.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.padding-top{
	padding-top:50px;
}
.padding-bottom{
	padding-bottom:50px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.line{
	height:50px;
}
.back-quv{
	background:#4fb0ff;
}
.quv{
	display:none;
	position: relative;
	background:url(../images/test.png) no-repeat top left;
	font-family: 'ProximaNovaRegular';
	color: #fff;
	font-size:18px;
	line-height:34px;
	font-weight:100;
	margin-top:34px;
	padding-top:16px;
	padding-bottom:10px;
	text-indent: 60px;
}
.quv-autor{
	font-family: 'ProximaNovaRegular';
	color: #000;
	font-size:16px;
	line-height:22px;
	padding-bottom:50px;
	font-family: 'ProximaNovaRegular';
}


/* #MENU
================================================== */
	#navigation {
		background:#4fb0ff;
		position: relative;  
		width: 100%;
		height: 80px;
		z-index: 9999;
		box-shadow: 0 3px 12px rgba(0,0,0,.4);
	}
	
	.logo{
		width:91px !important;
		height:130px !important;
		background-image:url(../images/small_logo.png);
		display:block !important;
		float:left !important;
		margin:0 !important;
		padding:0 !important;
		box-shadow: 1px 1px 5px rgba(0,0,0,.4);
	}
	


	#navigation ul {
		padding-top:0;
		float:right;		
	}
	
	#navigation ul li {
		display: inline;
		font-family: 'ProximaNovaRegular';
	}
	
	#navigation a, #navigation a:active, #navigation a:visited {
		color:#fff;
		height:40px;		
		text-transform:uppercase;
		font-size:15px;
		display:block;
		float:left;
		padding:30px 20px 10px 20px;
		transition:all 0.2s ease-out 0s;
		text-decoration:none;
	}

	#navigation ul li.current a {
		background-color:#1d7dc9;
		
}
	#navigation ul li:hover a{
		background-color:#1d7dc9;
		
		
	}

header.social {
    overflow: hidden;
    position: fixed !important;
    right: 0;
    top: 30%;
    width: 105px;
	z-index: 9000;
}
.awards {
    overflow: hidden;
    position: fixed !important;
    right: 0;
    bottom: 0;
    width: 105px;
	z-index: 9000;
}

.facebook a {
	width: 70px;
	height: 47px;
	display: block;
	right: 0;
	margin-left:65px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	opacity:0.7;
	transition:all 0.8s ease-in-out 0s;
}
.twitter a {
	width: 70px;
	height: 47px;
	display: block;
	right: 0;
	margin-left:65px;
	background-image: url(../images/navi/twitter.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	opacity:0.7;
	transition:all 0.8s ease-in-out 0s;
}
.behance a {
	width: 70px;
	height: 47px;
	display: block;
	right: 0;
	margin-left:65px;
	background-image: url(../images/behance.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	opacity:0.7;
	transition:all 0.8s ease-in-out 0s;
}


.facebook a:hover{
	margin-left:35px;
	opacity:1;
	transition:all 0.8s ease-in-out 0s;
}
.twitter a:hover{
	margin-left:35px;
	opacity:1;
	transition:all 0.8s ease-in-out 0s;
}
.behance a:hover{
	margin-left:35px;
	opacity:1;
	transition:all 0.8s ease-in-out 0s;
}


.handy{
		display:none;
	}
@media only screen and (max-width: 959px) {
	#home{
		height:500px !important;
	}
	
	.logo{
		width:91px;
		height:130px;
		
		display:block;
		float:left;
		margin:0;
		padding:0 !important;
	}
	#navigation ul {
		width: 250px;
		padding: 5px 0;
		position: relative;
		top: 10px;
		right: 50px;
		border: solid 1px #efefef;
		
		border-radius: 3px;	
	}
		
	ul#menu li {
		display: none;
		margin: 0;
	}
	
	#navigation .current {
		display: block!important;
	}
	
	#navigation a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
		color:#999;
		
	}
	#menu a{
		width:100% !important;
	}
	#navigation ul:hover {
		background-image: none;
	}
		
	#navigation ul:hover .current {
		
	}

	#navigation ul li:hover a, #navigation ul li.current a {
		color: #5390eb;
		border-bottom:0px;
		background-color:transparent;
	}
	
	#navigation a, #navigation a:active, #navigation a:visited {
		padding-top:5px;
		height:auto;		
		padding-bottom:5px;
	}
	
}	
@media only screen and (max-width: 767px) {
	
	#home{
		height:500px !important;
	}
	.logo{
		width:91px;
		height:130px;
		
		display:block;
		float:left;
		margin:0;
		padding:0 !important;
	}

		#navigation ul {
		width: 200px;
		padding: 5px 0;
		position: relative;
		top: 10px;
		right: 20px;
		border: solid 1px #efefef;
		
		border-radius: 3px;		
	}
	
	ul#menu li {
		display: none;
		margin: 0;
	}
	
	#navigation .current {
		display: block!important;
	}
	
	#navigation a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}

	#navigation ul:hover {
		
	}
		
	#navigation ul:hover .current {
		
	}

	#navigation ul li.current a {
		color: #5390eb;
		border-bottom:0px;
	}
	#navigation ul li:hover a{
		color:#5390eb;
	}
	
	#navigation a, #navigation a:active, #navigation a:visited {
		padding-top:5px;
		height:auto;		
		padding-bottom:5px;
	}	
}	
@media only screen and (max-width: 479px) {

	header.social, div.awards{
		display:none;
	}
	.logo {
		background-image:url(../images/logo-small.png) !important;
		width:80px !important;
		height:80px !important;
	}
	
		
	#navigation ul {
		width: 120px;
		padding: 5px 0;
		position: relative;
		top: 10px;
		right: 10px;
		border: solid 1px #efefef;
		
		border-radius: 3px;
	}
	
	ul#menu li {
		display: none;
		margin: 0;
	}
	
	#navigation .current {
		display: block!important;
	}
	
	#navigation a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
		font-size:12px;
		
		
		
	}
	
	
	#navigation ul:hover {
		
	}
	
	
	#navigation ul:hover .current {
		
	}

	#navigation ul li:hover a, #navigation ul li.current a {
		color: #5390eb;
		border-top: 0px;
	}
	
	#navigation a, #navigation a:active, #navigation a:visited {
		padding-top:5px;
		height:auto;		
		padding-bottom:5px;
	}
	.parallax_mouseinteraction{
		display:none;
	}
	.handy{
		display:block;
	}
	.handy img{
		width:100%;
		height:inherit;
	}
	#home{
		height:220px !important;
	}
	#arrow{
		display:none;
	}
		
}	
	
	
/* #Home
================================================== */
#home{
	position: relative;
	background-color:#fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
	
}
		#maximage {		
		}	
	div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out; 
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
	
	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}	
			#arrow_left, #arrow_right {
				bottom:30px;
				height:67px;
				position:absolute;
				right:30px;
				width:36px;
				z-index:1000;
			}
			#arrow_left {
				right:86px;
			}

			#arrow_left:hover, #arrow_right:hover {
				bottom:29px;
			}
			#arrow_left:active, #arrow_right:active {
				bottom:28px;
			}		
	.text-home h5 {
		font-family: 'Poiret One', cursive;
		text-align:center;
		color:#FFF;
		top:50%;
		width:100%;
		margin-top:-30px;
		position:absolute;
		font-size: 56px; 
		line-height:60px;
	z-index:1999;
	}
	
	.text-home p {
		font-family: 'ProximaNovaRegular';
		text-align:center;
		color:#fff;
		top:50%;
		width:100%;
		margin-top:-75px;
		position:absolute;
		font-size:28px;
		line-height:34px;
	z-index:1999;
	}
#logo-big{ 
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-80px;
	z-index:1999;
	width:160px;
	height:85px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;  
}
#arrow{ 
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-110px;
	z-index:1999;
	width:220px;
	height:220px;
	opacity:1;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out; 
 
}

#arrow:hover{
	opacity:1;
}
/* #About
================================================== */

#about{ 
    background:#1d7dc9;
    position:relative;
}
#about h1{
	padding-top:20px;
}
#about h5{
	font-family: 'ProximaNovaRegular';
	color: #fff;
	font-size:17px;
	line-height:25px;
	font-weight:100;
	padding-bottom:50px;
}
#about span{
	color:#b8b2b2;
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;
}
#about span:hover{
	color:#FA9600;
}


/* #Progress Bar */

.pro-bar-wrap {
	position:relative;
	text-align:left;
}
.pro-bar {
	position:relative;
}
.caption{
	z-index:3;
	position:absolute;
	margin:0 auto;
	text-align:center;
	margin-left:10px;
}
.caption div{	
	font-size:16px;
	line-height:40px;
	font-family: 'ProximaNovaRegular';
	font-weight:normal;
	color:#fff;
	text-shadow: 0 1px 1px #000;
}
.progress-bar {
	height: 36px;
	padding: 2px;
	width: 100%;
	margin: 15px 0;	
}
.progress-bar span {
	display: inline-block;
	height: 100%;	
        -webkit-transition: width .4s ease-in-out;
        -moz-transition: width .4s ease-in-out;
        -ms-transition: width .4s ease-in-out;
        -o-transition: width .4s ease-in-out;
        transition: width .4s ease-in-out;    
}
.orange span {
	background-color:#4fb0ff;   
}
.stripes span {
	-webkit-background-size: 38px 38px;
	-moz-background-size: 38px 38px;
	background-size: 38px 38px;			
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);            
	
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;       		
}

@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}




/* #Team
================================================== */

.portret{
	position:relative;
	text-align:center;
	padding-bottom:50px;
	background:#FFF;
}
.portret h6{
	padding-top:20px;
	color:#418de5;
	text-align:center;
}
.portret p{
	color:#666;
	text-align:center;
}
.portret ul{
	text-align:center;
}
.portret img{
	margin:0 auto;
	text-align:center;
	box-shadow: 0 3px 12px rgba(0,0,0,.4);
	width: 100%;
	max-width:220px;
	height: auto;
	transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-webkit-transform-origin-x:110px;
	-moz-transform-origin-x:110px;
	-o-transform-origin-x:110px;
	-webkit-transform-origin-y:10px;
	-moz-transform-origin-y:10px;
	-o-transform-origin-y:10px;
	
	
}
.portret img:hover{
    -webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
}
.portret1{
	position:relative;
	text-align:center;
	padding-bottom:50px;
}
.portret1 h6{
	padding-top:20px;
}
.portret1 img{
	margin:0 auto;
	text-align:center;
	box-shadow: 0 3px 12px rgba(0,0,0,.4);
	width: 100%;
	max-width:220px;
	height: auto;
	-webkit-transition:all .5s ease-in-out;
	-webkit-transform-origin-x:110px;
	-webkit-transform-origin-y:10px;
}
.portret1 img:hover{
    -webkit-transform: rotate(8deg);
}
.tack{
	
	position:absolute;
	width: 40px;
	height: 63px;
	display:block;
	left:50%;
	margin-left:-5px;
	z-index:100;
}
.left1{ 
	text-align:left; 
}
.left{ 
	text-align:left; 
	padding-top:10px;
	height:24px;
}
.list-social-team li {
    padding:0 4px 4px 0; 
    list-style: none; 
    margin:0 auto; 
    text-align: center; 
    display: inline-block;
}

.list-social-team li.icon-soc-team a {
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 22px;
	color: #375d98; 
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;  
}
.list-social-team li.icon-soc-team a:hover {
	font-size: 28px;
}

 
/* #Separator
================================================== */
#separator{
	position: relative;
	overflow:hidden;
		width: 100%;
}
	.separator-bg {
		position: absolute;
		height: 100%;
		width: 100%;
		
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		z-index:-2;
		-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
	}
.separator-bg-1{
	position: absolute;
	height:100%;
	width: 100%;
	z-index:-1;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: 0 0;
}	
.separator-bg-2{
	position: absolute;
	height:100%;
	width: 100%;
	z-index:-1;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: 0 0;
}
.separator-bg-3{
	position: absolute;
	height:100%;
	width: 100%;
	z-index:-1;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: 0 0;
}
	
  
 /* twitter styles */ 
  
#twit {
	
	margin-top:100px;
	margin-bottom:100px;
	padding-top:60px;
	font-family: 'ProximaNovaRegular';
	font-size: 25px;
	color: #fff;
	font-weight: 100;
	line-height: 40px;
	font-style: italic;
	position: relative;
	text-align:center;
}
#twit a{
	color:#fff;
}
#twit a:hover{
	color:#fa6900;
}
 
/* #Services
================================================== */

#services{ 
    background:#1d7dc9;
    position:relative;
	padding-top:100px;
}
#services h5{
	font-family: 'ProximaNovaRegular';
	color: #fff;
	font-size:20px;
	line-height:32px;
	font-weight:100;
}

#works h5{
	font-family: 'ProximaNovaRegular';
	color: #fff;
	font-size:20px;
	line-height:32px;
	font-weight:100;
}
h5.projekt{
	font-family: 'ProximaNovaRegular';
	color: #5390eb;
	font-size:20px;
	line-height:32px;
	font-weight:100;
	
}

	.heading-and-icon {
		width:100%;
		margin-bottom:20px;
		height:220px;
		text-align:center;
	}
#services p{
		display:block;
		width:90%;
		
	}
	
	.heading-and-icon img{
		float:left;
		margin-right:15px; 
	}
	
	.heading-and-icon h6 {
		padding-top:15px;
	}
	.b-small {
		color: #fff;
		padding: 0px 15px 0px 15px;
		background:rgba(250,105,0,.7);
		height:35px;
		text-align:center;
		display:inline-block;
		line-height:35px;
		margin-top:10px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	}
	
	.b-small:hover {
		background:#423b3b;
		color:#fff;
		opacity:1;
	}
#services-list{
	position:relative;
	text-align:left;
}
#services-list li{
	padding-left:26px;
}
#services-list h6{
	font-size: 26px;
	line-height: 30px;
}
.arrow-list{
	
	padding-left:25px;
}
.web-list{
	background:url('../images/web-list.png')no-repeat top left;
}
.entwicklung-list{
	
}
.print-list{
	
}
.corporate-list{
	
}
.illu-list{
	
}
.art-list{
	
}
.schul-list{
	
}
.checkmark-list{
	
	padding-left:25px;
}
#services-list img{
	margin:0 auto;
	width: 100%;
	height: auto;
}
 
/* #Separator1
================================================== */
#separator1{
	position: relative;
	overflow:hidden;
		width: 100%;
		-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
	.separator1-bg {
		position: absolute;
		height: 100%;
		width: 100%;
		
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		z-index:-5;
	}
		.separator1-bg-2 {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: 50% 50%;	
	}
	
			.separator1-bg-3 {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: 50% 90%;	
	}
		.separator1-bg-4 {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: 50% 50%;	
	}

#sep {
	margin-top:100px;
	margin-bottom:100px;
	position: relative;
	text-align:center;
}
#sep5 {
	margin-top:200px;
	margin-bottom:200px;
	position: relative;
	text-align:center;
}

#sep h5{
	font-family: 'ProximaNovaRegular';
	font-size: 40px;
	color: #fff;
	font-weight: 100;
	line-height: 40px;
	padding-bottom:5px;
	text-align:center;
	background-color:rgba(55,93,152,.8);
}
	.b-big {
		color: #fff;
		padding: 0px 25px 0px 25px;
		background:rgba(228,8,8,.9);
		height:45px;
		text-align:center;
		display:inline-block;
		line-height:45px;
		margin-top:20px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	}
	
	.b-big:hover {
		background:#5390eb;
		color:#fff;
		opacity:1;
	}
/* #Works
================================================== */

#work{ 
    background:#fff;
    position:relative;
	padding-top:20px;
	padding-bottom:20px;
}
#works{ 
    background:#1d7dc9;
    position:relative;
	padding-top:100px;
}

#works span{
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;
}
#works span:hover{
	color:#FA6900;
}
#works p{
	text-align:justify;
}
#works img{ 
		width:100%; 
		height: auto;
		display:block;
}
@media screen and (min-width: 768px) {
#works .container .columns  {margin-top: 0px; margin-bottom: 0px;}
}
	.view-work .mask-work {
	   width: 0%;
	   height:0%;
	   opacity: 0;
	-webkit-transition : all 0.4s ease-in-out;
	-moz-transition : all 0.4s ease-in-out;
	-o-transition :all 0.4s ease-in-out;
	transition : all 0.4s ease-in-out;
	}	
	
	.view-work:hover .mask-work {
		
	   opacity:1;
	}

	.view-work {	   
	   height: auto;
	   float: left;
	   overflow: hidden;
	   position: relative;
	   text-align: left;	    
	}

	.view-work .mask-work {
	   width: 100%;
	   height:100%;
	   position: absolute;
	   overflow: hidden;
	   top: 0;
	   left: 0;
	}
.client1{
	
	width:160px; 
	height: 160px;
	margin:0 auto;
	margin-top:50%;
	display:block;
}
.client2{
	
	width:160px; 
	height: 160px;
	margin:0 auto;
	margin-top:50%;
	display:block;
}
.client3{
	
	width:160px; 
	height: 160px;
	margin:0 auto;
	margin-top:50%;
	display:block;
}
.client4{
	
	width:160px; 
	height: 160px;
	margin:0 auto;
	margin-top:50%;
	display:block;
}
.client5{
	
	width:160px; 
	height: 160px;
	margin:0 auto;
	margin-top:50%;
	display:block;
}
.client6{
	
	width:160px; 
	height: 160px;
	margin:0 auto;
	margin-top:50%;
	display:block;
}
@media screen and (max-width: 767px) {
.client1{
	margin-top:1%;
}
.client2{
	margin-top:1%;
}
.client3{
	margin-top:1%;
}
.client4{
	margin-top:1%;
}
.client5{
	margin-top:1%;
}
.client6{
	margin-top:1%;
}
}
.works-sec{
	position:relative;
    background:#5390eb;
	border-bottom:1px solid rgba(255,255,255,.3);
}
.works-first{
	position:relative;
    background:#6ca7ff;
	border-bottom:1px solid rgba(255,255,255,.3);
}
.info-works{
	position:relative;
	padding-top:90px;
	display: block;
}
.info-works p{
	text-align:left;
}
a.inner-button-works {
	float:left;
	margin-top:10px;
	font-family:'OpenSans-Light-webfont';
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
	padding: 4px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;	
	text-align: center;
	background:#375d98;
	width: 120px;
	padding: 6px 0;
}

a.inner-button-works:hover {
	background: #e40808;
}





/* #Slider */

.cbp-fwslider {
	position: relative;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li,
.cbp-fwslider ul li div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	background: rgba(0,0,0,.3);
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin-top: -25px;
	line-height: 50px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: rgba(0,0,0,.9);
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}



/* #Separator2
================================================== */
#separator2{
	position: relative;
	overflow:hidden;
		width: 100%;
		-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
	.separator2-bg {
		position: absolute;
		height: 100%;
		width: 100%;
		
		/*-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;*/
		z-index:-2;
	}
	.separator2-bg-2{
	position: absolute;
	height: 100%;
	width: 100%;
	/*webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;*/
	z-index: -1;
	background-attachment: fixed;
	
	background-repeat: repeat-x;
	background-position: 0 0;
	}
	.separator2-bg-3{
	position: absolute;
	height: 100%;
	width: 100%;
	/*webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;*/
	z-index: -1;
	background-attachment: fixed;
	
	background-repeat: repeat-x;
	background-position: 0 0;
	}

#sep1{
	margin-top:50px;
	margin-bottom:50px;
	position: relative;
	text-align:center;
	
}

#sep1 h5{
	font-family: 'ProximaNovaRegular';
	font-size: 25px;
	color: #fff;
	font-weight: 100;
	line-height: 40px;
	font-style: italic;
	text-align:center;
}



/* #Gallery
================================================== */

#gallery{ 
    background:#1d7dc9;
    position:relative;
	padding-top:100px;
}
#gallery h1{
	padding-bottom:0;
}
#gallery h5{
	font-family: 'ProximaNovaRegular';
	color: #e0e0e0;
	font-size:22px;
	line-height:32px;
	font-weight:100;
	padding-bottom:50px;
}

	.portfolio {
		width: 100%;
		position:relative;
	}
	
	.portfolio li { 
		float: left; 
		width:20%;
		margin:0!important;
		padding:0!important; 
		overflow:hidden;		
	}
	
	.portfolio a { 
		display:block;
		text-decoration: none; 
	}
	
	.portfolio img {  
		width:271px; 
		height: auto; 
		display: block;
		border:1px solid #194775;
	}
	.view .mask {
	   width: 0%;
	   height:0%;
	   opacity: 0;
	-webkit-transition : all 0.4s ease-in-out;
	-moz-transition : all 0.4s ease-in-out;
	-o-transition :all 0.4s ease-in-out;
	transition : all 0.4s ease-in-out;
	}	
	
	.view:hover .mask {
		
	   opacity:1;
	}

	.view {	   
	   height: auto;
	   float: left;
	   overflow: hidden;
	   position: relative;
	   text-align: left;	    
	}

	.view .mask {
	   width: 100%;
	   height:100%;
	   position: absolute;
	   overflow: hidden;
	   top: 0;
	   left: 0;
	}
	


	.view1 .mask1 {
	   width: 0%;
	   height:0%;
	   opacity: 0;
	-webkit-transition : all 0.4s ease-in-out;
	-moz-transition : all 0.4s ease-in-out;
	-o-transition :all 0.4s ease-in-out;
	transition : all 0.4s ease-in-out;
	}	
	
	.view1:hover .mask1 {
		
	   opacity:1;
	}

	.view1 {	   
	   height: auto;
	   float: left;
	   overflow: hidden;
	   position: relative;
	   text-align: left;	    
	}

	.view1 .mask1 {
	   width: 100%;
	   height:100%;
	   position: absolute;
	   overflow: hidden;
	   top: 0;
	   left: 0;
	}
	
	.view2 .mask2 {
	   width: 0%;
	   height:0%;
	   opacity: 0;
	-webkit-transition : all 0.4s ease-in-out;
	-moz-transition : all 0.4s ease-in-out;
	-o-transition :all 0.4s ease-in-out;
	transition : all 0.4s ease-in-out;
	}	
	
	.view2:hover .mask2 {
		
	   opacity:1;
	}

	.view2 {	   
	   height: auto;
	   float: left;
	   overflow: hidden;
	   position: relative;
	   text-align: left;	    
	}

	.view2 .mask2 {
	   width: 100%;
	   height:100%;
	   position: absolute;
	   overflow: hidden;
	   top: 0;
	   left: 0;
	}	
	
		.view3 .mask3 {
	   width: 0%;
	   height:0%;
	   opacity: 0;
	-webkit-transition : all 0.4s ease-in-out;
	-moz-transition : all 0.4s ease-in-out;
	-o-transition :all 0.4s ease-in-out;
	transition : all 0.4s ease-in-out;
	}	
	
	.view3:hover .mask3 {
		
	   opacity:1;
	}

	.view3 {	   
	   height: auto;
	   float: left;
	   overflow: hidden;
	   position: relative;
	   text-align: left;	    
	}

	.view3 .mask3 {
	   width: 100%;
	   height:100%;
	   position: absolute;
	   overflow: hidden;
	   top: 0;
	   left: 0;
	}
	


/* Filter Navigation */

#portfolio-filter {
	text-align: left;
	background:#4fb0ff;
	/*border-top:5px solid #5390eb;*/
}
.fil{
	background:#4fb0ff;
}
#filter {
	display: inline-block;
}

#filter li {
	background:#4fb0ff;
	cursor:pointer;
	float: left;
	font-size: 15px;
	margin-bottom: 0;
	padding: 13px 13px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}

#filter li.current{background:#1d7dc9;}

#filter li a {
	text-transform: uppercase;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	color:#28446c;
}
#filter li a:hover{
	color:#fff;
}
#filter li:hover{
	background:#1d7dc9;
	color:#FFF;
}
#filter li:hover a{
	color:#fff;
	text-decoration:none;
}

#filter li .current {
	color: #fff;
	text-decoration:none;
}

/* Isotope (Portfolio Filtering)
--------------------------------------------------*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
       -moz-transition-duration: 0.8s;
            transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}

/* #Contact
================================================== */

#contact{ 
    background:#1d7dc9;
    position:relative;
	padding-bottom:50px;
}
#contact h5{
	font-family: 'ProximaNovaRegular';
	color: #e0e0e0;
	font-size:22px;
	line-height:32px;
	font-weight:100;
	padding-bottom:50px;
}
#contact h6{
	padding-top:30px;
}
#contact h4{
	font-family: 'ProximaNovaRegular';
	color:#FFF;
	padding-top:20px;
	padding-bottom:0px;
	font-size: 20px; 
	line-height: 28px;
}
#contact span{
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;
}
#contact span:hover{
	color:#5390eb;
}
	.text-and-icon {
		width:100%;
		height:60px;
	}
	
	.text-and-icon .icon-c{
		font-family: 'FontAwesome';
		font-size: 40px;
		line-height: 60px;
		float:left;
		margin:10px 15px 0 0; 
	}
	
	.text-and-icon h4 {
		padding-top:15px;
		color:#b8b2b2;
	}
#map{
  display: block;
  width: 100%;
  height: 450px;
  margin: 0 auto;
}
.overlay{
  display:block;
  text-align:center;
  height:80px;
  width:102px;
  
}
.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-13px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #000;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #000;
}
	#ajax-form {
		width: 100%;
		font: 16px/22px 'OpenSans-Light-webfont';
		margin-left: auto;
		margin-right: auto;
	}
	label {
		display: block;
		font: 16px/34px 'OpenSans-Light-webfont';
	}
	input{
		width: 100%;
		border:none;
		background:#2d4474;
		font: 16px/22px 'OpenSans-Light-webfont';
		margin-bottom: 5px;
		padding: 5px;
		color:#ccc;
	}
	textarea {
		width: 100%;
		background:#2d4474;
		color:#ccc;
		font: 16px/22px 'OpenSans-Light-webfont';
		height:120px;
		margin-bottom: 5px;
		padding: 5px;
		border:none !important;
	}
	.error {
		color: #5390eb;
		font: 16px/22px 'OpenSans-Light-webfont';
		display: none;
	}
	#ajaxsuccess {
		background: #27426b;
		color:#fff;
		font: 20px/60px 'OpenSans-Light-webfont';
		height:60px;
		border-left:5px solid #e40808;
		display: none;
		padding-left:10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	
	
#copyright{
	position:relative;
	font-family: 'ProximaNovaRegular';
    background: #4fb0ff;
	font-size: 15px;
	line-height:16px;
	color: #fff;
	padding-top:20px;
	padding-bottom:20px;
}	
.left{ 
    text-align: left;
	height:32px;
}
.facebook-like{
	margin-left:50%;
}
#copyright p{
	text-align:center;
}
.left iframe{
	margin-left:-50px;
}
.list-social-contact li {
    list-style: none; 
    margin:0 auto; 
    text-align: center; 
    display: inline-block;
}

.list-social-contact li.icon-soc-contact img {
	float:left;
	height:32px;
	height:32px;
	cursor:pointer;
	opacity:1;
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;  
}
.list-social-contact li.icon-soc-contact img:hover {
	opacity:.7;
}	
.border-footer{ 
	padding-top:20px;
	border-bottom:1px solid rgba(74,74,74,.4);
}	



/* #Media Queries
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.portfolio li { 
		width:25%;		
	}
	.heading-and-icon h6 {
		padding-top:20px;
		font-size: 22px; 
		line-height: 26px;
	}	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.portfolio li { 
		width:50%;		
	}

.info-works{
	padding-top:50px;
}	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.portfolio li { 
		width:100%;		
	}
	.heading-and-icon h6 {
		padding-top:20px;
		font-size: 22px; 
		line-height: 26px;
	}
	.text-home h5 {
		font-size: 26px; 
		line-height:30px;
	}
	
	.text-home p {
		font-size:16px;
		line-height:20px;
	}

.info-works{
	padding-top:10px;
}	
}

@media only screen and (max-width: 319px) {
h1 { font-size: 46px; line-height: 50px;}
		.portfolio li { 
		width:100%;		
	}
	.heading-and-icon h6 {
		padding-top:20px;
		font-size: 22px; 
		line-height: 26px;
	}	
	.text-home h5 {
		font-size: 22px; 
		line-height:26px;
	}
	
	.text-home p {
		font-size:14px;
		line-height:18px;
	}
	
.info-works{
	padding-top:10px;
}
}




/* #Font-Face
================================================== */

/*@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=3.0.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSans-Bold-webfont';
    src: url('font/OpenSans-Bold-webfont.eot');
    src: url('font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Bold-webfont.woff') format('woff'),
         url('font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('font/OpenSans-Bold-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('font/OpenSans-Regular-webfont.eot');
    src: url('font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Regular-webfont.woff') format('woff'),
         url('font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('font/OpenSans-Regular-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('font/BebasNeue-webfont.eot');
    src: url('font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BebasNeue-webfont.woff') format('woff'),
         url('font/BebasNeue-webfont.ttf') format('truetype'),
         url('font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'entypo';
	src:url('font/entypo.eot');
	src:url('font/entypo.eot?#iefix') format('embedded-opentype'),
		url('font/entypo.svg#entypo') format('svg'),
		url('font/entypo.woff') format('woff'),
		url('font/entypo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/

/*Webdesign-Button*/

.heading-and-icon a{
	display:block;
	width:220px;
	height:220px;
	position:absolute;
	
}
.heading-and-icon a .front{
	backface-visibility:hidden;
	background-color:#538fea;
	
	background-repeat:no-repeat;
	border-radius:50% 50% 50% 50%;
	-webkit-box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, 0.4);
	display:block;
	height:220px;
	width:220px;
	left:0;
	position:absolute;
	text-indent:-9999em;
	top:0;
	transform:rotateX(0deg) rotateY(0deg) translateZ(0px);
	-ms-transform:rotateX(0deg) rotateY(0deg) translateZ(0px); /* IE 9 */
	-moz-transform:rotateX(0deg) rotateY(0deg) translateZ(0px); /* Firefox */
	-webkit-transform:rotateX(0deg) rotateY(0deg) translateZ(0px); /* Safari and Chrome */
	-o-transform:rotaterotateX(0deg) rotateY(0deg) translateZ(0px); /* Opera */
	transition:all 250ms ease-in-out 0s;
	-ms-transition:all 250ms ease-in-out 0s; /* IE 9 */
	-moz-transition:all 250ms ease-in-out 0s; /* Firefox 4 */
	-webkit-transition: all 250ms ease-in-out 0s; /* Safari and Chrome */
	-o-transition:all 250ms ease-in-out 0s; /* Opera */
	z-index:900;
	z-index:900;
}
.heading-and-icon a .back{
	backface-visibility:hidden;
	background-color:#1c1d22;
	
	background-repeat:no-repeat;
	border-radius:50% 50% 50% 50%;
	-webkit-box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, 0.4);
	display:block;
	height:220px;
	width:220px;
	left:0;
	position:absolute;
	text-indent:-9999em;
	top:0;
	transform:rotateY(-180deg) translateZ(0px);
	-ms-transform:rotateY(-180deg) translateZ(0px); /* IE 9 */
	-moz-transform:rotateY(-180deg) translateZ(0px); /* Firefox */
	-webkit-transform:rotateY(-180deg) translateZ(0px); /* Safari and Chrome */
	-o-transform:rotateY(-180deg) translateZ(0px); /* Opera */
	transition:all 250ms ease-in-out 0s;
	-ms-transition:all 250ms ease-in-out 0s; /* IE 9 */
	-moz-transition:all 250ms ease-in-out 0s; /* Firefox 4 */
	-webkit-transition:all 250ms ease-in-out 0s; /* Safari and Chrome */
	-o-transition:all 250ms ease-in-out 0s; /* Opera */
	z-index:800;
}
.heading-and-icon a:hover .front{
	transform:rotateY(180deg) translateZ(0px);
	-ms-transform:rotateY(180deg) translateZ(0px); /* IE 9 */
	-moz-transform:rotateY(180deg) translateZ(0px); /* Firefox */
	-webkit-transform:rotateY(180deg) translateZ(0px); /* Safari and Chrome */
	-o-transform:rotateY(180deg) translateZ(0px); /* Opera */
	z-index:900;
}
.heading-and-icon a:hover .back{
	transform:rotateX(0deg) rotateY(0deg) translateZ(0px);
	-ms-transform:rotateX(0deg) rotateY(0deg) translateZ(0px); /* IE 9 */
	-moz-transform:rotateX(0deg) rotateY(0deg) translateZ(0px); /* Firefox */
	-webkit-transform:rotateX(0deg) rotateY(0deg) translateZ(0px); /* Safari and Chrome */
	-o-transform:rotateX(0deg) rotateY(0deg) translateZ(0px); /* Opera */
	z-index:1000;
}

a.webdesign .front{
	
}
a.webdesign .back{
	
}
a.printdesign .front{
	
}
a.printdesign .back{
	
}
a.corporate .front{
	
}
a.corporate .back{
	
}
a.illustration .front{
	
}
a.illustration .back{
	
}

a.art .front{
	
}
a.art .back{
	
}
a.schulung .front{
	
}
a.schulung .back{
	
}

.parallax_mouseinteraction_text_line a.scrolling{
	display:block;
	width:150px;
	height:150px;
	border-radius:50% 50% 50% 50%;
	-webkit-box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, 0.4);
	background-image:url(../images/scroll-ani.gif);
	opacity:0.9;
}
#services h5, #services ul {
	margin-bottom:20px;
}

#works h5, #works ul {
	margin-bottom:20px;
}


.tag-web{
	width:92%;
	font-family:Arial, Helvetica, sans-serif;
}
.tag-ecommerece{
	width:85%;
}
.tag-animation{
	width:93%;
}

.tag-mobile{
	width:60%;
}

.tag-graphic{
	width:80%;
}

.service_icons{width:225px; height:225px; border-radius:120px; cursor:pointer;}
.service_icons:hover{box-shadow:1px 1px 10px #0e2b56;}

.email_skype_address{width:35px; height:53px; float:left; margin-top:22px;}

.client_logo1{width:160px; height:67px; float:left; margin:30px 5px;}

.client_logo2{width:278px; height:58px; float:left; margin:30px 5px;}

.client_logo3{width:120px; height:67px; float:left; margin:30px 5px;}

.process_img{width:913px; height:229px; float:left; margin:30px 0px 30px 20px;}
