@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,600;0,800;1,200;1,300;1,400;1,600;1,800&display=swap'); 
	
@import url('/css/fonts/futura/stylesheet.css');

/* OLD global.css
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Default */
/* * { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;} */

* { 
	margin:0; 
	padding:0;
}

body { 
	font-size:12px; 
	font-family: "EB Garamond", serif;
	font-family: "Lora", serif;
	font-family: "Spectral", serif;
	background: url('/images/design/bg.jpg') top left repeat-x;
}

a {
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;
}

.clear {
	clear: both; 
	display: block; 
	visibility: hidden; 
	line-height:0px;
}

/* Layout */
#wrap {
	background-color:#FFF; 
	margin:0px auto;
}

#content {
	width: 920px;
	width: auto;
	min-height: 400px;
	max-width: 900px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 20px; 
	padding-top: 40px; 
	padding-bottom: 30px; 
	border: 0px dotted green;
}

#content #sidebar {
	float: left; 
	width: 190px;
}

#content #maincontent {
	float: right; 
	width: 700px;
	width: auto;
	max-width: 700px; 
}

#content #maincontentmod {
	float: right; 
	width: 900px;
}

/* Header */

#header #logo b {font-size:36px; color:#000; font-weight:normal;}
#header #logo em {font-size:24px; font-weight:bold; color:#067bcd; font-style:normal;}
#header #info_link {float:left; width:195px; text-align:center; color:#a09f9f; border-right:1px solid #c1c1c1;}
#header #info {float:left; width:195px;}

#title_content {background:url(/images/design/bg-header.gif) bottom left no-repeat; padding:8px; padding-top:3px; font-size:18px; color:#2c4465; font-weight:bold;}
/* Left NAVI */
.nav_box {margin-bottom:25px;}
.nav_box .title {font-weight:bold; color:#2c4465; background:url(/images/design/bg-leftnav.gif) bottom left no-repeat; padding-bottom:5px;}
.nav_box .nav_left {list-style:none;}
.nav_box .nav_left li {padding:7px 10px; border-bottom:1px solid #dedede; background:url(/images/dot-blue.gif) 0px 13px no-repeat;}
.nav_box .nav_left li a {color:#2c4465}
.nav_box .nav_left li a:hover {color:#0787d5; text-decoration:none;}
.nav_box .nav_left .bg2 {padding:7px 10px; background:url(/images/icon-arrow.gif) 170px 13px no-repeat;}
.nav_box .nav_left .bg2 ul {list-style:none; margin-top:6px;}
.nav_box .nav_left .bg2 ul li {background:none; background-color:#6881a3;}
.nav_box .nav_left .bg2 ul li a {color:#FFF;}
.nav_box .nav_left .bg2 ul li a:hover {color:#bccfe8;}

#sidebar #banner {background:url(/images/design/bg-left-button.gif) top left repeat-x; border:2px solid #6788b6; text-align:center; padding:6px; margin-bottom:10px;}
#sidebar #banner {color:#FFF; font-size:14px; font-weight:bold;}
#sidebar #banner a {color:#FFF; font-size:14px; font-weight:bold;}
#sidebar #banner ul {list-style:none; text-align:left; padding:10px; padding-bottom:0px;}
#sidebar #banner ul li {margin:5px 0px; padding-left:10px; background:url(/images/arrow-small.gif) 0px 5px no-repeat;}
#sidebar #banner ul li a {color:#6788b6; font-size:12px; font-weight:normal;}

/* Photo Gallery */
.photogallery {background:#ced7e3 url(/images/design/bg-photogallery.gif) bottom left repeat-x; border:3px solid #cadefa; padding:15px 5px; padding-right:0px; margin-bottom:30px; text-align:center;}
.photogallery ul {list-style:none;}
.photogallery ul li {display:inline; margin-right:5px;}
.photogallery ul li img {margin:0px 2px; padding:5px; background-color:#edf0f5; border:1px solid #bbc2cb;}
.photogallery ul #none img {padding:0px; background-color:none; border:none;}

#gallery_info {text-align:center; color:#1d334f; padding:7px 15px; margin-right:15px; margin-left:10px; background-color:#ced7e3; border:1px solid #c6deff; font-size:11px;}
#gallery_info #submarket, #gallery_info #inter {color:#666; font-weight:normal;}
#gallery_info .blu_name {color:#2f5c96;}

#box_click {font-size:11px; color:#FFF; background-color:#7f9bc0; width:200px; padding:5px 10px; text-align:center; border:1px solid #1b467d;}

/* Text Content */

.textwrap {
	color: #555; 
	line-height: 16px;
}

.textwrap h1 { 
	margin: 20px 0px; 
	padding-left: 15px; 
	background: url(/images/arrow-big.gif) center left no-repeat; 
	font-size:18px; 
	color:#2c4465;
}

.textwrap h2 {
	font-size: 14px; 
	color: #bb721b;
}

.textwrap p,
.textwrap li {
	/* font-style: italic; */
}

.textwrap ul {
	padding:10px; 
	list-style:none;
}

.textwrap ul li {
	padding-left: 15px; 
	background: url(/images/arrow-small.gif) 3px 5px no-repeat; 
	color: #052b5e; 
	margin-bottom: 5px;}

.textwrap ul li ul li {
	color: #666;
}

.orangefont {color:#c55800;}
.greenfont {color:#49c100;}
.bigfont {font-size:16px; font-weight:bold;}

.textwrap a {
	color:#0783d2;
} 

.textwrap a:hover {
	text-decoration:none; 
	background-color:#0783d2; 
	color:#fff;
}

.textwrap .left {
	float:left; 
	width:300px;
}
.textwrap .right {
	float:right; 
	width:380px;
}

.textwrap ol {
	padding-left:30px;
}

.textwrap ol li {
	list-style:decimal; 
	padding-left:5px; 
	margin-bottom:7px;
}

.textwrap .linkpart {
	font-weight:bold; 
	font-size:12px; 
	padding:10px 0px;
}

.textwrap .linkpart a {
	color:#60a1d6; 
	text-decoration:underline;
}

.textwrap .linkpart a:hover {
	color:#fff; 
	background-color:#60a1d6; 
	text-decoration:none;
}

.textwrap .box_columns {
	float:left; 
	width:210px; 
	margin-right:15px;
}

#timetable th {background-color:#dce7f5; color:#2c4465; padding:3px;}
#timetable td {border-bottom:1px solid #dedede; padding:7px; text-align:center;}

/* glossary */
#glossary {background:url(/images/design/bg-glossary.jpg) bottom left repeat-x; padding:10px;}
#glossary ul {list-style:none;}
#glossary ul li {float:left; display:inline; padding:0px 9px;}
#glossary ul li a {font-weight:bold; color:#fff;}
#glossary ul li a:hover {color:#ade5ff; text-decoration:underline;}
#glossary ul #selected a {color:#ade5ff;}

/* Contact Us */
.contacttable {margin:10px 0px 30px 0px;}
.contacttable th {padding:5px; text-align:left;}
.contacttable td {padding:5px;}
.contacttable td a {color:#1784d0; text-decoration:underline;}
.contacttable td a:hover {color:#3a506f; text-decoration:none;}

#contactform {width:345px; margin:0px auto; background-color:#f9f9f9; padding:10px;}
#contactform dl {font-size:11px;}
#contactform dl dt {float:left; width:135px; margin-bottom:8px; line-height:20px;}
#contactform dl .redfont {color:#FF0000;}
#contactform dl dd {float:right; width:210px; margin-bottom:8px;}
#contactform dl dd .widthsmall {width:50px; font-size:12px;}
#contactform dl dd .widthnormal {width:200px; font-size:12px;}
#contactform dl dd .area_width {height:100px; width:200px; font-size:12px;}
#contactform dl dd .widthmed {width:120px; font-size:12px;}
#contactform dl dd .widthsmall2 {width:75px; font-size:12px;}

#contactform dl .height {height:100px;}
#contactform dl .height p {line-height:14px; color:#666;}

#button_form {padding:15px; text-align:center;}
#button_form .bt1 {background:url(/images/design/bg-button1.gif) bottom left no-repeat; font-size:14px; font-weight:bold; color:#173052; border:none; width:78px; height:29px;}
#button_form .bt2 {background:url(/images/design/bg-button2.gif) bottom left no-repeat; font-size:14px; font-weight:bold; color:#FFF; border:none; width:78px; height:29px;}

#button_form #bt_long1 {margin-right:5px;}

#confirm_wrap {font-size:12px; color:#666;}
#confirm_wrap #boldblue {font-weight:bold; color:#2c4465;}
#confirm_wrap #confirm_message {font-size:14px; color:#046fc5; padding-bottom:7px; border-bottom:1px solid #dedede;}
#confirm_wrap #smallgray {font-size:11px; color:#999; padding-top:7px;}

/* Featured space */
.textwrap_featured {background:url(/images/design/bg-featured.gif) top left no-repeat; padding:15px; font-size:12px; color:#666;}
.textwrap_featured h2 {font-size:16px; font-weight:normal; color:#31496a; margin-bottom:15px;}
.textwrap_featured #image {float:left; width:150px;}
.textwrap_featured #image img {padding:5px; background-color:#f6f6f6; border:1px solid #e0e0e0;}

.textwrap_featured #list_info {float:right; width:510px;}
.textwrap_featured #list_info p {margin-bottom:15px;}
.textwrap_featured #list_info p .title_info {font-size:14px; color:#1579c9;}
.textwrap_featured #list_info ul {list-style:none;}
.textwrap_featured #list_info ul li {padding-left:10px; background:url(/images/dot-gray.gif) 0px 7px no-repeat; margin-bottom:5px;}
.textwrap_featured #list_info ul li ul {padding:10px;}
.textwrap_featured #list_info ul li ul li {padding-left:10px; background:url(/images/arrow-small.gif) center left no-repeat; margin-bottom:5px; color:#999999;}

/* Footer */
#partners {border-bottom:1px solid #e5e5e5; border-top:1px solid #e5e5e5; background-color:#FFF; font-size:10px; color:#7c7c7c;}
#partners #wrap_partner { margin:0px auto;}
#partners #wrap_partner #leftlogo {border-right:1px solid #e5e5e5; padding:15px 0px;}
#partners #wrap_partner #leftlogo .boxlogo {margin-right:17px; text-align:center;}
#partners #wrap_partner #leftlogo .boxlogo p {margin-top:10px;}

#partners #wrap_partner #rightlist {float:right; width:210px; padding:15px;}
#partners #wrap_partner #rightlist .title {margin-bottom:10px;}
#partners #wrap_partner #rightlist .list {list-style:none;}
#partners #wrap_partner #rightlist .list li {padding-left:8px; background:url(/images/dot-gray.gif) center left no-repeat; line-height:16px;}
#partners #wrap_partner #rightlist .list li a {color:#999;}
#partners #wrap_partner #rightlist .list li a:hover {color:#6098c8; text-decoration:none;}

#ft_text {width:900px; text-align:center; font-size:10px; color:#999; padding:15px 0px; margin:0px auto;}
#ft_text #ft_linkmenu {margin-top:10px;}
#ft_text #ft_linkmenu a {color:#999;} #ft_text #ft_linkmenu a:hover {color:#046fc5; text-decoration:none;}

.box_footer {font-size:10px; color:#999; width:700px; margin:0px auto; margin-bottom:15px;}
.box_footer .title {font-weight:bold; color:#667ea0; margin-bottom:7px;}
.box_footer .box {list-style:none; }
.box_footer .box a {color:#999;} 
.box_footer .box a:hover {color:#046fc5; text-decoration:none;}

#footer_text {text-align:center; font-size:10px; color:#7c7c7c; background-color:#f8f8f8; padding:20px; border-top:1px solid #e5e5e5;}
#footer_text a:hover {background-color:#0889D6; color:#FFF; text-decoration:none;}
#footer_text p {margin-bottom:15px;}
#footer_text p a {color:#7c7c7c;}
#footer_text .blueblackbold {font-weight:bold; color:#2c4465;}

/* NEW STYLES 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
#content {
	
}

#content #maincontent {
	
}

div.file.error {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left:0px;
	right: 0px;
	padding: 5px 20px;
	background-color: red;
	color: #FFF;
}

hr {
	display: none;
}

/* HEADER 
 * * * * * * * * * * * * * * * * * * * * * * * */

#header {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-evenly;
	background-color: #F9F9F9;
}

#header .col {
	border: 0px dotted red;
	padding-left: 10px;
	padding-right: 10px;
}

#header .col.logo {
	padding-left: 20px;
}

#header .col.phone {
	padding-right: 20px;
}

#header .col.logo {
	
}

#header #logo {
	display: inline-block;
}

#header #logo {
	border: 0px dotted red;
}

#header #logo a {
	display: block;
	width: 409px;
	height: 77px;
	background-image: url('/images/design/prime-manhattan-realty-logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	text-indent: -1000px;
	overflow: hidden;
}

#header #logo h1 {
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

#header #logo h2 {
	display: block;
	margin: 0px;
	margin-left: 0px;
}

#header a.info {
	display: block;
	height: 78px;
	text-indent: -1000px;
	overflow: hidden;
	background-position: bottom;
	background-repeat: no-repeat;
}

#header a.info.left {
	float: left;
	width: 232px;
	margin-left: -12px;
	background-image: url('/images/design/header-box-1c.png');
}

#header a.info.right {
	float: right;
	width: 212px;
	background-image: url('/images/design/header-box-2c.png');
}

#header #logo span {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}

#header ul {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	margin-top: 10px;
	border: 0px dotted red;
}

#header ul li {
	margin: 0px;
	padding: 0px;
	color: #847d6f;
	padding: 4px 0px 0px 17px;
	background-image: url('/images/design/header/checkmark.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	font-family: "futura_ltbook";
	font-size: 12px;
}

#header a.phone {
	display: block;
	float: right;
	height: 51px;
	width: 200px;
	background-color: #fdf9f0;
	margin-top: 17px;
	padding: 0px;
	background-image: url('/images/design/header/icon-phone-2.png');
	background-repeat: no-repeat;
	background-size: contain;
	text-align: right;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
}

#header a.phone strong {
	display: block;
	padding: 0px;
	font-family: "futura_ltbold";
	color: #aaa7a1;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px;
	padding-top: 15px;
	text-decoration: none;
}

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

	#header #logo a {
		width: 350px;
	}
	
	#header ul li {
		font-size: 11px;
	}
	
	#header a.phone {
		margin-top: 22px;
		width: auto;
		height: 35px;
	}
	
	#header a.phone strong {
		font-family: "futura_ltcondensedbold";
		letter-spacing: 0px;
		padding-left: 40px;
		padding-top: 9px;
	}
}

@media screen and (max-width: 760px) { 
	
	#header #logo a {
		width: 300px;
	}
}

@media screen and (max-width: 670px) { 
	
	#header .col.list {
		display: none;
	}
}

@media screen and (max-width: 500px) { 
	
	#header .col.list {
		display: block;
	}
	
	#header .col.phone {
  		padding-left: 0px;
  		padding-right: 0px;
	}
	
	#header #logo a {
		width: 290px;
	}
	
	#header a.phone {
		margin-top: 23px;
		height: 30px;
	}
	
	#header a.phone strong {
		font-size: 13px;
		padding-left: 35px;
		padding-right: 5px;
	}
}

/* NAV 
 * * * * * * * * * * * * * * * * * * * * * * * */

#navigation {
	position: relative;
	background-color: #FFF;
	background-color: #243a5b;
	/* -webkit-box-shadow: 5px 5px 5px 0px rgba(256,256,256,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(256,256,256,1);
	box-shadow: 5px 5px 5px 0px rgba(256,256,256,1); */
}

#navigation span.menu-trigger { 
	display:none;
}

#navigation #nav {
	list-style: none; 
	display: flex;
	justify-content: center;
	background-image: none;
	background-color: #2d405c;
	background-color: #243a5b;
}

#navigation #nav li {
	border-left: 1px solid #92a0b2;
	border-left: 1px solid rgba(256,256,256,0.9);
}

#navigation #nav li:last-child {
	border-right: 1px solid #92a0b2;
	border-right: 1px solid rgba(256,256,256,0.9);
}

#navigation #nav li a {
	display: inline-block;
	color: #FFF;
	letter-spacing: 0px;
	opacity: 0.9;
	padding: 10px 20px;
	text-decoration: none;
	font-family: "futura_ltbook";
}

#navigation #nav li a:hover {
	opacity: 1.0;
	color: #2d405c; 
	color: #FFF;
	text-decoration: none;
	background-color: #9fc8ff;
	background-color: #4770a8;
	
}

@media screen and (max-width: 820px) { 
	
	#navigation #nav li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 700px) { 
	
	/* #navigation #nav {
		display: none;
	} */
	
	/* NAVIGATION
	 * * * * * * * * * * * * * * * * * */
	
	#navigation {
		position: relative;
		height: 39px;
		padding: 0px;
		margin-left: 0px;
		margin-right: 0px;
		z-index: 100;
	}
	
	#navigation span.menu-trigger { 
		display: block;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 20px;
		height: 34px;
		margin-right: 0px;
		cursor: pointer;
		float: right;
	}
	
	#navigation span.menu-trigger .menu-trigger-text {
		color: #FFF;
		letter-spacing: 2px;
		line-height: 20px;
	}
	
	#navigation span.menu-trigger .menu-trigger-icon {
		color: #FFF;
		font-size: 20px;
	}

	#navigation #nav {
		position: absolute;
		display: none;
		top: 35px;
		right: 0px;
		width: 300px;
		padding: 0px;
		-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
  		-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
  		box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
 	}
	
	#navigation #nav li {
		float: none;
		display: block;
		border: 0px;
		border-top: 1px solid #5F7488;
		padding: 0px;
	}
	
	#navigation #nav li:last-child {
		border-bottom: 0px;
		border-bottom: 1px solid #5F7488;
	}
	
	#navigation #nav li a {
		display: block;
		margin: 0px;
		padding: 10px 18px;
		letter-spacing: 1px;
		font-size: 13px;
	}
}

/* FOOTER 
 * * * * * * * * * * * * * * * * * * * * * * * */

#footer {}

#footer #partners {
	width: auto;
}

#footer #partners #wrap_partner {
	width: 920px; 
	width: auto;
	max-width: 920px;
	margin-left: auto; 
	margin-right: auto; 
	padding-left: 0px;
}

#footer #partners #wrap_partner #leftlogo {
	width: auto; 
	border-right: 0px;
	border: 0px dotted green;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: flex;
	justify-content: center;
}

#footer #partners #wrap_partner #leftlogo .boxlogo {
	border: 0px dotted red;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 25px 10px 25px;
	text-align: center;
	width: auto;
	max-width: 110px;
	border: 0px dotted grey;
}

#footer #partners #wrap_partner #leftlogo .boxlogo.bbb {
	padding-top: 5px;
}

#footer #partners #wrap_partner #leftlogo .boxlogo p span {
	white-space: nowrap;
}

#footer .box_footer {
	width: 920px; 
	width: auto;
	max-width: 920px;
	margin-top: 20px;
	border: 0px dotted blue;
}

#footer .box_footer .title {
	margin-left: 40px;
}

#footer .box_footer ul.box {
	padding: 5px 0px 5px 40px;
	border: 0px dotted red;
	column-count: 5;
}

#footer #other {
	width: 920px; 
	width: auto;
	max-width: 920px;
	margin-left: auto; 
	margin-right: auto; 
	border-bottom: 0px; 
	margin-top: 20px; 
	margin-bottom: 20px;
}

#footer #other p {
	font-size: 10px;
	text-align: center;
}

#footer #other p a {
	white-space: nowrap;
}

#footer #footer_text p {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 0px;
	color: #405770;
}

#footer #footer_text p span.phone {
	padding-right: 8px;
}

#footer #footer_text p.copyright {
	color: rgba(64,87,112,0.5);
	font-weight: normal;
}
	
#footer #footer_text p.copyright span.rights {
	white-space: nowrap;
}

#footer #footer_text form input.submit {
	letter-spacing: 1px;
	font-family: "Arial";
	color: #999;
	padding: 3px;
	font-size: 11px;
	border: 0px;
	cursor: pointer;
}

#footer #footer_text form input.submit:hover {
	color: #FFF;
	background-color: #999;
}

/* CONTENT 
 * * * * * * * * * * * * * * * * * * * * * * * */

#content .header h1 .subtitle {
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #AAA;
}

/* SUBWAY
 * * * * * * * * * * * * * * * * * * * * */
 
.train {
	display: inline-block;
 	color: #FFF;
 	background-color: #CCC;
 	padding: 0px;
 	width: 20px;
 	height: 20px;
 	font-family: "futura_ltbook";
 	font-size: 13px;
 	font-weight: 400;
 	line-height: 20px;
 	text-align: center;
 	border-radius: 10px;
}

.train.a,
.train.c,
.train.e {
	background-color: #0039a6;
}

.train.b,
.train.d,
.train.f,
.train.m {
	background-color: #ff6319;
}

.train.g {
	background-color: #6cbe45;
}

.train.j,
.train.z {
	background-color: #996633;
}

.train.l {
	background-color: #a7a9ac;
}

.train.n,
.train.q,
.train.r,
.train.w {
	background-color: #fccc0a;
	color: #000;
}

.train.s {
	background-color: #808183;
}

.train.num1,
.train.num2,
.train.num3 {
	background-color: #ee352e;
}
 
.train.num4,
.train.num5,
.train.num6 {
	background-color: #00933c;
}

.train.num7 {
	background-color: #b933ad;
}

/* IFRAME 
 * * * * * * * * * * * * * * * * * * * * * * * */

#content #maincontent #iframe {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px solid #AAA;
	border-bottom: 1px solid #AAA;
}

#content #maincontent #iframe iframe {
	border: 0px;
	border-left: 0px solid red;
	border-right: 0px solid red;
}

/* UPDATING RESULTS POPUP */

#content #maincontent #iframe .updating-container {
	display: none;
	position: absolute;
	width: 200px;
	height: 40px;
	top: 130px;
	left: 50%;
	margin-left: -100px;
	overflow: hidden;
	background-color: rgba(99,128,150,0.8);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.29);
	border: 0px solid red;
}

#content #maincontent #iframe .updating-container .updating {
	color: #FFF;
	font-family: "futura_ltbook";
	font-size: 16px;
	padding: 10px;
	text-align: center;
}

body.iframe-updating #content #maincontent #iframe .updating-container {
	display: block;
	opacity: 1.0;
}

/* 
body.iframe-updating.iframe-updated #content #maincontent #iframe .updating-container {
	display: block;
	-webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
	opacity: 0.0;
} */

/* LOADING ANIMATION */

#content #maincontent #iframe .load-container {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 110px;
	left: 50%;
	margin-left: -45px;
	overflow: hidden;
	border: 0px solid red;
}

body.iframe-ready #content #maincontent #iframe .load-container {
	-webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
	opacity: 0.0;
}
		
#content #maincontent #iframe .loader,
#content #maincontent #iframe .loader:after {
	border-radius: 50%;
	width: 74px;
	height: 74px;
}
		
#content #maincontent #iframe .loader {
	font-size: 10px;
	text-indent: -9999em;
	border-top: 0.7em solid rgba(0, 0, 0, 0.05);
	border-right: 0.7em solid rgba(0, 0, 0, 0.05);
	border-bottom: 0.7em solid rgba(0, 0, 0, 0.05);
	border-left: 0.7em solid rgba(0, 0, 0, 0.4);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
		
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* MOBILE 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 780px) { 
	
	#wrap {
		width: auto;
	}
	
	#header a.info.left {
		float: right;
	}
	
	#header a.info.right {
		display: none;
	}
	
	#header ul {
		margin-left: -20px;
	}
	
	#header ul li {
		font-family: "futura_ltcondensedlight";
		font-size: 13px;
	}
	
	/* #header a.phone {
		width: auto;
		height: 35px;
		background-size: contain;
	}
	
	#header a.phone strong {
		font-family: "futura_ltcondensedbold";
		letter-spacing: 0px;
		padding-left: 40px;
		padding-top: 9px;
	} */

	/* NAVIGATION
	 * * * * * * * * * * * * * * * * * */
	/*
	#navigation {
		position: relative;
		margin-left: 0px;
		margin-right: 0px;
		z-index: 100;
	}
	
	#navigation span.menu-trigger { 
		display: block;
		padding-left: 10px;
		padding-right: 20px;
		height: 30px;
		margin-right: 0px;
		cursor: pointer;
		float: right;
	}
	
	#navigation span.menu-trigger .menu-trigger-text {
		color: #FFF;
		letter-spacing: 2px;
		line-height: 20px;
	}
	
	#navigation span.menu-trigger .menu-trigger-icon {
		color: #FFF;
		font-size: 20px;
	}

	#navigation #nav {
		position: absolute;
		display: none;
		top: 30px;
		right: 0px;
		width: 300px;
		padding: 0px;
		-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
  		-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
  		box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
 	}
	
	#navigation #nav li {
		float: none;
		display: block;
		border: 0px;
		border-top: 1px solid #5F7488;
		padding: 0px;
	}
	
	#navigation #nav li:last-child {
		border-bottom: 0px;
		border-bottom: 1px solid #5F7488;
	}
	
	#navigation #nav li a {
		display: block;
		margin: 0px;
		padding: 10px 18px;
		letter-spacing: 1px;
		font-size: 13px;
	}
	*/
	/* FOOTER
	 * * * * * * * * * * * * * * * * * */
	 
	#footer #partners {
		display: block;
	}
	
	#footer #partners #wrap_partner {
		width: auto;
	}
	
	#footer #partners #wrap_partner #leftlogo {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#footer #partners #wrap_partner #leftlogo .boxlogo {
		width: 90px;
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#footer .box_footer {
		display: block;
		width: auto;
		margin-top: 15px;
		padding: 0px;
		padding-left: 40px;
	}
	
	#footer .box_footer .title {
		margin-left: 0px;
	}

	#footer .box_footer ul.box {
		margin-right: 10px;
		padding-left: 0px;
		padding-right: 0;
		border: 0px dotted red;
		width: auto;
	}

	#footer #other {
		display: none;
		width: auto;
	}
	
	/* IFRAME
	 * * * * * * * * * * * * * * * * * */
	 
	#content #maincontent #iframe {
		margin-left: -15px;
		margin-right: -15px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 610px) { 
	
	#footer #partners #wrap_partner #leftlogo {
		flex-wrap: wrap;
	}
	
	#footer #partners #wrap_partner #leftlogo .boxlogo {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	#footer .box_footer  {
		padding-left: 20px;
	}
	
	#footer .box_footer ul.box {
		column-count: 4;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 570px) { 
	/*
	#header ul {
		margin-left: 20px;
	}
	*/
	
	#footer #partners #wrap_partner #leftlogo .boxlogo {
		
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 500px) { 
	
	body {
		margin: 0px;
	/*	padding: 15px 15px 0px 15px; */
		background-color: #FFF;
		background-image: none;
	}
	
	#wrap {
		width: auto;
	}
	
	/* HEADER
	 * * * * * * * * * * * * * * * * * */
	 
	#header {
		display: block;
	}
	
	#header ul {
		margin-top: 0px;
		margin-left: 0px;
	}
	
	#header .col.logo {
		padding-top: 10px;
		padding-bottom: 5px;
		padding-left: 0px;
	}
	
	#header .col.list {
		float: left;
		padding-left: 50px;
	}
	
	#header .col.phone {
		float: right;
		padding-right: 65px;
	}	
	
	#header a.phone {
		height: 40px;
		width: 155px;
		margin-top: 8px;
	}
	
	#header a.phone strong {
		font-family: "futura_ltcondensedbold";
		font-size: 17px;
		letter-spacing: 0px;
		padding-top: 11px;
		padding-right: 10px;
	}
	
	#header #logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#header #logo a {
		width: 100%;
	}
	
	/*
	#header {
		padding: 0px 0px 0px 0px;
		padding-bottom: 15px;
	}
	
	#header #logo {
		width: auto;
		float: none;
		margin-left: 0px;
		left: 0px;
	}
	
	#header #logo span {
		width: auto;
		margin-left: -20px;
		margin-right: -15px;
	}

	#header #logo h1 {
		width: auto;
		margin-top: 0px;
	}
	
	#header #logo h2 {
		width: auto;
		margin-left: 0px;
	}
	
	#header ul {
		margin-left: 0px;
	}
	
	#header ul li {
		font-family: "futura_ltcondensedlight";
		font-size: 14px;
	}
	
	#header a.phone {
		width: 180px;
		height: 51px;
	}
	
	#header a.phone strong {
		font-family: "futura_ltcondensedbold";
		font-size: 18px;
		padding: 8px;
		padding-top: 15px;
		padding-left: 8px;
		letter-spacing: 1px;
	}
	*/
	/* CONTENT
	 * * * * * * * * * * * * * * * * * */
	
	#content .header h1 .subtitle {
		font-size: 16px;
		line-height: 18px;
	}
	
	/* NAVIGATION
	 * * * * * * * * * * * * * * * * * */
	
	#navigation {
		
	}
	
	#navigation span.menu-trigger { 
		
	}
	
	#navigation #nav {
		position: relative;
		width: auto;
	}
	
	/* CONTENT 
	 * * * * * * * * * * * * * * * * * */
	 
	#content {
		padding-top: 20px; 
		padding-bottom: 20px; 
		margin-left: 20px;
		margin-right: 20px;
	}
	
	/* FOOTER
	 * * * * * * * * * * * * * * * * * */
	 
	#footer #partners {
		display: none;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#footer #partners #wrap_partner {
		width: auto;
		
	}
	
	#footer #partners #wrap_partner #leftlogo {
		margin-left: 15px;
		margin-bottom: 0px;
		margin-right: auto;
		padding-bottom: 0px;
	}
	
	#footer #partners #wrap_partner #leftlogo .boxlogo {
		height: 100px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	#footer #partners #wrap_partner #leftlogo .boxlogo.bbb {
		padding-top: 0px;
	}
	
	#footer .box_footer {
		display: none;
		width: auto;
		margin-top: 15px;
		padding: 0px;
	}
	
	#footer .box_footer .title {
		margin-left: 0px;
	}
	
	#footer .box_footer ul.box {
		padding: 5px 0px 5px 0px;
		width: 110px;
	}
	
	#footer #other {
		display: none;
		width: auto;
	}
	
	#footer #footer_text {
		padding-bottom: 5px;
		margin-left: 0px;
		margin-right: 0px;
		background-image: url('/images/design/box_bg_footer.png');
		background-position: top right;
	}
	
	#footer #footer_text p {
		text-align: left;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 430px) { 
	
	#header {
		padding-top: 0px;
	}
	
	#header #logo a {
		height: 70px;
	}
	
	#header .col.list {
		padding-left: 30px;
	}
	
	#header .col.phone {
		padding-right: 45px;
	}
	
	#header a.phone {
		margin-top: 8px;
		height: 40px;
		width: 155px;
	}
	
	#header a.phone strong {
		font-size: 17px;
		letter-spacing: 0px;
		padding-top: 11px;
	}
	
	#navigation {
		height: 27px;
	}
	
	#navigation span.menu-trigger { 
		display: block;
		padding-top: 0px;
		height: auto;
	}
	
	#navigation #nav {
		position: absolute;
		display: none;
		top: 28px;
	
	#content {
		margin-top: 0px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 420px) { 
	
	#header .col.logo {
  		
	}
	
	#header #logo a {
		
	}

	#header #logo h1 {
		height: 32px;
		margin-left: 0px;
	}
	
	#header #logo h2 {
		background-position: 0px 0px;
	}
	
	#content .header h1 .subtitle {
		font-size: 13px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 390px) { 
	
	#header .col.logo {
  		
	}
	
	#header .col.phone {
  		padding-left: 0px;
	}
	
	#header #logo a {
		height: 65px;
	}
	
	#header a.phone {
		margin-top: 12px;
		height: 35px;
		width: 130px;
	}
	
	#header a.phone strong {
		padding-left: 32px;
		padding-top: 10px;
		font-size: 14px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 380px) { 
	
	#header #logo a {
		
	}
	
	#header #logo h1 {
		height: 29px;
	}
	
	#header #logo h2 {
		
	}
	
	#header a.phone {
		
	}
	
	#header a.phone strong {
		
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 330px) { 
	
	#header {
		display: block;
	}
	
	#header #logo a {
 		 height: 55px;
	}
	
	#header #logo h1 {
		background-position: 0px -66px;
		height: 28px;
	}
	
	#header #logo h2 {
		background-position: 0px -40px;
	}
/*	
	#header ul {
		float: none;
		text-align: center;
	}

	#header ul li {
		padding: 0px;
		background-image: none;
		margin-bottom: 1px;
	}
	
	#header ul li span {
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-bottom: -2px;
		margin-right: -2px;
		background-image: url('/images/design/header/checkmark.png');
		background-repeat: no-repeat;
	}
*/	
	
	#header ul {
		margin-left: -5px;
	}
	
	#header ul li {
		font-family: "futura_ltcondensedlight";
		font-size: 12px;
	}
	
	#header .col.list {
		padding-left: 20px;
	}
	
	#header .col.phone {
  		padding-right: 25px;
	}
	
	#header a.phone {
		height: 32px;
		width: 115px;
	}
	
	#header a.phone strong {
		display: block;
		font-size: 13px;
		padding-left: 37px;
		padding-left: 0px;
		padding-top: 9px;
		margin-left: 32px;
	}
	
	#content .header h1 .subtitle {
		font-size: 12px;
		line-height: 16px;
	}
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */