.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	overflow: hidden; 
	max-width: 100%;
	height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.fixed {
	min-height: 360px !important;
}
.carousel-wrapper {
    overflow: visible;
}
.breadcrumb {
	background-color: transparent !important;
}
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}
.table-hover > tbody > tr:hover {
	background-color:#666666;
}
.table-footer th {
	padding: 10px !important;
}
.table-footer td {
	padding: 10px !important;
}
.table-contact th, .table-contact td {
	color: #fff;
	text-align: center;
	padding: 15px 0 !important;
}
.table-contact th {
	font-weight: bold;
}
.table-contact th:first-child {
	text-align: left;
}
.table-contact td:first-child {
	text-align: left;
}
.form-border {
	border:solid #555555 thin;
	padding-top:20px;
	padding-bottom:50px;
}
.owl-theme .owl-buttons div.owl-prev {
    left: 25px !important;
}
.footer_widget, .site-footer .footer_widget a{
	color:#cccccc;
}
button[type="submit"][id="service-submit"] {
	float: right;
}
.testimonial-avatar img {
	border-radius:100%;
	float:left;
	margin-right:20px;
	border:3px solid #eee;
}
.testimonial-block blockquote {
	border-bottom:1px solid #eee;
	border-left:0;
	margin:0;
	padding:0;
	padding-bottom:20px;
	position:relative;
	margin-bottom:15px;
	padding-left:0;
}
.testimonial-block blockquote::before, .testimonial-block blockquote::after {
	display: none !important;
}
.testimonial-block blockquote p::before {
	position: relative;
	text-align: center;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	content: "\f10d";
	font-size: 30px;
	right: 0;
	top: 0;
	margin: 10px 10px 0 0 ;
}
.testimonial-block blockquote p::after {
    position: absolute;
    text-align: center;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    content: "\f10e";
    font-size: 30px;
    bottom:0;
    top:auto;
    right:0;
    margin: 0 0 10px 10px;
}
.testimonial-info-in strong {
	font-size: 18px;
	margin:0;
	font-weight: 700;
	line-height: 1.5em;
	font-family: 'Lato', sans-serif;
}
@media only screen and (min-width: 992px) {
	.pull-right-lg {
		float: right !important;
	}
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.pull-right-md {
		float: right !important;
	}
}
@media only screen and (max-width: 767px) {
	.footer_widget p, .footer_widget h3, .footer_widget h4 {
		text-align: center;
	}
	.footer_widget .social-icons-rounded {
		text-align: center;
	}
	button[type="submit"][id="service-submit"] {
		float: none;
	}
}
@media only screen and (max-width: 767px) and (min-width: 481px) {
	.pull-right-sm {
		float: right !important;
	}
	.table-footer {
		width: 85%;
		margin-left: 7.5%;
		margin-right: 7.5%
	}
	.table-address {
		width: 60%;
		margin-left: 20%;
		margin-right: 20%
	}
}
@media only screen and (max-width: 480px) {
	.pull-right-xs {
		float: right !important;
	}
	.table-footer {
		width: 100%;
		margin-left: auto; 
		margin-right: auto;
	}
	.table-address {
		width: 85%;
		margin-left: 7.5%;
		margin-right: 7.5%
	}
}
@media only screen and (max-width: 380px) {
	.table-address {
		width: 100%;
		margin-left: auto; 
		margin-right: auto;
	}
}