/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, html {
  height: 100%;
  width: 100%;
  font-family: 'Open Sans', sens-serif;
}

@font-face {
    font-family: Gotham-Bold;
    src: url(font/GothamRnd-Bold.otf);
}

@font-face {
    font-family: Gotham-Book;
    src: url(font/GothamRnd-Book.otf);
}

@font-face {
    font-family: Gotham-Light;
    src: url(font/GothamRnd-Light.otf);
}

@font-face {
    font-family: Gotham-Medium;
    src: url(font/GothamRnd-Medium.otf);
}

.map-container{
	padding: 0;
	margin: 0;
}
#map{
	display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}


.container-fluid {
	
}

.container-fluid .logo-image {
	margin: 0 auto;
	margin-top: 50px;
}

.container-fluid .wood-bg {
	background: url('images/woodorig.jpg');
	min-height: 200px;
	background-position-y: 72px;
	z-index: 10000;
	/*position: relative;*/
	color: #4b2100;
	position: relative;
}

/*
.google-maps {
    position: relative;
    min-height: 200px;
    overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}*/

/*.container .logo {
	background: url('images/my-house-logo.png') no-repeat;
	max-width: 663px;
	height: 90px;
	position: absolute;
	top: 65px;
	display: block;
	margin-left: -330px;
	left: 50%;
}
*/


.container-fluid .address {
	padding-top: 65px;
}

.container-fluid .address b{
 display: block;
}

.container-fluid .gps {
	padding-top: 24px;
	padding-bottom: 42px;
}

.container-fluid .gps b {
	display: inline-block;
}

.container-fluid .c {
	text-align: center;
}

.container-fluid .gps b + b {
	margin-left: 40px;
}
.container-fluid .g-maps { 
	padding: 0;
	margin-top: -40px;
	z-index: 1;
	position: relative;
}

.container-fluid .google-maps {

}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.h-100 {
	height: 100%;
}

.house-info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	z-index: 2;
	padding: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
	background: #529FFF;
	margin-bottom: 10px;
	transition: background .2s, color .2s;
}

.house-img img {
	max-width: 100%;
}

.css-trick {
	position: absolute;
	top: 10px;
	width: 160px;
	height: 28px;
	z-index: 10;
	opacity: 0;
}

.house-info:nth-child(1),
.house-info:nth-child(2) {
	background-color: #394553;
}

.house-info:nth-child(2) {
	font-size: 15px;
}

.house-link:hover {
	background: #394553;
	text-decoration: none;
	color: white;
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
}

@media (min-width: 550px) {
	.house-info {
		font-size: 20px;
	}
	.map {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
	}
	.house-wrap {
		width: 370px;
		height: 100%;
		position: fixed;
		left: 10px;
		top: 40px;
		z-index: 9;
	}
	.house-img {
		position: relative;	
		z-index: 1;
		margin-bottom: 10px;
	}
	.css-trick {
		left: 10px;
	}
} 

@media (max-width: 551px) {
	.house-info {
		font-size: 18px;
	}
	.house-wrap {position: relative;
		height: 100%;
	}
	.css-trick {
		left: 0;
	}
	.cols {
		display: flex;
		flex-direction: column;
		padding-bottom: 160px;
		height: 100%;
	}
	.house-img,
	.map {
		height: 50%;
		position: relative;
	}
	.house-img img {
		width: 100%;
		position: absolute;
		transform: translateY(-50%);
		top: 50%;
		min-height: 100%;
	}
	.btns {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 10px;
	}
} 

/* @media (min-height: 820px) {

	#map{
		height: 600px;
	} 
}
@media (min-height: 1200px) {

	#map{
		height: 1000px;
	} 
} */






