/* Header */
#head { background:#181015 url( ../img/updatedheader.jpg) no-repeat; background-size: cover; min-height:520px; text-align: center; padding-top:240px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }
#head.secondary { height:100px; min-height: 100px; padding-top:0px; }
	#head .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; }
	#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
		#head .tagline a { color:#fff; }
	#head .btn { margin-bottom:10px;}
	#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
		#head .btn-default:hover,
		#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
		#head .btn-default:active,
		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

@media (max-width: 767px) {
	#head { min-height:420px; padding-top:160px; }
	#head .lead { font-size: 34px; }
}


/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; }
	.h-caption { text-align: center; }
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
	.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }
h1, .h1 { margin-top:30px; }
h2, .h2 { margin-top:30px; color:#FFA500}
h3, .h3  { margin-top:30px; color:#FFA500}
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#999; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */
.maincontent { }

.titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.titlepage span {
    background: #F8943C;
    display: block;
    height: 10px;
    width: 100%;
    margin-bottom: 5px;
}

/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; }

/* Footer */
.footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }
	.footer1 a { color: #ccc; }
		.footer1 a:hover {color: #FFA500; }
	.footer1 .widget { margin-bottom:30px; }
	.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #FFA500; margin: 0 0 20px; }
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }
		.follow-me-icons i { float:left; margin:0 10px 0 0; }

.footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; }
	.footer2 a { color: #aaa; }
		.footer2 a:hover { color: #FFA500; }
		.footer2 p { margin: 0; }

	.widget-simplenav { margin-left:-5px; }
	.widget-simplenav a{ margin:0 5px; }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.button {
    min-width: 150px;
}




/*div.slide-container {*/
/*    width: 800px;*/
/*    height: 530px;*/
/*    position: relative;*/
/*    margin: 20px;*/
/*}*/

/*div.slide-image {*/
/*    height: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-position: top left;*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*}*/

/*div.before {*/
/*    width: 50%;*/
/*    z-index: 2;*/
/*}*/

/*div.after {*/
/*    width: 100%;*/
/*    z-index: 1;*/
/*}*/

/*input.slider {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    outline: none;*/
/*    background-color: transparent;*/
/*    position: absolute;*/
/*    margin: 0px;*/
/*    z-index: 3;*/
/*    cursor: pointer;*/
/*    appearance: none;*/
/*    -moz-appearance: none;*/
/*    -webkit-appearance: none;*/
/*    transition: 0.25s all ease-in-out;*/
/*    -moz-transition: 0.25s all ease-in-out;*/
/*    -webkit-transition: 0.25s all ease-in-out;*/
/*    z-index: 4;*/
/*}*/

/*input.slider::-moz-range-thumb {*/
/*    width: 6px;*/
/*    height: 600px;*/
/*    background-color: white;*/
/*    cursor: pointer;*/
/*}*/

/*input.slider::-webkit-slider-thumb {*/
/*    width: 6px;*/
/*    height: 530px;*/
/*    background-color: white;*/
/*    cursor: pointer;*/
/*    appearance: none;*/
/*    -moz-appearance: none;*/
/*    -webkit-appearance: none;*/
/*}*/

/*div.slider-button {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border-radius: 50%;*/
/*    -moz-broder-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    background-color: white;*/
/*    position: absolute;*/
/*    top: calc(50% - 18px);*/
/*    left: calc(50% - 18px);*/
/*    cursor: pointer;*/
/*    z-index: 3;*/
/*}*/

/*div.slider-button:before {*/
/*    color: #555;*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    left: 0px;*/
/*    content: "\2B9C";*/
/*}*/

/*div.slider-button:after {*/
/*    color: #555;*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    right: 0px;*/
/*    content: "\2B9E";*/
/*}*/

/** {box-sizing:border-box}*/

/*!* Slideshow container *!*/
/*.slideshow-container {*/
/*    max-width: 1000px;*/
/*    position: relative;*/
/*    margin: auto;*/
/*}*/

/*!* Hide the images by default *!*/
/*.mySlides {*/
/*    display: none;*/
/*}*/

/*!* Next & previous buttons *!*/
/*.prev, .next {*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: auto;*/
/*    margin-top: -22px;*/
/*    padding: 16px;*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*    transition: 0.6s ease;*/
/*    border-radius: 0 3px 3px 0;*/
/*    user-select: none;*/
/*}*/

/*!* Position the "next button" to the right *!*/
/*.next {*/
/*    right: 0;*/
/*    border-radius: 3px 0 0 3px;*/
/*}*/

/*!* On hover, add a black background color with a little bit see-through *!*/
/*.prev:hover, .next:hover {*/
/*    background-color: rgba(0,0,0,0.8);*/
/*}*/

/*!* Caption text *!*/
/*.text {*/
/*    color: #f2f2f2;*/
/*    font-size: 15px;*/
/*    padding: 8px 12px;*/
/*    position: absolute;*/
/*    bottom: 8px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*!* Number text (1/3 etc) *!*/
/*.numbertext {*/
/*    color: #f2f2f2;*/
/*    font-size: 12px;*/
/*    padding: 8px 12px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*}*/

/*!* The dots/bullets/indicators *!*/
/*.dot {*/
/*    cursor: pointer;*/
/*    height: 15px;*/
/*    width: 15px;*/
/*    margin: 0 2px;*/
/*    background-color: #bbb;*/
/*    border-radius: 50%;*/
/*    display: inline-block;*/
/*    transition: background-color 0.6s ease;*/
/*}*/

/*.active, .dot:hover {*/
/*    background-color: #717171;*/
/*}*/

/*!* Fading animation *!*/
/*.fade {*/
/*    animation-name: fade;*/
/*    animation-duration: 1.5s;*/
/*}*/

/*@keyframes fade {*/
/*    from {opacity: .4}*/
/*    to {opacity: 1}*/
/*}*/


