
/*Import app.css*/
@import url(app.css);
@import url(ie8.css);
@import url(plugins.css);



body {
	font-family: 'proxima-nova', sans-serif;
	background-image:url(../img/page-bg.png);
}

a {
	color:#5d9e28;
}

a:hover {
	color:#5d9e28;
	text-decoration:underline;
}

/*Carousel v1*/
.carousel-v1 .carousel-caption {
   left: 0;
   right: 0;
   bottom: 0;
   padding: 7px 15px;
   background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
   color: #fff;
   margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
   opacity: 1;
   font-size:30px;
   height:inherit;
   width: inherit;
   background: none;
   text-shadow: none;
   position: inherit;
}

.carousel-v1 .carousel-arrow a i {
   top: 50%;
   opacity: 0.6;
   background: #000;
   margin-top: -18px;
   padding: 2px 12px; 
   position: absolute;
}
.carousel-v1 .carousel-arrow a i:hover {
   opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
   left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
   right: 0;
}



.wrapper_slider {
  position: relative;
  z-index: 300;
  margin-bottom: 20px;
  background-color: #CCC;
  height: 650px;
}

/* start of slider styling */
.slider_container { height: 367px;
  position: relative;
  z-index: 320;
}
.carousel-inner { height: 650px;
}
.item { height: 650px;
  position: relative;
  z-index: 330;
}
.slide_height {
  position: relative; height: 650px;
}
.slide_info_area {
  margin-left: 75px;
  margin-right: -15px;
  width: 100%;
  position: absolute;
  z-index: 340;
  bottom: 220px;
  height: 89px;
}
.slide_info_area:before,
.slide_info_area:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.slide_info_area:after {
  clear: both;
}
.slide_info_area:before,
.slide_info_area:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.slide_info_area:after {
  clear: both;
}
.slide_info_area h2 {
  font-family: "proxima-nova", sans-serif;
  background-image:url(../img/slide_info_bg.png);
  color: #FFF;
  font-size: 38px;
  font-weight: 300;
  padding: 8px 10px;
  margin-bottom: 5px;
  line-height: 42px;
  letter-spacing: 2px;
  display:inline-block;
  margin-right:60px;
  clear:both;
}

.slide_info_area h3 {
  font-family: "proxima-nova", sans-serif;
  background-image:url(../img/slide_info_dark_bg.png);
  color: #FFF;
  font-size: 20px;
  font-weight: 100;
  padding: 10px 10px;
  margin: 2px 0px;
  line-height: 22px;
  display:inline-block;
}
@media (max-width: 991px) {
  .slide_info_area h2 {
    font-size: 23px;
    line-height: 70px;
  }
}
.slide_info_area p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
}
.slide_info_area p span {
  font-weight: 600;
  color: #FFF;
}
.slide_info_col01 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 89px;
  padding: 15px;
  background-image: url(../images/bg_slider_caption_dark.png);
  background-repeat: repeat;
  background-position: left top;
}
@media (min-width: 768px) {
  .slide_info_col01 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .slide_info_col01 {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .slide_info_col01 {
    float: left;
    width: 66.66666666666666%;
  }
}
.slide_info_col02 {
  display: block !important;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 89px;
  padding: 15px;
  background-image: url(../images/bg_slider_caption_dark.png);
  background-repeat: repeat;
  background-position: left top;
}
tr.slide_info_col02 {
  display: table-row !important;
}
th.slide_info_col02,
td.slide_info_col02 {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .slide_info_col02,
  tr.slide_info_col02,
  th.slide_info_col02,
  td.slide_info_col02 {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide_info_col02.hidden-sm,
  tr.slide_info_col02.hidden-sm,
  th.slide_info_col02.hidden-sm,
  td.slide_info_col02.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slide_info_col02.hidden-md,
  tr.slide_info_col02.hidden-md,
  th.slide_info_col02.hidden-md,
  td.slide_info_col02.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .slide_info_col02.hidden-lg,
  tr.slide_info_col02.hidden-lg,
  th.slide_info_col02.hidden-lg,
  td.slide_info_col02.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide_info_col02,
  tr.slide_info_col02,
  th.slide_info_col02,
  td.slide_info_col02 {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .slide_info_col02 {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  .slide_info_col02 {
    float: left;
    width: 33.33333333333333%;
  }
}
.home_slider_caption_bar {
  width: 100%;
  height: 89px;
  background-image: url(../images/bg_slider_bar.png);
  background-repeat: repeat-x;
  background-position: center top;
  position: absolute;
  z-index: 335;
  bottom: 25px;
}
.carousel-control {
  z-index: 420;
}
.carousel-control.left,
.carousel-control.right {
  opacity: .7;
  background-image: none;
}
.carousel-control:hover,
.carousel-control:focus {
  opacity: 1.0;
  background-image: none;
}
.home_slide_btn_left {
  width: 75px;
  height: 75px;
  display: block;
  background-image: url(../img/arrow-back.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 400;
  top: 1%;
  left: 50%;
  display: block !important;
}
tr.home_slide_btn_left {
  display: table-row !important;
}
th.home_slide_btn_left,
td.home_slide_btn_left {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .home_slide_btn_left,
  tr.home_slide_btn_left,
  th.home_slide_btn_left,
  td.home_slide_btn_left {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_slide_btn_left.hidden-sm,
  tr.home_slide_btn_left.hidden-sm,
  th.home_slide_btn_left.hidden-sm,
  td.home_slide_btn_left.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home_slide_btn_left.hidden-md,
  tr.home_slide_btn_left.hidden-md,
  th.home_slide_btn_left.hidden-md,
  td.home_slide_btn_left.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .home_slide_btn_left.hidden-lg,
  tr.home_slide_btn_left.hidden-lg,
  th.home_slide_btn_left.hidden-lg,
  td.home_slide_btn_left.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_slide_btn_left,
  tr.home_slide_btn_left,
  th.home_slide_btn_left,
  td.home_slide_btn_left {
   
  }
}
.home_slide_btn_right {
  width: 75px;
  height: 75px;
  display: block;
  background-image:url(../img/arrow-forward.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 400;
  top: 1%;
  right: 50%;
  display: block !important;
}
tr.home_slide_btn_right {
  display: table-row !important;
}
th.home_slide_btn_right,
td.home_slide_btn_right {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .home_slide_btn_right,
  tr.home_slide_btn_right,
  th.home_slide_btn_right,
  td.home_slide_btn_right {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_slide_btn_right.hidden-sm,
  tr.home_slide_btn_right.hidden-sm,
  th.home_slide_btn_right.hidden-sm,
  td.home_slide_btn_right.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home_slide_btn_right.hidden-md,
  tr.home_slide_btn_right.hidden-md,
  th.home_slide_btn_right.hidden-md,
  td.home_slide_btn_right.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .home_slide_btn_right.hidden-lg,
  tr.home_slide_btn_right.hidden-lg,
  th.home_slide_btn_right.hidden-lg,
  td.home_slide_btn_right.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_slide_btn_right,
  tr.home_slide_btn_right,
  th.home_slide_btn_right,
  td.home_slide_btn_right {
  
  }
}
.carousel-indicators {
  position: absolute;
  z-index: 420;
  bottom: 2px;
  display: none !important;
}
tr.carousel-indicators {
  display: table-row !important;
}
th.carousel-indicators,
td.carousel-indicators {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .carousel-indicators,
  tr.carousel-indicators,
  th.carousel-indicators,
  td.carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators.hidden-sm,
  tr.carousel-indicators.hidden-sm,
  th.carousel-indicators.hidden-sm,
  td.carousel-indicators.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-indicators.hidden-md,
  tr.carousel-indicators.hidden-md,
  th.carousel-indicators.hidden-md,
  td.carousel-indicators.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .carousel-indicators.hidden-lg,
  tr.carousel-indicators.hidden-lg,
  th.carousel-indicators.hidden-lg,
  td.carousel-indicators.hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators,
  tr.carousel-indicators,
  th.carousel-indicators,
  td.carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .home_slider_caption_bar {
    width: 100%;
    height: 70px;
    background-image: url(../images/bg_slider_bar.png);
    background-repeat: repeat-x;
    background-position: center top;
    position: absolute;
    z-index: 335;
    bottom: 0px;
  }
  .slide_info_area,
  .slide_info_col01,
  .slide_info_col02 {
    height: 70px;
    bottom: 100px;
  }
  .slide_info_area h2 {
    font-size: 28px;
    line-height: 40px;
}
  .carousel-indicators {
    position: absolute;
    z-index: 420;
    bottom: -280px;
    display: none !important;
  }
  tr.carousel-indicators {
    display: table-row !important;
  }
  th.carousel-indicators,
  td.carousel-indicators {
    display: table-cell !important;
  }
  .home_icons {
	  text-align:left;
	  margin-bottom:15px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .carousel-indicators,
  tr.carousel-indicators,
  th.carousel-indicators,
  td.carousel-indicators {
 
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators.hidden-sm,
  tr.carousel-indicators.hidden-sm,
  th.carousel-indicators.hidden-sm,
  td.carousel-indicators.hidden-sm {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .carousel-indicators.hidden-md,
  tr.carousel-indicators.hidden-md,
  th.carousel-indicators.hidden-md,
  td.carousel-indicators.hidden-md {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .carousel-indicators.hidden-lg,
  tr.carousel-indicators.hidden-lg,
  th.carousel-indicators.hidden-lg,
  td.carousel-indicators.hidden-lg {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators,
  tr.carousel-indicators,
  th.carousel-indicators,
  td.carousel-indicators {
   
  }
}
@media (max-width: 991px) {
  .slider_container,
  .carousel-inner,
  .carousel-indicators,
  .item,
  .slide_height {
    height: 300px;
  }
}
/* end of slider styling */

 blockquote {
    border-left: 5px solid #bfd9ef;
    margin: 0 0 20px;
    padding: 10px 20px;
	background-color:#e6f1fb;
}
.page_content p {
	line-height: 22px;
	margin-bottom:20px;
}
.page_content {
	margin-bottom: 50px;
}

.clear {
    clear: both;
    height: 0;
}
.disclaimer p {
	font-size:14px;
	color:#999;
}
.testimonial_page_author {
	color: #4D9BDD;
	font-size:16px;


}

.testimonial_page_author img {
	width: 50px;
	float: left;
	height: 50px;
	padding: 2px;
	margin-right: 15px;
	border: solid 1px #ccc;
	border-radius: 50% !important;	
}

.office_hours h2 {
	font-size:18px;
	color:#428BCA;
	text-transform:uppercase;
}

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

.slide_info_area {
  margin-left: 120px;
  margin-right: -15px;
  width: 100%;
  position: absolute;
  z-index: 340;
  bottom: 220px;
  height: 89px;
}
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { /* STYLES GO HERE */

  .slide_info_area,
  .slide_info_col01,
  .slide_info_col02 {
    display:none !important;	
  }
   .slider_container,
  .carousel-inner,
  .carousel-indicators,
  .item,
  .slide_height {
    height: 200px;
  }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 

 .slide_info_area,
  .slide_info_col01,
  .slide_info_col02 {
    display:none !important;	
  }
   .slider_container,
  .carousel-inner,
  .carousel-indicators,
  .item,
  .slide_height {
    height: 200px;
  }  .carousel-indicators {
    position: absolute;
    z-index: 420;
    bottom: -180px;
    display: block !important;
  }
  header {
    border-bottom: 2px solid #FFFFFF;
    margin-top: 10px;
    position: relative;
    z-index: 999;
}

}
