		
	
	/*
	Stylesheet for: Östör Ügyvédi Iroda
	Author: DYB csapat - http://dyb.hu

	colors:

	text:	333;
	brown:	9b755e;
	green:	85ac38;
	grey:	e7e0db;
	*/



/* ========================================================================== */
/*                                                                            */
/*		MAIN TAGS						                                      */
/*                                                                            */
/* -------------------------------------------------------------------------- */


body {	
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
	overflow-x:hidden;
	color: #333;
	line-height: 20px;
}

/*		HEADER							                                      */
/*                                                                            */
/* -------------------------------------------------------------------------- */

header {
	width: 100%;
	height: 130px;
	position: relative;
	color: #fff;
}

header .left {
	height: 130px;
	float: left;
	width: 50%;
	background: url('../img/header-left.jpg')no-repeat right top;
}

header .right {
	float: right;
	width: 50%;
	height: 100px;
	background: url('../img/header-right.png')no-repeat left top;
}

a.menu{
	background: url('../img/menu.png');
	width: 28px;
	height: 20px;
	position: fixed;
	top: 30px;
	right: 30px;
	cursor: pointer;
}

.navmenu {
	position: fixed;
	width: 250px;
	height: 100%;
	padding-top: calc(27% - 150px);
	right: -250px;
	background: rgba(231,224,219,0.8);
	vertical-align: middle;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navmenu.opened {
	right: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navmenu a {
	display: block;
	height: 50px;
	width: 250px;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	padding-top: 20px;
	color: #9b755e;
}

.navmenu a:hover {
	background: #85ac38;
	color: #fff;
}

.navmenu a.close {
	position: absolute;
	margin: 0;
	padding: 0;
	line-height: 32px;
	height: 30px;
	font-weight: bold;
	width: 30px;
	right: 25px;
	top: 25px;
	color: #9b755e;
}

.navmenu a.close:hover {
	margin: 0;
	padding: 0;
	background: transparent;
	height: 30px;
	color: #444;
}

/*		MAIN							                                      */
/*                                                                            */
/* -------------------------------------------------------------------------- */

section.bemutatkozas {
	width: 1024px;
	margin: 90px auto 200px auto;
}

section.bemutatkozas p{
	display: inline-block;
	width: 480px;
	margin: 14px;
	vertical-align: top;	
	text-align: justify;
}
section.munkatarsak {
	background: #9b755e;
	height: 350px;
	margin-bottom: 2px;
	overflow: hidden;
}

section.munkatarsak .left {
	width: 50%;
	height: 351px;
	background: #e7e0db;
	display: inline-block;
	vertical-align: top;
}

section.munkatarsak .right {
	width: 485px;
	height: 350px;
	display: inline-block;
	margin-left:20px;
	vertical-align: top;
	color: #fff;
}

section.munkatarsak .right.second {
	margin-left: -6px;
	width: 50%;
	height:350px;
	background:#e7e0db url('../img/fotobg.png')no-repeat right bottom;
}

section.munkatarsak .right.second .foto {
	padding-left: 30px;
	border-left: 2px solid #fff;
}

section.munkatarsak .right h2{
	margin-top: 10px;
	padding-left: 0;
	background-position: left bottom;
	color: #fff;
}

section.munkatarsak .left .foto{
	border-right:2px solid #fff;
	height:350px;
	text-align: right;
	background: url('../img/fotobg.png')no-repeat left bottom;
}

section.munkatarsak .left .leiras {
	background: #9b755e;
	color: #fff;
	height:320px;
	text-align: right;
	padding-top: 30px;
	font-size: 14px;
	padding-right: 20px;
}

section.munkatarsak .left .leiras p {
	width: 485px;
	float: right;
}

section.munkatarsak .left .foto:first-child{
	border-bottom:2px solid #fff;
}

section.munkatarsak .left .foto img{
	display: inline-block;
}

section.munkatarsak .left .foto:first-child img{
	margin-right: 160px;
}

section.munkatarsak .left .foto:last-child img{
	margin-right: 45px;
}


section.munkatarsak .right{
	font-size: 14px;
}

section.munkatarsak .right a,
section.munkatarsak .left .leiras a{
	display: inline-block;
	margin: 18px 0 18px 0;
	color: #85ac38;
}		

section.munkatarsak .right p{
	display: block;
}

section.kapcsolatok {
	margin-top: 160px;
}

section.kapcsolatok .left {
	width: 50%;
	height: 430px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

section.kapcsolatok .left h2{
	width: 514px;
	display: inline-block;
	text-align: left;
}

section.kapcsolatok .left p{
	text-align: left;
	width: 514px;
	display: inline-block;
	line-height: 28px;
	margin-top: 40px;
}

section.kapcsolatok iframe{
	height: 250px;
}

/*		FOOTER							                                      */
/*                                                                            */
/* -------------------------------------------------------------------------- */

footer {
	height: 100px;	
	color: #fff;
	text-align: left;
	background:#9b755e;
	vertical-align: top;
	font-size: 14px;
}

footer .left {
	background: url('../img/footer.jpg');
	width: 50%;
	height: 100px;
	display: inline-block;
}

footer .right {
	width: calc(49% - 20px);
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 40px;
}

footer .right p{
	float: right;
	vertical-align: top;
	display: block;
}

footer a.dyb {
	display: inline-block;
	background: url('../img/dyb.png')no-repeat center center;
	width: 59px;
	height: 45px;
	margin:-12px 15px 0 25px;
}


/* ===================================================== END OF MAIN TAGS === */
/*                                                                            */
/*		TEXTS		                                                          */
/*                                                                            */
/* -------------------------------------------------------------------------- */

a:link, a:active, a:visited, a:hover {
	text-decoration:none; 
	cursor: pointer;
}


h1, h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
}

h1 {
	
}

h2 {
	padding:0 0 30px 13px;
	font-weight: bold;
	font-size: 48px;
	color: #9b755e;
	background: url('../img/heading.png')no-repeat 15px bottom;
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
	font-style:normal;
	font-weight: bold;
}

h4 {
	
}

section.buk {
	padding: 20px;
	background:#9b755e;
	margin-top: 2px;
}

section.buk .wrap{
	//width: 1300px;
	margin: auto;
	text-align: center
}

section.buk .wrap p{
	font-size: 14px;
	color: #fff;
	line-height: 22	px;
}

section.buk .wrap p a {
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
}
