#myCarousel .carousel-caption

{
	top:0;
	 
    width: 96%;
	
	
}



#myCarousel .carousel-caption p {
	font-family: 'Open Sans', sans-serif;
	font: 20px/18px "Open Sans",sans-serif;
	text-transform:uppercase;
    padding-bottom: 1%;
}

#myCarousel .carousel-caption button {
	
	
}

#myCarousel .carousel-caption button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, "Open Sans",sans-serif;
	padding: .45em 1.2em .45em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#myCarousel .carousel-caption button:hover {
	text-decoration: none;
}
#myCarousel .carousel-caption button:active {
	position: relative;
	top: 1px;
}

#myCarousel .carousel-caption .orange {
	color: #333;
	font-weight:bold;
	border: solid 1px #f0ef7a;
	background: #ffff00;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeee18), to(#d0cf15));
	background: -moz-linear-gradient(top,  #eeee18,  #d0cf15);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeee18', endColorstr='#d0cf15');
}
#myCarousel .carousel-caption .orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#d0cf15), to(#c4c31e));
	background: -moz-linear-gradient(top,  #d0cf15,  #c4c31e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0cf15', endColorstr='#c4c31e');
}
#myCarousel .carousel-caption .orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


@media (min-width:601px)  {
	
#myCarousel	.carousel-caption, .carousel-caption h1 { text-align:left; }
#myCarousel	  .carousel-caption  {    left: 10%; padding-top: 7%; }
#myCarousel	  .carousel-caption h1 {
	
	
	  color: #ffffff;
    font: bold 36px/36px 'PT Serif', serif;
    padding-bottom: 1%;
  	
	
}
	
}
@media (max-width:600px)  {
		
		
	#myCarousel	.carousel-caption h1 {
	 
	
	  color: #ffffff;
    font: bold 28px/28px 'PT Serif', serif;
    padding-bottom: 1%;
  	
	
}
#myCarousel		.carousel-caption, .carousel-caption h1 { text-align:left; }
#myCarousel .carousel-caption {
    bottom: 66px;
    padding-bottom: 0;
    padding-top: 0;
    top: 68px;
    width: 65%;
	left: 4%;
}
	
	
}

#myCarousel .carousel-inner > .item {
	min-height:  224px;
	height:400px;

  
  
}

#myCarousel .carousel-inner > .item > img {
	 object-fit: cover;
	 height:400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 400px;
  width: auto;
  object-fit: cover;
}

#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {
  background-image: none;
}