*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html, 
body {
	height: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	font-family: 'Open Sans', sans-serif;
}
.site {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	margin: 0 auto;
	max-width: 1000px;
}
section {
	page-break-inside: avoid;
}
.main-header {
	display: table-row;
	height: 1px;
}
.location  {
	display: block;
	font-size: 18px;
	color: #2c2c2c;
	position: relative;
	margin: 0 0 20px 0;
}
.main-content-top .location img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.main-content {
	display: table-row;
	height: 100%;
}
.main-content-top {
	font-size: 0;
}
.main-content-top img {
	max-width: 100%;
	display: block;
}
.main-footer {
	display: table-row;
	height: 1px;
}
.main-footer .imoti-net-logo {
	border-bottom: 0;
	border-top: 1px solid #e8e8e8;
	margin-top: 40px;
	padding-bottom: 0;
}
h1 {
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	margin: 20px 0;
	color: #2c2c2c;
}
h2 {
	font-size: 30px;
	font-weight: 300;
	margin: 30px 0 20px 0;
	color: #2c2c2c;
}
p {
	font-size: 16px;
	color: #696969;
	color: #333;
}
.imoti-net-logo {
	display: block;
	background: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
}
.box {
	border-bottom: 1px solid #e8e8e8;
	font-size: 16px;
	padding: 15px;
}
.box table {
	width: 100%;
	font-size: 14px;
}
.box table th {
	text-align: left;
	text-transform: uppercase;
	padding: 5px;
}
.box table td {
	padding: 5px;
}
.box table tr td:last-child {
	text-align: right;
	white-space: nowrap;
}
.price {
	display: block;
	font-size: 16px;
	padding: 5px;
}
.price strong {
	font-size: 40px;
	margin: 0 10px 10px 0;
}
.re-offer-info {
	font-size: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.re-offer-info li {
	display: inline-block;
	font-size: 15px;
	color: #2c2c2c;
	margin: 0 20px 20px 0;
}
.extras {
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}
.extras li {
	float: left;
	width: 50%;
	font-size: 14px;
	position: relative;
	padding: 5px;
	list-style-position: inside;
	color: #b81b6f;
}
.extras li p {
	color: #333;
	font-size: 14px;
	margin: 0;
	display: inline-block;
}
.content {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}
aside {
	width: 30%;
	display: inline-block;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	vertical-align: top;
}
.contact-table {
	width: 100%;
	table-layout: fixed;
	page-break-inside: avoid;
}
.contact-table img {
	display: block;
	float: right;
}
.contact-table td {
	border: 1px solid #e8e8e8;
	width: 50%;
	padding: 20px;
}
.contact-table h2 {
	margin-top: 0;
}
.contact-table strong {
	font-size: 20px;
	font-weight: 400;
}
.contact-table table {
	width: 100%;
	table-layout: auto;
}
.contact-table table td {
	border: 0;
	padding: 0;
	white-space: nowrap;
}
.contact-text {
	margin-top: 20px;
}
.contact-text a {
	color: #2c2c2c;
	text-decoration: none;
	font-size: 18px;
	margin-right: 10px;
}
.contact-text img {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px 10px 0;
}
.avatar {
	border-radius: 50%;
}
.gallery {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}
.gallery li {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	padding: 10px;
}
.gallery.col-3 li {
	width: 33.33%;
}
.gallery.col-2 li {
	width: 50%;
}
.gallery li img {
	display: block;
	max-width: 100%;
	max-height: 300px;
	margin: 0 auto;
}
.gallery figure {
	margin: 0;
}
.gallery figure figcaption {
	font-size: 12px;
	color: #000;
	/*background: #e8e8e8;*/
	/*padding: 10px;*/
	margin-top: 10px;
}