
#magicview
{
	display: none;
}




.wrap
{
	margin: 0 auto;
}

.hideAtMobile
{
	display: none;
}


.respicon 
{
	background: url(../svg/resp_menu.svg) center center no-repeat;
	background-size: 25px 23px;
	height: 25px;
	float: right;
	width: 23px;
	position: absolute;
	right: 19px;
	top: 13px;
	cursor: pointer;
}


.logo {
display: inline-block;
float: left;
height: 25px;
width: 28px;
background: url(../svg/logo_full.svg) center center no-repeat;
background-size: 30px auto;
margin-top: 9px;
border: 2px solid black;
border-radius: 80px;
padding: 3px 0px 0px 0px;
}


header {
background: white;
height: 50px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.65);
}

#video {
margin-top: 105px !important;
}

.menu
{
	display: none;
}


#respmenu {
display: none;
position: fixed;
top: 50px;
width: 100%;
z-index: 2000;
background: white;
}


#respmenu a {
display: block;
text-align: right;
text-transform: uppercase;
padding: 8px 19px;
margin: 0px;
font-size: 14px;
color: #292929;
}

#respmenu a:hover
{
	color: #939999;
}

#respmenu a:first-child
{
	padding-top: 30px;
}
#respmenu a:last-child
{
	padding-bottom: 30px;
}




.socials {
float: right;
position: relative;
top: 13px;
margin-right: 35px;
}

.socials a {
float: left;
height: 21px;
margin: 0px 4px;
font-size: 14px;
border: 1px solid black;
color: black;
width: 24px;
text-align: center;
padding: 3px 0px 0px 0px;
border-radius: 54px;
}

@-moz-document url-prefix() {
	
	.socials a {
		padding: 2px 0 1px 0px;
	}
}

.socials a:hover {
border: 1px solid gray;
color: gray;
}
