/* CSS Document */

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900,300italic,700italic);

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	background: #fff;
	font-size: 16px;
	color:#646464 !important ;
}

.container { width: 90%; }

.container.logo {
	padding: 1em 10em;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 0px solid #DDD;
	border-right: 0px solid #DDD;
}

.container.title {
	position: relative;
}

.container.title .row {
	margin: 0 -25px;
}

.container.title .row:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	width: 10px;
	height: 10px;
	background: url(sprite.png) 0 0 no-repeat;
}

.container.title .row:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 10px;
	height: 10px;
	background: url(sprite.png) 100% 0 no-repeat;
}



.container.title h1 {
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	line-height: 100%;
        padding: 0.67em 0;
        margin: 0;
}

.container h4.par {
	font-size: 23px;
	font-weight: 900;
	text-align: left;
	line-height: 100%;
	margin-bottom:-18px;
        padding: 0.67em 0;
		color:#666 !important
}

.container.middle {
	padding: 0.5em 1em;
	margin: 0 auto 2em;
	background: #FFFFFF;
	border: 0px solid #DDD;
	border-top: 3px solid #F0F0F0;
	border-bottom: 3px solid #F0F0F0;
}

.container.images {
	margin-bottom:10px;
}


.container.images img {
	border-radius:10px
}




.container.images .row,
.container.cta .row {
	margin: 0 -30px;
}

.container.cta {
	margin: 4em auto 4em;
}

.container.cta .btn {
	background: #fff;
	opacity:0.7;
    color: #333;
   /* font-size: 0.9em;*/
	border:0px solid #333 !important;
}

.container.cta .btn:hover {
	/*background: #333 ;
	opacity:1;
	color: #fff;*/
	text-decoration:underline
}

#c-form .btn {
	background: #fff !important;
    color: #0495d1;
	opacity:0.7;
   /* font-size: 0.9em;*/
	width:100% !important;
	
	border:1px solid #0495d1 !important;
}

#c-form  .btn:hover {
	background: #0495d1 !important;
	opacity:1;
	color: #fff;
}


#c-form  {
	margin-bottom:25px
}

.container.footer {
	width: 100%;
	border-top: 1px solid #CCC;
}

.container.footer .row {
	border-top: 1px solid #FFF;
	text-align: center;
	font-size: 0.8em;
	padding: 1em 0;
}

@media (min-width:600px) {
	
	body {
		font-size: 19px;
	}
	
	.container {
		max-width: 800px;
	}
	
	.container.logo {
		padding: 1em 10em;
	}
}



fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#000}

.form-control{display:block;width:100%;height:42px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#333;background-color:transparent;background-image:none;border:1px solid #ccc;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}

.form-control:focus{border-color:#ccc;outline:0;}.form-control::-moz-placeholder{color:#555;opacity:1}.form-control:-ms-input-placeholder{color:#555}.form-control::-webkit-input-placeholder{color:#555}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}input[type="date"]{line-height:42px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}


*/

#google-map{height: 300px;}
#map #google-map iframe{width:100%;height:100%;}

#google-map iframe{width:100%;height:100%;}