.modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.modal {
	visibility: hidden;
	top: 150px;
	left: 50%;
	margin-left: -260px;
	width: 520px;
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 10000;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .8);
	z-index: 9999;
	display: none;
	top: 0;
	left: 0;
}

.reveal-form {
	z-index: 10000;
}

.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	width: 520px;
	transform: translateX(-50%);
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 10000;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 0px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.modal {
		top: 50px;
	}
}

@media only screen and (max-width: 480px) {
	.reveal-modal {
		box-sizing: border-box;
		width: 83.33%;
		padding: 20px;
	}
}



embed {
	width: 100%;
	height: 100%;
}

.super-special-class {
	height: 80% !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.super-special-class {
		width: 100% !important;
		height: auto !important;
	}
}

/*
Promoted box styles
*/

.promoted-box {

}

.promoted-carousel {

}

.promoted-carousel .item {

}

.promoted-carousel .item .left-side {
	width: 30%;
	float: left;
}

.promoted-carousel .item .right-side {
	width: 69%;
	float: left;
	text-align: left;
	color: black;
}

.promoted-carousel .item .right-side h1 {
	color: #6f9c37;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.promoted-carousel .item .right-side p {
}

.promoted-carousel .item .right-side small a {
	color: inherit;
	float: right;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.promoted-carousel .item .left-side {
		width: 100%;
		float: left;
		clear: both;
	}
	
	.promoted-carousel .item .right-side {
		width: 100%;
		margin-top: 20px;
		float: left;
		clear: both;
		text-align: left;
		color: black;
	}
}

/*
Partners styles
*/

.partner-logo {
	float: right;
}

.partner-heading {

}

.partner-heading h1.partner-heading {
	font-size: 52px !important;
	margin-top: 0 !important;
	margin-bottom: 25px !important;
}

.partner-content {
	font-size: 16px;
	margin: 25px 0 50px;
}

.partner-gallery img {
	margin: 5px 5px 5px 0;
	height: 75px;
	border: 1px solid gray;
	padding: 15px;
}

#timework-footer {
	position: absolute;
	left: 50%;
	margin-left: -105px;
	font-size: 20px;
	margin-top: -18px;
}

.rent-partners-panel {

}

.rent-partners-panel .block-1 {
	width: 150px;
	height: 150px;
	border: 1px solid #fff;
	float: left;
	background: white;
}

.rent-partners-panel .block-1 img {
	height: 100%;
}

.rent-partners-panel .block-2 {
	width: 300px;
	height: 150px;
	border: 1px solid #fff;
	float: left;
	background: white;
}

.rent-partners-panel .block-2 img {
	height: 100%;
}

.mobile-info {
	display: none;
}

#request {
	width: 100%;
	min-height: 600px;
	color: black;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2)),
	white;
	background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
	white;
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
	white;
}

#request h1 {
	font-family: "proximanovaexcn_bold";
	font-size: 45px;
	color: black;
	margin-bottom: 25px;
	text-transform: uppercase;
}

#request h1:after,
#request h1:before {
	content: " ";
	display: inline-block;
	width: 0;
	height: 40px;
	background: url('images/lines_3_right.png') center no-repeat;
}

#request h1:before {
	background-image: url('images/lines_3_left.png');
}

#request .req-inner {
	width: 60%;
	padding-top: 150px;
	margin: 0 auto;
	padding-bottom: 250px;
}

#request .req-inner input {
	width: 100%;
	height: 25px;
	border: 1px solid lightgray;
	margin: 0.5% 1%;
}

#request .req-inner textarea {
	width: 92%;
	height: 150px;
	border: 1px solid lightgray;
	clear: both;
}

#request .req-inner label {
	clear: both;
	font-size: 16px;
}

#request .req-inner .req-block {
	display: inline-block;
	width: 45%;
	margin: 0.5% 1%;
}

#request .req-inner .req-button {
	display: block;
	width: 30%;
	margin: 0 auto;
}

#request .req-inner .req-button input {
	width: 100%;
	height: 50px;
	font-size: 20px;
}

@media only screen and (max-width: 1440px) and (min-width: 767px) {
	
	#request .req-inner .req-button {
		display: block;
		width: 75%;
		margin: 0 auto;
	}
	
	#request h1:after,
	#request h1:before {
		content: " ";
		display: inline-block;
		width: 0;
		height: 0;
		background: url('images/lines_3_right.png') center no-repeat;
	}
	
	#request h1:before {
		background-image: url('images/lines_3_left.png');
	}
}

#about-page .bottom-panel {
	background-size: 250px;
}

@media only screen and (max-width: 767px) {
	#request h1 {
		font-family: "proximanovaexcn_bold";
		font-size: 16px;
		color: black;
		margin-bottom: 25px;
		text-transform: uppercase;
	}
	
	#request h1:after,
	#request h1:before {
		content: " ";
		display: inline-block;
		width: 0;
		height: 0;
		background: url('images/lines_3_right.png') center no-repeat;
	}
	
	#request h1:before {
		background-image: url('images/lines_3_left.png');
	}
	
	#request .req-inner .req-block {
		display: inline-block;
		width: 100%;
		margin: 2% 0;
	}
	
	#request .req-inner input {
		width: 98%;
		height: 25px;
		border: 1px solid lightgray;
	}
	
	#request .req-inner .req-button {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	
	#request .req-inner textarea {
		width: 100%;
		height: 150px;
		border: 1px solid lightgray;
		margin: 2% auto;
	}
}

@media only screen and (max-width: 1920px) and (min-width: 1280px) {
	
	#about-page {
		background: white;
		min-height: 900px;
		height: 100%;
		position: relative;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	
	#about-page h1 {
		font-size: 36px;
		color: #6f9c37;
		margin-bottom: 24px;
		margin-top: 50px;
	}
	
	#about-page span.red {
		color: red;
	}
	
	#about-page .main-wrapper {
		min-width: 98%;
		width: 70%;
		margin: 80px auto;
		height: 100%;
		color: black;
		min-height: 100px;
		z-index: 10000;
		text-align: left;
	}
	
	#about-page .main-wrapper .left-panel {
		width: 40%;
		min-width: 420px;
		display: inline-block;
		min-height: 755px;
		background-size: cover;
		float: left;
	}
	
	#about-page .main-wrapper .right-panel {
		width: 56%;
		min-width: 700px;
		display: inline-block;
		min-height: 760px;
		float: left;
		margin-left: 30px;
		background-position: bottom right;
		background-image: url('../img/temp/2.png');
		background-repeat: no-repeat;
	}
	
	#about-page .main-wrapper .right-panel .block {
		display: block;
	}
	
	#about-page .top-panel {
		height: 50vh;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#about-page .bottom-panel {
		min-width: 1200px;
		width: 65%;
		color: black;
		padding: 40px 30px;
		text-align: left;
	}
	
	#about-page .bottom-panel .block-bb {
		width: 47%;
		display: inline-block;
		float: left;
		margin-right: 25px;
	}
	
	#about-page .bottom-panel .pd-top {
		margin-top: 30px;
	}
	
	#about-page .block-dg {
		display: inline-block;
		float: left;
		margin: 0 15px 15px 0;
		width: 145px;
	}
	
	#about-page .block-dg p {
		line-height: 22px;
	}
	
	#about-page .block-dg p.sum {
		height: 45px;
	}
	
	#about-page .block-dg-line {
		display: inline-block;
		float: left;
		height: 120px;
		width: 3px;
		background: #A8CB45;
		margin: 0 5px;
	}
	
	#about-page .mobile-menu {
		display: none;
	}
	
	#about-page .main-wrapper .mobile-menu {
		display: none;
	}
	
	#about-page .img-block {
		display: none;
	}
	
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) and (max-height: 768px) {
	
	#about-page {
		background: white;
		min-height: 700px;
		height: 100%;
		position: relative;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	
	#about-page h1 {
		font-size: 32px;
		color: #6f9c37;
		margin-bottom: 10px;
	}
	
	#about-page span.red {
		color: red;
	}
	
	#about-page .main-wrapper {
		min-width: 1360px;
		width: 70%;
		margin: 80px auto;
		height: 100%;
		color: black;
		min-height: 100px;
		z-index: 10000;
		text-align: left;
	}
	
	#about-page .main-wrapper .left-panel {
		width: 40%;
		min-width: 420px;
		display: inline-block;
		min-height: 460px;
		background-size: cover;
		float: left;
	}
	
	#about-page .main-wrapper .right-panel {
		width: 54%;
		min-width: 680px;
		display: inline-block;
		min-height: 460px;
		float: left;
		margin-left: 30px;
		background-position: bottom right;
		background-image: url('../img/temp/2-small.png');
		background-repeat: no-repeat;
	}
	
	#about-page .main-wrapper .right-panel .block {
		display: block;
	}
	
	#about-page .top-panel {
		min-width: 1280px;
		min-height: 260px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#about-page .bottom-panel {
		min-width: 1200px;
		width: 65%;
		min-height: 260px;
		margin: 5px auto;
		color: black;
		text-align: left;
	}
	
	#about-page .bottom-panel .block-bb {
		width: 47%;
		display: inline-block;
		float: left;
		margin-right: 25px;
		padding-top: 0;
		marin-top: -35px;
	}
	
	#about-page .bottom-panel .pd-top {
		margin-top: 30px;
	}
	
	#about-page .block-dg {
		display: inline-block;
		float: left;
		margin: 0 15px 15px 0;
		width: 145px;
	}
	
	#about-page .block-dg p {
		line-height: 22px;
	}
	
	#about-page .block-dg p.sum {
		height: 45px;
	}
	
	#about-page .block-dg-line {
		display: inline-block;
		float: left;
		height: 120px;
		width: 3px;
		background: #A8CB45;
		margin: 0 5px;
	}
	
	#about-page .mobile-menu {
		display: none;
	}
	
	#about-page .main-wrapper .mobile-menu {
		display: none;
	}
	
	#about-page .img-block {
		display: none;
	}
	
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
	
	#about-page {
		background: white;
		min-height: 700px;
		height: 100%;
		position: relative;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	
	#about-page h1 {
		font-size: 32px;
		color: #6f9c37;
		margin-bottom: 10px;
	}
	
	#about-page span.red {
		color: red;
	}
	
	#about-page .main-wrapper {
		min-width: 98%;
		width: 70%;
		margin: 80px auto;
		height: 100%;
		color: black;
		min-height: 100px;
		z-index: 10000;
		text-align: left;
	}
	
	#about-page .main-wrapper .left-panel {
		width: 40%;
		min-width: 420px;
		display: inline-block;
		min-height: 550px;
		background-size: cover;
		float: left;
	}
	
	#about-page .main-wrapper .right-panel {
		width: 54%;
		min-width: 680px;
		display: inline-block;
		min-height: 550px;
		float: left;
		margin-left: 30px;
		background-position: bottom right;
		background-image: url('../img/temp/2-small.png');
		background-repeat: no-repeat;
	}
	
	#about-page .main-wrapper .right-panel .block {
		display: block;
	}
	
	#about-page .top-panel {
		min-width: 1280px;
		min-height: 260px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#about-page .bottom-panel {
		min-width: 1200px;
		width: 65%;
		min-height: 310px;
		margin: 5px auto;
		color: black;
		text-align: left;
	}
	
	#about-page .bottom-panel .block-bb {
		width: 47%;
		display: inline-block;
		float: left;
		margin-right: 25px;
		padding-top: 0;
		marin-top: -35px;
	}
	
	#about-page .bottom-panel .pd-top {
		margin-top: 30px;
	}
	
	#about-page .block-dg {
		display: inline-block;
		float: left;
		margin: 0 15px 15px 0;
		width: 145px;
	}
	
	#about-page .block-dg p {
		line-height: 22px;
	}
	
	#about-page .block-dg p.sum {
		height: 45px;
	}
	
	#about-page .block-dg-line {
		display: inline-block;
		float: left;
		height: 120px;
		width: 3px;
		background: #A8CB45;
		margin: 0 5px;
	}
	
	#about-page .mobile-menu {
		display: none;
	}
	
	#about-page .main-wrapper .mobile-menu {
		display: none;
	}
	
	#about-page .img-block {
		display: none;
	}
	
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) and (max-height: 768px) {
	
	#about-page {
		background: white;
		min-height: 700px;
		height: 100%;
		position: relative;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	
	#about-page h1 {
		font-size: 32px;
		color: #6f9c37;
		margin-bottom: 10px;
	}
	
	#about-page span.red {
		color: red;
	}
	
	#about-page .main-wrapper {
		min-width: 1360px;
		width: 70%;
		margin: 80px auto;
		height: 100%;
		color: black;
		min-height: 100px;
		z-index: 10000;
		text-align: left;
	}
	
	#about-page .main-wrapper .left-panel {
		width: 40%;
		min-width: 420px;
		display: inline-block;
		min-height: 460px;
		background-size: cover;
		float: left;
	}
	
	#about-page .main-wrapper .right-panel {
		width: 54%;
		min-width: 680px;
		display: inline-block;
		min-height: 460px;
		float: left;
		margin-left: 30px;
		background-position: bottom right;
		background-image: url('../img/temp/2-small.png');
		background-repeat: no-repeat;
	}
	
	#about-page .main-wrapper .right-panel .block {
		display: block;
	}
	
	#about-page .top-panel {
		min-width: 1280px;
		min-height: 260px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#about-page .bottom-panel {
		min-width: 1200px;
		width: 65%;
		min-height: 260px;
		margin: 5px auto;
		color: black;
		text-align: left;
	}
	
	#about-page .bottom-panel .block-bb {
		width: 47%;
		display: inline-block;
		float: left;
		margin-right: 25px;
		padding-top: 0;
		marin-top: -35px;
	}
	
	#about-page .bottom-panel .pd-top {
		margin-top: 30px;
	}
	
	#about-page .block-dg {
		display: inline-block;
		float: left;
		margin: 0 15px 15px 0;
		width: 145px;
	}
	
	#about-page .block-dg p {
		line-height: 22px;
	}
	
	#about-page .block-dg p.sum {
		height: 45px;
	}
	
	#about-page .block-dg-line {
		display: inline-block;
		float: left;
		height: 120px;
		width: 3px;
		background: #A8CB45;
		margin: 0 5px;
	}
	
	#about-page .mobile-menu {
		display: none;
	}
	
	#about-page .main-wrapper .mobile-menu {
		display: none;
	}
	
	#about-page .img-block {
		display: none;
	}
	
}

@media only screen and (min-width: 1280px) and (max-width: 1280px) and (max-height: 800px) {
	
	#about-page {
		background: white;
		min-height: 700px;
		height: 100%;
		position: relative;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	
	#about-page h1 {
		font-size: 32px;
		color: #6f9c37;
		margin-bottom: 10px;
	}
	
	#about-page span.red {
		color: red;
	}
	
	#about-page .main-wrapper {
		min-width: 1360px;
		width: 70%;
		margin: 80px auto;
		height: 100%;
		color: black;
		min-height: 100px;
		z-index: 10000;
		text-align: left;
	}
	
	#about-page .main-wrapper .left-panel {
		width: 40%;
		min-width: 420px;
		display: inline-block;
		height: auto;
		min-height: 500px;
		background-size: cover;
		float: left;
	}
	
	#about-page .main-wrapper .right-panel {
		width: 54%;
		min-width: 680px;
		display: inline-block;
		height: auto;
		min-height: 500px;
		float: left;
		margin-left: 30px;
		background-position: bottom right;
		background-image: url('../img/temp/2-small.png');
		background-repeat: no-repeat;
	}
	
	#about-page .main-wrapper .right-panel .block {
		display: block;
	}
	
	#about-page .top-panel {
		min-width: 1280px;
		margin: 35px auto 10px;
		min-height: 280px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#about-page .bottom-panel {
		min-width: 1200px;
		width: 65%;
		min-height: 260px;
		margin: 5px auto;
		color: black;
		text-align: left;
		background-position: bottom right;
		background-image: url('../img/temp/2-small.png');
		background-repeat: no-repeat;
	}
	
	#about-page .bottom-panel .block-bb {
		width: 47%;
		display: inline-block;
		float: left;
		margin-right: 25px;
		padding-top: 0;
		margin-top: 0;
	}
	
	#about-page .bottom-panel .pd-top {
		margin-top: 30px;
	}
	
	#about-page .block-dg {
		display: inline-block;
		float: left;
		margin: 0 15px 15px 0;
		width: 145px;
	}
	
	#about-page .block-dg p {
		line-height: 22px;
	}
	
	#about-page .block-dg p.sum {
		height: 45px;
	}
	
	#about-page .block-dg-line {
		display: inline-block;
		float: left;
		height: 120px;
		width: 3px;
		background: #A8CB45;
		margin: 0 5px;
	}
	
	#about-page .mobile-menu {
		display: none;
	}
	
	#about-page .main-wrapper .mobile-menu {
		display: none;
	}
	
	#about-page .img-block {
		display: none;
	}
	
}

@media only screen and (max-width: 1280px) and (min-height: 800px) and (max-height: 800px) {
	
	#about-page {
		background: white;
		min-height: 700px;
		height: 100%;
		position: relative;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	
	#about-page h1 {
		font-size: 32px;
		color: #6f9c37;
		margin-bottom: 10px;
	}
	
	#about-page span.red {
		color: red;
	}
	
	#about-page .main-wrapper {
		min-width: 1360px;
		width: 70%;
		margin: 80px auto;
		height: 100%;
		color: black;
		min-height: 100px;
		z-index: 10000;
		text-align: left;
	}
	
	#about-page .main-wrapper .left-panel {
		width: 40%;
		min-width: 420px;
		display: inline-block;
		min-height: 480px;
		background-size: cover;
		float: left;
	}
	
	#about-page .main-wrapper .right-panel {
		width: 54%;
		min-width: 680px;
		display: inline-block;
		min-height: 480px;
		float: left;
		margin-left: 30px;
		background-position: bottom right;
		background-image: url('../img/temp/2-small.png');
		background-repeat: no-repeat;
	}
	
	#about-page .main-wrapper .right-panel .block {
		display: block;
	}
	
	#about-page .top-panel {
		min-width: 1280px;
		margin: 35px auto 10px;
		min-height: 280px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#about-page .bottom-panel {
		min-width: 1200px;
		width: 65%;
		min-height: 260px;
		margin: 5px auto;
		color: black;
		text-align: left;
		background-position: bottom right;
		background-image: url('../img/temp/2-small.png');
		background-repeat: no-repeat;
	}
	
	#about-page .bottom-panel .block-bb {
		width: 47%;
		display: inline-block;
		float: left;
		margin-right: 25px;
		padding-top: 0;
		marin-top: -35px;
	}
	
	#about-page .bottom-panel .pd-top {
		margin-top: 30px;
	}
	
	#about-page .block-dg {
		display: inline-block;
		float: left;
		margin: 0 15px 15px 0;
		width: 145px;
	}
	
	#about-page .block-dg p {
		line-height: 22px;
	}
	
	#about-page .block-dg p.sum {
		height: 45px;
	}
	
	#about-page .block-dg-line {
		display: inline-block;
		float: left;
		height: 120px;
		width: 3px;
		background: #A8CB45;
		margin: 0 5px;
	}
	
	#about-page .mobile-menu {
		display: none;
	}
	
	#about-page .main-wrapper .mobile-menu {
		display: none;
	}
	
	#about-page .img-block {
		display: none;
	}
	
}

@media only screen and (min-width: 1600px) and (max-width: 1600px) and (max-height: 900px) {
	
	#about-page {
		background: white;
		min-height: 700px;
		height: 100%;
		position: relative;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	
	#about-page h1 {
		font-size: 32px;
		color: #6f9c37;
		margin-bottom: 10px;
	}
	
	#about-page span.red {
		color: red;
	}
	
	#about-page .main-wrapper {
		min-width: 98%;
		width: 70%;
		margin: 80px auto;
		height: 100%;
		color: black;
		min-height: 100px;
		z-index: 10000;
		text-align: left;
	}
	
	#about-page .main-wrapper .left-panel {
		width: 40%;
		min-width: 420px;
		display: inline-block;
		height: 77%;
		min-height: 520px;
		background-size: cover;
		float: left;
	}
	
	#about-page .main-wrapper .right-panel {
		width: 54%;
		min-width: 680px;
		display: inline-block;
		height: 77%;
		min-height: 520px;
		float: left;
		margin-left: 30px;
		background-position: bottom right;
		background-image: url('../img/temp/2-small.png');
		background-repeat: no-repeat;
	}
	
	#about-page .main-wrapper .right-panel .block {
		display: block;
	}
	
	#about-page .top-panel {
		min-width: 1280px;
		min-height: 300px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#about-page .bottom-panel {
		min-width: 1200px;
		width: 65%;
		min-height: 350px;
		margin: 5px auto;
		color: black;
		text-align: left;
	}
	
	#about-page .bottom-panel .block-bb {
		width: 47%;
		display: inline-block;
		float: left;
		margin-right: 25px;
		padding-top: 0;
	}
	
	#about-page .bottom-panel .pd-top {
		margin-top: 30px;
	}
	
	#about-page .block-dg {
		display: inline-block;
		float: left;
		margin: 0 15px 15px 0;
		width: 145px;
	}
	
	#about-page .block-dg p {
		line-height: 22px;
	}
	
	#about-page .block-dg p.sum {
		height: 45px;
	}
	
	#about-page .block-dg-line {
		display: inline-block;
		float: left;
		height: 120px;
		width: 3px;
		background: #A8CB45;
		margin: 0 5px;
	}
	
	#about-page .mobile-menu {
		display: none;
	}
	
	#about-page .main-wrapper .mobile-menu {
		display: none;
	}
	
	#about-page .img-block {
		display: none;
	}
	
}

@media only screen and (min-width: 768px)  and (max-width: 1024px) {
	
	.rent-partners-panel .block-1 {
		width: 100%;
		height: 150px;
		border: 1px solid #fff;
		float: left;
		background: white;
	}
	
	.rent-partners-panel .block-1 img {
		height: 100%;
	}
	
	.rent-partners-panel .block-2 {
		width: 100%;
		height: 150px;
		border: 1px solid #fff;
		float: left;
		background: white;
	}
	
	.rent-partners-panel .block-2 img {
		height: 100%;
	}
	
	#about-page {
		background: white;
		min-height: 700px;
		height: 100%;
		position: relative;
		display: table;
		width: 100%;
		table-layout: fixed;
		text-align: center
	}
	
	#about-page h1 {
		font-size: 32px;
		color: #6f9c37;
		margin: 5px 5px 5px 0;
	}
	
	#about-page span.red {
		color: red;
	}
	
	#about-page .main-wrapper {
		min-width: 768px;
		margin: 80px auto;
		height: 100%;
		color: black;
		min-height: 100px;
		z-index: 10000;
		text-align: left;
	}
	
	#about-page .main-wrapper .left-panel {
		width: 28%;
		min-width: 350px;
		display: inline-block;
		min-height: 480px;
		background-size: cover;
		float: left;
	}
	
	#about-page .main-wrapper .right-panel {
		width: 62%;
		min-width: 500px;
		display: inline-block;
		min-height: 480px;
		float: left;
		margin-left: 30px;
		background-position: bottom right;
	}
	
	#about-page .main-wrapper .right-panel .block {
		display: block;
	}
	
	#about-page .top-panel {
		height: 40vh;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#about-page .bottom-panel {
		min-height: 275px;
		padding: 40px 30px;
		color: black;
		text-align: left;
	}
	
	#about-page .bottom-panel .block-bb {
		width: 47%;
		display: inline-block;
		float: left;
		margin-right: 25px;
		padding-top: 0;
	}
	
	#about-page .bottom-panel .pd-top {
		margin-top: 30px;
	}
	
	#about-page .block-dg {
		display: inline-block;
		float: left;
		margin: 0 15px 15px 0;
		width: 145px;
	}
	
	#about-page .block-dg p {
		line-height: 22px;
	}
	
	#about-page .block-dg p.sum {
		height: 45px;
	}
	
	#about-page .block-dg-line {
		display: inline-block;
		float: left;
		height: 120px;
		width: 3px;
		background: #A8CB45;
		margin: 0 5px;
	}
	
	#about-page .mobile-menu {
		display: none;
	}
	
	#about-page .main-wrapper .mobile-menu {
		display: none;
	}
	
	#about-page .img-block {
		display: none;
	}
	
}

@media only screen
and (min-width: 468px)
and (max-width: 768px) {
	
	#timework-footer {
		position: relative;
		float: left;
		left: 0%;
		display: inline-block;
		padding: 3px;
		width: 100%;
		margin: 0 auto;
		clear: both;
	}
	
	.rent-partners-panel .block-1 {
		width: 100%;
		height: 150px;
		border: 1px solid #fff;
		float: left;
		background: white;
	}
	
	.rent-partners-panel .block-1 img {
		height: 100%;
	}
	
	.rent-partners-panel .block-2 {
		width: 100%;
		height: 150px;
		border: 1px solid #fff;
		float: left;
		background: white;
	}
	
	.rent-partners-panel .block-2 img {
		height: 100%;
	}
	
	#about-page h1 {
		font-size: 32px;
		color: #6f9c37;
		margin-bottom: 30px;
	}
	
	#about-page span.red {
		color: red;
	}
	
	#about-page .mobile-info {
		display: block;
		width: 100%;
		min-height: 100px;
		z-index: 10000;
	}
	
	#about-page .mobile-info .divi {
		width: 100%;
		clear: both;
		height: 15px;
		background: #A8CB45;
	}
	
	#about-page .main-wrapper {
		width: 100%;
		margin: 0 auto;
		height: 100%;
		color: black;
		min-height: 100px;
		z-index: 10000;
		text-align: left;
	}
	
	#about-page .main-wrapper .mobile-menu {
		display: block;
		color: black;
		border-bottom: 1px solid gray;
		width: 100%;
		margin-bottom: 15px;
		margin-top: -15px;
		border-top: 1px solid gray;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#about-page .main-wrapper .mobile-menu .item {
		display: inline-block;
		margin: 10px auto;
		color: black;
		font-size: 26px;
		font-weight: bold;
		height: 26px;
		width: auto;
		min-height: 26px;
		text-transform: uppercase;
		text-align: center;
	}
	
	#about-page .main-wrapper .mobile-menu .item p {
		margin-bottom: 0;
		padding: 0;
	}
	
	#about-page .main-wrapper .mobile-menu .item a {
		color: inherit;
	}
	
	#about-page .mobile-menu {
		display: block;
		color: black;
		border-bottom: 1px solid gray;
		width: 100%;
		margin-bottom: 0;
		margin-top: 70px;
		border-top: 1px solid gray;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#about-page .mobile-menu .item {
		display: inline-block;
		clear: both;
		padding: 5px;
		color: black;
		font-size: 26px;
		font-weight: bold;
		width: 48% !important;
		vertical-align: middle !important;
		min-height: 26px;
		text-transform: uppercase;
		text-align: center;
	}
	
	#about-page .mobile-menu .item a {
		color: inherit;
	}
	
	#about-page .mobile-menu .item p {
		margin-bottom: 0;
		padding: 0;
	}
	
	#about-page .main-wrapper .left-panel {
		display: block;
		width: 100%;
		height: 200px;
		float: left;
		clear: both;
		background-size: cover;
	}
	
	#about-page .main-wrapper .right-panel {
		display: block;
		width: 100%;
		float: left;
		clear: both;
		padding: 10px;
		margin: 15px auto;
		max-width: 468px;
		min-width: 320px;
		display: inline-block;
		float: left;
		background-position: bottom right;
	}
	
	#about-page .main-wrapper .right-panel .block {
		display: block;
	}
	
	#about-page .top-panel {
		float: left;
		clear: both;
		display: block;
		width: 100% !important;
		height: 200px;
		background-size: cover;
		background-position: center;
	}
	
	#about-page .bottom-panel {
		min-height: 275px;
		margin: 5px auto;
		color: black;
		text-align: left;
		padding: 10px;
	}
	
	#about-page .bottom-panel .block-bb {
		display: block;
		float: left;
		margin-right: 10px;
		margin-left: 10px;
		padding-top: 0;
	}
	
	#about-page .bottom-panel .pd-top {
		margin-top: 30px;
	}
	
	#about-page .block-dg {
		display: none;
	}
	
	#about-page .block-dg-line {
		display: none;
	}
	
	#about-page .img-block {
		width: 95%;
		margin: 20px 0;
	}
	
	#about-page .img-block img {
		width: 100%;
	}
	
}

@media only screen and (min-width: 320px) and (max-width: 468px) {
	
	#timework-footer {
		position: relative;
		float: left;
		left: 0%;
		display: inline-block;
		padding: 3px;
		width: 100%;
		margin: 0 auto;
		clear: both;
	}
	
	.rent-partners-panel {
	
	}
	
	.rent-partners-panel .block-1 {
		width: 100%;
		height: 150px;
		border: 1px solid #fff;
		float: left;
		background: white;
	}
	
	.rent-partners-panel .block-1 img {
		height: 100%;
	}
	
	.rent-partners-panel .block-2 {
		width: 100%;
		height: 150px;
		border: 1px solid #fff;
		float: left;
		background: white;
	}
	
	.rent-partners-panel .block-2 img {
		height: 100%;
	}
	
	#about-page h1 {
		font-size: 32px;
		color: #6f9c37;
		margin-bottom: 30px;
	}
	
	#about-page span.red {
		color: red;
	}
	
	#about-page .mobile-info {
		display: block;
		width: 100%;
		min-height: 100px;
		z-index: 10000;
	}
	
	#about-page .mobile-info .divi {
		width: 100%;
		clear: both;
		height: 15px;
		background: #A8CB45;
	}
	
	#about-page .main-wrapper {
		width: 100%;
		margin: 0 auto;
		height: 100%;
		color: black;
		min-height: 100px;
		z-index: 10000;
		text-align: left;
	}
	
	#about-page .main-wrapper .mobile-menu {
		display: block;
		color: black;
		border-bottom: 1px solid gray;
		width: 100%;
		margin-bottom: 15px;
		margin-top: -15px;
		border-top: 1px solid gray;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#about-page .main-wrapper .mobile-menu .item {
		display: inline-block;
		margin: 10px auto;
		color: black;
		font-size: 26px;
		font-weight: bold;
		height: 26px;
		width: auto;
		min-height: 26px;
		text-transform: uppercase;
		text-align: center;
	}
	
	#about-page .main-wrapper .mobile-menu .item p {
		margin-bottom: 0;
		padding: 0;
	}
	
	#about-page .main-wrapper .mobile-menu .item a {
		color: inherit;
	}
	
	#about-page .mobile-menu {
		display: block;
		color: black;
		border-bottom: 1px solid gray;
		width: 100%;
		margin-bottom: 0;
		margin-top: 70px;
		border-top: 1px solid gray;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#about-page .mobile-menu .item {
		display: inline-block;
		clear: both;
		padding: 5px;
		color: black;
		font-size: 26px;
		font-weight: bold;
		width: 48% !important;
		vertical-align: middle !important;
		min-height: 26px;
		text-transform: uppercase;
		text-align: center;
	}
	
	#about-page .mobile-menu .item a {
		color: inherit;
	}
	
	#about-page .mobile-menu .item p {
		margin-bottom: 0;
		padding: 0;
	}
	
	#about-page .main-wrapper .left-panel {
		display: block;
		width: 100%;
		height: 250px;
		float: left;
		clear: both;
		background-size: cover;
	}
	
	#about-page .main-wrapper .right-panel {
		display: block;
		width: 100%;
		float: left;
		clear: both;
		padding: 10px;
		margin: 15px auto;
		max-width: 468px;
		min-width: 320px;
		display: inline-block;
		float: left;
		background-position: bottom right;
	}
	
	#about-page .main-wrapper .right-panel .block {
		display: block;
	}
	
	#about-page .top-panel {
		float: left;
		clear: both;
		display: block;
		width: 100% !important;
		height: 250px;
		background-size: cover;
		background-position: center;
	}
	
	#about-page .bottom-panel {
		min-height: 275px;
		margin: 5px auto;
		color: black;
		text-align: left;
		padding: 10px;
	}
	
	#about-page .bottom-panel .block-bb {
		display: block;
		float: left;
		padding-top: 0;
	}
	
	#about-page .bottom-panel .pd-top {
		margin-top: 30px;
	}
	
	#about-page .block-dg {
		display: none;
	}
	
	#about-page .block-dg-line {
		display: none;
	}
	
	#about-page .img-block {
		width: 95%;
		margin: 20px 0;
	}
	
	#about-page .img-block img {
		width: 100%;
	}
	
}

.copy a {
	color: inherit;
}

.cleaner {
	clear: both;
}