/* css for static pages */
.ta-awardBox ul {
	text-align: center;
	overflow: hidden;
}
.ta-awardBox li {
	margin-top: 20px;
	float: left;
	width: 25%;
}
.ta-awardBox li span {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	font-family: roboto-bold;
}

.says-widget {
	border-top: 1px solid #878787;
}

.whyBookBox-alt {
	text-align: center;
}
.whyBookBox-alt ul {
	margin: 0;
	margin-top: 30px;
}
.whyBookBox-alt li h3 {
	margin-top: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 18px;
}
.whyBookBox-alt .points {
	margin: 0;
}
.whyBookBox-alt .points li {
	padding: 10px 0;
	font-size: 14px;
}
.faqsBox .panel-group {
	margin: 50px 0;
}
.faqsBox .panel {
	border: 0;
	box-shadow: inherit;
}
.faqsBox .panel-body{
	padding-left: 45px;
	border: 0!important;
	font-size: 18px;
	line-height: 32px;
	font-family: roboto-light;
}
.faqsBox .panel-heading {
	padding: 0;
	background-color: inherit;
	border-radius: 0;
	border: 0;
}
.faqsBox .panel-heading h4 a {
	padding-left: 45px;
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 28px;
	color: #444;
}
.faqsBox .panel-heading h4 a i {
	font-style: normal;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 30px;
	background-color: #166fc1;
}
.faqsBox .panel-heading h4 a .plus {
	display: none;
}
.faqsBox .panel-heading h4 a.collapsed {
	margin-bottom: 35px;
}
.faqsBox .panel-heading h4 a.collapsed i {
	font-size: 20px;
}
.faqsBox .panel-heading h4 a.collapsed .plus {
	display: block;
}
.faqsBox .panel-heading h4 a.collapsed .minus {
	display: none;
}

.contactBox .contact-info {
	margin: 50px 0 80px;
	text-align: center;
}
.contactBox .addressDiv address {
	line-height: 28px;
	font-family: roboto-light;
}
.contactBox .addressDiv .icon {
	font-size: 40px;
	color: #f7882c;
}
.contactBox h4 {
	margin-top: 20px;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-family: roboto-bold;
}
.contactBox .connect a {
	margin: 0 5px;
	margin-top: 10px;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
}
.contactBox .connect .fb {
	background-color: #3b5998;
}
.contactBox .connect .gp {
	background-color: #dd4b39;
}
.contactBox .connect .linkedin {
	background-color: #007bb6;
}
.contactBox .contact-form .form-control {
	height: 44px;
	font-family: roboto-light;
}
.contactBox .contact-form textarea.form-control {
	height: 100px;
}
.contactBox .btn {
	width: 170px;
	height: 50px;
	text-transform: none;
}
.contactBox 

@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (max-width: 767px) {
	
	.contactBox .contact-info {
		margin: 30px 0;
	}

}

@media (max-width: 480px) {
	
}












