.container{
    width: 100%;
    position: relative;
}
.clr{
    clear: both;
}
h1{
}


/* Header Style */
.fixed
{
position:fixed;
width:100%;
background: #fff;
z-index:11111111;
}

.fixedfooter
{
position:fixed;
width:100%;
bottom:-2px;
background: #fff;
z-index:11111111;
-moz-box-shadow: 1px 0px 2px #000;
-webkit-box-shadow: 1px 0px 2px #000;
box-shadow: 1px 0px 2px #000;
}

.header{/*
    font-family:'Arial Narrow', Arial, sans-serif;
    line-height: 24px;
    font-size: 11px;
    background: #000;
    opacity: 0.9;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    -moz-box-shadow: 1px 0px 2px #000;
    -webkit-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000;
*/}

.footer{/*
    font-family:'Arial Narrow', Arial, sans-serif;
    line-height: 24px;
    font-size: 11px;
    background: #fff;
    opacity: 0.9;
    z-index: 9999;
    position: relative;
	height: 35px;
*/}

.header a{/*
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #ddd;
    display: block;
    float: left;
*/}
.header a:hover{/*
    color: #fff;
*/}

.header span.right{/*
    float: right;
*/}
.header span.right a{/*
    float: none;
    display: inline;
*/}
.demos{
    position:relative;
    z-index: 1000;
    text-align:center;
	float: right;
	padding: 10px;
}
.demos a{
    display: inline-block;
    padding: 4px 6px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
	font-family: Arial;
    font-size: 11px;
	-webkit-font-smoothing:antialiased;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.demos a:hover{
    color: #fff;
    background: #c90047;
}
.demos a.current-demo,
.demos a.current-demo:hover{
    font-weight: bold;
    background: #c90047;
    color: #fff;
	cursor: default;
}

/* Nav & General Layout */
h2.ss-subtitle{
    padding: 10px 10px 40px;
    font-size: 52px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
h2.ss-subtitle:before{
	width: 4px;
	height: 40px;
	background: rgba(17,17,22,0.8);
	content: '';
	position: absolute;
	right: 75%;
	margin-right: -4px;
	bottom: -4px;
	-moz-border-radius: 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px;
}
h2.ss-subtitle:after{
	width: 25%;
	height: 0px;
	border-bottom: 4px dotted rgba(17,17,22,0.8);
	content: '';
	position: absolute;
	right: 50%;
	margin-right: -1px;
	bottom: -4px;
}
.ss-links{
	position: relative;
	right: 10px;
	float:right;
	top: 5px;
	z-index: 100;
}
.ss-links a{
	background: rgba(0,0,0,0.4);
	font-size: 11px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin: 5px;
	float: left;
	border-radius: 5%;
	display: block;
	text-align: center;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.ss-links a:hover{
	background: rgba(255,0,0,0.4);
}
.ss-container{
	margin-top: 20px;
    width: 100%;
	height:340px;
    position: relative;
    text-align: left;
    float: left;
	overflow: hidden;
	/*padding-bottom: 90%;*/
}


/* Map CSS */
 
#canvas_holder{
position: absolute;
top: 0px;
left: 0px;
width:100%;

}
.gm-style-iw { top:0 !important; left:20px !important; width:350px !important;}
#map_canvas{
width:100%;
height:100%;
position: absolute;
top: 0px;
left: 0px;

}
 
#map
{
position: relative;
width: 100%;
height:100%;
background:#fff !important;
}

.info
{
height: auto;
line-height:23px;
font-size:14px;
color : #3f3f3f;
width:320px !important;
}

.map_heading 
{ 
	border-bottom: 1px dotted;
    color: #3f3f3f;
    font-size: 16px !important;
    margin-top: 5px;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-top: 11px !important;
}

.newheaddiv {color:#ef2e41;text-align: center;font-size: 20px; font-weight:bold;}
.newps { float:right; margin-right:87px; }
