/* 

Theme Name: fekete

Theme URI: http://feketekv.hu

Author: fekete

Author URI: http://feketekv.hu

Version: 2.0

*/


.wrap
{
	max-width: 1095px;
	margin: 0 auto;
}

.respicon
{
	display: none;
}



.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 {
}

.menu_wrap {
float: left;
margin-left: 160px;
}

.menu 
{
float: right;
clear: both;
}


.menu a {
color: #292929;
text-transform: lowercase;
font-size: 15px;
padding: 15px 20px 12px 20px;
font-family: Roboto;
font-weight: 300;
display: inline-block;
border-bottom: 5px solid white;
margin-left: -4px;
}
@-moz-document url-prefix() {
	
}


.menu a.active,
.menu a:hover
{
	border-bottom: 5px solid gray;
}


.socials {
float: right;
width: 120px;
height: 32px;
position: relative;
top: 9px;
}

.socials a {
float: left;
height: 25px;
margin: 0px 4px;
font-size: 17px;
border: 2px solid black;
color: black;
width: 28px;
text-align: center;
padding: 3px 0px 0px 0px;
border-radius: 54px;
}

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


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




#magicview .lead {
    position: absolute;
    top: 14%;
    width: calc(100% - 40px);
    text-align: center;
    padding: 0px 20px;
    color: white;
}


@media only screen and (max-width: 1300px)
{
	
	#magicview .lead {
		top: 6%;
	}

}
