body {
  padding-top: 50px;
}

.em-text{
	color:#1caa98 !important
}


.bg {
  /*background: url('../img/header-bg2x.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 350px; /*same height as jumbotron 
  top:0;
  left:0;
  z-index: -1;
  */
}

.jumbotron {
  background: url('../img/header-bg2x.jpg') no-repeat center center;
  height: 367px;
  color: white;
  text-shadow: #444 0 1px 1px;
  margin-bottom: 50px;
  
  width:100%;
}

@media(max-width: 1200px){
	
	
}

@media(max-width: 991px){
	
	
}

@media(min-width: 768px) and (max-width:990px){
	
	
}

@media(min-width: 768px){
	
	
}

@media(max-width: 500px){
	
	
}

.searchMarkup{
	
	float: middle;
	
}

.videoWrapper {

                position: relative;

                padding-bottom: 56.25%; /* 16:9 */

                padding-top: 25px;

                height: 0;

}

.videoWrapper iframe {

                position: absolute;

                top: 0;

                left: 0;

                width: 100%;

                height: 100%;

}