@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
@import url('https://fonts.googleapis.com/css?family=Roboto');

@media screen and (max-width: 650px) {
	img.magamrol {
		width: 100% !important;
		padding-right: 0px !important;
	}
}

.facebook-icon {
	font-size: 40px;
	display: inline-block;
	margin: 0 auto;
	color: #3B5998;
}

.facebook-icon:hover {
	font-size: 40px;
	color: #3B5998;
}

p {
	font-family: 'Roboto', sans-serif;
}

.carousel {
	position: static !important;
}
.row {
	margin: 0px;
}

.navbar-default .navbar-toggle {
	border: none;
	position: absolute;
	right: 10px;
	z-index: 1;
}

.navbar-default .navbar-collapse {
	border: none;
}

a.navbar-brand img {
	width: 200px;
	position: absolute;
	z-index: 1;
}

.navbar-right {
	position: absolute;
	right: 3%;
	z-index: 1;
}

.navbar-default {
	margin-bottom: 0px;
	background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a {
	color: #A5812B;
	font-family: 'Kaushan Script', cursive;
	font-size: 15px;
}

#rolam {
	background-image: url(../../img/bgpat.png);
	padding: 70px 0px;
	font-size: 15px;
}

#koztes {
	background-image: url(../../img/bgpat2.png);
	padding: 10px 0px;
}

#szolgaltatasok {
	background-color: white;
	padding: 70px 0px;
	text-align: center;
}

#munkak {
	background-image: url(../../img/bgpat4.png);
	padding: 70px 0px;
	text-align: center;
}

#kapcsolat {
	
}

#kapcsolat .map {
	padding: 0px !important;
}

.copy {
	background-color: black;
	text-align: center;
	padding: 25px 0px 15px 0px;;
}

.copy p, p a, p a:hover {
	color: #A5812B;
	font-family: 'Kaushan Script', cursive;
	font-size: 14px;
	text-align: center;
}

.munka-kategoria {
	padding: 20px 0px;
}

img {
	width: 100%;
}

img.szolg {
	width: 150px;
	transition: all .2s ease-in-out;
}

img.szolg:hover { 
	transform: scale(1.3); 
}

.szolg-cim {
	color: #A5812B;
	font-family: 'Kaushan Script', cursive;
	font-size: 26px;
	text-align: center;
}

img.magamrol {
	width: 30%;
	padding-right: 20px;
	padding-bottom: 20px;
}

p {
	text-align: justify;
}

h2.kiemelt {
	font-family: 'Kaushan Script', cursive;
	text-transform: uppercase;
	margin-bottom: 50px;
	text-align: center;
	color: #A5812B;
}

p.fancy {
	font-family: 'Kaushan Script', cursive;
	margin: 30px 0px;
	text-align: center;
	color: #A5812B;
	font-size: 30px;
}

.kapcs-adat {
	background-image: url(../../img/bg2.jpg);
	background-size: cover;
}

.kapcs-adat p, a, a:hover {
	font-family: 'Kaushan Script', cursive;
	text-align: center;
	color: #A5812B;
	font-size: 20px;
}

.kiemelt-p {
	font-size: 30px !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.gallery {
	padding: 2px !important;
	overflow: hidden;
}

.gallery img {
	transition: all .2s ease-in-out;
	max-width: 100%;
}

.gallery img:hover { 
	max-width: 100%;
	transform: scale(1.1); 
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width:768px) {
	.row-eq-height {
  		display: block;
	}
	iframe {
		height: 300px;	
	}
}