.headerimg, h1, h2, .separator-a, .main-text, .separator-b, .contact, .social, .footer{
	opacity: 0;
}


body {
	background-color: #ffffff;
}

body .dekstop{
	font-family: 'Open Sans', sans-serif;
	color: #393939;
	letter-spacing: 0.6px;
}

/*-------------------------------- site */

.content-wrap{
	//background-color: #f00;
}

.desktop img.headerimg{
	display: block;
    margin-left: auto;
    margin-right: auto;
   //border-radius: 50%;
    margin-bottom: 12px;
}

.desktop h1{
	color: #333;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	line-height: 32px;
	text-shadow: 1px 1px 0px #fff;
}

.desktop h2{
	color: #777;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.6px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	line-height: 32px;
	text-shadow: 1px 1px 0px #fff;
}

.separator{
	margin-top: 16px;
	margin-bottom: 19px;
	height: 1px;
	background-color: #dadada;
}

.separator-xs{
	margin-left: 45%;
	width: 10%;
}

.separator-sm{
	margin-left: 40%;
	width: 20%;
}

.separator-md{
	margin-left: 25%;
	width: 50%;
}

.separator-sm{
	margin-left: 40%;
	width: 20%;
}

.desktop p{
	text-shadow: 1px 1px 0px #fff;
	color: #555;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.6px;
	line-height: 24px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.social-wrap{
	text-align: center;
}

.social{
	display: inline-block;
}

.facebook{
	//display: none;
}

.twitter{
	//display: none;
}

.linkedin{
	//display: none;
}

a, a svg{
	color: #428bca;
	fill:#428bca;
}

a:hover, a:hover svg{
	color: #80a6eb;
	fill: #80a6eb;
	text-decoration: none;
}

.footer{
	opacity: 0;
	position: absolute;
	color: #ddd;
	text-align: right;
}




/*-------------------------------- Responsive */

.showon-desktop{
	display: none;
}

.showon-mobile{
		display: block;
}

@media all and (min-width: 992px) {
	.showon-desktop{
		display: block;
	}

	.showon-mobile{
			display: none;
	}

	
}

/* Large devices (large desktops, 1200px and up) */
@media all and (min-width: 1200px) {
	body{
		//text-align: center;
	}

 }




