body {
	margin-top: 0px;
	background-color:#ffffff;
}

#content {
	min-height: 400px;
}

#jview {
	display:none;	
}

#text-header {
	background-color: black;
    color: white;
    text-align:center;
    font-size: larger;
    font-weight: bold;
    padding:10px 15px;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 575px) {
	#text-header {
		border-width: 0 0 1px;
	    top: 0;
	    border-radius: 0;
	    left: 0;
	    position: fixed;
	    right: 0;
	    z-index: 1050;
    	max-height: 100%;
	    overflow-y:auto;
	    overflow-x:hidden;
	    height:45px;
	}
}

#header-xs-spacer {
	height:65px;
}
#header-xs-spacer.pushed {
	height:100px;
}

@media (min-width: 576px) {
	#header-xs-spacer {
		height:0px;
	}
	#header-xs-spacer.pushed {
		height:0px;
	}
}

#footer {
	font-size: 12px;
	padding-bottom: 15px;
}

.top-carousel img {
	width:100%;
}

.cent-resp {
	display:block;
	height: auto;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

#recaptcha_image, #recaptcha_image img {
    min-height: 57px;
    width: 100% !important;
}

.toast {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:50%;
    margin-left:-100px;
    bottom:10px;
    background-color: #383838;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

/* Small devices (landscape phones, 576px and up) */
/* @media (min-width: 576px) { ... } */

/* Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) { ... } */

/* Large devices (desktops, 992px and up) */
/* @media (min-width: 992px) { ... } */

/* X-Large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) { ... } */

/* XX-Large devices (larger desktops, 1400px and up) */
/* @media (min-width: 1400px) { ... } */
