
/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* Debugged CSS  */
/*//////////////////////////////////////////////////////////////////////////////////////////*/



.ua-ie-9   .building-slide-box {
	display:none !important;

}


/*19.05*/


.table-contact td,.table-contact th{
	border:none !important;
	text-align:left !important;
}



/*21.05*/

html .yamm .dropdown-menu {

  top: 74px;

}

.header .menu-item-has-children {
  border-bottom: 5px solid transparent;
}

/*1.06*/

.breadcrumb > li  a{
  color: #fff;
}

.no-icon  .fa{
  background:red !important;
}

/*10.06*/

html .yamm .container {
    position: relative;
    width: auto ;
}

.gmaps47{
	overflow:hidden;
}


/*17.07*/


.carousel-post .meta {
  border-bottom: 1px solid #eeeeee;
  color: #999999;
  font-size: 14px;
  padding: 10px 0;
	
}

.carousel-post .meta + a {
color: #333333;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 25px 0 15px;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}

.carousel-text{
	padding-bottom:20px;
}


/**
 * Parallax
 */
.vc_parallax {
  position: relative;
  overflow: hidden;
}
.vc_parallax > * {
  position: relative;
  z-index: 1;
}
.vc_parallax .vc_parallax-inner {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-attachment: scroll;
  background-color: transparent;
  background-image: inherit;
  background-size: cover;
  z-index: 0;
  background-position: 50% 0%;
}
.vc_parallax-inner iframe {
  max-width: 1000%;
}
.vc_video-bg-container {
  position: relative;
}
.vc_video-bg {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.vc_video-bg iframe {
  max-width: 1000%;
}
