
ol, ul
{
list-style-type:none;
display: inline-block;
margin:0;
padding:0;
}
 
.slider img 
{ 
   border: 0; 
   width: 100%;
   height: auto;
    width: auto\9;
 }



/** Glidejs styles **/
.slider {
	position: relative;
	width: 545px;
	height: auto;
	overflow: hidden;
}

 	
.slides {
  height: 100%;
  overflow: hidden;
  /**	
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;

   -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
	
.slide {
  height: 100%;
  float: left;
  clear: none;
}
.slide figure {
  display: block;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}


.slide figure img {
  height: auto;
  width:545px;
  
}


.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slider-arrow--right:hover {
  opacity:0.5;
}

.slider-arrow--left:hover {
  opacity:0.5;
}

.slider-arrow--right { bottom: 50%; right: 10px; }
.slider-arrow--left { bottom: 50%; left: 10px; }


.slider-nav {
  position: absolute;
  bottom: 0px;
  padding-bottom:0px;
}

.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 7px;
  background: #c0a35a;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.slider-nav__item:hover { background: #bababa; }
.slider-nav__item--current, .slider-nav__item--current:hover { background: #999; }

.little_slide
{
  width:80%; 
  position:absolute; 
  margin-left:10%; 
  margin-right:10%; 
  top:20%;	
}


.little_slide_2
{
  width:80%; 
  position:absolute; 
  margin-left:10%; 
  margin-right:10%; 
  top:20%;
}

/** responsive styles **/
@media screen and (max-width: 1300px) { .slider {width: 500px;}
                                        .slide figure img {width:500px;} }

@media screen and (max-width: 1200px) { .slider {width: 460px;}
                                        .slide figure img {width:460px;} }
										
@media screen and (max-width: 1100px) { .slider {width: 420px;}
                                        .slide figure img {width:420px;} }

@media screen and (max-width: 1000px) { .slider {width: 370px;}
                                        .slide figure img {width:370px;} }
										
@media screen and (max-width: 900px) { .slider {width: 330px;}
                                        .slide figure img {width:330px;} }
										
@media screen and (max-width: 800px) { .slider {width: 280px;}
                                        .slide figure img {width:280px;} }
										
@media screen and (max-width: 700px) { .slider {width: 240px;}
                                        .slide figure img {width:240px;}
										.little_slide{ top:35%;}
										.little_slide_2{ top:35%;} }
										
@media screen and (max-width: 600px) { .slider {width: 210px;}
                                        .slide figure img {width:210px;} }
										
@media screen and (max-width: 500px) { .slider {width: 170px;}
                                        .slide figure img {width:170px;} }
										
@media screen and (max-width: 400px) { .slider {width: 140px;}
                                        .slide figure img {width:140px;} }



/*   ============================================================================= */


 
.slider_new img 
{ 
   border: 0; 
   width: 100%;
   height: auto;
    width: auto\9;
 }


.slider_new {
	position: relative;
	max-width: 600px;
	height: auto;
	overflow: hidden;
}

 	
.slides_new {
  height: 100%;
  overflow: hidden;
  /**	
   * Prevent blinking issue
   * Not tested. Experimental.
   */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;

   -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
	
.slide_new {
  height: 100%;
  float: left;
  clear: none;
}
.slide_new figure {
  display: block;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}


.slider_new figure img {
  height: auto;
  max-width:545px;
  
}


/*   ============================================================================= */


     
	.moving_images img
	 {
	  cursor:url(../img/grabbing.png) 8 8, move;	 
	 }

	 
    .moving_images .item
	{
       margin-right: 10px;
    }
	
	
    .moving_images .item img{
    display: block;
    width: 100%;
    height: auto;
    }


.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor:pointer;
}


.grabbing { 
    cursor:url(../img/grabbing.png) 8 8, move;
}


.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}


.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}


.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}


.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}


.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}


.item p

{
	font-family: Lato, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#000;
	padding-left:10px;
	padding-right:10px;

}