/* Add here all your CSS customizations */
html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
}

.body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -170px;
}

.push {
	height:170px;
}
.main {
	padding-bottom:20px;
}
footer {
	margin-top:0px;
	min-height:170px;
}

.owl-theme .owl-controls .owl-buttons div {
	position:absolute;
	background:rgba(51, 51, 51, 0.7);
	top: -42px;

}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left:-2px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right:-2px;
}

.bodytext {
	font-size: 14px;
	color:#333;
	/*text-align:justify;*/
}

.quotetext {
	font-size: 14px;
	color: #333;
	font-style: italic;
}

.quotesmalltext {
	font-size: 11px;
	color: #333;
	font-style: italic;
}

.alerttext {
	font-size: 14px;
	color: #FF0000;
}

.captiontext {
	font-size: 10px;
	color: #333;
}

.captionalerttext {
	font-size: 10px;
	color: #FF0000;
	font-weight:bold;
}

button:focus {outline:0;}

@-moz-document url-prefix() {
    #logo img {
        width: 100%;
    }
}

// Styles for IE10
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #logo img {
        width: 100%;
    }
}