.petkey * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.petkey .text-center {
	text-align: center;
}

.petkey .img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.petkey .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.petkey .row {
	margin-left: -15px;
	margin-right: -15px;
}

.petkey .clearfix:before, .petkey .clearfix:after, .petkey .row:before, .petkey .row:after, .petkey .form-horizontal .petkey .form-group:before, .petkey .form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.petkey .clearfix:after, .row:after, .petkey .form-horizontal .form-group:after {
	clear: both;
}

.petkey .col-xs-1, .petkey .col-sm-1, .petkey .col-md-1, .petkey .col-lg-1, .petkey .col-xs-2, .petkey .col-sm-2, .petkey .col-md-2, .petkey .col-lg-2, .petkey .col-xs-3, .petkey .col-sm-3, .petkey .col-md-3, .petkey .col-lg-3, .petkey .col-xs-4, .petkey .col-sm-4, .petkey .col-md-4, .petkey .col-lg-4, .petkey .col-xs-5, .petkey .col-sm-5, .petkey .col-md-5, .petkey .col-lg-5, .petkey .col-xs-6, .petkey .col-sm-6, .petkey .col-md-6, .petkey .col-lg-6, .petkey .col-xs-7, .petkey .col-sm-7, .petkey .col-md-7, .petkey .col-lg-7, .petkey .col-xs-8, .petkey .col-sm-8, .petkey .col-md-8, .petkey .col-lg-8, .petkey .col-xs-9, .petkey .col-sm-9, .petkey .col-md-9, .petkey .col-lg-9, .petkey .col-xs-10, .petkey .col-sm-10, .petkey .col-md-10, .petkey .col-lg-10, .petkey .col-xs-11, .petkey .col-sm-11, .petkey .col-md-11, .petkey .col-lg-11, .petkey .col-xs-12, .petkey .col-sm-12, .petkey .col-md-12, .petkey .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.petkey .col-sm-5, .petkey .col-sm-6, .petkey .col-sm-7 {
		float: left;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.petkey .col-sm-6 {
		width: 50%;
	}
	
	.petkey .col-sm-7 {
		width: 58.33333333%;
	}

	.petkey .hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.petkey .col-md-4, .petkey .col-md-6 {
		float: left;
	}

	.petkey .col-md-4 {
		width: 33.33333333%;
	}

	.petkey .col-md-6 {
		width: 50%;
	}

	.petkey .hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.petkey .col-lg-2, .petkey .col-lg-3 {
		float: left;
	}

	.petkey .col-lg-2 {
		width: 16.66666667%;
	}

	.petkey .col-lg-3 {
		width: 25%;
	}

	.petkey .hidden-lg {
		display: none !important;
	}
}

.petkey .animal-selectionForm h4 {
	font-size: 18px !important;
	margin-top: 11px !important;
	margin-bottom: 11px !important;
	font-family: font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-weight: 500 !important;
	line-height: 1.1 !important;
	color: #ffffff !important;
}

.petkey input, .petkey button, .petkey select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.petkey button, .petkey select {
	text-transform: none;
}

.petkey button, .petkey input, .petkey select {
	color: inherit;
	font: inherit;
	margin: 0;
}

.petkey .form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}