.section.dark .bgcolor h2 {
	color: #fff
}
.section.dark .bgcolor label {
	color: rgba(255, 255, 255, .9);
	font-weight: 400;
	text-transform: capitalize
}
.footer-big-contacts {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px
}
.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px
}
#css3-spinner-svg-pulse-wrapper {
	position: absolute;
	overflow: hidden;
	width: 260px;
	height: 210px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -130px;
	background-color: transparent;
	animation: none;
	-webkit-animation: none
}
#css3-spinner-svg-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -275px
}
#css3-spinner-pulse {
	stroke-dasharray: 281;
	-webkit-animation: dash 5s infinite linear forwards
}
@-webkit-keyframes dash {
	from {
		stroke-dashoffset: 814
	}
	to {
		stroke-dashoffset: -814
	}
}
@keyframes dash {
	from {
		stroke-dashoffset: 814
	}
	to {
		stroke-dashoffset: -814
	}
}
.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400
}
.opening-table {
	padding: 30px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #eee
}
.time-table-wrap .time-table {
	padding: 14px 0;
	text-align: left;
	border-top: 1px solid #e5e5e5
}
.time-table-wrap .time-table:first-child {
	border-top: none
}
.time-table-wrap .time-table .col-md-5 {
	padding-left: 0
}
.time-table-wrap .time-table h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px
}
.time-table-wrap .time-table span {
	font-weight: 500
}
.entry-content p {
	margin-bottom: 15px
}
.post-grid .entry-title h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 19px;
	line-height: 25px;
	font-weight: 400
}
.form-control.error {
	border: 2px solid red
}
ul.price-table {
	list-style: none
}
ul.price-table li {
	padding: 18px 0;
	border-bottom: 1px solid #e0e0e0;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 0
}
ul.price-table li span {
	float: left;
	font-weight: 700
}
ul.price-table li .value {
	float: right;
	color: #666
}
.more-link {
	margin-top: 20px
}
.rtl #css3-spinner-svg-pulse-wrapper {
	right: 50%;
	left: auto;
	margin-right: -130px;
	margin-left: 0
}
.rtl #css3-spinner-svg-pulse {
	right: 50%;
	left: auto;
	margin-right: -275px;
	margin-left: 0
}
.rtl .time-table-wrap .time-table {
	text-align: right
}
.rtl .time-table-wrap .time-table .col-md-5 {
	padding-right: 0
}
.rtl ul.price-table li {
	background-position: right center
}
.rtl ul.price-table li span {
	float: right
}
.rtl ul.price-table li .value {
	float: left
}

.footer-big-contacts h3 {
    margin-bottom: 0px;
    line-height: 20px;
    margin-top: 5px;
    color: #fff;
}
.footer-big-contacts p{
	margin-bottom: 0px;
}
.footer-big-contacts a{
    font-size: 16px;
}
.footer-big-contacts a:hover{
    color: #fff;
}

@media(max-width: 630px){
	.footer-big-contacts{
		text-align: center;
	}
	.m-30{
		margin-top: 30px !important;
	}
}