/*
* The Cricketers
* Version: 1
*/

#myCarousel {
	background:#ffffff;
	-webkit-backface-visibility: hidden;
}



#myCarousel .carousel-inner {
    height: 650px;
	position: relative;
	background:#2a2b2b;
}

.fill {
    width: 100%;
    height: 650px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
	z-index:3
  }

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0.3;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}
.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.carousel-control {
  width: 5%;
  
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev {
  left: 20px;
}

.carousel-control .icon-next {
  right: 20px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: 0;
  font-family: FontAwesome;
  text-shadow:none;
}

.carousel-control .icon-prev:before {
  content: '\f104';
  font-size:48px;
}

.carousel-control .icon-next:before {
  content: '\f105';
  font-size:48px;
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff \5;
  background-color: rgba(255, 255, 255, 0.5);
  border:none !important;
  opacity: 0.5;
  filter: alpha(opacity=70);
}

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 1px !important;
  background-color: #ffffff;
  border:none !important;
  opacity: 0.7;
  filter: alpha(opacity=90);
}

@media (max-width: 1024px) {
 .carousel-control {
	display:none;
}

#myCarousel .carousel-inner {
    height: 400px;
}

.fill {
    width: 100%;
    height: 400px;
}

}

@media (max-width: 992px) {
 .carousel-indicators {
	display:none;
}


}


/*Carousel Caption
------------------------------------*/

.carousel-caption {
  background-color: transparent;
  position: absolute;
  left:0; right:0;
  top:37%; bottom:0;
  margin:auto;
  max-width:100%;
  max-height:100%;
  overflow:auto;
  padding: 0;
  text-align:center !important;
  text-shadow:none;
  z-index:2;
  	-webkit-backface-visibility: hidden;
   	-webkit-perspective: 1000;

}

.carousel-caption a{
	color:#ffffff !important;
 

}



.carousel-caption h2 {
 	font-size: 60px;
	line-height:64px;
	font-family: 'Kaushan Script', cursive;
	color: #ffffff !important;
	font-weight: 400;
	text-transform: none;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
   	-webkit-perspective: 1000;
}

.carousel-caption p {
	display:inline-block;
	font-size: 20px;
  	font-weight: 600;
	letter-spacing:2px;
	color: #ffffff !important;
	margin-top:5px;
	text-transform:uppercase;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
   	-webkit-perspective: 1000;
}



.slidbtu {
	margin-top:20px;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
   	-webkit-perspective: 1000;

}


.slidbtu__btn-u,
.slidbtu__btn-u:focus {
	color: #fff;
	border: 3px solid #b5a268;
	background: #b5a268;
	text-transform: uppercase;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: bold;
}
.slidbtu__btn-u:hover {
	background: rgba(0, 0, 0, .1);
	color: #ffffff;
	border: 3px solid #ffffff;
	text-decoration:none;
	transition: all 0.3s ease-in-out;
}

.pmedia-overlay-pattern{
	background-image: url("../img/overlay-pattern.png") !important;
	background-color: rgba(0,0,0 , 0.3);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

@media (max-width: 992px) {


.carousel-caption h2 {
 	font-size: 36px !important;
	line-height:38px !important;
}

.carousel-caption p {
 	font-size: 18px !important;
	line-height:20px !important;
	margin-top:0 !important;
}

.slidbtu {
	display:none;
}

}


@media (max-width: 767px) {
 .carousel-caption {
	top:40% !important;
}

.carousel-caption h2 {
 	font-size: 32px !important;
	line-height:34px !important;
}

.carousel-caption p {
 	font-size: 16px !important;
	line-height:20px !important;
	margin-top:0 !important;
}

}

@media (max-width: 480px) {
 .carousel-caption {
	 display:none;
}

.pmedia-overlay-pattern{
	display:none;
}



#myCarousel .carousel-inner {
    height: 200px;
	position: relative;
	background:#222222;
}

.fill {
    width: 100%;
    height: 200px;
}

}

/*Delays
------------------------------------*/

.delay1 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}
.delay2 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}

.delay3 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}

.delay4 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}


