@charset "utf-8";
/*css reset*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Calibri-Regular";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*custom css*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: "Calibri-Regular";
	font-size: 100%;/*media queries*/
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
body #accessibility {
	position: absolute;
	width: 320px;
	height: 100px; 
	top: 135px;
	right: 40px;
	z-index: 99;
}
#logo-section {
	margin: 0px;
	padding: 0px;
	line-height: normal;	
}
img {
	display: block;
	/*max-width: 100%;*/
}
#header-wrapper {
	width: 100%;
	float: left;
	position: fixed;
	/*position: relative;*/
	z-index: 100;
	/*border-bottom: 1px solid #0fec2f;*/
	border-bottom: 1px solid #999;
	background-color: #fff;
	/*border: 1px solid red;*/
	/*transition: all 0.6s ease;*/
}
header {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	height: 120px;
	/*border: 1px solid #36F319;*/
}
#logo-wrapper {
	position: absolute;
	top: 5px;
	width: 400px;
	height: 110px;
}
#logo-wrapper #logo-pic{
	position: absolute;
	/*margin: 0px 0px 0px 20px;*/
	padding: 0px;
	z-index: 100;
}
#logo-wrapper #logo-pic img {
	padding: 0px;
	width: 60px;
	height: 110px;
	display: block;
	/*margin-top: 10px;*/
}
#logo-wrapper #logo-text {
	position: absolute;
	top: 8px;
	left: 75px;
	font-size: 1em;
}
#logo-text-tablet .std-s {
		display: none;
  }
nav {
	position: relative;
	float: right;
	padding: 0px;
	top: 55px;
	width: 650px;
	height: 50px;	
	/*border: 1px solid red;*/
}
#header-nav {/*ul*/
	float: right;
	padding: 0px;
	/*border: 1px solid blue;*/
}
#header-nav li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header-nav li.back {
	position: absolute;
	/*border-bottom: 6px solid #89d32b;*/
	border-bottom: 4px solid #9d1b12;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 2.8em;
	z-index: 5;
}
#header-nav li a {
	position: relative;
	float: left;
	margin: 0px 20px;
	padding: 0px;
	font-family: "Calibri-Regular";
	line-height: 1.7em;
	font-size: 1.8em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	/*color: #a72e61;	*/
	color: #666;
	display: block;
	outline: none;	
	overflow: hidden;
	z-index: 10;
}
#header-nav li a:hover, #header-nav li a:visited {
	border: none;
} 
#header-nav li a:active {
	color: #333;	
}
#header-nav .current a {
	color: #9d1b12;	
}
#bgimage-wrapper {
	position: relative;
	margin: 121px auto 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	float: left;
	background-color: #fff;
}
#bgimage-wrapper #bgimage { /*img*/
	max-width: 100%;
	height: auto;
	border-bottom: 1px solid #999;
	z-index: 10 !important;
}
main-wrapper {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	z-index: 10;
	background-image: url("../images/background.png");
	background-repeat: repeat;
}
main {
	position: relative;
	margin: -90px auto 45px;/*960px!*/
	padding: 0px;/*960px!*/
	width: 960px;
	background-color: rgba(255,255,255,0.95);
	border-top: 1px solid #fff;/*collapsing margins*/
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	-webkit-box-shadow: 0px 2px 20px #666;
	-moz-box-shadow: 0px 2px 20px #666;
	box-shadow: 0px 2px 20px #666;
}
main #headline {
	position: relative;
	height: 50px;
	margin: 35px 0px 40px;
}
main #headline h1 {
	font-family: "Calibri-Regular";
	font-size: 2.8em;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	color: #9d1b12;
	/*padding-top: 13px;*/
}
main p {
	margin: 10px 100px;
	font-family: "Calibri-Regular";
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #666;
}
main h2 {
	margin: 20px 100px;
	font-family: "Calibri-Regular";
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #666;
}
main h3 {
	margin: 40px 100px 0px;
	font-family: "Calibri-Regular";
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #666;	
}
main #frame-wrapper {
	position: relative;
	margin: 0px auto;
	width: 760px;
	padding-bottom: 75px;
	/*overflow: hidden !important;*/ /*google.maps.InfoWindow*/
	/*white-space: nowrap !important;*/ /*google.maps.InfoWindow*/
	font-size: 1.5em;
	/*line-height: 1.35;*/
}
/*.gm-style-iw {*/ /*class to style the InfoWindow content container*/
	/*width: 250px; */
	/*min-height: 45px;*/
/*}*/
main #frame-wrapper #frame {
	position: relative;
	height: auto;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}
main #frame-wrapper #map-address {
	position: absolute;
	display: block;
	top: 226px;
	left: 265px;
	width: 210px;
	height: 80px;
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: "Calibri-Regular";
	font-size: 1em;
	color: black;
	z-index: 10000; 
}
main #frame-wrapper #frame img {
	/*max-width:none !important;*/
	/*display: none;*/
	background:none !important;
	/*padding-bottom: 100px;*/
	/*margin-bottom: 100px;*/
	clear: left;
	display: block;
}
/*main .gm-style-iw { google.maps.InfoWindow
    height: 100% !important;
	line-height:normal;
}*/
main a:visited, a:focus, a:active {
	outline: none;
}
main .ul-square {/*ul*/
	padding: 10px 10em;
	font-family: "Calibri-Regular";
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;	
	/*color: #9d1b12;*/
	list-style: square;
}
main .red-square {
	color: #9d1b12;
}
main .blue-square {
	color: #428bca;;
	padding: 0px 150px 100px;
}
main .gray-square {
	color: #666;
}
main ul li {
	line-height: normal;
	padding: 2px 0px;
}
main ul li span {
	color: #666;
}
main table {
	width: 600px;
	/*float: left;*/
	padding: 0;	
	border: none;
	margin: 40px 0px 40px 150px;
	font-family: "Calibri-Regular";
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;	
	text-align: left;
	color: #666;	
}
main .main-point {
	margin-top: 40px;
}
main .sub-point {
	text-align: justify;
}
main #logo-boxed {
	clear: left;
	position: absolute;
	height: 140px;
	width: 140px;
	right: 50px;
	bottom: 50px;
	padding: 20px;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	-webkit-box-shadow: 0px 2px 20px #666;
	-moz-box-shadow: 0px 2px 20px #666;
	box-shadow: 0px 2px 20px #666;
}
#footer-wrapper {
	position: relative;
	margin: 0px;/*960px!*/
	padding: 0px;/*960px!*/
	width: 100%;
	float: left;
	background-color: #fff;	
	z-index: 15;
}
#footer-wrapper #developer .counter {
	position: absolute;
	top: 10px;
	right: 15px;
	font-family: "Calibri-Bold";
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	line-height: 0;	
	color: #c4c6c7;
	z-index: 100;
}
footer {
	width: 960px;
	/*height: 20em;*/
	margin: 0px auto;/*960px!*/
	padding: 0px;/*960px!*/
}
footer .footer-sections {
	width: 33.33333%;
	float: left;
}
footer .footer-sections h2 {
	margin: 0px;
	padding: 15px 0px 10px;
	font-family: "Calibri-Bold";
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;	
	text-transform: uppercase;
	color: #666;
}
/*footer .footer-sections p {
	margin: 0px;
	font-family: "Calibri-Regular";
	font-size: 15px;
	line-height: 130%;
	padding: 0px 0px 10px;
	color: #666;	
}*/
footer .footer-sections .std {
	line-height: 130%;
}
footer .link {
	display: block;
	font-family: "Calibri-Regular";
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;	
}
footer #footer-section-1 {
	/*padding: 10px 25px 0px 50px;*/
	/*line-height: normal;*/
	padding: 10px 25px 0px 50px;
}
footer #footer-section-2 {
	/*padding: 10px 25px 0px 0px;*/
	/*line-height: normal;*/
	padding: 10px 10px 0px;
}
footer #footer-section-3 {
	/*padding: 10px 50px 0px 25px;*/
	/*line-height: normal;*/
	padding: 10px 0px 0px 50px;
}
#developer {
	position: relative;
	float: left;
	margin-top: 10px;
	padding: 0px;
	width: 100%;
	height: 2.5em;
	text-align: center;
	background-color: #c4c6c7;
	line-height: normal;
	border-top: 1px solid #c4c6c7;
	vertical-align: middle;
}
#developer h2 {
	position: relative;
	margin: 5px 0px 0px;
	padding: 0px;
	font-family: "Calibri-Regular";
	font-style: normal;
	font-weight: normal;
	font-size: 1.4em;
	line-height: normal;
	text-align :center; 
	color: #484848;
	text-shadow: 1px 1px 0px #e2e2e2;
	overflow: hidden;
}
#developer a {
	display: block;
	margin-top: 0.3em;
	padding: 0px;
	text-align: center;
	font-size: 1.4em;
}
.last {
	display: block;
	padding-bottom: 100px;	
}
.red {
	color: #9d1b12;	
}
.bold {
	font-weight: bold;
}
.std-s {
	padding: 0px;
	margin: 0px;
	display: block;
	font-family: "Calibri-Regular";
	font-style: normal;
	font-size: 1.4em;
	/*line-height: 1.15em;*/
	line-height: 130%;
	color: #666;		
}
.std {
	/*margin: 0px;*//*margin-bottom*/
	padding: 0px;
	margin: 0px;
	display: block;
	font-family: "Calibri-Regular";
	font-style: normal;
	font-size: 1.6em;
	line-height: normal;
	color: #666;	
}
.std-b {
	padding: 0px;
	margin: 0px;
	display: block;
	font-family: "Calibri-Regular";
	font-style: normal;
	font-size: 1.8em;
	line-height: normal;
	color: #666;		
}
.m-bottom {
	display: block;
	margin-bottom: 1.2em;
}
.glyphicon {
	top: 3px;
	vertical-align: central;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.white {
	color: #fff;
}

@media only screen and (max-width: 980px) {
	.container {
	    width: 750px;
		font-size: 90%;
		line-height: 90%;
  	}
	body #accessibility {
		top: 130px;
		right: 20px;
		height: 60px;
		width: 200px;
  	}
	main {
		margin: -60px auto 45px;/*960px!*/
	}
	main #headline {
		top: 0px;
		margin: 0px;
		padding: 0;
		font-size: 90%;
	}	
  	#logo-wrapper {
	  	visibility: hidden;
  	}
  	#logo-wrapper #logo-text .std-s {
	  	display: none;
  	}
  	#logo-text-tablet {
		position: absolute;
		top: 10%;
		left: 0px;
		width: 750px;
	}
	#logo-text-tablet .std-s {
		display: block;
		margin: 0px auto;
		text-align: center;
		visibility: visible;
		top: 4px;
		/*border: 1px solid red;		*/
	}
	nav {
		margin: 0px auto; 
		float: none;
		top: 55px;
  	}
	#header-nav {/*ul*/
		position: relative; 
		right: 50%;
		margin: 0px auto; 
	}
	#header-nav li {
		position: relative; 
		left: 50%;
	}
	.glyphicon {
		top: 2px;
	}
	main #frame-wrapper {
		width: 750px;
		padding: 0 100px 75px 100px;		
	}
	main #frame-wrapper #frame {
		/*height: auto;*/
		/*max-width: 100%;*/
	}
	main #frame-wrapper #frame img {
		height: auto;
		max-width: 100%;
	}
	main #frame-wrapper #map-address {
		top: 164px;
		left: 295px;
		width: 145px;
		height: 50px;
		font-size: 0.75em;
		line-height: 1.1em;
		z-index: 10000 !important;
	}
	footer {
		width: 450px;
		height: 100%;
	}
	footer .footer-sections {
		font-size: 85%;
	}
	footer #footer-section-1 {
		padding-left: 25px;
	}
	footer #footer-section-3 {
		padding-right: 25px;
	}
 }

@media only screen and (max-width: 768px) {
	.container {
		width: 450px;
		font-size: 75%;
		line-height: 75%;
	}
	main {
		margin: -50px auto 8px;/*960px!*/
	}
	body #accessibility {
		top: 130px;
		right: 20px;
		height: 40px;
		width: 120px;
    }
	main #logo-boxed {
		visibility: hidden;  
	}
	main #headline {
		top: 0px;
		margin: 0px;
		padding: 0;
		font-size: 75%;
	}
	main h2 {
		margin: 10px 50px;
	}
	main p {
		margin: 5px 50px;  
	}
	.last {
		padding-bottom: 40px;	
	}
	nav {
		width: 400px;
		/*border: 1px solid red;*/
	}
	#header-nav li a {
		margin: 0px 10px;
	}
	#logo-text-tablet {
		width: 445px;
		font-size: 80%;
		margin: 0px auto;
	}
	main #frame-wrapper {
		width: 400px;
		padding: 0 25px 50px 25px;
	}
	main #frame-wrapper #frame {
		/*height: 350px;*/
		/*width: 600px;*/
	}	
	main #frame-wrapper #frame img {
		height: auto;
		max-width: 100%;
	}
	main #frame-wrapper #map-address {
		top: 104px;
		left: 148px;
		width: 96px;
		height: 30px;
		font-size: 0.60em;
		z-index: 10000 !important;
	}
	main table {
		width: 400px;
		/*float: left;*/
		margin: 3em 0px 2em 4em;	
	}
	footer .footer-sections {
		width: 100%;
		float: none;
		display: block;
		font-size: 1em;
		
		text-align: center;
		clear: both;
	}
	footer #footer-section-3 {
		display: none;
	}
	#developer h2 {
		font-size: 1.2em;
	}
	.last {
		display: block;
		padding-bottom: 1em;	
	}
}


