﻿a:hover{text-decoration:none !important;}
.underline{text-decoration:underline !important;}
.bold{font-weight:bold;}
.upper{text-transform:uppercase;}
.neutral{color:#666;}
.positive{color:#5CB85C;}
.negative{color:#D9534F;}
.lowercase{text-transform:lowercase;}
.required{color:#D6370C;}

.bg-orange{background:#F4623A;}

.form:not(#contactForm){padding:15px 30px;}

.btn-file{position:relative;overflow:hidden;border-radius:5px 0 0 5px;}
.btn-file input[type=file]{position:absolute;top:0;right:0;filter:alpha(opacity=0);opacity:0;}

.pet-avatar{
	
	max-width:50vw;
	height:auto;
	max-height:50vh;
		
}

.progress{height:10px;}

@media(max-width:991px){
	
	#navbarResponsive ul li{margin:auto;}
	
}