html,body { height:100%; background-color:#adafb2;}

.border{
	height: 15px;
	background-color:#000;
	width: 100%;
}

a{
	color:#333;
}

a:hover{
	color: #000;
	text-decoration:underline;
}

#header{
	margin-top:1em;
	text-align:center;
}

h1 {
    text-align: center;
    color: rgba(0,0,0,.5);
    font-weight: 400;
    font-size: 27px;
}

sup {
    top: -0.75em; 
}

sub, sup {
    position: relative;
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline;
}

.alignright{
	text-align:right;
}
alignleft{
	text-align:left;
}

section#body {
    padding-right: 23px;
}
 
.gold{
	background-color:rgb(255,206,2);
	height:2px;
	margin: 1em auto;
}

.third{
	width:80%;
}
.full{
	width:100%;
}

.myContainer {
    margin-top: 4%;
	margin-bottom: 50px;
    height: auto;
    background-color: #fff;
}

.city, .contact {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.125em;
    letter-spacing: .025em;
    padding: 0;
}

.nobreak{
	white-space:nowrap;
}
.contact{
	margin: 1em auto;
}

.city i {
    font-size: .45em;
    color: #ccc;
    height: 9px;
    vertical-align: middle;
}
.contact i {
    font-size: .45em;
    color: rgb(255,206,2);
    height: 9px;
    vertical-align: middle;
}

.modal-header {
    background-color: #adafb2;
    border-radius: .5em .5em 0 0;
    border: none;
}
.modal-content {
    border: none;
    border-radius: .5em;
}



.clearfix { clear: both; }

/** SLIDE SHOW **/



.fadein, .fadein2, .fadein3 {
	margin: 2em auto;
    min-height: 425px;
}

.fadein img, .fadein2 img, .fadein3 img {
	position:absolute;
	width: 90%;
	border: 8px solid #adafb2;
	max-height: 450px;
	top:0;
}


@media (max-width: 480px) {
	.fadein, .fadein2, .fadein3 {
		margin: 1em auto;
		min-height: 435px;
	}
	
}

@media (min-width: 768px) and (max-width: 979px) {
	.fadein, .fadein2, .fadein3 {
		margin: 1em auto;
		min-height: 305px;
	}

}
@media (min-width: 992px){
	.fadein, .fadein2, .fadein3 {
		margin: .5em auto;
		min-height: 405px;
	}
}
@media (min-width: 1200px) {
	.fadein, .fadein2, .fadein3 {
		margin: 1em auto;
		min-height: 425px;
	}
}
