@charset "UTF-8";
/* CSS Document */

nav#fixedBox a {
	font-size: 78%;
}

#inquiryphone h3 {
	display: inline-block;
	width: 320px;
	background: #e80099;
	height: 38px;
	padding-top: 17px;
	border-radius: 5px 0 0 5px;
	margin-bottom: 5px;
	font-size: 120%;
	text-shadow: none;
	float: left;
}

@media screen and (max-width: 1023px){
	#inquiryphone h3 {
		float: none;
		margin-bottom: 0;
	}
}

#incall h3 {
	display: block;
	width: 320px;
	background: #2f507e;
	padding: 10px 5px 5px 5px;
	border-radius: 5px;
	margin: 5px auto 5px auto;
	font-size: 120%;
	text-shadow: none;
}

#incalladdress {
	background: rgba(0, 0, 0, 0.8);
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 5px;
}

#incalladdress span {
	background: #2f507e;
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
}

#outcall h3 {
	display: block;
	width: 320px;
	background: #2e560b;
	padding: 10px 5px 5px 5px;
	border-radius: 5px;
	margin: 5px auto 5px auto;
	font-size: 120%;
	text-shadow: none;
}

a.blogs-follow-btn {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 95px;
	height: 65px;
	color: #fff;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
	line-height: 1;
	background-color: #e14c3d;
	border-radius: 5px;
	letter-spacing: normal;
	text-shadow: none;
	border: 1px solid #000;
}
a.blogs-follow-btn:hover {
	background-color: #f76657;
}

.blogs-follow-btn:before {
	content: 'Blog';
	padding-right: 0;
	height: auto;
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-serif;
	font-weight: bold;
}
.blogs-follow-btn span {
	font-size: 11px;
	display: inline-block;
	padding-left: 5px;
}

@media screen and (min-width: 1024px){
	nav#fixedBox li {
		display: inline-block;
		padding: 0 5px;
		min-width: 90px;
		list-style: none;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
	}
	
	
	.cart a {
		background: url(../images/booking/shadow.png) 0 9px no-repeat;
		text-align: left;
		position: relative;
	}
	
	.cart a span:first-child {
		display: inline-block;
		text-indent: 22px;
		font-size: 24px;
		color: #e80099;
		position: absolute;
		top: -6px;
	}
	
	.cart a span:last-child {
		font-size: 14px;
		position: relative;
		left: 3px;
		top: 21px;
		color: #fff;
	}
}

@media screen and (max-width: 1023px){
	#bookingcart a {
		background: url(../images/common/booking.png) no-repeat;
		border-radius: 5px;
		display: block;
		width: 65px;
		height: 65px;
		color: #e80099;
		position: fixed;
		top: 5px;
		right: 5px;
		font-size: 21px;
		line-height: 50px;
		z-index: 10;
	}
}