body, html{
    margin: 0;
    padding: 0;
    height: 100%;
}
#outer_cover{
    
}
body {
	background: url(../img/bg.jpg) #f7f6f3 fixed;
	height: 100%;
	font-family: 'Lora', serif;
}
.wrapper {
	padding: 60px 45px;
	height: 100%;
}
.site {
	background: #fff;
	position: relative;
	height: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
}
.profile_image{
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.profile_image img {
	width: 100%;
}
.floor {
	padding: 35px 33px;
	height: 100%;
}
/*
.home-page {
	padding: 0 33px;
	height: 100%;
	display: table;
}
.home-box {
	display: table-cell;
	vertical-align: middle;
}
*/
.home-page .home-box h1 {
	font-size: 30px;
	font-weight: bold;
}
.home-box span {
	letter-spacing: 2px;
	font-size: 15px;
	display: block;
	margin-top: 3px;
}
.page-title {
	font-size: 30px;
	font-weight: bold;
}
#ascensorBuilding {
	width: 50% !important;
    float: left;
}
.page-title, .subtitle, .home-page .home-box h1, .testimonial .testi-profile span, .widget-submenu ul li, .widget-blog .latest-post .tag a, .post span, .recoba-tabs .nav-tabs > li > a, ul.post-comment li a {
	color: #0487cc;
}
.list {
	font-size: 14px;
	font-weight: 400;
	color: #8c8c8c;
	line-height: 30px;
}
.list {
	font-size: 14px;
	font-weight: 400;
	color: #8c8c8c;
	line-height: 30px;
}
.list span {
	color: #000;
}
.bottom30 {
	margin-bottom: 0px;
}
.top15 {
	margin-top: 15px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-size: 100%;
}
ul {
	list-style: none;
}
::before, ::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top60 {
	margin-top: 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { 
    .wrapper {
	padding: 10px 10px;
}
    .profile_image {
	width: 100%;
}
    #ascensorBuilding {
	width: 100% !important;
}
}