html {
  font-size: 16px;
}

body{
  color:#333!important;
  font-size: 1rem;
}

/* Helper Classes */
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .hidden-sm {
  display: none !important;
  }
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/*Navbar*/
.top-nav{
	background:#f1f1f1;
	 border-bottom:1px solid #dadada;
	margin-bottom:0;
  min-height:15px;
}
.top-nav .nav > li > a{
	color:#999999;
	border-right:1px solid #e3e3e3;
	border-left:1px solid transparent;
  padding:10px;
}

.navbar-brand img{
	display: inline;
  width:13%;
	margin-top:-21px;
}
.navbar-default .navbar-nav > li > a{
	font-size: 14px;
	margin-top:-25px;
  color:#84271C;
  text-transform:uppercase;
}

.top-nav .nav > li > a > i{
   margin-right:5px;
}

.navbar-brand{
	font-size:19px;
  float: none;
}
@media screen and (min-width: 1200px) {
  .navbar-brand {
    float: left;
  }
}

.navbar-default .navbar-nav > li > a:hover{
  color:#84271C;
}

.navbar-nav {
  background-color: #fff;
}

.title-BG i{
  margin-right:15px;
  font-size:18px;
}


.navbar-brand h4{
  font-size:25px;
  display:inline;
  color:#84271C;
  line-height:2.5;
  padding-left:20px;
  text-shadow:0.5px 0.5px 0px black;
}

.bottom-nav{
	background:#ffffff;
	border:0;
	margin-bottom:0;
	height:90px;
  border-radius:0;
}
.title-BG{
	z-index:9;
	background:rgba(128,39,28,0.7);
	/*float:left;
	width:40%;*/
}

.title-BG2{
  z-index:9;
  background:rgba(128,39,28,1.0);
  /*float:left;
  width:40%;*/
}


.title-BG h4{
	color:#ffffff;
	margin-left:6.5%;
}

/*Slideshow*/

#carousel-id .carousel-caption {
    color: white;
    xright: 58%;
    text-align: left;
    max-width: 53%;
    left: 0;
    top: 53%;
  /*top: 50%; */
  xtransform: translateY(-50%);
  xbottom: initial;
  background:rgba(0,0,0,0.5);
  padding:9%;
  padding-top:30px;
  padding-left:18%;
  height:31%;
  
}



#carousel-id{
	z-index: -9;
}

#carousel-id .carousel-inner{
	top:-40px;
}

.carousel-indicators{
	top:85%;
	z-index: 99;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 

/*5 Primary Section*/
.focus-area{
  margin-top:-40px;
  margin-bottom: 0;
}

figure.snip1084 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  /*min-width: 220px;*/
  max-width: 210px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip1084 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.snip1084 img {
  opacity: 1;
  width: 100%;
}

figure.snip1084 figcaption {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1084 .long-caption {
  top: 50%;
  left: 25px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1084 .long-caption2 {
  top: 50%;
  left: 23px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1084 .long-caption3 {
  top: 50%;
  left: 32px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



figure.snip1084 figcaption h4 {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  text-shadow:0 0 7px black;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
}

figure.snip1084 figcaption h4 span {
  font-weight: 800;
}

figure.snip1084 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0;
  margin: 0;
}

figure.snip1084:before,
figure.snip1084:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.snip1084:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.snip1084:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.snip1084 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1084.red {
  background: #36100c;
}


figure.snip1084:hover img,
figure.snip1084.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1084:hover figcaption h4,
figure.snip1084.hover figcaption h4,
figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1084:hover:before,
figure.snip1084.hover:before,
figure.snip1084:hover:after,
figure.snip1084.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}



/*@media(min-width:1200px){
  .focus-area .container{
    width:1310px;
  }
}*/

/*Text and Form*/

.btn {
  border: none;
  font-family: helvetica, arial;
  font-size: 18px;
  color: #FFF;
  background: #84271C;
  cursor: pointer;
  padding: 10px 40px;
  display: inline-block;
  margin: 15px 0;
  text-transform: uppercase;
  /* letter-spacing: ; */
  font-weight: 700;
  outline: none;
    /*box-shadow: 0 6px #6D2017;*/
    border-radius: 5px;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border:1px solid #fff;
}

.btn:hover {
  /*box-shadow: 0 4px #6D2017;*/
  top: 0px;
}

.lease-container h2{
  margin-top:30px;
}

.header-red-bar .btn-primary {
  font-size: 16px;
}
.header-red-bar .btn-primary:hover {
  background: #eee;
  color: #000;
}




#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:10px 25px;
	margin:30px 0;
  padding-top:1;
}

#contact h3 {
	color: #84271C;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"] , #contact select, #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#84271C;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#6D2017;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}


.text-form .col-lg-7{
	margin:25px 0;
	padding:25px;
}

.text-form{
	padding:25px;
}

hr{
  width:10%;
  display:inline-block;
  height:0px;
  margin-bottom:0;
  border-top:5px solid #84271C ;
}

.hr2{
  border-top:5px solid #ddd;
}


/*Testimonial / Video*/

.parallax { 
    /* The image used */
    background-image: url("images/175210965.jpg");

    /* Set a specific height */
    /*height: 500px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom:0;

}
.parallax .caption{
	background:rgba(0,0,0,0.4);
	padding:25px;
  padding:5px;
	height:400px;

}

.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  margin: 50px 20px 10px;
  /*max-width: 310px;*/
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #84271C;
  border-bottom:5px solid #ddd;
}


.container-fluid .container .col-lg-6 .snip1533{
  margin:50px 0 10px;
}



.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 7% 10% 8%;
}

.snip1533 p{
  padding:0;
}


.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #84271C;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 div {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
  margin:30px;
  margin-top: 49px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 88%;
}



/*Footer CSS*/

.snip1472 {
    position: relative;
    font-size: 20px;
    color: #e6e6e6;
    width: 45px;
    margin: 4px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snip1472:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #e6e6e6;
    content: '';
    z-index: -1;
    border-radius: 50%;
}
.snip1472:before {
    color: #fff;
}
.snip1472:before,
.snip1472:after {
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.snip1472:hover,
.snip1472:active,
.snip1472.hover {
    color: #c0392b;
}
.snip1472:hover:after,
.snip1472:active:after,
.snip1472.hover:after {
    border-color: #c0392b transparent #c0392b transparent;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}



.link-area p, .link-area i{
	color:#ffffff;
}


.social-icons i{
	padding:12px;
}



.index-social{
    background-color:#000000;
    color:#fff;
}
.link-area .fa-li{
    width:40px;
    height:40px;
    border-radius:50%;
    border:solid 1px #fff;
    list-style-type:none;
    margin:5px;
    display:inline-block;
}
.index-social a{
    color:#fff;
    font-size:25px;
    display:block;
    float:left;
    padding:10px;
}
.index-link h3{
    text-align:center;
   color:#f1f1f1;
   text-align:left;
   
}
.index-link{
    background-color:#3E3E3E;
    padding-top:20px;
}
.index-link ul{
    padding:0px;
}
.index-link ul li{
    list-style-type:none;
}
.index-link ul li a{
  text-decoration:none;
  font-size:1rem;
  color:#fff;
  display:block;
  padding:5px 0;
  text-align:left;
}
.index-link ul li a:hover{
     text-decoration:underline;
}
.copy-c{
    padding-top:15px;
    color:grey;
}

.copy-c a{
    color:grey;
}

.search-text{
   padding-bottom:60px;
}
  
.search-text .input-search{
  height:45px;
  padding-left:20px;
    color:#333;
} 

.search-text .btn-search{
    background: #84271C;
    border:none;
  color:#FFF;
  height: 45px;
    width: 100px;
}

.search-text h4{
    color:#fff;
    font-weight: 700;
}

.snip1472 .fa-linkedin-in:hover{
  color:#0077b5;
}

.snip1472 .fa-facebook:hover{
  color:#3b5998;
}
.snip1472 .fa-youtube:hover{
  color:red;
}
.snip1472 .fa-google-plus-g:hover{
  color:#e04006;
}
.index-social a{
  float:none;
  font-size:16px;
  padding:0;
  display:initial;
}


.index-link .col-md-2,.index-link .col-md-3{
  margin-top:23px;
}


/*Detail Pages*/
.container-fluid .container .row{
  padding: 0 15px;
}

.news_description{
  border-bottom:2px solid #ddd;
  padding:15px;
}

#content_left {
  margin-left: 20px;
  /*width: 690px;*/
  float: left;
  word-wrap: break-word;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
}

.news_description table tr td,
.news_description_mini table tr td {
  vertical-align: top;
}

.news_description table tr td .month {
  background: #7fa9c6;
  width: 50px;
  line-height: 16px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.news_description table tr td .day {
  background: #fff;
  border: 1px solid #bfccd6;
  border-top: none;
  width: 48px;
  height: 32px;
  line-height: 32px;
  font-size: 28px;
  font-weight: bold;
  color: #495258;
  text-align: center;
}

.news_description table,
.news_description_mini table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.news_description table tr td a {
  color: #555;
  text-decoration: none;
  font-weight: bold;
}

a.view {
  font-size: 11px;
  color: #333 !important;
  font-weight: bold;
  float: right;
  text-decoration: none;
}

.off {
  background: #333;
  color: #FFF;
  padding: 3px 6px;
  border: 1px solid #CCC;
}

.paging {
  float: left;
  margin: 3px 3px 0 0;
}

.paging a {
  background: #FFF;
  color: #333;
  text-decoration: none;
  padding: 3px 6px;
  border: 1px solid #CCC;
  display: block;
}

.paging a:hover {
  background: #666;
  color: #FFF;
  text-decoration: none;
}


.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: 50px;
}
.footer,
.push {
  height: 100px;
}

.push{
  height:50px;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact select, #contact textarea{
  font-size:16px;
}

#contact textarea {
  height:50px;
  max-width:100%;
  resize:none;
}

.accordion { width: 100%; position: relative; }
.accordian-chk { 
  opacity:0;
  width: 100%;
  position: absolute; 
  left: 0px;
  top: 0px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -khtml-appearance: none;
  appearnace: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 20px;
  z-index: 2;
  margin: 0px;
} 

.accordion h3 { 
  background: #84271C none; 
  border: 1px solid #84271C !important; 
  position: relative; 
  padding: 10px; 
  color: #fff; 
  font-size: 16px; 
  font-weight: normal; 
  font-family: arial; 
  margin: 0;
  z-index: 1;
}

.accordion h3 .acc-icon { 
  width: 0; 
  height: 0; 
  position: absolute; 
  right: 10px; 
  top: 15px; 
  border-left: 5px solid transparent; 
  border-right: 5px solid transparent; 
  border-top: 5px solid #fff; 
  border-bottom: 5px solid transparent; 
}

.accordion .accordian-chk:checked + h3 > .acc-icon { 
  border-left: 5px solid transparent; 
  border-right: 5px solid transparent; 
  border-bottom: 5px solid #fff; 
  border-top: 5px solid transparent; 
  top: 10px; 
}

.accordion .accordian-chk:checked + h3 + div.accordian-content { 
   opacity: 1;
   -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 1000px;
    overflow: hidden;
    padding: 15px;
}

.accordian-content { 
   opacity: 0;
    padding: 15px;
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    border: 1px solid #999999;
    margin-bottom: 2px;
}
  .videoWrapper {
  position: relative;
  padding-bottom: 51%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
}
.panel .panel-body input, .panel .panel-body textarea{
  width:100%;
}

.panel .panel-body input[type="checkbox"], .panel .panel-body input[type="radio"]{
  width:5%;
}
.panel .panel-body input[type="checkbox"] .label{
  display:inline;
}

.accordian-content label{
  display:inline;
}

.panel-title{
  font-size:20px;
}

.panel-body .videoWrapper {
position: relative;
padding-bottom: 55.25%; /* 16:9 */
padding-top: 110px;
height: auto;
/*margin:30px;*/
margin:0px;
}

.panel-body{
  padding:0;
}

.g-recaptcha{
  margin-right:-30%;
}

.read-more{
  padding:10px 25px;
}

.panel-body .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fa-map-marker-alt{
  color:#84271C;
}

.jumbotron-img h1{
  text-align: center;
  color:#fff;
  font-size:63px;
  margin:5% 5% 10px;
  text-shadow:2px 2px 0px black;
}

.jumbotron-img{
  height:500px;
}




.jumbotron-img .carousel-caption{
  top:27%;
  left:17%;
}





@media(max-width:1024px){
  .navbar-default .navbar-nav > li > a{
    font-size:1rem;
  }
  .navbar-brand h4{
    font-size:18px;
    line-height:3.5;
  }
  .carousel-caption{
    left:0;
  }
  .jumbotron-img h1{
    font-size: 40px;
    margin:3%;
  }
}

.dropdown-menu > li > a{
  font-size:16px;
}

/*Media Queries*/
@media(max-width:768px){
  .navbar-brand img{
  width:12%;
  margin-top:-5px;
}
.navbar-brand{
  font-size:15px;
}
.index-link .pull-right{
  float:left!important;
}
.title-BG h4{
  width:100%;
}
.title-BG h4{
	margin-left:0%;
}
/* .container{
  width:740px;
} */
.navbar-default .navbar-nav > li > a{
  font-size:.8rem;
  margin-top:-0px;
}  
  .focus-area .col-md-2{
    width:100%;
  }
    .reveal{
    opacity: 1;
  }
  .sm-btn{
    font-size:16px;
  }
  .sm-btn .btn{
    margin:0;
    padding:10px 20px;
    box-shadow: none;
  }
  .social-links{
    width:22%;
    display:initial;
  }
  .navbar-brand h4{
    font-size:21px;
  }
  .carousel-caption h1{
    font-size:18px;

  }
  #carousel-id .carousel-caption{
  padding-left:5%;
  padding-top:0;
  height:40%;
  }
  figure.snip1084{
    max-width:48%;
  }
  .parallax .snip1533{
    margin:25px 7px 10px;
  }
  .snip1533 figcaption{
    padding:11% 10% 8%;
  }
  .carousel-caption{
    left:0%;
  }
  .navbar-default .navbar-brand{
    margin-top:-45px;
    margin-left:40px;
  }
}

.mobile-container, .jumbotron-img .item{
  height:100%;
}

.medical-img{
  height:140px;
}

@media(max-width:414px){
  .navbar-nav{background-color:#fff;margin-top:25px;}
  .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none;}
  .navbar-default .navbar-nav > li > a{font-size:13px;}
}



@media(max-width:375px){
  .navbar-default .navbar-brand{
    margin-left:-0px;
  }
  .panel-body img{
    width:100%;
  }

  .mobile-container {
    height:150px;
  }
  .jumbotron-img .item {
    height:150px;
  }
  .navbar-nav > li > .dropdown-menu{
    width:100%;
  }
  .mobile-pull{
    float:none!important;
    width:50%;
  }
  .testimonial-button .btn{
    font-size:12px;
    padding:6px 12px;
    margin-left:-2px;
  }
  fieldset .col-sm-6{
    width:50%;
    display:inline;
  }
  .parallax .col-md-offset-3{
    margin-top:30%;
  }
  .container{
    width:auto;
  }
  .title-BG{
    width:100%;
  }
  .title-BG h4{
    width:100%;
  }
  .pull-right > li{
    display:inline-block;
  }
  .top-nav .nav > li > a{
    font-size:11px;padding:4px;
  }
  .navbar-default .navbar-collapse > .navbar-nav > li{
    padding:0px;
    margin:10px;
  }
  .navbar-default .navbar-nav > li > a{
    font-size:15px;
  }
  .navbar-default .navbar-collapse{
    background:#fff;
    /* margin-top:15px; */
    position:relative;
    z-index:999;
  }
  .focus-area .col-md-2{
    width:100%;
  }
  .panel-body .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  /*margin:20px;*/
  }
  .panel-body .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin-left:0px;
    width: 91%;
    height: 100%;
  }
  .reveal{
    opacity: 1;
  }
  .btn{
    font-size:9.5px;
  }
  .navbar-brand h4{
    font-size:19px;
    line-height: 3;
  }
  .navbar-brand{
    margin-top:-50px;
  }
/*  .navbar-brand img{
    display:none;
  }*/
  .focus-area .container{
    width:auto;
    margin:50px;
  }
  .snip1533 figcaption{
    padding:15% 10% 8%;
  }
  .jumbotron-img{
    height:auto;
  }
  .xs-btn{
    margin-top:0px;
  }
  .parallax .caption{
    height:760px;
  }
  figure.snip1084{
    max-width:100%;
  }
  .hidden-sm{
    margin:-10px 0;
  }
  .focus-area{
    margin-top:-80px;
  }
  .learn-more{
    font-size:16px;
  }
  .text-form .col-lg-7{
    padding-bottom:0px;
  }
  #contact{
    margin:30px 0;
  }
  .videoWrapper{
    padding:55%;margin-left:-15px;
  }
  .accordion .accordian-chk:checked + h3 + div.accordian-content{
    padding:20px;
  }
  .push{
    height:30px;
  }
  .btn-default:active{
    border-color:#e6e6e6;
    background-color:#adadad;
  }
  .parallax .snip1533{
    margin:50px 3px 10px;
  }
  #contact select{
    padding:5px;
  }
  .phone-thank{
    margin:-15px;
  }
      #contact h3{
      margin-top:0px;
    }
  .g-recaptcha{
    margin-left:-0%;
  }
  .mobile-button{
    margin-left:-10px;
  }
  figure.snip1084{margin-left:0;}
  .navbar-toggle{float:right!important;}
}


.lease-carousel .carousel-inner{
  top:0!important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
    figcaption p{
      display:none;
    }
    .snip1533 p{
      display:inline;
    }

    figure.snip1084:hover figcaption p{
      display: table-row;
    }
    figure.snip1084 a{
      top:45px;
    }
    #contact select{
      height:40px;
    }
}
@-moz-document url-prefix() {
  @media(max-width:375px){
    .navbar-brand h4{
      line-height:70px;
    }
    .bottom-nav{
      height:90px;
    }
    .navbar-default .navbar-collapse{
      margin-top:10px;
    }
      #contact select{
    padding:5px;
  }
    #contact{
      padding-top:10px;
    }
    #contact h3{
      margin-top:0px;
    }
  .testimonial-button .btn{
    margin-left:-30px;
  }
  }
}

@-moz-document url-prefix() {
      #contact select{
    padding:5px;
  }
  .testimonial-button .btn{
    margin-right:-8px;
  }
  .navbar-brand h4{
    line-height: 0;
  }

}

@media(max-width:360px){
  .navbar-default .navbar-brand{
    margin-top:-60px;
  }

  .navbar-brand img {
    width: 15%;
    margin-top: 30px;
  }

  .navbar-brand h4 {
    font-size: 14px;
    line-height: 1;
    padding-left:0;
  }
    

  .navbar-brand {
    display: inline-flex;
    flex-direction:column;
  }

}



@media(min-width:769px) and (max-width:1025px){
  #carousel-id .carousel-caption h1{
    font-size:18px;
  }
  #carousel-id .carousel-caption p{
    font-size:16px;
  }
  #carousel-id .carousel-caption{
    padding-top:0;
    height:35%;
  }
}


@media(min-width:1025px) and (max-width:1310px){
  .jumbotron-img .carousel-caption{
    top:27%;
    left:5%;
  }
  #carousel-id .carousel-caption{
    max-width:70%;
    padding-top:0;
    height:40%;
  }
}


@media screen and (min-width:1311px){
    .jumbotron-img .hidden-xs{
    top:27%;
    left:8%;
  }
    #carousel-id .carousel-caption{
    max-width:60%;
    padding-top:0;
    height:24%;
  }
}

@media screen and (min-width:1555px){
      .jumbotron-img .hidden-xs{
    top:27%;
    left:17.5%;
  }

}





@media(min-width:260px) and (max-width:360px){
  .navbar-default .navbar-brand{margin-top:-50px;margin-left:0;}
}

@media(max-width:1024px){
  figure.snip1084{
    max-width:174px;
  }
  .medical-img{
    height:118px;
  }
  figure.snip1084 .long-caption3{
    left:17px;
  }
  figure.snip1084 .long-caption{
    left:10px;
  }
  figure.snip1084 .long-caption2{
    left:5px;
  }
  .jumbotron-img .carousel-caption{left:0;}
}


@media(max-width: 768px){
  .jumbotron-img .carousel-caption{
    left:3%;
  }
  .navbar-default .navbar-nav > li > a{
    padding:1rem 10px;
  }
  .navbar-default .navbar-brand{
    margin-top:-6px;
  }
  .jumbotron-img{height:290px;}
  figure.snip1084{
    max-width:48%;
  }
  .medical-img{
    height:100%;
  }
}


@media(max-width:414px){
  .navbar-default .navbar-brand{
    margin-top:-40px;
  }
  .contact-container img{
    width:100%;
  }
  .jumbotron-img{
    height: 150px;
  }
  .bottom-nav{
    z-index:9;
  }
}