.blue-button {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #2796B8;
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	height: 36px;
	outline: none;
	overflow: hidden;
	padding: 0 30px;
	text-align: center;
	width: auto;
}

.blue-button:hover {
	background-color: #2287A4;
}

.dblue-button {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #1D5E7C;
	border: 0 none;
	border-radius: 3px;
	border-bottom: 4px solid #174C65;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	padding: 10px 30px 8px 30px;
	text-align: center;
	width: auto;
	display: inline-block;
}

.dblue-button:hover {
	background-color: #226D90;
}

.ltr-spc-1 {
	letter-spacing: 0.5px;
}

.orange-button {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #F95F04;
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	height: 36px;
	outline: none;
	overflow: hidden;
	padding: 0 30px;
	text-align: center;
	width: auto;
}

.orange-button:hover {
	background-color: #D65104;
}

.saffron-button {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #E68805;
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	height: 36px;
	outline: none;
	overflow: hidden;
	padding: 0 30px;
	text-align: center;
	width: auto;
}

.saffron-button:hover {
	background-color: #D27C05;
}

.yellow-button {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #CFA304;
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	height: 36px;
	outline: none;
	overflow: hidden;
	padding: 0 30px;
	text-align: center;
	width: auto;
}

.yellow-button:hover {
	background-color: #BB9304;
}

.pink-button {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #A80567;
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	height: 36px;
	outline: none;
	overflow: hidden;
	padding: 0 30px;
	text-align: center;
	width: auto;
}

.pink-button:hover {
	background-color: #910358;
}

.width-50 {
	height: auto;
	max-width: 50% !important;
}

.width-75 {
	height: auto;
	max-width: 75% !important;
}

.width-90 {
	height: auto;
	max-width: 90% !important;
}

body, html {
	min-width: 320px;
}

.call-for-price-tag {
	width: 200px;
	height: 40px;
	margin: 10px 0;
	background: url(../image/call-for-price.png) no-repeat left top;
}

.gray-body {
	background-color: #E5E5E5;
}

@media only screen and (min-width: 0px)and (max-width: 480px) {
	.width-50 {
		height: auto;
		max-width: 25% !important;
	}

	.width-75 {
		height: auto;
		max-width: 35% !important;
	}

	.width-90 {
		height: auto;
		max-width: 40% !important;
	}
}