html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 200px!important;
    font-family: "rooney-web";
}

h1, h2, h3, h4, h5, h6, .nav-pills {
    font-family: "ff-dagny-web-pro" !important;
    font-weight: 700;
}

@media only screen and (max-width: 768px) { body { margin-bottom: 300px!important; } }
@media only screen and (max-width: 992px) { body { margin-bottom: 400px!important; } }

.navbar-static-top {
    min-height: 100px;
}

.navbar-default {
    background-image: none!important;
    background-color: #f3f3f3;
    -webkit-box-shadow: none!important;
}

.navbar > .container { min-height: 100px; }
.navbar > .container > .row { min-height: 100px; }
.navbar > .container > .row > .col-md-7 { min-height: 120px; padding-top:50px; }
.navbar-brand {
    min-height: 120px;
    float:none;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
}
.nav-pills { padding: 0px 20px 10px 20px; }
.nav-pills > li.active { box-shadow: 1px 1px 1px #cccccc; background-color: transparent; border-radius: 4px; }
.navbar-header {
    float: left;
    padding: 15px;
    text-align: center;
    width: 100%!important;
}

/* overlapping collapsed navbar problem fix */
@media (min-width: 768px) and (max-width: 992px) {
    .navbar {
        padding-bottom:100px;
    }
}

@media (max-width: 768px) { 
    .nav-pills > li {
        display:block!important;
        float:none;
    }
}

#main {
    width: 90%;
    margin: 50px auto;
}

.page {
    width:100%;  
}
.jumbotron, img.shadow {
    box-shadow: 2px 2px 1px #cccccc;
    border-radius: 10px;
}

span.input-group-addon {
    min-width: 130px!important;
    text-align: right;
    background-color: #428bca;
    color: #ffffff;
}

input.form-control, textarea.form-control {
    width: 300px !important;
}

#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 20px;
    border: 1px solid #e7e7e7;
    
    min-height: 60px;
    background-color: #f3f3f3;
}

#footer a {
    color: #000000;
}

.contactForm {
    margin: 0 auto!important;
    width:80%;
    min-width: 330px!important;
    text-align: center;
    max-height: 450px!important;
}
.contactForm > form > .input-group {
    margin:auto!important;
    text-align: center;
}

#map {
    height: 450px;
    width:500px;
    margin:auto;
    border:1px solid #ccc;
}

#captcha {
    border: 1px solid #777;
    display:block;
    margin: 5px auto 0px auto;
}
.captchaRow { height: 65px; }

.carousel {
    width: 800px!important;
    margin:auto;
    position: relative;
}
.slide {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    height: 300px;
    background-size: 800px 300px;
    background-repeat: no-repeat;
}
.slide > label {
    font-weight: lighter;
    font-size: 200%;
    position: absolute;
}

.icon {
    width: 75px;
}
.icon-spaced {
    margin: 30px auto;
    height: 75px;
}

.featurette {
    margin: auto;
    max-width: 270px;
    margin-bottom: 40px;
}

.featurette-img {
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    margin-bottom: 30px;
}

.team-table-header > th {
    padding-bottom: 20px!important;
}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 40%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}