/******************************
RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1200px){
	.banner .slick-prev{
		left: 40px;
	}
	.banner .slick-next{
		right: 40px;
	}
	.footer-wrapper .cell:last-child{
		width: 122px;
	}

}

@media screen and (max-width:1100px) { /* Target Screen Width */
	.social-wrapper > .table {
	    height: 420px;
	}
	.header-wrapper{
		height: 115px;
	}
	.logo{
		width: 85px;
	}
	#nav-btn{
		padding-top: 48px;
	}
	.main-content .col-left{
		padding-left: 20px;
	}
}
@media screen and (max-width:1000px) { /* Target Screen Width */
	.banner-text .large-text, h1{
		font-size: 70px;
	}

	.quick-links-wrapper .container,
	.quick-links-wrapper .cell{
		padding: 0 10px;
	}
	.social-wrapper > .table{
		height: 350px;
	}
	.main-content .col-left{
		padding: 0 20px ;
	}
	.main-content{
		min-height: 400px;
	}
}
@media screen and (max-width:900px) {
	.main-nav nav{
		padding-top: 80px;
	}
	#nav-close-btn{
		top: 40px;
		right: 70px;
	}
	.footer-wrapper .cell:first-child {
	    padding-left: 20px;
	}
	.main-content .container > .table,
	.main-content .container > .table .col-left,
	.main-content .container > .table .col-right{
		display: block;
		height: auto;
		width: 100%;
		
	}
	.main-content .col-right{
    padding: 60px 25px 0px;
    text-align: center;
	}
	
	#location-hours .loc {
  	width: auto;
    margin: 20px auto 0;
	}
	
	#location-hours .hours {
  	max-width: 500px;
  	margin-left: auto;
  	margin-right: auto;
	}
/*
	.main-content .col-left{
		width: 100%;
	}
*/
	.rml-box,
	.rml-title {
    	width: 60px;
	}
	.rml-title > span{
		margin-left: 16px;
	}
	.rml-wrapper{
		padding-left: 60px;
	}
	
  .main-nav.cell {
    padding-top: 90px;
    text-align: right !important;
  }
  
  .nav-menu {
    text-align: right;
    max-width: 600px;
    float:right;
  }
  
  .nav-menu > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .main-nav .logo-menu {
    position: fixed;
    top: 5px;
    left: 110px;
    margin: 0;
    z-index: 99;
    background-color: #3C2E3E;
  }
  #home .top-bar:after {
    bottom: 0px;
    opacity: 1;
    transition: all 0.5s ease 0s;
  }
  #home .menu {
    max-height: 94px;
  }
  
  #home .logo > img,
  #inner .logo > img  {
  width: 67px !important;
  margin: 0 auto !important;
  }
  
  #home .header-wrapper{
	  height: 94px;
  }
  
  #home .top-bar > .cell:last-child,
  #home .header-menu,{
	  background: #574459;
  }
  
  #home .logo {
  	width: 67px;
  }
  #home .top-bar .contact a:hover {
  	color: #ebebeb;
  }
  #home #nav-btn {
  	padding-top: 39px;
  	background: #574459;
  }
  #home #nav-btn span {
  	background: #ebebeb;
  }
  
  .header-menu > #nav-logo, .menu {
    width: 210px;
  }
  
  .nav-menu > li.has-child > a > i {
    display: none;
  }
  
  #menu .sub-menu {
    display: block;
    position: static;
    padding: 0px;
    opacity: 1;
    text-align: right;
    margin-bottom: 28px;
  }
  
  .open #menu .sub-menu {
    visibility: visible;
  }
  
  #menu .nav-menu .sub-menu a {
    font-size: 20px;
    white-space: normal;
  }
  
  .nav-menu > li > a {
    font-size: 45px;
    line-height: 40px;
  }
  
  .box-toggle .head-toggle .item-title,
  .box-toggle .head-toggle .cell.time-cost-info {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .box-toggle .head-toggle .cell.time-cost-info {
    padding-top: 15px;
  }
  
  .box-toggle .head-toggle .cell.time-cost-info > .table {
  }
  
  .box-toggle .head-toggle .time {
    text-align: left;
  }
  
}

@media screen and (max-width:770px) { /* Tablet View */
	/* iOS Clicking Fix */
	body {
		cursor: pointer;
	}
	.top-bar .contact a:hover{
		color: #ebebeb;
	}
	 #nav-btn{
		padding-top: 24px;
		background: #574459;
	}
	#nav-btn span{
		background: #ebebeb;
	}
	.top-bar .contact{
		margin-right: 0;
	}
	.top-bar .contact li a{
		font-size: 22px;
	}
	.top-bar .contact li,
	.top-bar .contact li:last-child {
		padding-left: 10px;
	}
	.banner-text .large-text, h1{
		font-size: 65px;
		letter-spacing: 15px;
	}
	.banner .slick-prev {
		left: 20px;
	}
	.banner .slick-next {
		right: 20px;
	}
	.btn{
		padding: 13px 20px;
	}
	.about-wrapper {
		padding: 40px 0;
	}
	.about-wrapper .cell:first-child{
		width: 160px;
	}
	.quick-links-wrapper .table,
	.quick-links-wrapper .cell {
		display: block;
	}
	.quick-links-wrapper .cell {
		max-width: 350px;
		width: 100%;
		margin: 0 auto 120px;
	}
	.quick-links-wrapper {
		padding: 40px 0 60px;
	}
	h2 {
		font: 40px/50px 'Neuton Light';
	}
	.services-wrapper,
	.testimonials-wrapper{
		padding: 50px 0;
	}
	.services-wrapper .table,
	.services-wrapper .cell{
		display: block;
	}
	.services-wrapper .cell{
		padding: 0 80px 0 50px !important;
	}
	.services-wrapper .cell:last-child ul{
		padding-right: 0;
	}
	.social-wrapper > .table{
		height: auto;
	}
	.social-wrapper > .table,
	.social-wrapper > .table > .cell{
		display: block;
	}
	.social-links {
		height: 350px;
	}
	.social-links,
	.fb-feed {
		width: 100%;
	}
	.sub-banner.table{
		height: 380px;
	}
	.sub-banner .icon{
		width: 90px;
		height: 90px;
	}
	#addon-toggle {
  	font-size: 18px; 
  	line-height: 20px;
    padding: 24px 31px;
  	position: fixed;
  	-webkit-transform: rotate(0deg);
    -moz-transform:    rotate(0deg);
    -ms-transform:     rotate(0deg);
    -o-transform:      rotate(0deg);
    transform:         rotate(0deg);
    left:auto;
    right: 0px;
    bottom: 0px;
    margin: 0;
    top: auto;
    -webkit-transform-origin: unset;
    -moz-transform-origin:    unset;
    -ms-transform-origin:     unset;
    -o-transform-origin:      unset;
    transform-origin:         unset;
    z-index: 9997;
	}
	
	#add-on {
  	z-index: 9999;
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    top: 0px;
    -webkit-transform: translateY(0);
    -moz-transform:    translateY(0);
    -ms-transform:     translateY(0);
    -o-transform:      translateY(0);
    transform:         translateY(0);
    right: -100%;
  }
  
  #add-on .addon-content {
    max-height: 100%;
  }
  #addon-toggle:before{
    content: "\f05a";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  #addon-toggle:after{
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -2px;
  }
  .extra-padding .footer-wrapper {
    height: 165px;
    padding-bottom: 80px;
  }
  .header-wrapper {
    z-index: 9998;
  }
}

@media screen and (max-width:670px) {
	
	/* Phone View */
	.banner-content .slider-dots{
		bottom: 30px;
	}
	.about-wrapper .table,
	.about-wrapper .cell{
		display: block;
		text-align: center;
	}
	.about-wrapper h2{
		display: inline-block;
	}
	.about-wrapper .cell:first-child{
		width: 100%;
		padding: 0 20px;
	}
	.about-wrapper .cell:last-child{
		padding: 20px 20px 0;
	}
	.ql-text, .bnr-text{
		bottom: -66px;
	}
	#home .testimonials-wrapper h2{
		margin-bottom: 26px;
	}
	.testimonials-wrapper .author{
		margin-top: 30px;
	}
	.footer-wrapper{
		height: auto;
	}
	.footer-wrapper .table,
	.footer-wrapper .cell{
		display: block;
		height: auto;
	}
	.footer-wrapper .cell,
	.footer-wrapper .cell:last-child{
		width: 100%;
		padding: 20px 20px 0; 
		text-align: center;
	}
	.footer-wrapper .cell:last-child{
		padding-bottom: 20px;
	}
	.jbsystem{
		display: inline-block;
		vertical-align: top;
	}
	.main-content .col-left{
		padding-right: 20px;
	}
	.rml-box, .rml-title{
		width: 40px;
	}
	.rml-title{
 		height: 235px;
	}
	.rml-title > span{
		font-size: 20px;
		margin-left: 8px;
		bottom: 0;
	}
	.rml-wrapper{
		padding-left: 40px;
	}
	.main-content{
		padding: 30px 0 50px;
	}
	
	#container .staff-section > li {
  	padding: 0 0 48.5% 0;
  	width: 48.5%;
  	margin: 3% 0 0 0 !important;
	}
	
	#container .staff-section > li:nth-child(2n+2) {
  	margin-left: 3% !important;
	}
	
}
@media screen and (max-width:480px) {
	.services-wrapper .cell{
		padding: 0 20px !important;
	}
	.banner-content > .relative > .table > .cell{
		padding-top: 80px;
	}
	.banner {
	    min-height: 500px;
	}
	.banner-text .large-text, h1{
		font-size: 50px;
		line-height: 60px;
		letter-spacing: 10px;
	}
	.banner-text p{
		margin-bottom: 30px;
	}
	.info-box .text-overlay{
		visibility: visible;
		opacity: 1;
	}
	.info-box:after{
		background: rgba(60, 45, 62, 0.7);
	}
	.info-box .fa{
		opacity: 0;
		visibility: hidden;
	}
	.social-content h3 {
		font: 30px/32px 'Neuron Regular';
	}
	.social-content .fa-facebook,
	.social-content .fa-instagram {
		font-size: 34px;
	}
	.services-wrapper li{
		padding-left: 60px;
	}
	.services-wrapper h4{
		letter-spacing: 3px;
	}
	.services-wrapper .icon{
		background-position: left center;
	}
	.services-wrapper .btn{
		margin-top: 0;
	}
	#nav-close-btn{
		top: 16px;
		right: 16px;
	}
	.services-wrapper h2{
		margin-bottom: 25px;
	}
	.services-wrapper, .testimonials-wrapper{
		padding: 30px 0 40px;
	}
	.sub-banner.table{
		height: 320px;
	}
	.sub-banner .icon {
	    width: 55px;
	    height: 55px;
	    background-size: 60%;
	}
	.rml-top {
	    padding-top: 10px;
	}
	.rml-close{
		top: 10px;
	}
	.rml-box h3{
		margin-bottom: 10px;
	}

	.box-toggle h4, .box-toggle .cell{
		font-size: 18px;
		line-height: 24px;
	}
	.content-toggle{
		padding-left: 45px;
	}
	.rml-box.open,
	.rml-wrapper {
    	width: 310px;
	}
	.rml-box h3{
		margin-left: 10px;
	}
	.rml-list tr td:first-child{
		padding-left: 10px;
	}
	.rml-box h3{
		font-size: 22px;
	}
	.rml-list tr td{
		font: 18px/22px 'Neuton Bold';
		letter-spacing: 2px;
	}
	.rml-bottom .rml-content{
		padding: 20px 10px 30px;
	}
	.box-toggle li:nth-child(2n) .content-toggle{
		padding-top: 10px;
	}
	.main-content .col-left p{
		margin-bottom: 15px;
	}
	.main-nav .logo-menu {
  	display: none;
	}
	#menu {
  	background-color: rgba(60, 45, 62, 1);
	}
	
	 #menu .nav-menu .sub-menu a {
    font-size: 16px;
  }
  
  .nav-menu > li > a {
    font-size: 36px;
    line-height: 30px;
  }
  
  .about-wrapper p {
    font: 14px/28px 'Open Sans';
  }
  #inner-banner .slider-dots {
    bottom: 58px;
  }
  
  .staff-bio .staff-photo,
  .staff-bio .staff-photo + .cell {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0px !important; 
    padding-right: 0px !important;
  }
  
  .staff-bio .main-photo {
    height: 320px;
  }
  
  .staff-bio h2 {
    font: 25px/30px 'Neuton Regular';
  }
  
}

@media screen and (max-width:380px) {
  .banner-text .large-text, h1 {
    font-size: 41px;
    line-height: 41px;
  }
	h2{
		font: 34px/44px 'Neuton Light';
	}
	.banner-text p{
		font-size: 18px;
	}
	.btn{
		font-size: 18px;
		padding: 11px 20px;
	}
	.services-wrapper .icon{
		position: static;
		display: inline-block;
	}
	.services-wrapper li{
		padding-left: 0;
		text-align: center;
	}
	.main-nav nav:before{
		margin-bottom: 40px;
	}
	#nav-close-btn{
		font-size: 42px;
	}
  .top-bar .contact * {
    font-size: 18px !important;
  }
  
  .main-nav.cell {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .box-toggle .head-toggle > .cell + .cell {
    padding: 20px 10px;
  }
  .box-toggle .head-toggle .item-title {
     padding: 0px 10px;
  }
  
  #container .staff-section > li {
  	padding: 0 0 100% 0;
  	width: 100%;
  	margin: 5% 0 0 0 !important;
	}
	
	#container .staff-section > li:nth-child(2n+2) {
  	margin-left: 0 !important;
	}
	
	.staff-bio .main-photo {
    height: 270px;
  }

  iframe:not([src*="recaptcha"]) {
    height: 300px;
  }
     
}

@media screen and (max-width:340px) {
  .top-bar .contact {
    text-align: center;
  }
  
  .top-bar .contact * {
    font-size: 14px !important;
  }
  
  .phone > span {
    display: none;
  }
  
  .nav-menu > li > a {
    font-size: 30px;
    line-height: 24px;
  }
  
   .banner-text .large-text, h1 {
    font-size: 34px;
    line-height: 34px;
  }
  
  .box-toggle .head-toggle .time {
    width: 60%;
  }
  
  .fb-feed {
	 padding: 0;
  }
  .fb_iframe_widget {
	  display: inline-block !important;
  }
}