﻿
/*
Item Name: jQuery Carousel Evolution
Author: Mapalla
Author URI: http://codecanyon.net/user/Mapalla
Version: 1.0
*/

/* _______________________________________________ */

/* CONTAINER */
/* _______________________________________________ */

body {margin:0; padding:0;}
.bf{font-size: 20px;}
a { color: #fff; cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #bda78f; text-decoration: none; }
.carousel { position : relative; margin : 0 auto; width : 550px;height : auto; border : none; overflow : visible; }
.carousel .slides { margin-left : -4px; margin-top : 35px; padding : 0; border : none; list-style : none; position : relative; overflow : visible;}
.slideItem a img { /* border: 1px solid #fff;*/}
@media all and (max-width:1199px) {
	.wrap {width: 450px !important; height: 180px !important;}
	.carousel {width : 450px;}
	.carousel .slides { margin-left: -27px;}
}
@media all and (max-width:415px) {
	.wrap {width: 415px !important;  height: 155px !important;}
	.carousel {width : 375px; overflow:hidden;}
	
	.carousel .slides { margin-top : 35px;}
	.carousel .nextButton {right: 0px; top: 90px !important;}
	.carousel .prevButton {left:0px;top:90px !important;}
}
@media all and (max-width:360px) {
	.carousel {width: 340px;}
	.wrap {width: 393px !important;}
	.carousel .slides { margin-left: -25px; }
}
@media all and (max-width:320px) {
	.carousel {width: 319px;}
	.wrap {width: 383px !important;}
}

/* _______________________________________________ */

/* SLIDES */
/* _______________________________________________ */

/* slide container */



/* slide item */

.carousel .slides .slideItem {
  position : absolute;
  /*cursor : pointer;*/
  overflow : hidden;
  padding : 0;
  margin : 0;
  border : none;
}

.carousel .slides .slideItem a {
  display: block;
  text-decoration : none;
  margin : 0;
  padding : 0;
  border : none;
  outline : none;
  height: 20px;
  overflow: hidden;
}

.carousel .slides .slideItem img {
  margin : 0;
  padding : 0;
  /*border : none;*/
  width : 100%;
  height : 100%;
  border-radius:10px;
  box-shadow: 0 5px 6px #999;

}

/* _______________________________________________ */

/* DIRECTION BUTTON */
/* _______________________________________________ */


.carousel .nextButton {
  position : absolute;
  right : -10px;
  top : 60px;
  width : 35px;
  height : 35px;
  background : url("/img/main/arrow-right.png") no-repeat center;
  cursor : pointer;
  z-index : 9999;
}

.carousel .prevButton {
  position : absolute;
  left : -10px;
  top : 60px;
  width : 35px;
  height: 35px;
  background : url("/img/main/arrow-left.png") no-repeat center;
  cursor : pointer;
  z-index : 9999;
}

/* _______________________________________________ */

/* NAVIGATION BUTTON */
/* _______________________________________________ */

/* buttons container */

.carousel .buttonNav {
  position : relative;
  margin : 0 auto;
  z-index : 999;
  display: none;
}

/* numbers */

.carousel .buttonNav .numbers {
  position : relative;
  float : left;
  margin : 5px;
  color : #828282;
  cursor : pointer;
  font-weight : bold;
  text-decoration : none;
  font-size : 1em;
  font-family : Arial, Verdana;
}

.carousel .buttonNav .numbers:hover {
  color: #000;
  text-decoration : underline;
}

.carousel .buttonNav .numberActive {
  background : none;
  color : #000;
  cursor : default;
}

/* bullets */

.carousel .buttonNav .bullet {
  position : relative;
  float : left;
  width : 16px;
  height : 16px;
  background : url(../images/Bullet-White.png) no-repeat center;
  margin : 5px;
  float : left;
  cursor : pointer;
}

.carousel .buttonNav .bullet:hover { background : url(../images/Bullet-Black.png) no-repeat center; }

.carousel .buttonNav .bulletActive {
  background : url(../images/Bullet-Black.png) no-repeat center;
  cursor : default;
}

/* ____________________________________________________________ */

/* VIDEO */
/* ____________________________________________________________ */


.carousel .slides .videoOverlay { background : url("../images/video.png") no-repeat center; /* play button */ }

.carousel .slides .spinner { background : #000 url("../images/loading.gif") no-repeat center; /* video preloader */ }

/* _____________________________ *

/* SHADOW */
/* _____________________________ */


.carousel .shadow {
  width : 100%;
  height : 82px;
}



/* ____________________________________________________________ */

/* REFLECTION GRADIENT */
/* ____________________________________________________________ */

/* gradient color for Opera */

.carousel .gradient { background-image : url(../scripts/gradient.svg); }

