
hr.star-light,
hr.star-lighter,
hr.star-primary {
  padding: 0;
  border: none;
  text-align: center;
  max-width: 250px;
  margin: 10px auto 10px;
  border-top: 2px solid #333;
}
.note-float-left, .note-float-right {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.note-float-left {
	margin-right: 15px;
}
.note-float-right {
	margin-left: 15px;
}
.callout {
    color: #fff;
    background-image: url(../img/callout.jpg);
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-position: top center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
    display: table;
    width: 100%;
    height: 500px;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
.font_bold { font-weight: 300 !important; }
.font_bolder { font-weight: 700 !important; }
.font_boldest { font-weight: 900 !important; }
#projects .projects-item {
  margin: 0 0 15px;
  right: 0;
}
#projects .projects-item .projects-link {
  display: block;
  position: relative;
  max-width: 400px;
	height: 240px; 
  margin: 0 auto;
	overflow: hidden;
  background: #FFF;
  text-align: center;
}
#projects .projects-item .projects-link img {
	margin: 0 auto 0 auto;
}
#projects .projects-item .projects-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#projects .projects-item .projects-link .caption:hover {
  opacity: 1;
}
#projects .projects-item .projects-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#projects .projects-item .projects-link .caption .caption-content i {
  margin-top: -12px;
}
#projects .projects-item .projects-link .caption .caption-content h3,
#projects .projects-item .projects-link .caption .caption-content h4 {
  margin: 0;
}
#projects .projects-item .projects-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#projects .projects-item .projects-caption h4 {
  text-transform: none;
  margin: 0;
}
#projects .projects-item .projects-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#projects * {
  z-index: 2;
}
@media (min-width: 767px) {
  #projects .projects-item {
    margin: 0 0 30px;
  }
}

.projects-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.projects-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.projects-modal .modal-content img {
  margin-bottom: 30px;
}
.projects-modal .modal-content .item-details {
  margin: 30px 0;
}
.projects-modal .close-modal {
  position: fixed;
	z-index: 2000;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.projects-modal .close-modal:hover {
  opacity: 0.3;
}
.projects-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.projects-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.projects-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.modal-dialog {
  width: auto;
  margin: 10px 10px;
}
.modal-body img {
	margin: 0 auto 0 auto;
}
#services, #projects, #testimonials, #about, #contact {
	min-height: 600px;
	padding-top: 80px;
	padding-bottom: 50px;
}
#contact {
	padding-bottom: 0;
}
#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
	
.project_thumb_block {}
.project_thumb { margin-bottom: 5px !important; overflow: hidden; }
.project_thumb_name { background-color:#E9E9E9; padding: 3px 5px; text-align: center; }
.projects-modal .modal-content { padding: 20px 0px; }
.project_thumbs_container > .owl-carousel > .owl-wrapper-outer > .owl-wrapper > .owl-item { overflow: hidden; height: 80px; min-height: 80px; max-height: 80px; }

.testimonial_block {
	padding: 10px;
	text-align: left;
	background: rgba(255, 255, 255, 0.2);
	margin-bottom: 20px !important;
	margin-top: 0 !important;
}
.testimonial_block h4 { }
.testimonial_block p { }

.block_divider, .block_divider_sm, .block_divider_sm_light {
  border-bottom: 2px solid #333;
  background-color: transparent;
  height: 4px;
	margin: 60px auto 90px auto;
}
.block_divider_sm {
	margin: 5px auto 60px auto;
}
.block_divider_sm_light {
	margin: 10px auto 10px auto;
  border-bottom: 2px solid #DDD;
}

.spaced_text_sm {
  font-size: 12px;
  line-height: 18px;
}
.spaced_text_md {
  font-size: 16px;
  line-height: 24px;
}
.spaced_text_lg {
  font-size: 24px;
  line-height: 28px;
}
.no_spaced_text_sm {
  font-size: 12px;
  line-height: 12px;
}
.no_spaced_text_md {
  font-size: 16px;
  line-height: 16px;
}
.no_spaced_text_lg {
  font-size: 24px;
  line-height: 24px;
}


.mh_32 { max-height:32px !important; }
.mw_32 { max-width:32px !important; }

.mh500 { min-height: 500px; }
.mh450 { min-height: 450px; }
.mh400 { min-height: 400px; }
.maxh360 { max-height: 360px; }
.mah400 { max-height: 400px; }
.mah500 { max-height: 500px; }
.mw840 { max-width: 840px; }
.uppercase { text-transform: uppercase; }
.justified { text-align: justify !important; text-justify: inter-word !important; }
.box img, .blog_block img { margin: 10px 20px 5px 20px; }
.content_placeholder img { margin: 5px 10px 5px 10px; }
.center_object, .centered { margin: 0 auto 0 auto !important; }
.margin_top10 { margin-top: 10px !important; }
.margin_bottom10 { margin-bottom: 10px !important; }
.margin_top20 { margin-top: 20px !important; }
.margin_bottom20 { margin-bottom: 20px !important; }
.margin_top40 { margin-top: 40px !important; }
.margin_bottom40 { margin-bottom: 40px !important; }
.margin_top50 { margin-top: 50px !important; }
.margin_bottom50 { margin-bottom: 50px !important; }
.margin_top29n { margin-top: -29px; }
.margin_top30n { margin-top: -30px; }
.rounded_box { border-radius: 8px; }
.accordion_title { margin-bottom: 0; padding: 9px 20px 6px 40px; }
.padding_top0 { padding-top: 0px; }
.padding_bottom0 { padding-bottom: 0px; }
.padding_top10 { padding-top: 10px; }
.padding_bottom10 { padding-bottom: 10px; }
.padding_top20 { padding-top: 20px; }
.padding_bottom20 { padding-bottom: 20px; }
.padding_top40 { padding-top: 40px; }
.padding_bottom40 { padding-bottom: 40px; }
.padding_top50 { padding-top: 50px; }
.padding_bottom50 { padding-bottom: 50px; }
.padding_top80 { padding-top: 80px; }
.padding_bottom80 { padding-bottom: 80px; }
.padding_box { padding: 6px 12px; }
.black_color_text { color: #000 !important; }
.white_color_text { color: #FFF !important; }
.black_color_background { background-color: #000 !important; }
.white_color_background { background-color: #FFF !important; }
.bg-serious_danger { background-color: #AD4545 !important; color: #fcf8e3;  }
.bg-serious_success { background-color: #5CB85C !important; }
.hidden_element { display:none; }
.font_xl { font-size: 48px !important; }
.font_lg { font-size: 36px !important; }
.font_md { font-size: 24px !important; }
.font_sm { font-size: 14px !important; }
.font_xs { font-size: 11px !important; }
.divider_line1 { padding: 10px 0 10px 0; margin-bottom: 20px; border-bottom: 1px solid #CCC; }
.divider_line2 { padding: 10px 0 10px 0; margin-bottom: 20px; border-bottom: 2px solid #CCC; }
.alert-sm {
  padding: 5px;
  margin: 3px 0;
  font-weight:100;
}
.btn-sq {
  -webkit-border-radius: 0 0 0 0 !important;
     -moz-border-radius: 0 0 0 0 !important;
          border-radius: 0 0 0 0 !important;
}
.relative_element {
  position:relative !important;
}

.full_banner { width: 100%; padding: 20px 20px 20px 20px; }
.google_map  { width: 100%; padding: 60px 0 0 0; margin-bottom: 0; }
.google_map_iframe  { height: 500px; width: 100%; padding: 0 0 0 0; }

.ebcaptcha_block {
	background-color: #FFF;
	padding: 5px 10px;
	display:inline-block;
}
.ebcaptcha_block label {
	display:inline-block;
	margin-right: 10px;
}
.ebcaptcha_input {
	width: 120px;
	display:inline-block;
}


/* begin carousel */
.carousel-inner>.item {
	min-height: 220px;
	vertical-align: middle;
}
.thumb {
	height: 100px;
	max-height: 100px;
	width: 140px;
	max-width: 140px;
	cursor: pointer;
	display:block;
	overflow:hidden;
	margin:2px;
}
.thumb img, .thumb_nav img {
	height: 100%;
}
.thumb_nav {
	width: 80px;
	height: 80px;
	float: left;
	cursor: pointer;
	display:inline;
	overflow:hidden;
	margin:0 5px 0 5px;
}
.thumb.active, .thumb:hover, .thumb_nav.active, .thumb_nav:hover {
	background-color:#333;
}
.thumb.active img, .thumb:hover img, .thumb_nav.active img, .thumb_nav:hover img, .opacity50 {
	opacity: 0.5;
}

.carousel.vertical .carousel-inner {
  height: 100%;
  width: auto;
	border-left: 1px solid #333;
	padding-left: 10px;
}
.carousel.vertical .carousel-inner > .item {
  width: auto;
  -webkit-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.carousel.vertical .carousel-inner > .item > .thumb {
  margin-bottom: 5px;
}
.carousel.vertical .carousel-inner > .item > .thumb.active, .carousel.vertical .carousel-inner > .item > .thumb:hover {
	background-color:#333;
}
.carousel.vertical .carousel-inner > .item > .thumb.active img, .carousel.vertical .carousel-inner > .item > .thumb:hover img {
	opacity: 0.5;
}
.project-images { max-height:460px;overflow:hidden;}
.project-images-only { height:440px;overflow:hidden; }
.project-images_carousel { max-height:360px;margin-bottom:20px;overflow:hidden;background-color:#FFF; }
.project-thumbs_carousel { max-height:100px !important;white-space:nowrap;padding:5px 0 5px 0;margin-bottom:5px;border-top:1px solid #666 !important;background-color:#FFF; overflow-y: hidden; overflow-x: scroll; }
.carousel-caption {
	display: none;
	font-size: 18px;
	background-color: rgba(255,255,255,.6);
  padding-top: 5px;
  padding-bottom: 5px;
	color: #000;
}



@media(max-width:768px) { 
	.google_map, .google_map_iframe { height: 75%; width: 100%; padding: 0 0 0 0; }

	.projects-modal .close-modal {
	  width: 45px;
	  height: 45px;
	  top: 15px;
	  right: 15px;
	}
	.projects-modal .close-modal .lr {
	  height: 45px;
	  margin-left: 15px;
	}
	.projects-modal .close-modal .lr .rl {
	  height: 45px;
	}

}
.cms_plans_container {
	width: 100% !important; 
	max-width: 100% !important; 
	margin: 0 10px 0 0 !important;
}


.navbar-nav > li, .navbar-nav > li.dropdown {
	padding-top: 0;
	padding-bottom: 5px;
}
.dropdown-menu {
	border-top: 0;
	margin-top: -2px;
	min-width: 100%;
}
.dropdown-menu > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
}
.dropdown:hover .dropdown-menu {
 	display: block;
	margin-top: 0;
}
