html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align:baseline
}
	
html{
	line-height:1
}

ol,ul{
	list-style:none
}

table{
	border-collapse:collapse;
	border-spacing:0
}

caption,th,td{
	text-align:left;
	font-weight:normal;
	vertical-align:middle
}

q,blockquote{
	quotes:none
}

q:before,q:after,blockquote:before,blockquote:after{
	content:"";
	content:none
}

a img{
	border:none
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
	display:block
}

.textShadow{
	text-shadow: 0px 1px 1px #eaeaea;
}



/* _selectColor ------------------------------------- */
::selection {
color:#ff006c;
}

::-moz-selection {
color:#ff006c;
}

::-webkit-selection {
color:#ff006c;
}



/* _header ------------------------------------------ */
header{
	background:url(../images/stage/header.png) repeat-x bottom;
	background-color:#c6cad0;
	padding-top:55px;
	padding-bottom:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

@media (max-width: 1023px){
	header{
		padding-top:0px;
		padding-bottom:5px
	}
}

header .content{
	margin:0 auto;
	overflow:hidden;
	padding:0 40px;
	width:1600px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

@media (max-width: 1850px){
	header .content{
		padding:0 80px;
		width:1280px
	}
}

@media (max-width: 1279px){
	header .content{
		padding:0 80px;
		width:1024px
	}
}

@media (max-width: 1023px){
	header .content{
		padding-bottom:10px;
		width:640px
	}
}

header .content .brand{
	font-family:"standart_Bold",Arial,serif;
	text-decoration:none;
	font-size:20px;
	color:#7d7d7d;
	display:block;
	line-height:1.2em;
	margin-bottom:25px;
	text-align:center
}

@media (max-width: 1023px){
	header .content .brand{
		font-size:25px
	}
}

header .content .brand span{
	clear:both;
	background:url(../images/stage/logo.png) no-repeat center;
	background-size:100%;
	display:block;
	float:center;
	height:250px;
	margin:0 auto;
	margin-bottom:5px;
	text-indent:-9999px;
	width:750px;
	opacity: 0.3;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
}

header .content .brand span:hover{
	opacity: 1.0;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
}

@media (max-width: 1023px){
	header .content .brand span{
		background:url(../images/stage/logo640.png) no-repeat center;
		background-size:350px 200px;
		height:200px;
		margin-top:25px;
		margin-bottom:5px;
		width:350px
	}
}

header .content .btn-collapse{
	background:url(../images/stage/nav.png) no-repeat center;
	background-size:50px 25px;
	height:25px;
	margin:0;
	margin-top:50px;
	padding:0;
	float:center;
	position:absolute;
	right:20px;
	top:0;
	width:50px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0
}

@media (min-width: 1024px){
	header .content .btn-collapse{
		display:none
	}
}

header .content .navigation{
	font-family:"Font_EXTRA", Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	margin:0;
	overflow:hidden;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

@media (max-width: 1023px){
	header .content .navigation{
		display:none;
		padding-top:-5px;
		height:340px
	}
}

header .content .navigation li{
	display:block;
	float:left
}

@media (max-width: 1023px){
	header .content .navigation li{
		padding-bottom:30px;
		border-bottom:1px solid #666;
		float:none;
		height:55px;
		width:100%;
	}
}

header .content .navigation li a{
	color:#666;
	display:block;
	font-size:25px;
	font-weight:normal;
	line-height:27px;
	padding:7px 22px;
	text-decoration:none;
	transition: all 0.5s ease-in-out;
}

header .content .navigation li a:hover{
	color:#bdbc99;
	display:block;
	text-decoration:none;
	transition: all 0.5s ease-in-out;
}


@media (max-width: 1023px){
	header .content .navigation li a{
		line-height:100px;
		padding:0 !important
	}
}

header .content .navigation li:first-child a{
	padding-left:0;
}

@media (max-width: 1023px){
	header .content .navigation li:first-child a{
		border-top:1px solid #666;
	}
}

header .content .navigation li.language{
	position:absolute;
	right:0;
}

@media (max-width: 1023px){
	header .content .navigation li.language{
		position:relative;
	}
}

header .content .navigation li.language a{
	padding-right:0
}

@media (min-width: 1023px){
	.navigation.desktop a:hover{
		color:#9134f1;
	}
}



/* _sectionStage ------------------------------------- */
section{
	background:url(../images/stage/bg.jpg) no-repeat top center;
	background-size:cover;
	overflow:hidden;
}

section .content{
	min-height:900px;
	margin:0 auto;
	padding:40px;
	width:1600px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

@media (max-width: 1850px){
	section .content{
		min-height:750px;
		padding:80px;
		width:1280px
	}
}

@media (max-width: 1279px){
	section .content{
		min-height:675px;
		padding:80px;
		width:1024px
	}
}

@media (max-width: 1023px){
	section .content{
		min-height:800px;
		padding:80px;
		width:640px
	}
}

section .description{
	float:left;
	margin-top:200px;
	width:700px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

@media (max-width: 1850px){
	section .description{
		width:400px
	}
}

@media (max-width: 1279px){
	section .description{
		width:300px
	}
}

@media (max-width: 1023px){
	section .description{
		display:block;
		float:none;
		margin:0 !important;
		padding:0 !important;
		width:100% !important;
		text-align:left;
	}
}

section .description.right{
	float:right
}



section .description h2{
	font-family:"Font_EXTRA", Helvetica, sans-serif;
	color:#000;
	font-size:40px;
	font-weight:bold;
	line-height:40px;
	margin-bottom:2px;
	width:600px;
}

@media (max-width: 1850px){
	section .description h2{
		font-size:33px;
		line-height:35px;
		margin-bottom:2px;
		width:400px;
	}
}

@media (max-width: 1279px){
	section .description h2{
		font-size:28px;
		line-height:30px;
		width:365px;
	}
}

@media (max-width: 1023px){
	section .description h2{
		font-size:33px;
		line-height:35px;
		margin-bottom:2px
		width:600px;
	}
}



section .description h3{
	font-family:"Font_EXTRA", Helvetica, sans-serif;
	color:#000;
	font-size:15px;
	font-weight:bold;
	line-height:25px;
	margin-bottom:2px;
	width:600px;
}

@media (max-width: 1850px){
	section .description h3{
		font-size:15px;
		line-height:25px;
		margin-bottom:2px;
		width:400px;
	}
}

@media (max-width: 1279px){
	section .description h3{
		font-size:15px;
		line-height:25px;
		width:365px;
	}
}

@media (max-width: 1023px){
	section .description h3{
		font-size:15px;
		line-height:25px;
		margin-bottom:2px
		width:600px;
	}
}




section .description h4{
	font-family:"Font_EXTRA", Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	line-height:15px;
	text-decoration:none;
	margin-top:25px;
	margin-bottom:-10px;
	padding-left:0px;
	width:250px;
	z-index:5000;
}

@media (max-width: 1850px){
	section .description h4{
		font-size:11px;
		line-height:15px;	
		z-index:5000;
	}
}

@media (max-width: 1023px){
	section .description h4{
		font-size:11px;
		line-height:15px;
		padding-left:0px;
		width:465px;
		border-top:dotted 1px #888;
		padding-top:20px;
		z-index:5000;
	}
}

section .description h5{
	font-family:"Font_EXTRA", Helvetica, sans-serif;
	color:#000;
	font-size:22px;
	line-height:22px;
	text-decoration:none;
	margin-top:25px;
	margin-bottom:-10px;
	padding-left:0px;
	width:250px;
}

@media (max-width: 1850px){
	section .description h5{
		font-size:22px;
		line-height:22px;
		margin-top:25px;
		width:250px;
	}
}

@media (max-width: 1023px){
	section .description h5{
		visibility:hidden;
	}
}

section .description h6{
	font-family:"Font_EXTRA", Helvetica, sans-serif;
	color:#000;
	font-size:22px;
	line-height:22px;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:-10px;
	padding-left:15px;
	width:250px;
	z-index:5000;
}

@media (max-width: 1850px){
	section .description h6{
		font-size:20px;
		line-height:40px;
		margin-top:5px;
		margin-left:-15px;
		width:250px;
	}
}

@media (max-width: 1023px){
	section .description h6{
		font-size:15px;
		line-height:33px;
		margin-top:5px;
		margin-bottom:5px;
		margin-left:-15px;
		width:465px;
		padding-top:10px;
		z-index:5000;
	}
}


section .description p{
	font-family:"Font_EXTRA", Helvetica, sans-serif;
	color:#666;
	font-size:25px;
	font-weight:normal;
	font-style:normal;
	line-height:30px;
	width:475px;
}

@media (max-width: 1850px){
	section .description p{
		font-size:25px;
		line-height:27px;
		width:360px;
	}
}

@media (max-width: 1279px){
	section .description p{
		font-size:22px;
		line-height:22px;
		width:315px;
	}
}

@media (max-width: 1023px){
	section .description p{
		font-size:20px;
		width:495px;
	}
}

section ul{
	margin-top:45px;
	width:406px
}

@media (max-width: 1850px){
	section ul{
		margin-top:35px;
		width:267px
	}
}

@media (max-width: 1023px){
	section ul{
		clear:both;
		width:100%;
	}
}

section ul li{
	font-family:"Font_EXTRA", Helvetica, sans-serif;
	font-size:20px;
	font-weight:600;
	line-height:35px;
	width:100%;
	border-bottom:1px dotted #7d7d7d;
	color:#7d7d7d;
}

@media (max-width: 1850px){
	section ul li{
		font-size:17px;
		line-height:35px;
	}
}

@media (max-width: 1279px){
	section ul li{
		font-size:17px;
		line-height:35px;
	}
}

@media (max-width: 1023px){
	section ul li{
		font-size:17px;
		line-height:35px;
	}
}

section ul li.first{
	border-top:1px dotted #7d7d7d;
}

section .image{
	display:block;
	float:left;
	margin-left:80px;
	position:relative;
	width:720px;
}

@media (max-width: 1850px){
	section .image{
		margin-left:40px;
		width:580px;
	}
}

@media (max-width: 1279px){
	section .image{
		margin-left:40px;
		width:509px;
	}
}

@media (max-width: 1023px){
	section .image{
		float:none;
		margin:0;
		width:100%;
	}
}

section .image.right{
	float:right;
	margin-left:0;
	margin-right:80px;
}

@media (max-width: 1850px){
	section .image.right{
		margin-right:40px;
	}
}

@media (max-width: 1023px){
	section .image.right{
		margin:0;
	}
}

section .image .img{
	display:block;
	position:absolute;
}

@media (max-width: 1023px){
	section .image .img{
		position:relative;
	}
}



/* _color --------------------------------------- */
.graycolor{
	font-family:"standart_BoldItalic", Helvetica, sans-serif;
	text-decoration:none;
	font-size:22px;
	clear:both;
	color:#fff;
	display:inline;
	float:right;
	line-height:25px;
	margin-top:-25px;
	margin-bottom:15px;
	text-align:right;
	width:585px;
}

.infowhite{
	font-family:"standart_BoldItalic", Helvetica, sans-serif;
	text-decoration:none;
	font-size:20px;
	clear:both;
	color:#888;
	display:inline;
	float:right;
	margin-top:-15px;
	text-align:right;
}

.blackwhiteFX{
	font-family:"Font_EXTRA", Helvetica, sans-serif;
	text-decoration:none;	
	font-size:35px;
	clear:both;
	color:#ffff00;
	display:inline;
	float:right;
	line-height:44px;
	margin-bottom:50px;
	margin-top:5px;
	text-align:right;
}

.blackwhiteFX a{
	color:#ffff00;
}

.blackwhite{
	font-family:"Font_EXTRA", Helvetica, sans-serif;
	text-decoration:none;	
	font-size:35px;
	background-color:#ffff00;
	clear:both;
	color:#151515;
	display:inline;
	float:right;
	line-height:44px;
	margin-bottom:10px;
	margin-top:-11px;
	text-align:right;
}

.whiteblack{
	font-family:"Font_EXTRA", Helvetica, sans-serif;
	text-decoration:none;
	font-size:40px;
	background-color:#151515;
	color:#fff;
	clear:both;
	float:right;
	line-height:60px;
	margin-bottom:10px;
	padding:0 10px;
}



/* Tierrettung Set ---------------------------------------- */
section#tierrettung .description{
	margin-top:175px;
	padding-left:0px;
	padding-right:40px;
}

@media (max-width: 1850px){
	section#tierrettung .description{
		margin-top:40px;
		padding-left:50;
		padding-right:0px;
	}
}

@media (max-width: 1279px){
	section#tierrettung .description{
		margin-top:33px;
		padding-left:0;
		padding-right:60px
	}
}

@media (max-width: 1023px){
	section#tierrettung .description{
		margin-top:0px
	}
}

section#tierrettung .img{
	background:url(../images/projects/1280/bodyMovment.png) no-repeat center center;
	background-size:100%;
	height:800px;
	right:auto;
	left:-200px;
	top:11px;
	width:940px;
	transition: all 1.0s ease-in-out;
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
}

@media (max-width: 1850px){
	section#tierrettung .img{
		background:url(../images/projects/1024/bodyMovment.png) no-repeat center center;
		background-size:100%;
		height:600px;
		right:auto;
		left:-55px;
		top:0px;
		width:705px;
	}
}

@media (max-width: 1279px){
		section#tierrettung .img{
		background:url(../images/projects/640/bodyMovment.png) no-repeat center center;
		background-size:100%;
		height:485px;
		left:auto;
		right:-35px;
		top:35px;
		width:606px;
	}
}

@media (max-width: 1023px){
	section#tierrettung .img{
		background:url(../images/projects/640/bodyMovment.png) no-repeat center center;
		background-size:90%;
		height:437px;
		width:545px;
		left:-52px;
		margin-top:10px;
		margin-bottom:-10px;
		right:auto;
		top:0px;
	}
}



/* Hammerschmidt-Labs.De Set ---------------------------------------- */
section#LabsDE .description{
	margin-top:175px;
	padding-left:0;
	padding-right:40px;
}

@media (max-width: 1850px){
	section#LabsDE .description{
		margin-top:20px;
		padding-left:0;
		padding-right:80px;
	}
}

@media (max-width: 1279px){
	section#LabsDE .description{
		margin-top:35px;
		padding-left:0;
		padding-right:50px
	}
}

@media (max-width: 1023px){
	section#LabsDE .description{
		margin-top:0px
	}
}

section#LabsDE .img{
	background:url(../images/projects/1280/theBand.png) no-repeat center center;
	background-size:100%;
	height:800px;
	right:auto;
	left:-150px;
	top:11px;
	width:940px;
	transition: all 1.0s ease-in-out;
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
}

@media (max-width: 1850px){
	section#LabsDE .img{
		background:url(../images/projects/1024/theBand.png) no-repeat center center;
		background-size:100%;
		height:600px;
		right:auto;
		left:-85px;
		top:-10px;
		width:705px;
	}
}

@media (max-width: 1279px){
		section#LabsDE .img{
		background:url(../images/projects/640/theBand.png) no-repeat center center;
		background-size:100%;
		height:485px;
		left:auto;
		right:-55px;
		top:30px;
		width:606px;
	}
}

@media (max-width: 1023px){
	section#LabsDE .img{
		background:url(../images/projects/640/theBand.png) no-repeat center center;
		background-size:85%;
		height:412px;
		width:515px;		
		right:auto;
		left:-30px;
		top:10px;
		margin-top:10px;
		margin-bottom:5px;
	}
}



/* KottwitzDach Set ------------------------------------ */
section#kottwitz .description{
	margin-top:220px;
	padding-right:20px;
}

section#kottwitz .description .p{
	text-decoration:none;
}

@media (max-width: 1850px){
	section#kottwitz .description{
		margin-top:50px;
		padding-right:60px;
	}
}

@media (max-width: 1279px){
	section#kottwitz .description{
		margin-top:45px;
		padding-right:50px;
	}
}

@media (max-width: 1850px){
	section#kottwitz .description h2{
		margin-bottom:30px;
	}
}

@media (max-width: 1023px){
	section#kottwitz .description h2{
		margin-top:0px;
		padding-right:0;
	}
}

section#kottwitz .img{
	background:url(../images/projects/1280/soon.png) no-repeat center center;
	background-size:90%;
	width:1046px;
	height:756px;
	left:-300px;
	top:125px;	
	transition: all 1.0s ease-in-out;
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
}

@media (max-width: 1850px){
	section#kottwitz .img{
		background:url(../images/projects/1024/soon.png) no-repeat center center;
		background-size:80%;
		height:655px;
		left:-192px;
		top:-20px;
		width:900px;
	}
}

@media (max-width: 1279px){
	section#kottwitz .img{
		background:url(../images/projects/640/soon.png) no-repeat center center;
		background-size:606px 485px;
		height:485px;
		left:auto;
		right:-85px;
		top:40px;
		width:606px;
	}
}

@media (max-width: 1023px){
	section#kottwitz .img{
		background:url(../images/projects/640/soon.png) no-repeat center center;
		background-size:83%;
		height:440px;
		left:-52px;
		margin-top:-25px;
		margin-bottom:-35px;
		right:auto;
		top:0px;
		width:606px;
	}
}



/* DEMO Set ---------------------------------------- */
section#desk{
	background:url(../images/stage/desk.jpg) no-repeat fixed center center;
	background-size:cover;
}

@media (max-width: 1279px){
	section#desk{
		background-attachment:scroll;
	}
}

section#desk .content{
	margin-top:-200px;
	padding:50px 50px 0;
}

@media (max-width: 1850px){
	section#desk .content{
		margin-top:-90px;
		padding:50px 50px 0;
	}
}

@media (max-width: 1279px){
	section#desk .content{
		margin-top:-100px;
		padding:50px 50px 0 0;
	}
}

@media (max-width: 1023px){
	section#desk .content{
		padding:100px 0 0 0;
	}
}

section#desk .content h2{
	padding:0 10px;
	font-size: 25px;
	/*line-height:50px;*/
}

@media (max-width: 1850px){
	section#desk .content h2{
		padding:0 10px;
		font-size: 22px;
		/*line-height:50px;*/
	}
}

@media (max-width: 1279px){
	section#desk .content h2{
		padding:0 15px;
		font-size: 20px;
		/*line-height:50px;*/
	}
}

@media (max-width: 1023px){
	section#desk .content h2{
		font-size: 17px;
		/*line-height:50px;*/
	}
}

section#desk .content h2:first-child{
	margin-top:230px;
}

@media (max-width: 1850px){
	section#desk .content h2:first-child{
		margin-top:110px;
	}
}

section#desk .content p{
	clear:both;
	width:935px;
	padding:10px 5px 10px 15px;
}

@media (max-width: 1850px){
	section#desk .content p{
		clear:both;
		width:730px;
		padding:10px 5px 10px 15px;
	}
}

@media (max-width: 1279px){
	section#desk .content p{
		clear:both;
		width:592px;
		padding:10px 15px;
	}
}

@media (max-width: 1023px){
	section#desk .content p{
		display:none;
	}
}

section#desk .content .whiteblack{
	font-family:"standart_Bold",Arial,serif;
	text-decoration:none;
	padding:0 10px 0 20px;
}

@media (max-width: 1850px){
	section#desk .content .whiteblack{
		line-height:50px;
		padding:0 10px 0 15px;
	}
}

@media (max-width: 1279px){
	section#desk .content .whiteblack{
		line-height:40px;
		padding:0 10px;
	}
}

@media (max-width: 1023px){
	section#desk .content .whiteblack{
		line-height:57px;
	}
}



/* Contact Set ---------------------------------------- */
section#clients{
	background:url(../images/stage/contact.jpg) no-repeat bottom center;
	background-size:cover;
	overflow:hidden
}

section#clients .description{
	margin-top: 135px;
	padding-left:0;
	padding-right:0px
}

@media (max-width: 1850px){
	section#clients .description{
		margin-top:25px;
		padding-left:0;
		padding-right:75px;
	}
}

@media (max-width: 1279px){
	section#clients .description{
		margin-top:15px;
		padding-left:0;
		padding-right:50px;
	}
}

@media (max-width: 1023px){
	section#clients .description{
		margin-top:15px;
		padding-right:20px;
		padding-bottom:0px;
	}
}

section#clients .img{
	background:url(../images/contact/1280.png) no-repeat center center;
	background-size:100%;
	height:867px;
	left:-240px;
	top:-35px;
	width:1000px;
	filter: grayscale(0%);
	transition: all 1.0s ease-in-out;	
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
}

section#clients .img:hover{
	filter: grayscale(100%);
	transition: all 1.0s ease-in-out;	
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
}

@media (max-width: 1850px){
	section#clients .img{
		background:url(../images/contact/1024.png) no-repeat center center;
		background-size:90%;
		height:537px;
		left:-75px;
		top:0px;
		width:735px
	}
}

@media (max-width: 1279px){
	section#clients .img{
		background:url(../images/contact/640.png) no-repeat center center;
		background-size:80%;
		height:476px;
		left:auto;
		right:-100px;
		top:10px;
		width:647px
	}
}

@media (max-width: 1023px){
	section#clients .img{
		background:url(../images/contact/640.png) no-repeat center center;
		background-size:90%;
		height:381px;
		left:-25px;
		right:auto;
		margin-bottom:-10px;
		margin-top:20px;
		top:0px;
		width:518px
	}
}


/* Social Set ---------------------------------------- */
section#social {
	background:url(../images/stage/socialBG.png) repeat-x;
	background-color:#676c82;
	color:#666;
	text-align:center;
	width:100%;
	height:525px;
}

section#social .description{
	padding-top:0px;
	padding-left:0;
	padding-right:0px;
}

@media (max-width: 1850px){
	section#social {
		height: 252px;
	}

	section#social .description{
		margin-top:0px;
	}
}

@media (max-width: 1279px){
	section#social {
		height: 202px;
	}

	section#social .description{
		margin-top:0px;
	}
}

@media (max-width: 1023px){
	section#social {
		height: 232px;
	}

	section#social .description{
		margin-top:0px;
	}
}

section#social .column {
  	float: left;
	padding: 5px;
	top:0px;
}

section#social .row {
	display: flex;
  	clear: both;
}

section#social .icon {
	padding: 10px;
	filter: contrast(0%);
	filter: brightness(0%);
	opacity: 0.25;
	transition: all 1.0s ease-in-out;
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
}

section#social .icon:hover {
	filter: contrast(100%);
	filter: brightness(100%);
	opacity: 1.0;
	transition: all 1.0s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

section#social .img{
	background:url(../images/socials/hint.png) no-repeat center center;
	background-size:100%;
	left:-75px;
	top:212px;
	height:100px;
	width:525px;
	filter: grayscale(100%);
	transition: all 1.0s ease-in-out;	
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
}

section#social .img:hover{
	filter: grayscale(0%);
	transition: all 1.0s ease-in-out;	
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
}

@media (max-width: 1850px){
	section#social .img{
		background:url(../images/socials/hint.png) no-repeat center center;
		background-size:100%;
		height:100px;
		width:525px;
		left:-50px;
		top:0px;
	}
}

@media (max-width: 1279px){
	section#social .img{
		background:url(../images/socials/hint.png) no-repeat center center;
		background-size:70%;
		height:100px;
		width:525pxpx;
		left:-125px;
		right:0px;
		top:-22px;
	}
}

@media (max-width: 1023px){
	section#social .img{
		background:url(../images/socials/hint.png) no-repeat center center;
		background-size:50%;
		height:0px;
		width:525px;
		top:0px;
		left:0px;
		margin-bottom:0px;
		margin-top:0px;
	}
}


/* _NEWSLETTER ------------------------------------------ */
containerNEWSLETTER {
	padding: 10px;
}

/* Style the input elements and the submit button */
input[type=text], input[type=submit] {
	font-family:"Font_EXTRA",Arial,serif;
	font-size: 15px;
	background-color: #d4d5cc;
	width: 100%;
	max-width: 454px;
	padding: 10px;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 15px;
	box-sizing: border-box;
}

/* Style the submit button */
input[type=submit] {
	font-size: 15px;
	background-color: #f9e0c1;
	color: #000;
	border: none;
	background: linear-gradient(270deg, #d497a2, #f8debd);
	opacity: 1.0;
	transition: all 1.0s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

input[type=submit]:hover {
	background: #d497a2;
	color: #d497a2;
	opacity: 0.7;
	transition: all 1.0s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

button [type=submit] {
	font-size: 15px;
	background-color: #f9e0c1;
	color: #000;
	border: none;
	background: linear-gradient(270deg, #d497a2, #f8debd);
	opacity: 1.0;
	transition: all 1.0s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

button [type=submit]:hover {
	background: #d497a2;
	color: #d497a2;
	opacity: 0.7;
	transition: all 1.0s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

form {
  border: 0px solid #707871;
}



/* _footer ------------------------------------------ */
footer{
	background:url(../images/stage/footer.png) repeat-x;
	background-color:#676c82;
	color:#666;
	text-align:center;
	width:100%;
}

footer .content{
	margin:0 auto;
	overflow:hidden;
	padding:25px 25px;
	width:1600px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

@media (max-width: 1850px){
	footer .content{
		padding:25px 25px;
		width:1275px
	}
}

@media (max-width: 1279px){
	footer .content{
		padding:25px 25px;
		width:1024px
	}
}
@media (max-width: 1023px){
	footer .content{
		padding:25px 25px 25px;
		width:640px
	}
}

footer p{
	font-family:"standart_Bold",Arial,serif;
	text-decoration:none;
	font-size:25px;
	line-height:33px;
	padding-bottom:50px;
	text-transform:uppercase;
}

@media (max-width: 1850px){
	footer p{
		padding-bottom:60px;
		font-size:25px;
		line-height:27px;
	}
}

@media (max-width: 1023px){
	footer p{
		font-size:17px;
		line-height:22px;
	}
}

footer .copyright{
	font-family:"standart_Bold",Arial,serif;
	text-decoration:none;
	font-size:25px;
	line-height:33px;
	padding-bottom:50px;
	text-transform:uppercase;
}

@media (max-width: 1850px){
	footer .copyright{
		padding-bottom:60px;
		font-size:25px;
		line-height:33px;
	}
}

@media (max-width: 1023px){
	footer .copyright{
		font-size:25px;
		line-height:33px;
	}
}


/* _html settings -------------------------------------- */
html{
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none
}

body{
	color:#757575;
	font-style:normal;
	min-width:100%;
	padding:0 !important;
	overflow-y:scroll
}

a{
	color:#666;
	text-decoration:none;
}

a:hover{
	color:#ff006c;
}

img{
	height:auto;
	max-width:100%;
}

span.mobile{
	display:none;
}

@media (max-width: 1279px){
	span.mobile{
		display:inline-block;
	}
}

span.desktop{
	display:inline-block;
}

@media (max-width: 1024px){
	span.desktop{
		display:none;
	}
}