@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 480px) {

/***************************************
1A: MOBILE GLOBAL STYLES
****************************************/
/* Hide Elements that area not necessary */
#header .logo, #logo, #nav, .hide, #aside, #feature, #content-block-two,
#content-block-three, #content-block-four, #google_translate_element, #section, .mobile_hide {
	display: none;
}
/* Show Elements that are hidden */
#mobile, .listveiw, #footer .mobile {
	display: block;
}
.gridContainer {
	width: 100%;
	max-width: 480px;
	padding: 0;
	margin: 0;
}
#section-mobile {
	clear: both;
	width: 95%;
	min-height: 200px;
	margin: 0px auto;
	display: block;
	background-color:#FC6;
}
#contactus input[type="text"] {
	height:30px;
	width:220px;
	margin-left: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/***************************************
1A: MOBILE HEADER STYLES
****************************************/
#header {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	width: 100%;
	background-color: #ccc;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));*/
	border-bottom:  1px solid #666;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(145,145,145,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(145,145,145,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(145,145,145,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(145,145,145,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(145,145,145,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(145,145,145,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6919191',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.75);
}
#header h1 {
    color: #222;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 7px;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
	max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#header h2 {
	font-size: 1em;
	text-align: center;
	max-width: 70%;
	margin: 5px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/***************************************
1A: MOBILE CLASS LISTVIEW STYLES 
****************************************/
.listview h2 {
	display: block;
	font-family: Impact, Charcoal, sans-serif;
	color: #669966;
	text-shadow: 0px 0px 5px rgb(201, 212, 122);
	font-size: 1.8em;
	font-weight: normal;
	margin: 15px 5% 5px 5%;
	width: 90%;
}
.listview h3 {
	display: block;
	font-family: Impact, Charcoal, sans-serif;
	color: #669966;
	text-shadow: 0px 0px 5px rgb(201, 212, 122);
	font-size: 1.8em;
	font-weight: normal;
	margin: 15px 5% 5px 5%;
	width: 90%;
}
.listview ul {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
	list-style: none;
}
.listview ul li a {
	display: block;
	width: 100%;
	height: 45px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #222222;
	line-height: 3em;
	text-decoration: none;
	text-indent: 10px;
	font-weight: bold;
	border: 1px solid #999999;
	border-bottom: none;
	float: none;
}
.listview ul li:first-child a {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.listview ul li:last-child a {
	border-bottom: 1px solid #999999;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px
}
.listview ul li a:active, .listview ul li a:hover {
    /*http://www.colorzilla.com/gradient-editor/*/
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(183,183,183,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(183,183,183,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(183,183,183,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(183,183,183,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(183,183,183,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(183,183,183,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6b7b7b7',GradientType=0 ); /* IE6-9 */
	
}
.listview ul li a.current-mobile {
	color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
	cursor: default;	
}
/***************************************
1A: MOBILE THEME STYLES
****************************************/
.mobile-theme-g {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 auto -1px;
	padding: 12px 0px;
	text-indent: 10px;	
}
.mobile-theme-f a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
}
#listview ul li a.mobile-theme-f  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
#listview .mobile-theme-white {
	font-size: 1.1em;
}
/***************************************
1A: LAYOUT STYLES
****************************************/
#geo-mobile-section h2, #section h3, .title {
	display: block;
	font-family: Impact, Charcoal, sans-serif;
	color: #669966;
	/*text-shadow: 0px 0px 5px rgb(201, 212, 122);*/
	text-shadow: 0px 0px 5px rgb(201, 212, 122);
	font-size: 1.8em;
	font-weight: normal;
	margin: 5px 5%;
	/*padding-top: 25px;*/
	width: 90%;
}
#geo-mobile-section h3 {
	display: block;
	font-size: 1.2em;
	margin: 75px 5% 0 5%;
	/*padding-top: 25px;*/
	width: 90%;
}
/***************************************
1A: MOBILE SECTION STYLES
****************************************/
#mobile {
	width: 90%;
	margin: 0 5%; !important
}
#moblie h3{
	font-size: 1.6em;
	margin: 20px 0 20px 0;
	width: 60%;
	border-bottom: 1px solid #999;
	/*text-indent: 25px;*/
}
#section {
	margin: 0 5%; !important
	width: 90%;
}
#section h3{
	font-size: 1.6em;
	margin: 20px 0 20px 0;
	width: 60%;
	border-bottom: 1px solid #999;
	/*text-indent: 25px;*/
}
#section p{
	font-size: 1em;
	margin: 5px 0 5px 0;
	width: 85%;
	/*text-indent: 25px;*/
}
#section a {
	display: block;
	line-height: 2.5em;
	min-height: 40px;

}
.fragment h1 {
	color: red;
	font-size: 1em;
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#contactus fieldset {
	width: 270px;
	margin: 0 auto;
	padding: 20px 0px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

/***************************************
1A: MOBILE ASIDE SPECIFIIC STYLES
****************************************/
#contact-form{
	margin: 0 auto;
	}
/***************************************
1A: MOBILE FOOTER STYLES
****************************************/
#footer {
	text-align: center;
	padding-bottom: 10px;
	margin-top: 10px;
}
#footer inline-button{
	
}
/***************************************
1A: MOBILE LISTVIEW STYLES
****************************************/
}

