/* CSS Document */
/* light blue #1895d7 */
/* dark blue #293b67 */

* {
	outline: none;
}

HTML {}

BODY {
	font-family: 'Work Sans', sans-serif;
	padding: 0;
	margin: 0;
}

H1 {
	font-size: 28px;
	line-height: 34px;
	color: #000;
	font-weight: 600;
}

H2 {
	font-size: 25px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
}

H3 {
	font-size: 22px;
	line-height: 27px;
	color: #000;
	font-weight: 600;
}

H4 {
	font-size: 18px;
	line-height: 23px;
	color: #000;
	font-weight: 600;
}

H5 {
	font-size: 14px;
	line-height: 19px;
	color: #000;
	font-weight: 600;
}

H6 {
	font-size: 14px;
	line-height: 19px;
	color: #000;
	font-weight: 600;
}

H1 A,
H2 A,
H3 A,
H4 A,
H5 A,
H6 A {
	text-decoration: none;
}

IMG {
	border: none;
}

HR {
	border: none;
	border-bottom: solid 1px #BBB;
	margin: 20px 0 20px 0;
}

.clr {
	clear: both;
}

.width {
	position: relative;
	width: 1200px;
	margin: 0 auto 0 auto;
}

.full-width-image {
	width: 100%;
	height: auto;
	display: block;
}

.half-width-image {
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto 0 auto;
}

.twothirds-width-image {
	width: 66.6666%;
	height: auto;
	display: block;
	margin: 0 auto 0 auto;
}

.round {
	border-radius: 50%;
	width: 80%;
	margin: 0 auto 0 auto;
}

.full-width-iframe {
	display: block;
}

.table {
	display: table;
	height: 100%;
}

.table .cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.orange-bg {
	background-color: #f17631;
	min-height: 100px;
}

.blue-bg {
	background-color: #505a6d;
}

.white-bg {
	background-color: #FFFFFF;
}

.grey-bg {
	background-color: #F8F8F8;
}

.side-block {
	margin: 20px 0 0 0;
}

.border {
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 1px 20px;
}

/*	COLUMNS  ************************************************************* */

DIV.full_col {
	box-sizing: border-box;
	padding: 20px;
}

DIV.half_col {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
}

DIV.third_col {
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 20px;
}

DIV.twoThirds_col {
	float: left;
	width: 66.6666%;
	box-sizing: border-box;
	padding: 20px;
}

DIV.quarter_col {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 20px;
}

DIV.threeQuarters_col {
	float: left;
	width: 75%;
	box-sizing: border-box;
	padding: 20px;
}

DIV.fifth_col {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 20px;
}

DIV.sixth_col {
	float: left;
	width: 16.6666%;
	box-sizing: border-box;
	padding: 20px;
}

DIV.twoSixth_col {
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 20px;
}

DIV.no-padd {
	padding: 0;
}

/* ********************************************************************* */
/*	HEAD
/* ********************************************************************* */

#head {
	position: relative;
	z-index: 990;
	background-color: #505a6d;
	height: 120px;
}

#head .width {
	position: relative;
	height: 100%;
}

#head #logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 280px;
}

#head #logo IMG {
	display: block;
	width: 100%;
	height: auto;
}

#head #social {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	box-sizing: border-box;
	text-align: right;
}

#head #social A {
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
}

#head #social A:HOVER {
	color: #f17631;
}

#head #social A.icon {
	display: inline-block;
	font-size: 14px;
	color: #505a6d;
	background-color: #FFF;
	min-width: 24px;
	text-align: center;
	border: solid 1px #ffffff;
}

#head #social A.icon:HOVER {
	background-color: #f17631;
}

#head #social A.tel {
	display: inline-block;
	border: none;
	padding: 0 10px 0 10px;
}

#head #social A.email {
	display: inline-block;
	border: none;
	padding: 0 10px 0 10px;
}

/*	MENU
/* ********************************************************************* */

#head #menutab {
	display: none;
}

#head #menu {
	position: absolute;
	bottom: 20px;
	right: 0px;
	display: block;
	box-sizing: border-box;
}

#head #menu UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: table;
}

#head #menu UL LI {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: table-cell;
}

#head #menu UL LI .rmore {
	display: none;
}

#head #menu UL LI A {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 5px 20px 5px 20px;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#head #menu UL LI A I {
	font-size: 16px;
	line-height: 20px;
}

#head #menu UL LI A:HOVER,
#head #menu UL LI.selected A {
	color: #f17631;
}

#head #menu UL LI UL {
	display: none;
	position: absolute;
	display: block;
	background-color: #505a6d;
	padding: 20px 0 0 0;
}

#head #menu UL LI UL LI {
	display: block;
	border-bottom: solid 1px #404040;
}

/* ********************************************************************* */
/*	BILLBOARD
/* ********************************************************************* */

#billboard {
	position: relative;
	z-index: 900;
	width: 100%;
}

#billboard .tile {}

#billboard .text {
	padding: 200px 20px 170px 20px
}

#billboard H3 {
	font-size: 38px;
	line-height: 38px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#billboard .bg-image {
	width: 100%;
	background-image: url(../images/keys-in-lock-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#billboard .bill-search {
	padding: 30px 0 30px 0;
}

#billboard INPUT[type="text"] {
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 5px;
	border: none;
	box-sizing: border-box;
	display: block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 10px;
	position: relative;
}

#billboard .nice-select {
	width: 100%;
	border: none;
}

#billboard .nice-select::after {
	border-bottom: 2px solid #f17631;
	border-right: 2px solid #f17631;
}

#billboard .nice-select .option {
	line-height: 30px;
	min-height: 30px;
}

#billboard BUTTON {
	width: 100%;
	background-color: #f17631;
	color: #FFF;
	border-radius: 5px;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	outline: 0;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: center !important;
	text-transform: uppercase;
}

/* ********************************************************************* */
/*	SUBNAV
/* ********************************************************************* */

#subnav {
	background-color: #505a6d;
	padding: 0;
}

#subnav A {
	display: inline-block;
	margin: 20px;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav A:HOVER,
#subnav A.selected {
	color: #f17631;
}

#marmenu {
	border-right: dotted 2px #333333;
	padding: 0 20px 0 0;
	margin: 23px 0 0 0;
}

#marmenu UL {
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
}

#marmenu UL LI {
	text-align: left;
}

#marmenu UL LI A {
	display: block;
	text-decoration: none;
	background-color: #E1E1E1;
	padding: 5px 9px;
	margin: 2px;
	border-top-right-radius: 10px;
}

#marmenu UL LI A:HOVER {
	color: #f17631;
}

/* ********************************************************************* */
/*	PAGE
/* ********************************************************************* */

#page {
	position: relative;
	z-index: 800;
}

#page A {
	color: #666666;
}

#page A {
	color: #000000;
}

#page P {
	color: #666666;
	font-size: 15px;
	line-height: 21px;
}

#page UL LI {
	color: #666666;
	font-size: 15px;
	line-height: 21px;
}

#page OL LI {
	color: #666666;
	font-size: 15px;
	line-height: 21px;
}

#page A.icon {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	background-color: #f17631;
	min-width: 24px;
	text-align: center;
}

#page A.icon:HOVER {
	background-color: #505a6d;
}

#page A.button {
	background-color: #f17631;
	color: #FFFFFF;
	padding: 10px 35px;
	border: none;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
}

#page A.button:HOVER {
	background-color: #666666;
	color: #FFFFFF;
}

#page .freeform-row {}

#page .freeform-row LABEL.label_text,
#page .freeform-row LABEL.label_email,
#page .freeform-row LABEL.label_select,
#page .freeform-row LABEL.label_textarea {
	display: none;
}

#page .freeform-row LABEL {
	color: #666666;
	font-size: 15px;
	line-height: 21px;
}

#page .freeform-row INPUT[type="text"] {
	color: #666666;
	padding: 10px;
	border: solid 1px #CCC;
	border-radius: 3px;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	line-height: 19px;
}

#page .freeform-row INPUT[type="email"] {
	color: #666666;
	padding: 10px;
	border: solid 1px #CCC;
	border-radius: 3px;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	line-height: 19px;
}

#page .freeform-row TEXTAREA {
	color: #666666;
	padding: 10px;
	border: solid 1px #CCC;
	border-radius: 3px;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	line-height: 19px;
}

#page .freeform-row SELECT {
	color: #666666;
	padding: 10px;
	border: solid 1px #CCC;
	border-radius: 3px;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	line-height: 19px;
}

#page .freeform-row BUTTON[type="submit"] {
	background-color: #f17631;
	color: #FFFFFF;
	padding: 10px 35px;
	border: none;
	border-radius: 3px;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
}

#page .prop-list .half_col {
	position: relative;
}

#page .prop-list DIV.saleagreed {
	position: absolute;
	z-index: 999;
	right: 20px;
	top: 50px;
	background-color: #f17631;
	color: #FFFFFF;
	padding: 15px 35px 15px 20px;
	font-size: 19px;
	line-height: 21px;
	text-transform: uppercase;
}

#page .prop-list DIV.saleagreedmain {
	position: absolute;
	z-index: 999;
	right: 0;
	top: 50px;
	background-color: #f17631;
	color: #FFFFFF;
	padding: 15px 35px 15px 20px;
	font-size: 19px;
	line-height: 21px;
	text-transform: uppercase;
}

#page .prop-list DIV.under {
	background-color: #EEEEEE;
	padding: 3px 15px 10px 15px;
}

#page .prop-list SPAN.features {
	margin-right: 20px;
}

#page .prop-list P .icon {
	color: #f17631;
}

#page .prop-list H4 .icon {
	color: #f17631;
}

#page .prop-list .cycle-slideshow {
	background-color: #EEEEEE;
}

#page .prop-list .cycle-pager {
	margin: 3px 0 0 0;
}

#page .prop-list .cycle-pager .thumb-image {
	width: 51px;
	height: auto;
	float: left;
	margin: 0 3px 3px 0;
	cursor: pointer;
}

#slidewrap {
	position: relative;
}

#page .prevControl {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 20px;
	z-index: 999;
	color: #f17631;
	font-size: 36px;
	line-height: 36px;
	cursor: pointer;
}

#page .nextControl {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 20px;
	z-index: 999;
	color: #f17631;
	font-size: 36px;
	line-height: 36px;
	cursor: pointer;
}

#page .side-testi {
	border-top: solid 4px #f17631;
	border-bottom: solid 4px #f17631;
	margin-top: 20px;
	padding: 10px 0px 10px 0;
}

#page .side-testi P {
	font-size: 18px;
	line-height: 25px;
}

/* ********************************************************************* */
/*	FOOT
/* ********************************************************************* */

#footimg {
	width: 100%;
	height: 190px;
	background-image: url(../images/door.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#foot {
	position: relative;
	padding: 30px 0 60px 0;
	background-color: #505a6d;
}

#foot P {
	color: #ffffff;
}

#foot P STRONG {
	color: #f17631;
}

#foot A {
	color: #FFF;
	text-decoration: none;
}

#foot A:HOVER {
	color: #f17631;
}

#foot UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#foot UL LI {
	margin: 0px;
	padding: 0px;
}

#foot .social {
	box-sizing: border-box;
	text-align: right;
}

#foot .social A {
	font-size: 15px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
}

#foot .social A:HOVER {
	color: #f17631;
}

#foot .social A.icon {
	display: inline-block;
	font-size: 14px;
	color: #505a6d;
	background-color: #FFF;
	min-width: 24px;
	text-align: center;
}

#foot .social A.icon:HOVER {
	background-color: #f17631;
}

#foot .social A.tel {
	display: inline-block;
	margin: 0 0 4px 30px;
	padding: 0 10px 0 10px;
}

#foot .social A.email {
	display: inline-block;
	margin: 0 0 4px 30px;
	padding: 0 10px 0 10px;
}

/* ********************************************************************* */
/* ***** RESPONSIVE **************************************************** */
/* ********************************************************************* */

@media screen and (max-width: 1220px) {

	.width {
		width: 960px;
	}

	/* ********************************************************************* */
	/*	HEAD
	/* ********************************************************************* */

	#head #logo {
		top: 20px;
		left: 20px;
		width: 200px;
	}

}

@media screen and (max-width: 980px) {

	.width {
		width: 100%;
	}

	/*	COLUMNS  ************************************************************* */

	DIV.full_col {
		padding: 20px;
	}

	DIV.half_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	DIV.third_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	DIV.twoThirds_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	DIV.quarter_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	DIV.threeQuarters_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	DIV.fifth_col {
		float: left;
		width: 50%;
		padding: 10px 20px;
	}

	DIV.sixth_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	DIV.twoSixth_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	/* ********************************************************************* */
	/*	HEAD
	/* ********************************************************************* */

	#head {
		height: 100px;
	}

	#head #logo {
		top: 20px;
		left: 20px;
		width: 150px;
	}

	#head #social {
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		box-sizing: border-box;
	}

	/* #head #social SPAN { display: block; } */
	#head #social A.tel {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 5px;
	}

	#head #social A.email {
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 5px;
	}

	/*	MENU
	/* ********************************************************************* */

	#head #menutab {
		display: block;
		position: absolute;
		z-index: 990;
		top: 60px;
		right: 20px;
		font-size: 26px;
		color: #FFFFFF;
		cursor: pointer;
	}

	#head #menu UL LI .rmore {
		display: block;
		height: 36px;
		width: 36px;
		margin-top: -36px;
		float: right;
		background-color: #333;
		overflow: hidden;
		cursor: pointer;
		font-size: 22px;
		line-height: 39px;
		text-align: center;
		color: #ffffff;
	}

	#head #menu UL LI .rmore SPAN {
		display: none;
	}

	#head #menu UL LI .rmore SPAN.on {
		display: inline;
	}

	#head #menu {
		float: none;
		position: fixed;
		z-index: 998;
		top: 100px;
		right: 0;
		bottom: 0;
		left: auto;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #505a6d;
		transition: margin 0.7s ease-in-out;
	}

	#head #menu.menIn {
		margin-right: 0px;
	}

	#head #menu.menOut {
		margin-right: -100%;
	}

	#head #menu UL {
		width: 100%;
		margin: 0px;
		padding: 0px;
		display: block;
		box-shadow: 0px 5px 3px 0 rgba(0, 0, 0, 0.2);
	}

	#head #menu UL LI {
		margin: 0px;
		padding: 0px;
		display: block;
	}

	#head #menu UL LI A {
		margin: 0;
		padding: 10px 0 10px 0;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
		border: none;
		border-top: solid 1px #333;
	}

	#head #menu UL LI A:HOVER {}

	#head #menu UL LI A.active {}

	#head #menu UL LI UL {
		background-color: #3F4B63;
		box-shadow: none;
		position: relative;
		padding: 0;
	}

	#head #menu UL LI UL LI A {
		color: #FFF;
	}

	#head #menu UL LI.active UL LI A {
		color: #FFF;
	}

	#head #menu UL LI UL LI.active A {
		color: #f17631;
	}

	/* ********************************************************************* */
	/*	BILLBOARD
	/* ********************************************************************* */

	#billboard .tile {}

	#billboard .text {
		padding: 80px 20px 50px 20px
	}

	#subnav {
		display: none;
	}

	#marmenu {
		border-right: none;
		padding: 0;
		margin: 0;
	}

	#marmenu UL {
		margin: 0;
		padding: 0;
	}

	#marmenu UL LI {
		float: left;
		display: block;
		text-align: center;
		width: 50%;
	}

	#marmenu UL LI A {
		display: block;
		padding: 3px 5px 3px 5px;
		margin: 1px;
		background-color: #E1E1E1;
	}

	#marmenu UL LI A:HOVER {}

	#marmenu IMG {
		display: none;
	}

	#foot {
		text-align: center;
	}

	#foot .social {
		text-align: center;
	}

}

@media screen and (max-width: 840px) {

	/*	COLUMNS  ************************************************************* */

	DIV.full_col {
		padding: 20px;
	}

	DIV.half_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	DIV.third_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	DIV.twoThirds_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	DIV.quarter_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	DIV.quarter_col.narrow_mob IMG {
		margin: 0 auto;
		width: 50%;
	}

	DIV.threeQuarters_col {
		float: none;
		width: 100%;
		padding: 10px 20px;
	}

	DIV.fifth_col {
		float: left;
		width: 100%;
		padding: 10px 20px;
	}

}

@media screen and (max-width: 600px) {

	#head #social A.tel {
		display: none;
	}

	#head #social A.email {
		display: none;
	}

}

@media screen and (max-width: 420px) {}