/*
Custom styles to overwrite original rules
*/

@media (max-width: 767px) {
.container {width:auto;}
.support-text { position: relative; }
}

.support-text {
	    background: #1D3142 none repeat scroll 0 0 !important;
}

h4 {
	text-transform: uppercase;
}

.breadcrumb ul li.home-bread {
    padding-left: 20px;
}

.link, .link:active, .link:focus {
	color: #fff;
}

.link:hover {
	color: #fec731;
}
.area-padding {
    padding: 30px 0px;
}

.page-area {
	background: unset;
}

.logo a {
	padding: 26px 0 0 0px;
}

.logo-mobile a {
	padding: 18px 0 0 0px;
}

.header-area.stick .logo a {
    padding: 0px 0;
}

.main-menu ul.navbar-nav li.active a {
    color: #6fadb9;
}

.main-menu ul.navbar-nav li a:hover {
    color: #6fadb9;
}

.quote-btn {
	background: #3a526a;
    border: 1px solid #072b4f;
	color: #fff;
}

.quote-btn:hover {
	background: #6fadb9;
    border: 1px solid #072b4f;
	color: #fff;
}

.quote-btn:focus {
	color: #fff;
}

.ready-btn.right-btn:hover {
    background: #6fadb9;
    border: 1px solid #fff;
}

.ready-btn.right-btn:focus, .ready-btn.right-btn:active {
    color: #fff;
    text-decoration: none;
}

.ready-btn.left-btn:hover {
    background: #6fadb9;
    border: 1px solid #fff;
}

.ready-btn.left-btn:focus, .ready-btn.left-btn:active {
    color: #fff;
    text-decoration: none;
}

.down-btn {
	padding: 50px 15px 15px 15px;
    text-align: center;
}

.down-btn::after {
    right: unset;
	left: 44%;
	color: #fec731;
}
	
.toggle-span-class {
	color: #fff !important;
    font-weight: unset !important;
}

.toggle-span-class a, .toggle-span-class a:hover, .toggle-span-class a:focus, .toggle-span-class a:active {
	color: #fff !important;
    font-weight: unset !important;
	text-decoration: none !important;
}

.no-link:link, .no-link:visited, .no-link:hover, .no-link:focus, .no-link:active {
	color: unset;
	text-decoration: unset;
}

.footer-contacts a {
	color: #fff;
}

.color {
	color: #6fadb9;
}

.layer-1-2 h1 {
	max-width: 100%;
}

.intro-content::after {
    background: rgba(10, 27, 40, 0.34) none repeat scroll 0 0;
}

.breadcumb-overlay {
    background: rgba(10, 27, 40, 0.34) none repeat scroll 0 0;
}

.banner-btn {
	color: #6fadb9;
}

.banner-tel, .banner-tel:hover, .banner-tel:focus, .banner-tel:active {
	color: #fff;
}

.banner-area {
	background: #6fadb9;
}

.main-menu ul.nav li ul.sub-menu {
	border-top: 2px solid #6fadb9;
}

.welcome-page .well-services {
	min-height: 310px;
}

.blog-page .blog-content {
	min-height: 400px;
}

.blog-btn {
	width: auto;
}

.blog-content ul {
	list-style-type:disc;
	padding: 5px 0 10px 0;
	margin-left: 30px;
}

.blog-content li {
	padding: 2px 0 2px 0;
}

.vbox-container img {
	max-width: 100%;
}

@media (max-width: 767px) {
	.logo {
		top: -10px;
	}
	
	.mobile-spacing {
		margin-top: 15px;
	}
}

/* YOUTUBE FRAME CSS */
.ia-yt-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.ia-yt-video iframe,
.ia-yt-video object,
.ia-yt-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*ACUSTICA MENU */
.acustica-menu li:first-child {
    margin: 0px 0px 2px
}
.acustica-menu li {
    display: block;
    margin: 2px 0;
}
.acustica-menu ul li.active a {
    background: #002c57 none repeat scroll 0 0;
    color: #fff;
}
.acustica-menu ul li a:hover {
    color: #fff;
    background: #002c57; 
}
.acustica-menu ul li a {
    background: #f9f9f9;
    color: #444;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.acustica-menu ul li a::after {
    content: "\e876";
    font-family: consults;
    font-size: 15px;
    position: absolute;
    right: 18px;
    top: 15px;
}

#menu-item-129 a:hover {
	background: #c22f2f;
}
.acustica-menu ul li.menu-item-129.active a {
    background: #c22f2f;
}
#menu-item-128 a:hover {
	background: #f4be2b;
	color: #000;
}
.acustica-menu ul li.menu-item-128.active a {
    background: #f4be2b;
}
#menu-item-136 a:hover {
    background: #30ac1e;
}
.acustica-menu ul li.menu-item-136.active a {
    background: #30ac1e;
}
#menu-item-135 a:hover {
	background: #78b2bd;
	color: #000;
}
.acustica-menu ul li.menu-item-135.active a {
    background: #78b2bd;
}
#menu-item-134 a:hover {
	background: inner;
}
.acustica-menu ul li.menu-item-134.active a {
    background: inner;
}