	  /********************* SLIDE STYRING    *******************/
	
	._flexslider-front {posisition:center center; /*top left  */ 
			 -webkit-background-size: cover; -moz-background-size: cover;-o-background-size: cover;  background-size: cover; 
			 min-height:450px; max-height:450px;  overflow:hidden;  width:100%;
			margin-top:-20px;
			}
	._flexslider {posisition:center center; /* center center */ 
			 -webkit-background-size: cover; -moz-background-size: cover;-o-background-size: cover;  background-size: cover; 
			 min-height:200px; max-height:200px; overflow:hidden; width:100%;
			 margin-top:-20px;
			}
			
	._carousel {margin-bottom:100px;margin-top:0;}	 
	 
  .slide-top {margin:-20px 0 0 0;overflow:hidden;}
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
      width: 100%;
      margin: 0 auto;
	  max-height:450px; 
  }
  @media (max-width: 992px) {  .carousel-inner > .item > img, .carousel-inner > .item > a > img {   height:auto;  } }
 
