/* TYPOlight Open Source CMS :: Copyright (C) 2005-2010 Leo Feyer :: LGPL license */
body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	text-align: left;
	position: relative;
}

select, input, textarea {
	font-size: 99%;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#left {
	float: left;
}

#right {
	float: right;
}

#main {
	width: auto;
	position: relative;
}

.inside {
	position: relative;
	text-align: left;
}

.block {
	overflow: hidden;
}

.clear, #clear {
	height: 0.1px;
	font-size: 0.1px;
	line-height: 0.1px;
	clear: both;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

.custom {
	display: block;
	text-align: left;
}

.custom:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media screen and (max-width: 900px) { 
	body > #wrapper > div,
	#header .inside > div {
	    display: none;
	}


.mobile-wrap .phone {
    float: none;
    margin: auto !important;
    display: block !important;
    clear: both !important;
    position: relative !important;
}

body > #wrapper > div#header .mobile-wrap, body > #wrapper > div#header .inside, body > #wrapper > div#header {
    display: block !important;
    width: 100% !important;
    border: none;
    background: none;
}

.mobile-wrap .home-quick-links {
    background-color: transparent;
}
.mobile-wrap .logo {
    float: none !important;
    margin: 30px auto;
}

.mobile-wrap .home-quick-links ul {
    clear: both !important;
    display: block !important;
    width: 100% !important;
    text-align: center;
}


.mobile-wrap .home-quick-links a span {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}
.mobile-wrap .home-quick-links a,
.mobile-wrap .home-quick-links a:hover {
    box-sizing: border-box !important;
    font-weight: normal !important;
    height: auto !important;
    line-height: 1em;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
    width: 100% !important;
    display: table;
}


.mobile-wrap .home-quick-links ul li,
.mobile-wrap .home-quick-links ul li:hover {
    display: inline-block;
    float: none;
    width: 45% !important;
    min-height: 60px;
    vertical-align: middle;
    padding: 0 !important;
}
}
