@charset "utf-8";
/* CSS Document */
.spinner-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #D10902;
	/*background-image:url(../images/crown_logo.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;*/
	z-index: 999999;
}
.spinner {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 48%;
	left: 48%;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
 @-webkit-keyframes sk-bounce {
 0%, 100% {
-webkit-transform: scale(0.0)
}
 50% {
-webkit-transform: scale(1.0)
}
}
 @keyframes sk-bounce {
 0%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
50% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}

.logo_hold{
	width:100%;
	/*background-image:linear-gradient(-85deg, #D10902, #D10902, #FF7577, transparent);*/
content: " ";
    display: table;
}
.footer {
	/*margin-top: 5px;*/
}
.foottxt li {
	background: transparent !important;
	line-height: 2.8125rem;
	color: #fff;
	font-size: 13px;
}
.product_hold {
	padding: 10px;
}
.product_hold:hover {
	box-shadow: 0px 0px 5px #FD9194;
}
.product_hold h6 {
	margin: 0 !important;
	text-align: center;
}
.orbit {
	margin-bottom: 5px;
}
.orbit-timer {
	display: none;
}
/*CONACT PAGE*/

.contact_section{
	/*border:none;*/
	padding:5px;}

.right-margin-3px{
	margin-right:3px !important;
}

.contact_fontawesome_red{
	color:#FFD4D6;
}
body{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+90,ffffff+90,ce5c60+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 90%, #ffffff 90%, #ce5c60 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 90%,#ffffff 90%,#ce5c60 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 90%,#ffffff 90%,#ce5c60 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ce5c60',GradientType=0 ); /* IE6-9 */
}

.about_name{
	font-size:0.8rem;
	margin:0;
}
.about_pos{
	font-style: italic;
}

.pro_line{
	margin:10px;
	padding:5px;
	background:#fff;
}
.pro_line:hover{
		box-shadow: 0px 0px 5px #FD9194;

}
.pro_line div p {
text-align:justify;
}