/*#######################################################
#####								Default page layout							#####
#######################################################
	
	Set the default page layout in this file.
	
	Use custom layout: /css/custom.css
	Use custom colors: /css/color-X.css in our case /css/color-1.css
	Use responsive elements: /css/responsive.css
	
	WE RECOMMENDED TO SET THE PAGE COLORS IN THE /CSS/COLORS/COLOR-X.CSS FILE, NOT THIS FILE.
	WE RECOMMENDED TO SET CUSTOM LAYOUT IN THE /CSS/CUATOM.CSS FILE, NOT THIS FILE.
	WE RECOMMENDED TO SET RESPONSIVE LAYOUT IN THE /CSS/RESPONSIVE.CSS FILE, NOT THIS FILE.
	
	*/

/*#######################################################
#####										Colors											#####
#######################################################

	If you don't use custom colors it's just a little help for used colors, just scroll to top when you need help.
	
	WE RECOMMENDED TO SET THE PAGE COLORS IN THE /CSS/COLORS/COLOR-X.CSS FILE, NOT THIS FILE.

	Update this lines with you colors:
	
	light: 			#fff			rgba(255,255,255,1)
	semi-dark: 	#eee			rgba(238,238,238,1)
	dark: 			#3d4652		rgba(61,70,82,1)
	color: 			#ff3366		rgba(255,51,102,1)

	*/


/*#######################################################
#####								Default settings								#####
#######################################################*/
html, body{
	width:100%;
	min-height:100%;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#333;
	background-color:#f8f89f;
	margin-bottom:40px;
}

h1,h2,h3,h4,h5,h6{
	font-weight:800;
}

/*#######################################################
#####									Page layout										#####
#######################################################*/
/* page loader div */
#pageloader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:1500;
}
/* vertical-align loader */
.vcenter{
	position:relative;
	top:50%;
	margin-top:-2.5em;
	transform: translateY(-50%);
}
/* google map */
#map-canvas{
	height:20%;
}
#services img{
	float:left;
	max-width:20%;
	margin:10px;
}
#ingatlankezeles img{
	display:inline-block;
	max-height:300px;
	padding:0 20px 20px 0;
}
#referenciak img{
	padding:10px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 70px;
  background-color: #222;
}
.footer p{
	padding-top:20px;
	color:#999;
}
/*#######################################################
#####										Helpers											#####
#######################################################*/
.spacer-40{
	width:100%;
	height:40px;
	display:block;
}

/*#######################################################
#####						Custom bootstap elements					 	#####
#######################################################*/
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height:360px;
}
.carousel-inner .item img{
	width:100%;
}
.blockquote-reverse, blockquote.pull-right{
	border-right:5px solid #222;
}