* {box-sizing: border-box;}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "din-2014";
	font-size: 16px;
	line-height: 22px;
	color: #000;
    font-weight: 300;
	background: lightgray;
}

.wf-loading { visibility: hidden;}

h1,h2,h3,h4 {
	font-weight: 500;
}

strong, b {
	font-weight: 500;
}

a {
	text-decoration: none;
	color: #666;
}

.inlease__load {
	background: #A00;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 20px;
}
	
	.inlease__load:hover {
		background: #fff !important;
	}


#centerbox {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

#menu_container {
	min-height: 100px;
	position: relative;
}

#menu_container .bg > img {
	width: 100%;
}

#menu_container .bg {
	position:relative;
}

#menu_container .trnst {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: url(/images/btmtrans.png) repeat-x;
}

#menu_container .trans {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 100%;
	background: url(/images/menu_trans.png) repeat-x;
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
}

.sitecenter {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

#menu .sitecenter {
	text-align: center;
}

#menu .tl {
	padding-top: 40px;
	float: left;
	max-height: 130px;
}

.tm {
	list-style: none;
	padding: 40px 0px;
	margin: 0px;
	float: right;
}

.tm li {
	display: inline-block;
	padding: 10px 0px;
	margin: 0px;
}

.tm li a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	padding: 5px 10px;
}

.tm li a::after {
	content: '';
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}


.tm li a:hover {
	color: #fff;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	position: relative;
	background: #600;
}

.tm li a:hover::after {
	content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #600;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}


.tm li a.active {
	color: #fff !important;
    position: relative;
    background: #600;
    padding: 5px 10px;
}

.tm li a.active::after {
	content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #600;
}


#scrolled_menu .tm {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.llnl {
	/*display: inline-block; */
}


.llnl td {
	padding: 5px;
}

.llnl td:nth-child(odd) {
	font-weight: 500;
	vertical-align: top;
	width: 200px;
}

.llnl h2 {
	margin: 20px 0px 10px 0px;
}

#scrolled_menu {
	position: fixed;
	top: -100px;
	left: 0px;
	width: 100%;
	height: 70px;
	background: #fff;
	color: #000;
	z-index: 110;
	padding: 15px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#scrolled_menu .tm li a {
	color: #000;
}


#scrolled_menu.active {
	top: 0px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.occDv {
	display: inline-block;
	width: 25%;
	xheight: 425px;
	vertical-align: top;
	padding: 30px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	text-align: left;
	overflow:hidden;
	position: relative;
}

.occDv h2 {
	line-height: 26px;
}

.occDvNoClick {
	display: inline-block;
    width: calc(25% - 60px);
    height: 375px;
    vertical-align: top;
    margin: 30px;
    text-align: center;
    padding-top: 100px;
    background: #eee;
	position: relative;
}

.occDvNoClick h2 {
	font-size: 40px;
	line-height: 30px;
}

.occDvNoClick h2 .rrw {
	color: #600;
	font-size: 30px;
	display: inline-block;
	-webkit-transform:scale(1,2); /* Safari and Chrome */
    -moz-transform:scale(1,2); /* Firefox */
    -ms-transform:scale(1,2); /* IE 9 */
    -o-transform:scale(1,2); /* Opera */
    transform:scale(1,2); /* W3C */
	font-weight: 100;
	padding-right: 10px;
    padding-bottom: 6px;
}

.occ_hdr .rrw {
	color: #600;
    font-size: 13px;
    display: inline-block;
    -webkit-transform: scale(1,2);
    -moz-transform: scale(1,2);
    -ms-transform: scale(1,2);
    -o-transform: scale(1,2);
    transform: scale(1,2);
    font-weight: 100;
    padding-right: 4px;
}

.occDvNoClick::after {
	content: '';
    position: absolute;
    right: -15px;
    top: calc(50% - 25px);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #eee;
}


.main_img {
	background-size: cover;
	height: 250px;
	position: relative;
	background-position: center bottom;
}

.main_img .prc, #main_pic .prc {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #600;
	color: #fff;
	padding: 5px 10px;
}

#main_pic .prc {
	font-size: 30px;
	padding: 10px 15px;
}

.main_img .lbl, #main_pic .lbl {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #600;
	color: #fff;
	padding: 5px 10px;
}

.occDv:hover {
	cursor: pointer;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.occDv:hover a {
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
}

.home_inl {
	padding: 30px;
	line-height: 30px;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.home_gry {
	color: #fff;
	line-height: 30px;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.sortbtn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 4px 4px 0px 0px;
}

.sortbtn input[type=radio] {
	position: absolute;
	opacity: 0;
}

.sortbtn label {
	display: block;
	padding: 7px 20px;
	
}

.sortbtn input[type=radio]:checked + label, .sortbtn input[type=radio]:hover + label {
	background: #600;
	color: #fff;
}



.sortbtn_sml {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 4px 4px 0px 0px;
	font-size: 16px;
}

.sortbtn_sml input[type=radio] {
	position: absolute;
	opacity: 0;
}

.sortbtn_sml label {
	display: block;
	padding: 7px 20px;
	background: #ddd;
}

.sortbtn_sml input[type=radio]:checked + label, .sortbtn_sml input[type=radio]:hover + label {
	background: #666;
	color: #eee;
}

#occ_frm {
	
}

#occ_res {
	margin-top: 85px;
	margin-bottom: 150px;
	min-height: 400px;
}

.footer {
	background: #fff;
	color: #000;
}

.footer a {
	color: #fff;
}

.occ_dv {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	position: relative;
}

.occ_dv.right {
	padding: 10px 80px;
}

.occ_dv h2 {
	padding:10px 0px 20px 0px;
	margin: 0px;
	display: inline-block;
}

.occ_dv h2 a {
	color: #fff;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.occ_dv h2 a:hover {
	color: #666;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.occ_hdr {
	color: #666;
	display: inline-block;
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
}

.occ_dscrblck {
	padding: 30px;
	xbackground: #fefefe;
}

#main_pic {
	background-size: cover;
	position: relative;
	height: 480px;
    background-position: center bottom;
}

.pic_cl {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.pic_cl a {
	width: 19%;
	height: auto;
	margin-top: 10px;
	align-self: center;
}

.pic_cl a.fkmk {
	visibility: hidden;
	height: 0;
	padding: 0;
	margin: 0;
	border-top-width: 0;
	border-bottom-width: 0;
}

.pic_cl img {
	width: 100%;
}

.crumbs {
	position: absolute;
	top: 4px;
	left: 80px;
	color: #666;
	font-size: 14px;
}

.crumbs a {
	color: #aaa;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}

.int_bx {
	padding: 30px;
	margin-bottom: 10px;
}

.int_bx a {
	xcolor: #000 !important;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.int_bx a:hover {
	color: #600 !important;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.int_bx h1 {
	padding: 10px 0px;
	margin: 0px;
	color: #600;
}

.occ_dv h1 {
	padding: 30px 10px;
	margin: 0px;
	color: #600;
	line-height: 30px;
	background: #fff;
}

.tgbfrm {
	padding: 10px 0px;
}

.tgbfrm input[type=text] {
	padding: 10px;
	width: 50%;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	background: #fff;
}

.tgbfrm input[type=submit] {
	padding: 10px 20px;
	border: 1px solid #600;
	-webkit-appearance: none;
	background: #600;
	color: #fff;
}

.price {
	padding: 10px 20px !important;
	background: #600;
	color: #fff;
	text-align: center;
	margin-top: 30px !important;
}

.occ_menu {
	position: fixed;
	top: 70px;
	left: 0px;
	width: 100%;
	text-align: center;
	background: #fff;
	z-index: 99;
	padding: 20px 0px 25px 0px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

.occ_menu.scrolled {
	padding: 0px 0px 5px 0px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	background: #fefefe;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
}

.form td {
	vertical-align: top;
}

.form input[type=text], .form input[type=file] {
	width: 300px;
	padding: 7px;
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 1px rgba(0,0,0,0.5);
}

.form textarea {
	width: 300px;
	padding: 7px;
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 1px rgba(0,0,0,0.5);
	font-family: "din-2014";
	font-size: 16px;
	height: 150px;
}

.form input[type=submit] {
	width: 300px;
	padding: 7px;
	border: none;
	color: #fff;
	background: #600;
}

.frm_cntr {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.cntdv {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	display: inline-block;
}

.dblclm {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.mbmn {
	font-size: 20px;
	padding: 10px;
	position: fixed;
	right: 20px;
	top: 15px;
	z-index: 123;
	color: #fff;
	display: none;
}

.footer .sitecenter .logo {
	height: 100%;
	max-height: 150px;
	padding: 10px;
}

.footer .ft_dbl {
	display: inline-block;
	vertical-align: top;
	padding: 3px 10px;
}

.footer .btmlnff {
	background: #000;
	text-align: center;
	padding: 2px;
	color: #fff;
}

.footer .ft_dbl h2 {
	padding: 0px;
	margin: 0px;
}

#scrolled_menu .logo {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 30px;
	padding: 10px;
}

.footer .txtright {
	display: inline-block;
	vertical-align: middle;
	padding-left: 50px;
}

.hmblck {
	padding: 60px;
}

.hmblck h2 {
	text-align: center;
}

.hmblck.grey {
	background: #600;
}

.sitecenter.cms {
	padding: 100px;
	min-height: 400px;
}

.occ_dv.cms {
	padding: 20px;
}

.dvdr {
	width: 0px;
	display: inline-block;
}

#frontslider {
	height: 60vw;
}

#videoBG {
	width: 100%;
}

.stbtn {
	display: inline-block;
	padding: 10px 20px;
	background: #600;
	color: #fff;
}

.hmln {
	width: 300px;
	border-bottom: 1px solid #000;
	display: inline-block;
	padding-top: 15px;
	max-width: 80%;
}

.slogan {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
}

/* finance */ 
#compleetFrame {width: 1px; min-width: 100%;}

.fncbtn {
	position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px 10px;
    background: #600;
    z-index: 10;
    color: #fff;
}



















