
body{
	color: #666;
	font-family: 'Raleway', sans-serif;
	}
	
a, a:focus, a:hover{
	text-decoration: none;
	}
	
/* phone number mobile */

a[href^=tel] {
	color: #ED7225;
	text-decoration: none;
	}
	
/*==============================================
  H tags
===============================================*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 400; /*regular*/
	letter-spacing: 1px;
	text-transform: lowercase;
	}

h1{
	font-size: 2.5rem
	}
	
@media (max-width: 767px){
	
	h1{
	font-size: 2rem
	}
	
	}
	
	
h2{
	font-size: 2rem;
}

@media (max-width: 767px){

	h2{
	font-size: 1.5rem;
	}

}
	
/*==============================================
  Typing Text
===============================================*/

.sound-level:before{
	background: url(../images/template/sound-level.png);
	background-size: 85px 40px;
	content: "";
	display: block;
	height: 40px;
	margin: 0 auto 20px;
	width: 85px;
	}
	
@media (max-width:767px){

	.sound-level:before{
	background-size: 44px 20px;
	height: 20px;
	margin: 0 auto 10px;
	width: 44px;
	}

}

h1 span.animation-text {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}
	
@keyframes caret {
  50% {
    border-color: transparent;
  }
}
	
/*==============================================
  Text
===============================================*/

p{
	letter-spacing: 1px;
	}

.purple-text{
	color: #A52685;
	}
	
.orange-text{
	color: #ED7225;
	}
	
.lead{
	font-size: 1.125rem;
	font-weight: 500; /*medium*/
	letter-spacing: 1px;
	}
	
@media (max-width:767px){

	.lead{
	font-size: 1rem;
	}

}
	
/*==============================================
  Backgrounds
===============================================*/

.purple-bg{
	background: #A52685;
	}
	
.orange-bg{
	background: #ED7225;
	}
	
.hero-bg{
	background: url(../images/template/hero-bg-pattern.png) repeat;
	}
	
/*==============================================
  Image Overlay
===============================================*/
	
.image-overlay{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed7225+0,ed7225+50,a52887+100&0+0,0.5+50 */
	background: -moz-linear-gradient(top,  rgba(237,114,37,0) 0%, rgba(237,114,37,0.5) 50%, rgba(165,40,135,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(237,114,37,0) 0%,rgba(237,114,37,0.5) 50%,rgba(165,40,135,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(237,114,37,0) 0%,rgba(237,114,37,0.5) 50%,rgba(165,40,135,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ed7225', endColorstr='#80a52887',GradientType=0 ); /* IE6-9 */
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a52887+0,e41b85+33,e61e29+66,ed7225+100&0.5+0,0.5+100 */
	background: -moz-linear-gradient(top,  rgba(165,40,135,0.5) 0%, rgba(228,27,133,0.5) 33%, rgba(230,30,41,0.5) 66%, rgba(237,114,37,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(165,40,135,0.5) 0%,rgba(228,27,133,0.5) 33%,rgba(230,30,41,0.5) 66%,rgba(237,114,37,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(165,40,135,0.5) 0%,rgba(228,27,133,0.5) 33%,rgba(230,30,41,0.5) 66%,rgba(237,114,37,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a52887', endColorstr='#80ed7225',GradientType=0 ); /* IE6-9 */
	}
	
/*==============================================
  Room Acoustic Images
===============================================*/

.room-acoustic-image{
	background: url(../images/services/Room%20Acoustics%202.jpg);
	background-size: cover;
	object-fit: cover;
	}
	
/*==============================================
  Architectural Acoustics Images
===============================================*/

.architectural-acoustics-image{
	background: url(../images/services/Architectural%203.jpg);
	background-size: cover;
	object-fit: cover;
	}
	
.architectural-acoustics-image2{
	background: url(../images/services/Architectural%201.jpg);
	background-size: cover;
	object-fit: cover;
	}
	
/*==============================================
  Architectural Acoustics Images
===============================================*/

.bespoke-music-facilities-image{
	background: url(../images/services/Music%20Rooms%201.jpg);
	background-size: cover;
	object-fit: cover;
	}

/*==============================================
  Hero Images
===============================================*/	

.hero-image{
	height: 40vh;
	}

.hero-home{
	background: url(../images/hero/home.jpg) 50% 50% no-repeat;
	background-size: cover;
	}
	
.hero-case-study{
	background: url(../images/hero/home.jpg) 50% 50% no-repeat;
	background-size: cover;
	}

/*==============================================
  Bullet Points
===============================================*/

.bullets{
	margin: 0;
	padding: 0;
	}
	
.bullets li{
	letter-spacing: 1px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.bullets li:before{
	background: #000;
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 10px;
	position: relative;
	top: -1px;
	width: 10px;
	}
	
.bullets li:nth-child(4n+1):before{
	background: #A52786;
	}
.bullets li:nth-child(4n+2):before{
	background: #E41B85;
	}
.bullets li:nth-child(4n+3):before{
	background: #E61E29;
	}
.bullets li:nth-child(4n+4):before{
	background: #EE7325;
	}
	
/*==============================================
  Figure
===============================================*/

.figure{
	display: block;
	margin: 0;
	}
	
.figure-wrapper:focus figcaption, .figure-wrapper:hover figcaption{
	opacity: 1;
	}
	
.figure-wrapper{
	height: 40vh;
	}

@media (min-width: 768px) and (max-width: 991px){
	
.figure-wrapper{
	height: 40vh;
	}
	
}

@media (min-width: 992px) and (max-width: 1199px){
	
.figure-wrapper{
	height: 40vh;
	}
	
}
	
.figure-img{
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	object-fit: cover;
	right: 0;
	top: 0;
	z-index: -1;
	}
	
figcaption{
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: 1px;
	opacity: 0;
	text-transform: lowercase;
	transition: .3s ease-in-out;
	}
	
.caption:before{
	background: url(../images/template/sound-level.png);
	background-size: 42px 20px;
	content: "";
	display: block;
	height: 20px;
	left: 50%;
	margin-left: -21px;
	position: absolute;
	top: -28px;
	width: 42px;
	}
	
.caption{
	font-size: 1.25rem;
	margin-bottom: .5rem;
	}
	
.date{
	font-size: .875rem;
	}
	
/*==============================================
  Horizontal Line
===============================================*/

hr{	
	background:#F0F0F0;
	border: none;
	height: 2px;
	}
	
/*==============================================
  Gradient Background Animation
===============================================*/

.gradientScroll{
background: linear-gradient(180deg, #a52887, #e41b85, #e61e29, #ee7325);
background-size: 200% 200%;
color: #fff;
height: 80vh;

-webkit-animation: gradientScroll 12s ease infinite;
-moz-animation: gradientScroll 12s ease infinite;
animation: gradientScroll 12s ease infinite;
}

@-webkit-keyframes gradientScroll {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes gradientScroll {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes gradientScroll {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}

/*==============================================
  Gradient Background
===============================================*/

.gradient{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a52887+0,e41b85+33,e61e29+66,ee7325+100 */
background: rgb(165,40,135); /* Old browsers */
background: -moz-linear-gradient(top, rgba(165,40,135,1) 0%, rgba(228,27,133,1) 33%, rgba(230,30,41,1) 66%, rgba(238,115,37,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(165,40,135,1) 0%,rgba(228,27,133,1) 33%,rgba(230,30,41,1) 66%,rgba(238,115,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(165,40,135,1) 0%,rgba(228,27,133,1) 33%,rgba(230,30,41,1) 66%,rgba(238,115,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a52887', endColorstr='#ee7325',GradientType=0 ); /* IE6-9 */
}

/*==============================================
  Header/Footer
===============================================*/
	
.header-bar, .footer-bar{
	/*background: #A52786;*/
	height: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a52786+0,e41b85+33,e61e29+66,ee7325+100 */
	background: rgb(165,39,134); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(165,39,134,1) 0%, rgba(228,27,133,1) 33%, rgba(230,30,41,1) 66%, rgba(238,115,37,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(165,39,134,1) 0%,rgba(228,27,133,1) 33%,rgba(230,30,41,1) 66%,rgba(238,115,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(165,39,134,1) 0%,rgba(228,27,133,1) 33%,rgba(230,30,41,1) 66%,rgba(238,115,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a52786', endColorstr='#ee7325',GradientType=1 ); /* IE6-9 */
	}

/*==============================================
  Logo
===============================================*/

.navbar-brand{
	background: url(../images/template/logo.jpg) no-repeat;
	background-size: 374px 50px;
	display: block;
	height: 50px;
	text-indent: -5000px;
	width: 374px;
	}
	
@media (max-width: 767px){
	
	.navbar-brand{
		background: url(../images/template/logo-small.jpg) no-repeat;
		background-size: 61px 60px;
		height: 60px;
		width: 61px
	}

}

@media (min-width:768px) and (max-width: 1199px){
	
	.navbar-brand{
		background-size: 300px 40px;
		height: 40px;
		width: 300px;
	}

}

/*==============================================
  Nav
===============================================*/

.navbar{
	padding: 2.500rem;
	}
	
@media (max-width: 767px){

.navbar{
	padding: 1.25rem;
	}

}

.nav-item{
	padding-left: 0;
	padding-right: 1.25rem;
	}
	
@media (min-width: 1320px){
	
	.nav-item{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	}

}
	
.nav-item:last-child{
	padding-right: 0;
	}

.navbar-expand-xl .navbar-nav .nav-link{
	padding-left: 0;
	padding-right: 0;
	}

.nav-link, .dropdown-item{
	color: #A52887;
	font-size: 1.25rem;
	letter-spacing: 1px;
	text-transform: lowercase;
	transition: all .3s ease-in-out;
	}
	
.nav-link:focus, .nav-link:hover, .dropdown-item:focus, .dropdown-item:hover{
	color: #ED7225;
}

/*==============================================
  Nav - Phone
===============================================*/
	
.phone{
	border: 2px solid #ED7225;
	color: #ED7225;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	position: relative;
	transition-delay: .25s;
	}
	
.phone:focus, .phone:hover{
	color: #fff;
	}
	
.phone:after{
	background: #ED7225;
	content: '';
	height: 100%;
    left: 0;
	position: absolute;
    top: 0;
	transition: all .25s ease-in-out;
    width: 0;
	z-index: -1;
	}
	
.phone:focus:after, .phone:hover:after{
	width: 100%;
	}
	
/*==============================================
  Nav - Dropdown
===============================================*/

.dropdown-menu{
	border-radius: 0;
	left: auto;
	padding: 0;
	transition: opacity .25s ease-in-out;
	}
	
.dropdown-item{
	padding-bottom: .5rem;
	padding-top: .5rem;
	}
	
.dropdown-item:first-child{
	padding-top: 1rem;
	}

.dropdown-item:last-child{
	padding-bottom: 1rem;
	}
	
.dropdown-item:focus, .dropdown-item:hover{
	background: none;
	}
	
/*==============================================
  Nav Hover
===============================================*/

.nav-hover:before, .nav-hover:after{
  content: '';
  position: absolute;
  transition: transform .25s ease;
}

.nav-hover{
  /*display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;*/
  overflow: hidden;
  position: relative;
}
.nav-hover:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ED7225;
  transform: translateX(-100%);
}
.nav-hover:hover:before {
  transform: translateX(0);
}

@media (max-width:1199px){

	.nav-hover:before{
		content: normal;
	}

}

/*==============================================
  Nav Arrow
===============================================*/

.dropdown-toggle::after{
	position: relative;
	}
	
/*==============================================
  Section
===============================================*/

section{
	position: relative;
	}
	
/*==============================================
  Footer
===============================================*/

footer{
	padding: 0;
	font-size: .875rem;
	}
	
.footer-top, .footer-bot{
	overflow: hidden;
	}
	
.footer-top{
	border-bottom: 5px solid #F0F0F0;
	}
	
@media (max-width: 767px){
	
	.footer-top{
	border-bottom: none;
	}
	
}
	
.footer-logo{
	background: url(../images/template/logo-small.jpg) no-repeat;
	background-size: 61px 60px;
	height: 60px;
	text-indent: -5000px;
	width: 61px;
	}
	
.social-media{
	border-radius: 0;
	color: #FFF;
	font-size: 1.25rem;
	height: 40px;
	line-height: 40px;
	transition: .25s ease-in-out;
	width: 40px;
	}
	

.social-media:focus, .social-media:hover{
	border-radius: 50%;
	color: #FFF;
}

/*==============================================
  Footer
===============================================*/

.no-gutters-wrapper{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*==============================================
  Jump Arrow
===============================================*/

.arrow-jump{
	bottom: 10%;
	color: #fff;
	font-size: 32px;
	left: 50%;
	margin-left: -30px;
	padding: 10px;
	width: 60px;
	}
	
.arrow-jump:focus, .arrow-jump:hover{
	color: #fff;
	}
	
/*==============================================
  Sound Level
===============================================*/

.sound-level-pattern{
	background: url(../images/template/sound-level-seamless.jpg) repeat-x;
	height: 52px;
	}
	
/*==============================================
  Case Study Slider
===============================================*/

.slider-button{
	background: #A52786;
	cursor: pointer;
	font-size: 2rem;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	top: 50%;
	transition: all .25s ease-in-out;
	width: 60px;
	z-index: 10;
	}
	
.slider-button:focus, .slider-button:hover{
	background: #EE7325;
	}
	
.slider-button-left{
	left: 0;
	}
	
.slider-button-right{
	right: 0;
	}
	
/*==============================================
  Case Study Images
===============================================*/
	
.cs-image-wrapper{
	height: 50vh;
	}
	
@media (min-width: 992px) and (max-width: 1199px){
	
.cs-image-wrapper{
	height: 65vh;
	}

}

.cs-image{
	object-fit: cover;
	z-index: -1;
	}
	
@media (max-width: 1199px){

	.cs-image{
	object-fit: none;
	z-index: -1;
	}	

}

.cs-image-text{
	bottom: 0;
	left: 0;
	opacity: 0;
	right: 0;
	top: 0;
	transition: all .25s ease-in-out;
	}
	
.cs-image-wrapper:focus .cs-image-text, .cs-image-wrapper:hover .cs-image-text{
	opacity: .8;
	}
	
.enlarge{
	opacity: 0;
	font-size: 2rem;
	transition: all .25s ease-in-out;
	transition-delay: .25s;
	}
	
.cs-image-wrapper:focus .cs-image-text .enlarge, .cs-image-wrapper:hover .cs-image-text .enlarge{
	opacity: 1;
	}
	
/*==============================================
  Testimonials
===============================================*/

.quote-mark-left, .quote-mark-right{
	font-size: 5rem;
	line-height: 1;
	}
	
.quote-mark-left{
	top:0;
	}
	
.quote-mark-right{
	bottom:-10px;
	}

/*====================================
  Contact Form - Placeholders
====================================*/

.form-control::-webkit-input-placeholder { /* Chrome */
  color: #A52887;
  transition: opacity 250ms ease-in-out;
}
.form-control:focus::-webkit-input-placeholder, .form-control:hover::-webkit-input-placeholder{
  color: #ED7225;
  opacity: 1;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #A52887;
  transition: opacity .25s ease-in-out;
}
.form-control:focus:-ms-input-placeholder, .form-control:hover:-ms-input-placeholder {
  color: #ED7225;
  opacity: 1;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #A52887;
  opacity: 1;
  transition: opacity .25s ease-in-out;
}
.form-control:focus::-moz-placeholder, .form-control:hover::-moz-placeholder {
  color: #ED7225;
  opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 4 - 18 */
  color: #A52887;
  opacity: 1;
  transition: opacity .25s ease-in-out;
}
.form-control:focus:-moz-placeholder, .form-control:hover:-moz-placeholder {
  color: #ED7225;
  opacity: 1;
}

.form-control::placeholder, .form-control::-moz-placeholder{
	color: #A52887;
	}
	
/*==============================================
  Contact Form - Fields
===============================================*/

.form-control{
	border: none;
	/*border-bottom: 2px solid #ED7225;*/
	border-radius: 0;
	color: #A52887;
	letter-spacing: 1px;
	margin-bottom: 1.25rem;
	padding: .5rem 0;
	}
	
.form-control:focus, .form-control:hover{
	color: #ED7225;
	box-shadow: none;
	}
	
.form-button{
	background: #A52887;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 50px;
	letter-spacing: 1px;
	line-height: 50px;
	padding: 0 20px;
	transition: all .25s ease-in-out;
	}
	
	
.form-button:focus, .form-button:hover{
	background: #ED7225;
}

input, .form-control, .form-button{
	border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	}

.button-slide {
	box-shadow: inset 0 0 0 0 #ED7225;
	}

.button-slide:focus, .button-slide:hover{
	box-shadow: inset 400px 0 0 0 #ED7225;
	}
	
{float: left; width: 27.33%; margin: 40px 3%; position: relative;} /* necessary to give position: relative to parent. */
input[type="text"]{}
	
.effect-1{border-bottom: 2px solid #A52887;}

.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #ED7225; transition: 0.25s;}
.effect-1:focus ~ .focus-border{width: 100%; transition: 0.25s;}

/*==============================================
  Contact Form - Validation
===============================================*/

.bg-danger ul{
	margin: 0;
	padding: 0 0 0 1rem;
	}

.bg-danger ul li{
	list-style: square;
	padding: 0;
	}