@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900&subset=latin-ext');

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size:15px;
}
i {
    margin-right:15px;
}
a {
    color: rgb(0, 168, 48);
}
a:hover {
	color: #1b1e21;
	text-decoration: none;
}
.footer a {
	color:#ffffff;
}
.footer a:hover {
	color:rgb(0, 168, 48) !important;
}

h1 {
	font-size:29px;
}

h5 {
	text-transform: uppercase;
}

img.bw{
	filter: gray;
	filter: grayscale(100%);
}

.brown, .text-brown {
    color:#704f35;
}
.bg-brown {
    background-color:#704f35;
}

.bg-black {
	background-color:#000000;
}

.black, .text-black {
	color: rgb(0, 0, 0);
}

.grey-dark, text-grey-dark {
    color:#666;
}

.green, .text-green {
	/*color: rgba(6, 176, 80, 1);*/
	/*color: rgb(15, 168, 49);*/
	color: rgb(0, 168, 48);
}
.bg-green {
	 /*background-color: rgba(6, 176, 80, 1);*/
	/* background-color: rgb(15, 168, 49);*/
	background-color: rgb(0, 168, 48);
	/*background-color: rgb(36, 184, 64);
	 -webkit-backdrop-filter: saturate(180%) blur(20px);
	 backdrop-filter: saturate(180%) blur(20px);*/
}
.orange, .text-orange {
    color: #e57907;
}
.bg-orange {
    background-color: #e57907;
}




.bg-grey {
	background-color: rgba(200, 200, 200, 1);
}

.svg {
	margin: 0 auto 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	background-size: 100%;
}

.svg-sm {
	margin: 0 auto 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	background-size: 100%;
}



.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}
.navbar-brand {
	padding-top: 0;
}

.nav-item a {
    color: #ffffff !important;
}
.nav-item a:hover {
    color: #000 !important;
    text-decoration: none;
}
.nav-item.active a {
    color: #000 !important;
    text-decoration: none;
}
.nav-link {
    background-color: transparent;
    outline: none;
    margin-bottom: -2px;
	text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
	font-weight: 500;
	padding-right:29px !important;
	transition: ease-in-out color .15s;
}
.over-navbar {
    height: 36px;
    background: #222;
    color: #bbbbbb;
    padding-top:7px;
}


.font-family-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-family-roboto {
     font-family: 'Roboto', sans-serif;
}

.font-10 {
	font-size: 10px;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-17 {
	font-size: 17px;
}
.font-18 {
	font-size: 18px;
}
.font-19 {
	font-size: 19px;
}
.font-20 {
	font-size: 20px;
}
.font-21 {
    font-size: 21px;
}
.font-weight-300 {
	font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}


.top a:hover {
	color: #fff;
}

.footer {
	margin-top: 60px;
	padding-top: 15px;
	background: #222;
	min-height: 140px;
}
.footer-2 {
	height: 42px;
	background: #111111;
	color: #ffffff;
}
.footer a:hover, footer2 a:hover {
    color: #fff;
}


/* Cookie */
#cookiec{
	background:#000;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	height:120px;
	color:#fff;
	opacity:0.96;
	display:none
}


/* Technológiák */
.technology td{
	border-left:1px dashed #ccc;
	border-right:1px dashed #ccc;
}
.technology td:first-child {
	border-left: 0;
}
.technology td:last-child {
	border-right: 0;
}

.technology-bar {
	border-radius: 5px;
	background: rgb(0, 168, 48);
	font-size:14px;
	margin:5px 4px 5px 4px;
	padding:2px;
}
.technology-bar-brown {
	border-radius: 5px;
	background: rgb(112, 79, 53);
	font-size:14px;
	margin:5px 4px 5px 4px;
	padding:2px;
}

.technology-bar-orange {
	border-radius: 5px;
	background: #e57907;
	font-size:14px;
	margin:5px 4px 5px 4px;
	padding:2px;
}

