/**
 * HTML5 ✰ Boilerplate
 *
 ******************** normalize styles ********************
 */
html { width: 100%; height: 100%; -webkit-text-size-adjust: none;}
fieldset, p { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
em { font-style: italic; }
a { color: inherit; text-decoration: none;}

#fe_toolbar {display: none !important;}

/**
 ******************** primary styles :: mobile first ********************
 *
 */



body {
    width: 100%;
    height: 100%;    
    font-family: Lato, sans-serif;
    /*font-family:'Futura W01 Book';
    font-family:'Futura W01 Medium';
    font-family:'Futura W01 Heavy';*/
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #000000;
    background-color: #D8E0EB;
	background-image: url('../img/furley_bg.png');
}

::-moz-selection { background: #CED8DF; text-shadow: none; }
::selection { background: #CED8DF; text-shadow: none; }


/**
 * grid system
 *
 *
 */
.grid-container { width: 100%; }
.grid-elm { /*float: left; overflow: hidden;*/ }
	
.grid-offset { padding: 10px 10px; }
.grid-offset.large { padding: 40px 40px; }
.grid-offset.medium { padding: 30px 30px; }
.grid-offset.small { padding: 10px 10px; }

.grid-offset-top { padding-top: 20px; }
.large-top { padding-top: 40px; }
.medium-top { padding-top: 30px; }
.small-top { padding-top: 10px; }

.grid-offset-bottom { padding-bottom: 20px; }
.large-bottom { padding-bottom: 40px; }
.medium-bottom { padding-bottom: 30px; }
.small-bottom { padding-bottom: 10px; }

.grid-offset-left { padding-left: 20px; }
.large-left { padding-left: 40px; }
.medium-left { padding-left: 30px; }
.small-left { padding-left: 10px; }

.grid-offset-right { padding-right: 20px; }
.large-right { padding-right: 40px; }
.medium-right { padding-right: 30px; }
.small-right { padding-right: 10px; }

/**
 * globals
 *
 *
 */
.no-mobile { display: none; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.align-right { float: right; }
.align-center { margin: 0 auto; }
.align-left { float: left; }

.txt-teaser { font-family: "Futura W01 Book"; }

/**
 * icons
 *
 *
 */

/**
 * layout
 *
 *
 */

/* containers */
#map-container, 
#map-canvas 
{
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 98;
    overflow: hidden;
    top: 0;
}

#map-container
{
    display: none;
}

body > header {
    background-color: #fff;
    z-index: 998;
    position: fixed;
    /*position: absolute;*/
    top: 0px;
    left: 0;    
    height: 50px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	text-align: right;	
	box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
}

#currentness {
	display: inline-block;
	width: auto;
	text-align: right;
	font-size: 12px;	
	padding: 10px 0px;
	line-height: 1.3em;
	height: 100%;
	box-sizing: border-box;	
	-moz-box-sizing:border-box; /* Firefox */
	vertical-align: top;
}

#currentness .title {
	text-transform: uppercase;
}

.logo {        
    height: auto;
	display: inline-block;
	position: absolute;
	left: 10px;
	padding: 8px 0;
}

.logo img {
	height: 36px;
}

header nav {
	display: inline-block;		
	width: 50px;
	margin-left: 10px;
}

header nav > a  {
	display: none;
}

.naver-handle {
	height: 49px;
	width: 50px;
	font-family: FontAwesome;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	text-align: center;
	line-height: 49px;
	font-size: 30px;
	border-left: 1px solid #e6e6e6;
	margin-bottom: 1px;
}

.naver .naver-handle:hover {
	background-color: black;
	color: white;
}

.naver-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
}

.naver-wrapper a {
	display: block;
	background-color: white;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	color: inherit;
	text-decoration: none;
	line-height: 50px;
	text-transform: uppercase;
}

.naver-wrapper a:hover,
.naver-wrapper a.active{
	background-color: black;
	color: white;
}
/*header nav {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-left: 1px solid #e6e6e6;
	vertical-align: top;
	line-height: 50px;
}

header nav .naver-handle {    		
    cursor: pointer;    
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-family: FontAwesome;
	height: 100%;
	
	
	font-size: 30px;
	
}*/

#site-container {
    z-index: 99;    	
	padding-top: 65px;    
	min-height: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	padding-bottom: 65px;
	margin: 0 auto -60px;	
	overflow-y: auto;
}
#list-container {
    height: auto;
}

#list-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#list-container > ul > li {
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	position: relative;
}

#list-container ul li .region-title{    
    padding: 6px;       
    cursor: pointer;
	text-transform: uppercase;
	font-size: 22px;	
	background-position: 280px center;
	background-repeat: no-repeat;
	height: 45px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

.parking-region .region-title:before,
.parking-region .parking-station:before{
	position: absolute;
	font-family: FontAwesome;	
	top: 0;
	right: 10px;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
}

.parking-region .region-title:before,
.parking-region .parking-station:before {
	content: "\f138";
}

.parking-region:hover .region-title:before,
.parking-region.open .region-title:before {
	content: "\f13a";
}

.parking-region .parking-station:before {
	color: #dcdcdc;
}

.parking-region .parking-station.active:before,
.parking-region .parking-station:hover:before{
	color: inherit;
}

/*.parking-region .region-title:after {
	content: "\f054";
}*/



.parking-region.north .region-title {
	background-color: #0075c7;
	color: #fff;
}



.parking-region.south  .region-title{
	background-color: #b70041;
	color: #fff;
}

.parking-region.allmend  .region-title{
	background-color: #e2a539;
	color: #fff;
}

#list-container ul li.parking-region > ul {
    display: none;
}

#list-container ul li.parking-region > ul li {
    border: 0px solid #000000;
    margin: 0;
    padding: 0px 0;
    font-size: 0.8em;
	cursor: pointer;
	border-bottom: 1px solid #DCDCDC;
}

#list-container ul li.parking-region > ul li:last-child{
	border-bottom: 0;
}

.parking-station {
	height: 50px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	border-bottom: 1px #e6e6e6 solid;
	background-color: white;	
	line-height: 50px;
	position: relative;
}

.infoBox  .parking-station {
	border-bottom: 0;
}

.parking-region .parking-station:hover,
.parking-region .parking-station.active {
	color: white;
	background-color: black;
}

.parking-station > div {
	display: inline-block;
	vertical-align: top;
}

.parking-station .route {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	text-align: center;
	text-transform: uppercase;	
	padding-top: 12px;
	border-left: 1px solid #d2d2d2;
	font-size: 10px;
	letter-spacing: 0;
}

.parking-station .route:hover {
	color: white;
	background-color: black;
}

.parking-station .route:before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	background-image: url('../img/sprites.png');	
	background-repeat: no-repeat;
	background-position: 0 52.356021%;
	background-size: 92%;
	left: 50%;
	top: 7px;	
	margin-left: -10px;
}

.parking-station .route:hover:before {
	background-position: 0 0;
}

.parking-description {
	padding-top: 8px;
}

.parking-description span {
	display: block;
	line-height: 1.3em;
}

.parking-description .name {
	font-size: 18px;
}

.infoBox .parking-description .name {
	font-size: 16px;
}

.parking-description .status {
	text-transform: uppercase;
	font-size: 10px;
	color: #6e6e6e;
}

.parking-station:hover .parking-description .status,
.parking-station.active .parking-description .status {
	color: #d2d2d2;
}

#select-view-container {    
	color: #ffffff;
    z-index: 99;
}



#sidr {
    display: none;
}

/* mobile navigation */

/* main navigation */

/* content */

/* footer */

footer.mobile {
    background-color: white;
    z-index: 99;
    text-align: center;
    overflow: hidden;
	position: relative;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	box-shadow: 0px -3px 5px rgba(0,0,0,0.15);
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
	text-align: center;
}

footer ul li{    
    cursor: pointer;
    width: 49%;
    color: #000000;
    display: inline-block;
	height: 60px;	
	padding-top: 30px;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0;
	position: relative;
	color: #e6e6e6;
	color: black;
}

footer ul li.active,
footer ul li:hover {
	color: black;
}

footer ul li#show-list {
	border-right: 1px solid #e6e6e6;
}

#show-list:before,
#show-map:before{
	position: absolute;
	content: '';
	height: 24px;
	width: 21px;
	background-image: url('../img/sprites.png');	
	background-image: url('../img/sprites-home.png');	
	background-repeat: no-repeat;
	top: 10px;
	left: 50%;
	margin-left: -9px;
}

#show-list:before{
	background-position: 0 100%;
}

#show-list.active:before,
#show-list:hover:before{
	background-position: 0 69.7%;
}

#show-map:before {
	background-position: 0 36%;	
	/*width: 21px;*/
	height: 26px;
	top: 7px;
}

#show-map.active:before,
#show-map:hover:before {
	background-position: 0 0%;	
}

footer.tablet {
	display: none;
	background-color: white;
    z-index: 99;
    text-align: center;
    overflow: hidden;
	position: fixed;
	width: 100%;
	height: 32px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	bottom: 0;
	box-shadow: 0px -3px 5px rgba(0,0,0,0.15);
	text-align: right;
} 

footer.tablet a {
	line-height: 32px;
	text-transform: uppercase;
	font-size: 12px;
	width: 125px;
	text-align: center;
	display: inline-block;
	border-left: 1px solid #e6e6e6;
}

footer.tablet a:hover {
	color: white;
	background-color: black;
}

/**
 * elements
 *
 *
 */

#page-content {
	padding-top: 65px;		
} 

#content-text {	
	padding: 0 10px;
	background-color: white;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
	margin-bottom: 20px;
}

#content-text.contact {
	padding: 20px;
	color: #6e6e6e;
}

#content-text.news,
#content-text.imprint,
#content-text.links {
	padding: 0;
	background-color: transparent;
}

#content-text a{
	font-size: 16px;
	line-height: 22px;
	color: #2cb77f;
}

#content-text a:hover,
#content-text a:active{
	text-decoration: underline;
	color: black;
}

h1 {
	background-color: #2cb77f;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	color: white;
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	padding: 0 10px;
}

/**
  * CONTACT FORM
 **/

 #contactDescription {
	color: #6e6e6e;
	margin-bottom: 40px;
 }
 
#contactForm {
	padding-bottom: 32px;
} 
 
#contactForm label {
	display: block;
	margin-top: 10px;
}

#contactForm input[type="text"],
#contactForm select,
#contactForm textarea {
	display: block;
	width: 100%;
	border: 1px solid #e6e6e6;
	line-height: 1em;	
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	padding: 10px;
	margin: 10px 0px;	
	/*box-shadow: 0px 0px 1px #e6e6e6 inset;*/
	border-radius: 2px;		
} 

#contactForm textarea {
	padding: 10px;
}

#contactForm input[type="text"],
#contactForm select{
	height: 45px;
}

#contactForm input[type="reset"]{
	display: none;
}

#contactForm input[type="submit"]{
	width: 100%;
	text-transform: uppercase;
	background-color: black;
	border: 1px solid black;
	color: white;
	height: 2.5em;
	/*
	* Ugly alignment hack
	*/
	margin-left: 4px;
}

#contactForm input[type="submit"]:hover {
	background-color: white;	
	color: black;
}

#contactForm input[type="submit"]:disabled {
	background-color: #d2d2d2;	
	color: #6e6e6e;
	border: 1px solid #d2d2d2;
}

#contactFormError {
	display: none;
	color: #b22b3c;
	color: red;
	font-size: 16px;	
	/*padding-left: 154px;*/
}

.is_required {
	color: red;
}

.infoBox {
	font-family: Lato, sans-serif;
	letter-spacing: 0;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
}

.infoBox:before {
	content: '';	
	position: absolute;
	bottom: -19px;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-top-color: white;
	z-index: 120;
	left: 50%;
	margin-left: -10px;
}	

.infoBox .has-link {
	height: 70px;
}

.infoBox .has-link .route {
	height: 70px;
	padding-top: 30px;
}

.infoBox .has-link .route:before {
	top: 17px;
}

.infoBox .has-link .free-spaces {
	height: 54px;
	line-height: 54px;
}

.infoBox .parking-description a {
	display: block;
	font-size: 12px;	
	color: #2cb77f;
	line-height: 30px;
}

.infoBox .parking-station:hover .parking-description a{
	text-decoration: underline;
	color: black;
}

/**
  * NEWS
 **/
 
article {
	padding: 20px 10px;	
	margin-bottom: 10px;
	background-color: white;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.15);;
}

.news-entry time {	
	margin-bottom: 10px;
	font-size: 18px;
	display: block;
}

article header {	
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 18px;
	text-transform: uppercase;	
}

article ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

article ul li{
	padding-left: 0;
	margin-left: 0;
}

article .news-text,
.contact-info,
article p {
	font-size: 16px;
	line-height: 22px;
	color: #6e6e6e;
	margin-bottom: 10px;
}

.news-image {
    margin: 0 -20px -30px;
}

.contact-info {
	display: table;
}
.contact-info div {
	display: table-row;
} 
.contact-info span {
	display: table-cell;
	padding-right: 10px;
}

.news-entry img {
	max-width: 100%;	
	height: auto;
}

.news-entry .news-image img {
	width: 100%;
	height: auto;
}

header img, 
#site-container img 
{ max-width: 100%; max-height: 100%; }



/**
 * forms
 *
 *
 */
fieldset { border: none; }
legend { border: none; visibility: hidden; }

input,
textarea,
select { }

input[type="submit"] { }
input[type="radio"] { }
input[type="checkbox"] { }
input[type="reset"] { }

/**
 * FOR TESTING
 */

.parking-test {
	display: block;
	width: auto;
/*	position: absolute;*/
	/*top: 200px;*/
	z-index: 100;
	background: white;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	height: 50px;
	width: 280px;	
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.parking-test div {
	display: inline-block;
}

.parking-station > .free-spaces {
	margin: 8px;
	background-color: #cef4e3;
	color: #2cb77f;
	height: 34px;
	width: 50px;
	line-height: 34px;
	text-align: center;
	font-size: 17px;
	border-radius: 2px;
	box-shadow: 0px 2px 6px #91b5a6 inset;
}

.region-title  .free-spaces{
	display: inline-block;	
	width: 50px;
	box-sizing: border-box;
	text-align: center;
	font-size: 17px;
	margin-right: 10px;
	border-radius: 2px;
	box-shadow: 0px 2px 5px #333 inset;
	height: 34px;
	line-height: 34px;
	margin-left: 2px;
}

.north .region-title  .free-spaces {
	background-color: #1866a7;
	box-shadow: 0px 2px 5px #04335f inset;
}

.south .region-title  .free-spaces {
	background-color: #9f0c3a;
	box-shadow: 0px 2px 5px #61041d inset;
}

.allmend .region-title  .free-spaces {
	background-color: #cc9421;
	box-shadow: 0px 2px 5px #a36f20 inset;
}

.closed .free-spaces{
	background-color: #f7d3d3;
	color: #b22b3c;
	box-shadow: 0px 2px 6px #c08f93 inset;
}

.parking-region{
	box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
}


/**
 ******************** media queries :: replace images for retina displays ********************
 *
 *
 */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
}

/**
 ******************** media queries :: tablet screen view ********************
 *
 *
 */
@media only screen and (min-width: 768px) {
    /**
     * grid system
     *
     *
     */
    .grid-container { /* empty */ }
    .grid-elm { /*float: left; overflow: hidden;*/ }

    .grid-offset { padding: 20px; }
    .grid-offset.large { padding: 40px 40px; }
    .grid-offset.medium { padding: 30px 30px; }
    .grid-offset.small { padding: 10px 10px; }

    .large-top { padding-top: 60px; }

    .grid-align-1-1 { width: 100%; float: left; }
    .grid-align-1-2 { width: 50%; float: left; }
    .grid-align-1-3 { width: 33.33%; float: left; }
    .grid-align-2-3 { width: 66.66%; float: left; }
    .grid-align-1-4 { width: 50%; float: left; }
    .grid-align-3-4 { width: 50%; float: left; }
    .grid-align-1-8 { width: 25%; float: left; }
    .grid-align-3-8 { /*empty*/ }
    .grid-align-7-8 { width: 75%; float: left; }

    .grid-wd-align-1-1 { width: 100%; }
    .grid-wd-align-1-2 { width: 50%; padding-left: 20px; float: left; }
    .grid-wd-align-1-3 { width: 33.33%; float: left; }
    .grid-wd-align-2-3 { width: 66.66%; float: left; }
    .grid-wd-align-1-4 { width: 25%; float: left; }
    .grid-wd-align-3-4 { width: 75%; float: left; }

    .grid-extend { width: 100%; }
    
	/**
	 * globals
	 *
	 *
	 */
	.no-mobile { display: none; }
	
	.left { text-align: left; }
	.center { text-align: center; }
	.right { text-align: right; }
	.align-right { float: right; }
	.align-center { margin: 0 auto; }
	.align-left { float: left; }
	
	/**
	 * icons
	 *
	 *
	 */
	
	/**
	 * layout
	 *
	 *
	 */
	
	/* containers */
    #site-container {
        width: 40%;
        position: absolute;
        top: 100px;
        left: 0;
        margin: 0 0 0 20px;
        padding: 0;
        background-color: transparent;
		height: auto;
		min-height: initial;
		padding-bottom: 40px;
		min-width: 350px;
    }
    
	#select-view-container {
		display: none
	}

	#map-container {
        display: block;
	}

	/* header */
	
	body > header {
		height: 80px;
	}
	
	.logo {
		padding: 10px 0;
		left: 20px;
	}
	
	.logo img {
		height: 60px;
	}
	
	#currentness {
		padding-top: 30px;
	}
	
	/* mobile navigation */
	
	/* main navigation */
	
	header nav {
		width: auto;
		margin-left: 20px;		
	}
	
	.naver-container {
	
	}
	
	.naver-container a {
		width: auto;
		display: inline-block;
		border: 0;
		padding: 25px 20px 5px;	
		border-left: 1px solid #e6e6e6;
	}
	
	.naver-container a.imprint {
		display: none;
	}
	
	.naver-wrapper {
		position: relative;
	}
	
	/* content */
	#page-content {
		padding-top: 95px;
		width: 61.8%;
		min-width: 640px;
		margin: 0 auto;
		padding-bottom: 32px;
	}
	
	
	/* footer */
	
	footer.mobile {
		display: none;
	}
	
	footer.tablet {
		display: block;
	}
	/**
	 * elements
	 *
	 *
	 */
	 
	
	legend {
		display: none;
	}
	
	/*#contactFrame {
		display: table;
	}
	
	#contactForm input[type="text"],
	#contactForm textarea,
	#contactForm select,
	#contactForm label {
		display: table-cell;				
	}*/	
		
	
	#contactForm input[type="text"],
	#contactForm input[type="submit"],
	#contactForm textarea,
	#contactForm select,
	#contactForm label {
		display: inline-block;				
	}	
	
	#contactForm label {
		width: 150px;
	}
	
	#contactForm input[type="text"],
	#contactForm input[type="submit"],
	#contactForm textarea,
	#contactForm select {
		width: 460px;
		box-sizing: border-box;
		-moz-box-sizing:border-box; /* Firefox */
	}
	
	#contactForm #captcha{
		display: inline-block;
		width: 400px;
		vertical-align: top;
	}
	
	#contactForm #captcha label {
		width: auto;
	}
	
	article {
		padding: 20px;
	}
	
	h1 {
		padding: 0 20px;
	}
}

/**
 ******************** media queries :: maximal screen view ********************
 *
 *
 */
@media only screen and (min-width: 1024px) {
    /**
     * grid system
     *
     *
     */
    .grid-container { /* empty */ }
    .grid-elm { /* empty */ }

    .grid-align-1-1 {  }
    .grid-align-1-2 { width: 50%; float: left; }
    .grid-align-1-3 { width: 33.33%; }
    .grid-align-2-3 { width: 66.66%; }
    .grid-align-1-4 { width: 25%; }
    .grid-align-3-4 { width: 75%; float: left; }
    .grid-align-1-8 { width: 12.5%; }
    .grid-align-3-8 { width: 37.5%; }
    .grid-align-7-8 { width: 87.5%; }

    .grid-wd-align-1-2 { width: 100%; }

    .grid-extend { /* empty */ }

    .grid-align-1-4:nth-of-type(2n+1) { clear: none; float:left; }


    /**
     * layout
     *
     *
     */
     
     /* containers */
    #site-container {
        width: 410px;
    }

    /**
     * globals
     *
     *
     */

    /**
     * icons
     *
     *
     */

    /**
     * elements
     *
     *
     *


    /**
     * forms
     *
     *
     */

}

/**
 ******************** media queries :: maximal screen view ********************
 *
 *
 */
@media only screen and (min-width: 1400px) {

    /**
     * grid system
     *
     *
     */


    /**
     * layout
     *
     *
     */

    /**
     * globals
     *
     *
     */

    /**
     * icons
     *
     *
     */

    /**
     * elements
     *
     *
     *


    /**
     * forms
     *
     *
     */

}

/*
 ******************** helper classes ********************
 *
 *
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /**text-indent: -9999px;*/
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    /* *zoom: 1; */
}

/*
 ******************** print styles ********************
 *
 *
 */

@media print {
    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        #show-list:before, #show-map:before {
			background-image: url('../img/sprites-home@2x.png');
			background-size:21px;
		}
}




#list-container {
display: none;
}

#map-container {
display: block;
}

footer.mobile {
display: none;
}