/*==Fixed Width ==*/
@media only screen and (min-device-width: 1200px) {
  .container,
  .container-fluid,
  .wrap {
    max-width: 1170px;
  	width: 100%;
  }

}
@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .container,
  .container-fluid,
  .wrap {
    width: 992px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .container,
  .container-fluid,
  .wrap {
    width: 750px;
  }
}

img {
}

table {
	width: 100%;
}

/* Helpers */
.p-l-0{
	padding-left:0;
}
.p-r-0{
	padding-right:0;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.d-i-b{
	display:inline-block;
}

/* Header Bar */
.header-section-top-bar{
	height:.75em;
	background-color:#000;
	margin-bottom:1em;
}
.page-header-section address{
	font-size:14px;
	font-style:normal;
	font-weight:700;
	margin-right: 2em;
	position: relative;
	bottom: -1em;
}
.page-header-section address a{
	font-size:30px;
	color:#000;
	font-weight:700;
	font-style: normal;
	letter-spacing: 2px;
	position: relative;
	top: -.25em;
}
.page-header-section .social-block i{
	background-color: #4b4b4b;
	font-size: 21px;
	color: #fff;
	padding-left: .35em;
	padding-right: .25em;
	padding-top: 0.25em;
	padding-bottom: .25em;
	border-radius: 50%;
}
.page-header-section i.fa-facebook{
	padding-left: .35em;
	padding-right: 0.6em;
	padding-top: 0.25em;
	padding-bottom: .25em;
}

.page-header-section .pull-right img {
	width: 34px;
}

.page-header-section .pull-right img.youtube {
	width: auto;
	height: 34px;
}

.staff-block {
	padding: 50px 0;
}

.staff-block .staff-image {
	width: 220px;
	float: left;
}

.staff-block .staff-info {
	padding-left: 250px;
}

.staff-block .staff-name {
	font-size: 48px;
	padding: 40px 0;
}

.staff-block .staff-description p {
	font-size: 16px;
	line-height: 22px;
	color: #2d2d2d;
}

	/* Navigation */
nav{
	text-align:left;
}
nav ul{
	padding-left:0;
}
nav ul li{
	display: inline-block;
	padding-left: .5em;
	padding-right: 1em;
}

nav ul li a{

	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 3em;
	display: inline-block;
	z-index: 10000;
	font-family: Arial;
	font-weight: bold;

}
nav ul li a:hover{
	text-decoration:none;
}
nav ul li.active.submenu{
	background: #8eb6a0;
}
nav ul li.active.submenu a{
	text-decoration: none;
	background: #8eb6a0;
	color:#fff;
}

nav ul li a:hover {
	color: #8eb6a0;
}

nav ul li.active.submenu i{

	color:#fff;
}
nav ul li i{
  font-size: 80%;
  opacity: 0.4;
  margin-right: 0.3em;
}
.submenu-section{

	position: absolute;
	width: 100%;
	z-index: 3;
}
.submenu-section .col-xs-10 .row{
	padding-top: 0em;
	padding-bottom: 1em;
}
.submenu{
	text-align:center;
}

.submenu-section .container{
	background: #8eb6a0;
	width: 100%;
	transition:opacity 100ms linear;
	visibility:hidden;
	opacity:0;
	left: 0px;
	position: absolute;
	padding-bottom: 20px;
}
.submenu-section.active .container{
	visibility:visible;
	opacity:1;	
}
.submenu>div{
	display:none;
}
.submenu>div.active{
	display:block;
}

.submenu h2{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;

}

/* Index Page */
#layerslider{
	margin:0 auto;
}
#layerslider .slide-1 h1{
	font-size:75px;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-weight:300;

}
#layerslider .slide-1 h2{
	text-transform:uppercase;
	font-size:17px;
	color:#fff;
	font-weight:300;
	letter-spacing:3px;
}
#layerslider a{
	font-size:35px;
	color:#fff;
	font-weight:300;
	border:5px solid #fff;
	padding-left:1em;
	padding-right:1em;
	padding-top:.25em;
	padding-bottom:.25em;
	letter-spacing: 1px;

}
#layerslider .button:hover, #layerslider .button:focus{
	text-decoration:none;
	background-color:#345f88;
	transition:background-color 200ms linear;
	-webkit-transition:background-color 200ms linear;
	-moz-transition:background-color 200ms linear;
	-o-transition:background-color 200ms linear;
}
.main-slider-section{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../../assets/images/pianodistback.gif');

}
.main-copy-section{
	background-color:#345f88;
	color:#fff;
	font-size:18px;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:1em;
	padding-bottom:1em;

}

.promo-row-copy-block{
	color:#000;	
}
.promo-row-copy-block h2{
	font-size:48px;
	font-family: "Times New Roman", Times, serif;
	font-weight:300;
	margin-bottom:0;
	line-height: 1;
}
.promo-row-copy-block p{
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing:2px;
	line-height: 20px;
}
.promo-row-copy-block a{
	float:left;
}
.promo-row-button{
	color: #fff;
	border: 2px solid #fff;
	padding-left: 2em;
	padding-right: 2em;
	font-weight: 400;
	padding-top: .35em;
	padding-bottom: 0.25em;
	transition:all 200ms linear;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
}
.promo-row-button:hover, .promo-row-button:focus{
	background-color:#345f88;
	text-decoration:none;
	color:#fff;
}
.promo-copy-block-1{
	position: absolute;
	right: 0;
	text-align: left;
	width:250px;
	margin-right:2em;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.promo-copy-block-1 .promo-row-button{
	border: 2px solid #fff;
	color:#fff;
}
.promo-copy-block-1 .promo-row-button:hover, .promo-copy-block-1 .promo-row-button:focus{
	color:#fff;
	background-color:#345f88;
}
.promo-copy-block-2{
	color: #fff;
	position: absolute;
	top: 0;
	left: 30%;
	width: 500px;
	text-align: right;
}
.promo-copy-block-2 p{
	text-align:right;
}
.promo-copy-block-3{
	color: #fff;
	position: absolute;
	left: 5em;
	bottom: 3em;
}

.promo-row-news-block{
	width: 230px;
	position: absolute;
	right: 3em;
	top: 50%;
	transform: translateY(-50%);
}
.promo-row-news-block hr{
	border-top: 1px solid #000;
	margin-top: 0em;
}
.promo-row-news-block h2{
	font-size:48px;
	color:#fff;
	font-weight:500;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0;
	margin-top:0;
	line-height: 1;
}
.promo-row-news-block h3{
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
	color: #fff;
}

.promo-row-news-block ul{
	padding-left: 0;
	list-style-type: none;
}
/* Secondary Page */

.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.display-inline-block{
	display:inline-block;
}
.full-width-image-banner-section{
	margin-bottom:2em;
}
.page-banner-section{
	background-color:transparent;
	color:#fff;
	padding-bottom:1em;
}
.page-banner-section-top-bar{
	height:2em;
	background-color:#345f88;
}
.page-banner-section-header-area h1{
	font-size:48px;
	font-family: "Times New Roman", Times, serif;
	font-weight:300;
	margin-bottom: .25em;
	margin-top: .25em;	
}

.page-banner-section-text-area{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.7;
	letter-spacing: 2px;
}
.copy-block-section{
	padding-top:1em;
	padding-bottom:1em;
}
.copy-block-section a{
	color:#01b4e7;
}
.copy-block-section a:hover{
	color:#337ab7;
}
.copy-block-section	ul{
	padding-left:1em;
	list-style:disc;

}
.copy-block-section	ul li{
	line-height:1.7;
}
.copy-block-section p{
	line-height:1.4;
}
.copy-block-section h2{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}




/* Footer 
h3 - 14px; #6d6d6d; uppercase;
p - 

newsletter - #424040;16px; bold; italic;
subscribe button #777777;

*/
/*
.page-footer-section{
	color:#6d6d6d;
}
.footer-top-bar{
	height:2em;
	background-color:#345f88;	
}
.page-footer-section h3{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.page-footer-section ul{
	list-style-type: none;
	padding-left: 0;
}
.page-footer-section a{
	color:#6d6d6d;
}
.page-footer-section-left-area{
	border-right:1px solid #ccc;
	display:table-cell;
	float:none;
}
.page-footer-section-content-area{
	padding-top: 3em;
	padding-bottom: 4em;	
}
.page-footer-section-right-area{
	color:#424040;
	font-size:16px;
	display:table-cell;
	float:none;
	vertical-align: top;	
}
.page-footer-section address{
	margin-top:3em;
}
.newsletter-block{
	margin-left: 3em;
}
.subscribe-input{
	height: 32px;
	border: 1px solid #000;
	padding-left: 5px;
	width: 150px;
	background: #f0f0f0;
	
}
a.subscribe-button{
	color: #fff;
}
.subscribe-button{
	border: 2px solid #777676;
	background-color: #777676;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: .4em;
	padding-bottom: .4em;
	display: block;
	text-align: center;
	width: 45%;
	margin-top: 1em;
}
.social-links {
	position: absolute;
	bottom: 0;
	text-align: right;
	width: 100%;
	right: 3em;
}
.social-links i {
	color: #345f88;
	font-size: 34px;
	margin-right: 10px;
}

.social-links .fa-facebook {
	color: #fff;
	background-color: #345f88;
	padding-top: .15em;
	padding-left: .4em;
	padding-right: .2em;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
*/






@media only screen and (min-width: 1280px){
	
	
}


/* IPAD Portrait and Landscape */
@media only screen and (min-width : 769px) and (max-width : 1024px),
	only screen and (min-device-width : 769px) and (max-device-width : 1024px),
	only screen and (max-width : 768px),
	only screen and (max-device-width : 768px) {
	
	
	nav ul li a{
		font-size:12px;
	}
	nav ul li {
	  padding-left: .5em;
	  padding-right: .5em;
	}

	.col-xs-offset-1 {
	  margin-left: 0%;
	  width:100%;
	}
	.submenu-section .container {
	  width: 100%;
	}
	section{
		overflow-y:hidden;
	}
	.promo-row-copy-block h2{
		font-size:28px;
	}
	.promo-row-news-block h2{
		font-size:20px;
	}
	.promo-row-copy-block p{
		font-size:11px;
	}
	.promo-copy-block-1{
		text-align:left;
		margin-right:0em;
	}
	.promo-copy-block-2{
		left:60px;
	}
	.promo-row-news-block{
		right:1em;
	}
	.submenu .col-xs-3 a{
		width:100%;
		height:100%;
		float:left;
	}
	#slick .contact-form{
		    width: 98% !important;
			padding: 1% !important;
	}
}



/* portrait only */
@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : portrait){
	
	nav ul li a {
	  font-size: 9px;
	}
	.submenu a img{
		width:100%;
	}
	.submenu h2 {
	  font-size: 11px;
	}
	.promo-copy-block-2{
		left:0px;
	}
	.promo-row-news-block ul{
		font-size:12px;
	}
}


/* IPAD Landscape */
@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : landscape) {

	.submenu-section .container {
		width: 1025px;
		left: -285px;
	}

}



/* mobile landscape and portrait */
@media only screen and (max-width: 767px),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5){
	
	
}


/* landscape only */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
	only screen and (-moz-min-device-pixel-ratio: 1.5) and (orientation: landscape),
	only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation: landscape),
	only screen and (min-device-pixel-ratio: 1.5) and (orientation: landscape){

}

@media only screen and (max-width: 639px){
	


}

/* IPHONE 2G-4S */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3), 
       only screen and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 1) { 
	
	


}

/* IPHONE 2G-4S Landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) { 


	

}


/* IPHONE5 Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2)
                   and (device-aspect-ratio: 40/71) and (orientation:portrait) { 




}


/* IPHONE5 Landscape*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
		
	

}

.img-responsive {
	width: 100%;
}

.page-banner-section h1 {
	font-size: 48px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	margin-bottom: .25em;
	margin-top: .25em;
}

/* FAQ Page */
[class*="faq-sections-"] {
	font-size: 11pt;
	font-family: 'Open Sans', sans-serif;
	padding-left: 22px;
}

.faq-sections-acoustic a {
	color: #000000;
}

.acoustic {
	color: #366086;
}

.faq-sections-digital a, .digital {
	color: #bc1b1b;
}

.faq-sections-player a, .player {
	color: #419603;
}

/* Our Brands Page */
.quicklinks-location-light {
	background: #f3f4f6;
	width: 247px;
	height: 30px;
}

.quicklinks-location-dark {
	background: #e6e7e8;
	width: 247px;
	height: 30px;
}

.quicklinks-location-names {
	font-size: 13pt;
	font-weight: 300;
	padding-left: 22px;
	color: #366086;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}

.quicklinks-location-names a {
	color: #366086;
}

.full-width-image-banner-section {
	//display: none;
}

/* Accolades Page */
.accolades-under-banner-image {
	padding-bottom: 45px;
	margin-bottom: -2em;
}
td {
	padding: 1px;
	vertical-align: top;
	padding-bottom: 25px;
	padding-right: 25px;
}

.award {
	color: #366086;
}

.staff img {
	float: left;
	margin: 0px 10px 10px 0px;
	vertical-align: middle;
}
hr {
	clear:both;
}

.page-footer-section {
	background: #f7f7f7;
}

.page-footer-section-right-area {
	vertical-align: middle;
}

.page-footer-section address {
	font-style: normal;
}

#nav {
	background: #f0f0f0;
	margin-top: 15px;
}

#nav #menu > ul {
	margin: 0;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	-ms-justify-content: center;
	flex-flow: row wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: block;
	text-align: center;
}

#nav #menu > ul > li {
	padding: 0 18px;
}

#nav #menu > ul > li.menu-sales-promotions {
	background: #bd290c;
}

#nav #menu > ul > li.menu-sales-promotions a {
	color: #fff;
}

.award-table table {
	max-width: 800px;
	margin: 0 auto;
}

.award-table table td {
	padding: 0 20px;
}

section.promo-row {
	max-width: 1280px;
	margin: 0 auto;
}

section.promo-row .p-l-0 {
	padding: 1px;
	display: table-cell;
	float: none;
}

.page-banner-section p {
	margin: 0;
}

.page-banner-section img {
	width: 100%;
	height: auto;
}

.home-video-table table {
	max-width: 1000px;
	margin: 0 auto;
}

.home-video-table table td {
	padding: 0 20px;
	vertical-align: middle;
	color: #fff;
}

.home-video-table table td:not(:nth-of-type(2)) {
	width: 40%;
}

.home-video-table .iframe {
	border: 2px solid #fff;
	display: inline-block;
}

.home-top-title {
	position: relative;
}

.home-top-title > p {
	position: absolute;
	top: -68px;
	z-index: 11;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}

#mc_embed_signup input.email {
	background: #f0f0f0;
}

.locations-table table {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

.locations-table table td {
	padding-right: 0;
}

.locations-table table td p {
	margin: 0;
	color: #6d6d6d;
}

.locations-table table td p:not(:first-child) {
	padding-left: 10px;
}

.locations-table table td p strong {
	color: #201f1f;
	margin-top: 20px;
	display: inline-block;
}

.locations-table table td p a {
	color: #6d6d6d;
}

.page-title {
	margin-bottom: 30px;
}

p span.page-title{
	color: #2e2d2d;
	font-family: "Times New Roman", Times, serif;
	font-size: 68px;
	margin: 0;
	line-height: 1;
}

p span.page-sub-title {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
}

.bg-bar {
	height: 35px;
	background: #8eb6a0;
}

.top-title {
	position: relative;
	margin-bottom: 45px;
}

.top-title p {
	position: absolute;
	top: 50%;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

p .content-paragraph {
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #2d2d2d;
}

.m-menu {
	display: none;
}

#navbar {
	position: relative;
}

.award-table img {
	width: auto;
	max-width: 100%;
}

#navbar .navbar-nav {
	display: none;
}

.copy-block-section img {
	width: auto;
	max-width: 100%;
}

.only-mobile {
	display: none;
}

.page-footer-section{
	color:#6d6d6d;
}

.page-footer-section h3{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}

.page-footer-section ul{
	list-style-type:none;
	padding-left:0;
}

.page-footer-section a{
	color:#6d6d6d;
}

.page-footer-section-left-area{
	border-right:1px solid #ccc;
}

.page-footer-section-content-area{
	padding-top:3em;
	padding-bottom:4em;
}

.page-footer-section-right-area{
	color:#424040;
	font-size:16px;
}

.page-footer-section-right-area p img,
.header-top .pull-right p img {
	width: 34px;
	height: auto;
}

.page-footer-section-right-area p img.youtube,
.header-top .pull-right p img.youtube {
	width: auto;
	height: 34px;
}


.page-footer-section address{
	margin-top:3em;
}

.newsletter-block{
	margin-left:3em;
}

.subscribe-input{
	height:32px;
	border:1px solid #000;
	padding-left:5px;
	width:150px;
	background:#f0f0f0;
}

a.subscribe-button{
	color:#fff;
}

.subscribe-button{
	border:2px solid #777676;
	background-color:#777676;
	border-radius:5px;
	padding-top:.4em;
	padding-bottom:.4em;
	display:block;
	text-align:center;
	width:45%;
	margin-top:1em;
}

.social-links{
	position:absolute;
	bottom:0;
	text-align:right;
	width:100%;
	right:3em;
}

.social-links i{
	color:#345f88;
	font-size:34px;
	margin-right:10px;
}

.page-template-home img {
	width: auto;
	max-width: 100%;
}

.page-template-home .ccm-image-slider img {
	width: 100%;
}

.social-links .fa-facebook{
	color:#fff;
	background-color:#345f88;
	padding-top:.15em;
	padding-left:.4em;
	padding-right:.2em;
	border-radius:5px;
}

.promo-row img{
	width:auto;
	max-width: none;
}

@media (max-width: 1200px) {
	.promo-row {
		font-size: 0;
	}

	.promo-row .container-fluid {
		padding: 0;
	}

	.promo-row .container-fluid .row {
		margin: 0;
	}

	.promo-row img {
		position: relative;
		left: 0;
		top: 0;
		object-fit: cover;
		width: 100%;
		height: 100%;
		min-height: 200px;
	}

	.promo-row  .p-l-0 {
		width: 50%;
	}

	.promo-row .promo-row-copy-block, .promo-row-news-block {
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 90%;
		height: auto;
		text-align: left;
	}

	.promo-copy-block-2 p {
		text-align: left;
	}

	.promo-row-copy-block h2 {
		margin-top: 0;
		font-size: 24px;
	}

	.promo-row-button {
		font-size: 12px;
		float: none !important;
	}
}

@media (max-width: 1024px) {
	.only-mobile {
		display: block;
	}

	.only-mobile p .page-title {
		font-size: 34px;
	}

	.home-top-title {
		display: none;
	}
}

@media (max-width: 768px) {
	div.ccm-page .container {
		width: 100%;
	}

	p span.page-title {
		font-size: 42px;
	}

	.header-top .col-sm-3 {
		display: none;
	}

	.page-header-section .col-sm-6 {
		text-align: center;
		width: 100%;
	}

	.page-header-section .col-sm-6 img {
		width: 330px !important;
	}

	.m-menu {
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
		clear: both;
		margin-top: 20px;
		float: left;
		width: 100%;
		display: block;
	}

	.m-menu .menu-buttons {
		width: 100%;
		background: #fff;
	}

	.m-menu .menu-buttons td {
		width: 25%;
		padding: 5px 0;
		vertical-align: middle;
	}

	.m-menu .menu-buttons tr td .navbar-header {
		text-align: center;
		float: none;
	}

	.m-menu .menu-buttons tr td:not(:first-child) {
		border-left: 1px solid #000;
	}

	.m-menu .menu-buttons tr td .navbar-header .navbar-toggle {
		float: none;
		display: block;
		margin: 0 auto;
		border: none;
		background: transparent;
	}

	.m-menu .menu-buttons tr td .navbar-header .navbar-toggle .icon-bar {
		background: #000;
		height: 4px;
		width: 30px;
		display: block;
	}

	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 4px;
	}

	.m-menu .menu-buttons tr td img {
		margin: 0 auto;
		width: 45px;
	}

	#nav {
		margin: 0;
		background: #fff;
	}

	#navbar > .row, #navbar > section {
		display: none;
	}

	#nav > .container {
		padding: 0;
	}

	.navbar-nav {
		padding-left: 0;
		list-style: none;
	}

	.navbar-nav li {
		display: block;
		text-align: left;
		border-bottom: 1px solid #cccccc;

	}

	.navbar-nav li.nav-selected > a {
		color: #8eb6a0;
	}

	.navbar-nav li a {
		font-size: 18px;
		font-weight: 500;
		color: #a9a9a9;
		padding: 10px 15px 10px 30px;
		width: 100%;
		margin: 0;
		border: none;
		display: block;
	}

	.navbar-nav li a > .caret {
		background: url(/application/files/9015/4520/7582/menu-plus.png) no-repeat;
		background-size: 25px;
		width: 25px;
		height: 25px;
		display: inline-block;
		float: right;
		transition: all 1s ease;
	}

	.navbar-nav li a.open > .caret {
		background: url(/application/files/8415/4520/7582/menu-minus.png) no-repeat;
		transform: rotate(-180deg);
	}

	.navbar-nav li.level-1 .dropdown-menu {
		display: none;
		padding: 0;
		border-top: 1px solid #ccc;
	}

	.navbar-nav li.level-1 .dropdown-menu li a {
		padding-left: 35px;
		font-size: 16px;
	}

	.locations-table td {
		clear: both;
		display: inline-block;
		width: 48%;
		vertical-align: middle;
	}

	.locations-table td:nth-of-type(even) {
		float: right;
	}

	.our-staff table td {
		display: block;
		padding: 0 20px;
	}

	.our-staff table td img {
		max-width: 220px;
		margin: 0 auto;
	}

	.our-staff table td p {
		clear: both;
		margin: 20px 0;
	}
}

@media (max-width: 767px) {
	section.promo-row .p-l-0 {
		width: 100%;
		display: block;
	}

	.home-video-table table td {
		display: block;
		width: 100% !important;
		text-align: center !important;
		padding: 15px;
	}

	.page-footer-section .page-footer-section-left-area {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	.page-footer-section .page-footer-section-right-area {
		width: 100%;
	}

	.page-footer-section .page-footer-section-right-area #mc_embed_signup input.email,
	.page-footer-section .page-footer-section-right-area #mc_embed_signup input.button {
		width: 100%;
	}

	staff-block:after {
		content: '';
		display: table;
		clear: both;
	}

	.staff-block .staff-name {
		font-size: 24px;
		padding: 20px 0;
	}

	.staff-block .staff-info {
		padding-left: 0;
		float: left;
	}
}