.navbar-toggle {
margin-top: 10px;
border-radius: 60px;
font-size: 18px;
line-height: 1;
padding: 10px 8px;
color: #FFF;
border: 0;
text-align: center;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #01CFCA;
color: #FFF;
border-color: #01CFCA;
}
.navbar-nav {
margin: 0;
}
.navbar-default {
font-family:'Open Sans', sans-serif;
font-weight: normal;
font-size: 14px;
background-color: #fff;
border: 0;
border-radius: 0;
height: 60px;
margin: 0;
}
.navbar-default .navbar-brand {
font-weight:800;
color:#FFF !important;
background-color:#01CFCA;
height: 60px;
padding-left: 20px;
padding-right: 24px;
padding-top: 20px;
font-size:18px;
}

.navbar-collapse img {
	float: left;
	margin: 9px 55px 0px 0px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.dropdown > a:focus {
position: relative;
padding-top: 0px;
padding-bottom: 0px;
line-height: 1;
text-transform: uppercase;
color: #768364;
border-bottom: 0px;
z-index: 1;
text-align: left;
}
.navbar-default .navbar-nav .dropdown:first-child > a {
	text-align: left;
	padding-left: 0px;
}
.navbar-default .navbar-nav > li:last-child  > a {
	text-align: right;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li.active > a:hover {
border-bottom:0px;
}
.navbar-default .navbar-nav > li.active > a:focus {
background-color:#2f3640;
color:#01CFCA;
border-bottom:4px solid #01CFCA;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	overflow-x: visible;
	border-top: medium none;
	box-shadow: none;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
	border-radius: 0;
	width: 100%; 
	 top: 0;
	 border-bottom: 4px solid #768364;
	 position: fixed;
}
.dropdown-menu {
box-shadow: none;
font-size: 11px;
border-radius: 0;
background-color:#d7d7d7;
color: #545454;
border-top: none;
z-index: 1;
padding: 0;
margin: 0;
	width: 100%; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.dropdown-menu > li > a {
	padding: 11px 20px 11px 20px;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	text-transform: none;
	background-color: #768364;
	font-family: 'Roboto Condensed', sans-serif;
}
.dropdown-menu > li:hover > a, .dropdown-menu > li > a:hover {
color:#e7c809;
}
/* ========== MENU WILL DROP ON HOVER FOR LARGE SCREENS ========== */
@media (min-width: 50px)
 {
 .dropdown .dropdown-menu {
display: block;
visibility:hidden;
	opacity: 0; 
	height: 0;
	transition-property:opacity;
transition-duration: .25s;
transition-delay: .25s;
-webkit-transition-property:opacity; 
-webkit-transition-duration: .25s;
-webkit-transition-delay: .25s;
 }
.dropdown:hover .dropdown-menu {
		opacity: 1;
		visibility:visible;
		height: auto;
		color: #777;
		overflow: visible;
 }
 }
 /* =====*/
/* ===== END NAVIGATION MENU ===== */

/* ==================================================  */
/* === POINT IN WHICH MENU GOES RESPONSIVE - COLLAPSE POINT ===  */
/* ==================================================  */
@media (min-width: 50px) {
	.navbar-toggle {
	display: none;
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
	margin-left: -15px;
	}
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
	}
	.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none;
	}
	.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
	}
	.navbar-collapse.in {
	overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
	width: 1057px;
	margin: 0px auto 0px auto;
	}
	.navbar {
	border-radius: 0;
	}
	.navbar-header {
	float: left;
	width: 100%;
	height: 50px;
	margin-left: 5px;
	}
	.navbar-header .logo {
	background: url('../../images/logo.png') left top no-repeat;
	width: 244px;
	height: 60px;
	float:left;
	}
	.navbar-right .dropdown-menu {
	right: 0;
	left: auto;
	}
	.navbar-right .dropdown-menu-left {
	right: auto;
	left: 0;
	}
	.navbar-left {
	float: left !important;
	}
	.navbar-right {
	float: right !important;
	}
	.navbar-nav {
	float: left;
	margin: 19px 0px 0px 0px;
	width: 61%;
	}
	.navbar-nav > li {
	float: left;
	padding-bottom: 16px;
	z-index: 0;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	}
	.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	}
	.navbar-nav.navbar-right:last-child {
	margin: 0px;
	}
}

@media (min-width: 768px) {
.navbar .container {
	width: 100%;
	}
}
@media (min-width: 992px) {
.navbar .container {
	width: 970px;
	}
}
@media (min-width: 1200px) {
.navbar .container {
	width: 1170px;
	}
}

/*.pagefixer {
	margin-top: 110px;
}*/

.topblockholder {
	width: 615px;
	margin: 0px auto;
	height: 400px;
}

.midcontainerhome {
	width: 78%;
	margin: 0px auto;
}

.logotext {
	width: 100%;
	margin: 20px auto 0px;
	text-align: center;
	font-size: 14px;
	color: #939393;
}

.midlogoholder {
	width: 71%;
	margin: 0px auto;
	height: 140px;
}

.midlogo {
	margin: 0px auto;
	width: 26%;
}

#static h1 {
	padding: 45px 0px 0px 0px;
	margin: -1px 0px 16px 0px;
	font-size: 28px;
	text-align: center;
	color: #768364;
	font-family: 'Roboto Condensed', sans-serif;
}

.termekek-text {
	color: #282828; font-size: 14px; padding: 0px 6px 20px 6px; text-align: center;
}

.termekek-down {
	font-size: 14px; color: #282828;
}

.hirblokk {
	width: 31%;
	float: left;
	margin: 0% 1% 3% 1%;
	text-align: center;
	z-index: 9999;
    /*height: auto;*/
	/*position: static;*/
}

.hirblokk img {
	height: 30px;
	width: auto;
}

.hirgomblink {
	margin: 40px auto 40px;
	display: block;
	width: 165px;
}

.hirgomb {
	width: 170px;
	height: 45px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	background: #3ec7f4;
	border: none;
	margin: 0px auto;
}

.hirtitle {
	padding: 5px 0px 5px 0px;
	margin: -1px 0px 16px 0px;
	font-size: 21px;
	background: #fff;
	color: #768364;
	border: 3px solid #768364;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}

.preli {
	text-align: justify;
	font-size: 14px;
}

#listContainer {
	margin-bottom: 75px;
	padding-bottom: 40px;
	width: 75%;
	margin: 0px auto 70px;
}

.newsReadImg {
	text-align: center;
}

.static_text {
	padding: 33px 100px 0px;
	text-align: justify;
}

.static-content + div{
    width: 70%;
    margin: 0px auto;
}

.static-content > div{
    margin: 0px auto;
}

.static-content:nth-child(2){
    width: 70%;
    margin: 0px auto;
}

.gallery-content {
	float: left;
	width: 100%;
	padding: 0px 170px 50px 170px;
}

.gallery-content h1 {
	text-align: center;
}

.gallery-picture {
	display: block;
	float: left;
	margin: 35px 30px 0px 30px;
}

.sub-menu-drop {
	display: none;
}

.sub-menu-drop-from:hover > ul {
	display: block;
	position: absolute;
	left: 175px;
	padding: 0px;
	top: 0;
}

.sub-menu {
	visibility: visible;
	display: block;
	padding-left: 104px;
	width: 150px;
	box-shadow: none;
	font-size: 11px;
	border-radius: 0;
	color: #FFF;
	border-top: none;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.sub-menu > a {
	padding: 10px 20px 9px 20px;
	color: #545454;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	background-color: #d7d7d7;
	text-decoration: none;
	width: 150px;
	display: block;
}

.sub-menu:hover > a {
	color: #01CFCA;
	background-color: #282828;
}

.sub-menu-drop-from {
	position: relative;
	width: 175px;
}

.irjon-nekunk-table {
	margin: 0px auto;
	font-size: 16px;
}

.irjon-nekunk-table input {
	background: #ebebeb;
	border: 1px solid #444;
}

.irjon-nekunk-table label {
	font-weight: normal;
}

.irjon-nekunk-table textarea {
	border: 1px solid #444;
	width: 100%;
	height: 250px;
}

.irjon-nekunk-table .kuldesbutton {
	margin: 0px auto 45px;
	width: 160px;
	height: 40px;
	background: #3ec7f4;
	text-align: center;
	float: right;
	border: 0;
}

.irjon-nekunk-table .kuldesbutton-text {
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 5px;
	cursor: pointer;
	margin: 0px 0px 10px 0px;
}

.hirlevel-feliratkozas-table {
	margin: 0px auto;
	font-size: 16px;
}

.hirlevel-feliratkozas-table .kuldesbutton {
	margin: 0px auto 45px;
	width: 160px;
	height: 40px;
	background: #3ec7f4;
	text-align: center;
	float: right;
	border: 0px;
}

.hirlevel-feliratkozas-table .kuldesbutton-text {
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 5px;
	cursor: pointer;
}

.hirlevel-feliratkozas-table input {
	background: #ebebeb;
	border: 1px solid #444;
}

.hirlevel-feliratkozas-table label {
	font-weight: normal;
}

.hirlevel-feliratkozas-table textarea {
	border: 1px solid #444;
	width: 100%;
	height: 250px;
}

.kollegainkblokk {
	width: 200px;
	text-align: center;
	float: left;
	margin: 0px 10px 35px 10px;
}

.kollegainkname {
	font-size: 15px;
	text-align: center;
	margin: 12px 0px 0px 0px;
}

.kollegainktel {
	font-size: 15px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.colleague-img-block img {
	border: 1px solid black;
}

.visszahivasdiv {
	margin: 0px auto 45px;
	width: 240px;
	height: 50px;
	background: #3ec7f4;
	text-align: center;
}

.visszahivastext {
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 10px;
	cursor: pointer;
	margin: 0px 0px 10px 0px;
}

.callback-table {
	margin: 0px auto;
	font-size: 16px;
	width: 330px;
}

.callback-table input {
	background: #ebebeb;
	border: 1px solid #444;
}

.callback-table label {
	font-weight: normal;
}

.callback-table .kuldesbutton {
	margin: 0px auto 45px;
	width: 160px;
	height: 40px;
	background: #3ec7f4;
	border: 0px;
}

.callback-table .kuldesbutton-text {
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 5px;
	cursor: pointer;
	margin: 0px 0px 10px 0px;
}

.otherfoot {
	background-color: #768364; width: 100%; height: 170px; padding-top: 12px; float: left; text-align: center; color: #AAA;
}

.home-middle {
	width: 90%;
	padding: 0% 5%;
	height: 320px;
	margin: 0px auto;
}

.home-middle-inner {
	width: 27%;
	margin: 25px 27px 30px 27px;
	float: left;
}

.home-middle-inner-title {
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	color: #e7c809;
	font-size: 22px;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
}

.home-middle-inner-image {
	text-align: center;
}

.home-middle-inner-bread {
	text-align: left;
	height: 165px;
	margin: 0px;
}

.home-banner {
	background: url(../images/home/banner-home.jpg) no-repeat;
	height: 402px;
	background-size: 100%;
}

.home-bottom {
	width: 74%;
	padding: 0% 5%;
	margin: 0px auto;
}

.home-bottom-inner {
	width: 250px;
	margin: 51px 23px 35px 0px;
	float: left;
	text-align: left;
}

.home-bottom-inner-2 {
	width: auto;
	margin: 15px 0px 0px 118px;
	float: left;
	text-align: left;
}

.footer-green {
	color: #b7d989;
	font-size: 11px;
	margin: 0px;
}

.footer-green * {
	color: #b7d989 !important;
	font-size: 11px;
}

.footer-white {
	color: #fff;
	font-size: 11px;
	margin: 0px;
}

.footer-white * {
	color: #fff !important;
	font-size: 11px;
}

.home-banner-inner {
	width: 500px;
	height: 160px;
	background: rgba(25,25,25,0.4);
	position: absolute;
	bottom: 0px;
	left: 31.5%;
}

.home-banner-inner-left {
width: 225px;
float: left;
}

.home-banner-inner-left p {
	font-size: 32px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	text-align: center;
	margin: 5px 0px 0px 22px;
	border-bottom: 1px solid #fff;
}

.home-banner-inner-right p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	margin: 15px auto 0px;
	width: 80%;
}

.home-banner-inner-right {
width: 255px;
float: right;
}

.bemutatkozas-block {
	text-align: center;
	margin: 60px 0px 0px 0px;
}

.bemutatkozas-block img {
	width: 9%;
}

.bemutatkozas-title {
	margin: 11px 0px 0px 0px;
	font-size: 28px;
	color: #768364;
	font-family: 'Roboto Condensed', sans-serif;
}

.bemutatkozas-bread {
	font-size: 14px;
}

.lastbemutatkozas {
	margin-bottom: 140px;
}

.elemzesek-background {
	background: url(../images/elemzesek/banner.jpg) no-repeat;
	background-size: 100%;
}

.elemzesek-holder {
	height: 500px;
}

.megvalositas-holder {
	height: 750px;
}

.megvalositas-holder h1 {
	padding: 45px 0px 0px 0px;
	margin: -1px 0px 16px 0px;
	font-size: 28px;
	color: #768364;
	font-family: 'Roboto Condensed', sans-serif;
}

.tanacsadas-blokk {
	width: 70%;
	margin: 45px auto 25px;
	text-align: center;
	height: 42px;
	padding: 3px 0px 0px 0px;
	font-size: 22px;
	background: #768364;
	color: #e7c809;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.elemzesek-holder h1 {
	padding: 45px 0px 0px 0px;
	margin: -1px 0px 16px 0px;
	font-size: 28px;
	color: #768364;
	font-family: 'Roboto Condensed', sans-serif;
}

.elemzesek-list {
	display: block;
	font-size: 16px;
	line-height: 35px;
	padding: 13px 0px 13px 0px;
	width: 70%;
	margin: 0px auto;
	background: rgba(212,188,27,0.54);
	border: 4px solid #768364;
	list-style-type: none;
}

.elemzesek-list li {
	width: 100%;
	text-align: center;
}

.elemzesek-bread {
	color: #7c7c7c;
	font-size: 16px;
	line-height: 23px;
	margin: 40px auto;
	width: 90%;
	text-align: center;
}

.kapcsolat-holder {
	height: 1110px;
}

.tervezes-holder {
	height: 800px;
}

.kapcsolat-holder h1 {
	padding: 45px 0px 0px 0px;
	margin: -1px 0px 16px 0px;
	font-size: 28px;
	color: #768364;
	font-family: 'Roboto Condensed', sans-serif;
}

.tervezes-holder h1 {
	padding: 45px 0px 0px 0px;
	margin: -1px 0px 16px 0px;
	font-size: 28px;
	color: #768364;
	font-family: 'Roboto Condensed', sans-serif;
}

.kapcsolat-holder iframe {
	margin: 0px auto;
	display: inherit;
	border: 5px solid #e7c809 !important;
}

.kapcsolat-holder p {
	color: #7c7c7c;
	font-size: 17px;
	width: 100%;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

.bold {
	font-weight: bold;
}

.kapcsolat-background {
	background: url(../images/kapcsolat/banner.jpg) no-repeat;
	background-size: 100%;
}

.partnereink-background {
	background: url(../images/partnereink/banner.jpg) no-repeat;
	background-size: 100%;
	height: 400px;
}

.tervezes-background {
	background: url(../images/tervezes/banner.jpg) no-repeat;
	background-size: 100%;
}

.tervezes-list {
	display: block;
	font-size: 16px;
	line-height: 35px;
	padding: 13px 0px 13px 0px;
	width: 34%;
	height: 350px;
	margin: 0% 1%;
	background: rgba(212,188,27,0.54);
	border: 4px solid #768364;
	float: left;
	list-style-type: none;
}

.tervezes-list li {
	width: 100%;
	text-align: left;
	padding: 0px 15px 0px 15px;
}

.tervezes-blokk {
width: 34%;
margin: 0% 2% 2% 0%;
height: 42px;
padding: 3px 0px 0px 15px;
float: left;
font-size: 22px;
background: #768364;
color: #e7c809;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
}

.tervezes-bread {
	width: 34%;
	margin: 2% 2% 2% 0%;
	font-family: 'Roboto Condensed', sans-serif;
	color: #777;
	font-size: 18px;
	float: left;
}

.referenciank-holder {
	height: 800px;
}

.referenciank-holder p {
	color: #7c7c7c;
	font-size: 18px;
	width: 100%;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

.referenciank-holder h1 {
	padding: 45px 0px 0px 0px;
	margin: -1px 0px 16px 0px;
	font-size: 28px;
	color: #768364;
	font-family: 'Roboto Condensed', sans-serif;
}

.referenciaink-last-p {
	text-transform: uppercase;
	margin: 0px auto;
	font-weight: bold;
	width: 70% !important;
}

.referenciak-left {
	border: 4px solid #e7c809;
	padding: 10px;
	float: left;
	margin: 5% 0% 8% 19%;
	width: 280px;
}

.referenciak-right {
	border: 4px solid #e7c809;
	padding: 10px;
	float: right;
	margin: 5% 19% 8% 0%;
	width: 280px;
}

.partnerdesc {
	background-color: #768364;
	color: #fff;
	min-height: 655px;
    height: 655px;
	padding: 10px 27px 20px 27px;
}

.partnerdesc * {
	color: #fff !important;
	font-size: 0.9vw !important;
}

.loginbutton {
	float: left;
	background: #768364;
	color: #fff;
	padding: 5px 8px 3px 31px;
	background: url(../images/login-icon.png) no-repeat #768364;
	background-position: 7px;
	font-size: 18px;
	cursor: pointer;
	margin: 10px 0px 0px 0px;
	font-family: 'Roboto Condensed', sans-serif;
}
.login-submit {
	width: 163px;
	border: none;
	background: #e7c809;
	text-align: center;
}
.loginform {
	text-align: center;
	width: 200px;
	padding: 14px 0px 6px 0px;
	font-size: 16px;
	margin: 59px 0px 0px 765px;
	background: #768364;
	position: absolute;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .25s;
	transition-delay: .25s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .25s;
	-webkit-transition-delay: .25s;
	font-family: 'Roboto Condensed', sans-serif;
}

.forgottenform {
	text-align: center;
	width: 200px;
	padding: 8px 0px 6px 0px;
	font-size: 16px;
	margin: 96px 0px 0px 390px;
	background: #768364;
	position: absolute;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .25s;
	transition-delay: .25s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .25s;
	-webkit-transition-delay: .25s;
	font-family: 'Roboto Condensed', sans-serif;
}

.registerform {
	text-align: center;
	width: 200px;
	padding: 8px 0px 6px 0px;
	font-size: 16px;
	margin: 96px 0px 0px 390px;
	background: #768364;
	position: absolute;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .25s;
	transition-delay: .25s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: .25s;
	-webkit-transition-delay: .25s;
	font-family: 'Roboto Condensed', sans-serif;
}

.forgotten-sendbutton {
	background: #e7c809;
	width: 159px;
	cursor: pointer;
	margin: 10px auto;
	color: #fff;
}

.forgotten-password {
	color: #b7d989;
	display: block;
	width: 100%;
	font-size: 14px;
	margin: 4px 0px 0px 0px;
	cursor: pointer;
}

.forgotten-password2 {
	color: #e7c809;
	display: block;
	width: 100%;
	font-size: 14px;
	margin: 4px 0px 0px 0px;
}


.register {
	color: #fff;
	display: block;
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	margin: 4px 0px 0px 0px;
}

.forgotten-x {
	text-align: right;
	color: #fff;
	padding-right: 16px;
	cursor: pointer;
}

.loginform input {
	font-family: inherit;
	margin-top: 6px;
	text-align: center;
	height: 30px;
	font-size: 15px;
	color: #111;
	line-height: inherit;
}

.registerform input {
	font-family: inherit;
	margin-top: 6px;
	text-align: center;
	height: 30px;
	font-size: 15px;
	color: #111;
	line-height: inherit;
	border: none;
}


.forgottenform input {
	font-family: inherit;
	margin-top: 6px;
	text-align: center;
	height: 30px;
	font-size: 15px;
	color: #111;
	line-height: inherit;
}

.partnerimage {
	text-align: center;
	width: 100%;
	margin: 0px 0px 65px 0px;
}

.letoltesek {
	background: url('/images/letoltesek/background.jpg') no-repeat;
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	max-width: 100%;
	min-height: 923px;
	padding: 30px 0px;
}
.letoltesek table {
	width: 600px;
	display: block;
	border-collapse: collapse;
	height: auto;
	margin: 0px auto;
	background: #b7d989;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 0px 25px 25px 25px;
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
}
.letoltesek table tr {
	padding: 0px;
	border-top: 1px solid #fff;
}
.letoltesek table tr .icon {
	width: 60px;
	height: 37px;
	background: url('/images/letoltesek/icon.png') no-repeat center center;
	cursor: pointer;
}
.letoltesek table tr .formatum {
	width: 80px;
	font-weight: bold;
	color: #768364;
}
.letoltesek table tr .dokumentum {
	width: 200px;
	font-weight: bold;
	color: #fff;
}
.letoltesek table tr .meret {
	width: 80px;
	font-weight: bold;
	color: #768364;
}
.letoltesek table tr .letoltes-gomb {
	width: 140px;
}
.letoltesek table tr .letoltes-gomb input {
	width: 90px;
	height: 25px;
	background: #ddc00e;
	text-align: center;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}

.letoltesek table tr:first-child {
	border:none;
}
.letoltesek table tr:last-child {
	border-bottom: 1px solid #fff;
}
.letoltesek table tr th {
	font-weight: normal;
	color: #fff;
	height: 55px;
	vertical-align: middle;
	text-align: center;
}
.letoltesek-button {
	width: 250px;
	height: 55px;
	margin: 130px auto 30px auto;
}
.letoltesek-button input {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	color: #768364;
	border: none;
	border: 2px solid #768364;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}
@media (min-width: 1900px) {
	.elemzesek-background {
		min-height: 890px;
	}

	.home-banner {
		background-position-y: -120px;
	}

	.otherfoot {
		height: 270px;
	}

	.home-middle-inner {
		margin: 25px 27px 65px 27px;
	}
}