@charset "utf-8";
/* CSS Document */


.slider {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	overflow: hidden;
	background-color:#072556;
}
	
.slides {
  height: 100%;
  overflow: hidden;
  -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 {
  float: left;
  margin:0px;
}

.slide figure {
	display: block;
	position: relative;
	text-align: center;
	margin:0px;
	margin-bottom:-4px;
	padding:0;
	border: 0;
	overflow: hidden;
}


.slide figure img {
    max-width: 100%; 
}


.slider-arrow {
  position: absolute;
  z-index:700;
  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: 45%; right: 5px; }
.slider-arrow--left { bottom: 45%; left: 5px; }


.slider-nav {
  position: absolute;
  z-index:700;
  bottom: 0px;
  padding-bottom:20px;
}

.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 7px;
  background: #fff;
  -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; }

@media only screen and (min-width: 1370px) { .slide figure img { width: 100%; height:auto;}}


@media only screen and (max-width: 710px) {  .slider-nav__item {width: 10px; height: 10px;} }

@media only screen and (max-width: 600px) {  .slider-nav__item {width: 8px; height: 8px;} }

@media only screen and (max-width: 500px) {  .slider-nav__item {width: 6px; height: 6px;}
                                             .slider-nav {padding-bottom:15px;}
											 .slider-arrow--right {right: 0px; }
                                             .slider-arrow--left  {left: 0px; }}

@media only screen and (max-width: 450px) {  .slider-nav__item {width: 4px; height: 4px;}
                                             .slider-nav {padding-bottom:10px;}
											 .slider-arrow--right {right: -5px; }
                                             .slider-arrow--left  {left: -5px; } }

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


     
	#moving_images a
	 {
	  cursor:pointer; 	 
	 }

	 
    #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;

}