@charset "utf-8";

/* CSS Document */





/************************************************************************************

NINJA SLIDER MOBILE SLIDESHOW CODE

*************************************************************************************/





/* Visit http://www.menucool.com/responsive-slider for instructions */



#ninja-slider

{

	/*Font Controls for Slide Display Text*/
	
	width: 100%;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
	font-size: 11px;   

    /*center aligned*/

    /*background:#222;*/

}

#ninja-slider > ul

{

    padding:0;

    margin:0;

    padding-bottom:100px;/* Space for showing the play/stop button */

}



/* slide */

#ninja-slider li > div, #ninja-slider li > a

{

    max-width:1200px;

    margin:0 auto; /* center each slide */

    border-radius:6px;

    /*background:#999;*/

    position: relative;

    display:block;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

    transition:none!important;

}



/* loading image indicator */    

#ninja-slider div.preload 

{

    background: black url(loading.gif) no-repeat center center;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

}



/*----- video -----*/

#ninja-slider a.video 

{

	position:absolute;

    border:0;top:0;left:0;

	width:100%;height:100%;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

	background:transparent url(video.png) no-repeat 50% 50%;

    transition:none!important;

}

  

/*------ pager ------*/      

/* The pager id should be: slider id + "-pager" */    

#ninja-slider-pager

{

    display:none;

}

 

/* --------- navigation controls ------- */   

/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */    

#ninja-slider-prev, #ninja-slider-next

{

    position: absolute;

    top: 50%;

    width:64px;

    height:64px;

    margin:0;

    margin-top:-82px;

    display:inline-block;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

    background-image: url(navs.png);

    font-size:0;/*hide the slide counter*/

}

#ninja-slider-prev {

    left: 0;

    background-position:0 0;

}

#ninja-slider-prev:hover {background-position:0 -64px;}



#ninja-slider-next {

    right: 0;

    background-position:-64px 0;

}

#ninja-slider-next:hover {background-position:-64px -64px;}



/*pause and play button*/

#ninja-slider-pause-play { 

    display:block;

    position: absolute; 

    left: 50%;

    margin-left:-32px;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

    top:auto;

    bottom:0px;  

    width:64px;

    height:64px;

    display:inline-block;

    background-image: url(navs.png);

    background-position:0 -128px;

}



#ninja-slider-pause-play.paused {background-position:-64px -128px;} 

                    







/* Usually you don't need to change the following settings

---------------------------------------------------------- */

#ninja-slider > ul

{

    -webkit-backface-visibility: hidden;

    -webkit-perspective: 1000px;

    backface-visibility: hidden;

    perspective: 1000px;

    -webkit-tap-highlight-color: transparent;

}



#ninja-slider-pager, #ninja-slider-prev, #ninja-slider-next, #ninja-slider-pause-play

{

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

}



#ninja-slider

{

    position: relative;

    overflow: hidden;

    /*visibility: hidden;*/

    padding:0;

}

#ninja-slider > ul

{

    overflow: hidden;

    position: relative;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

    list-style:none;

    margin:0;

}



#ninja-slider > ul > li {

    float: left;

    width: 100%;

    position: relative;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

    list-style:none;

    padding:0;margin:0;

}



/************************************************************************************

END - NINJA SLIDER MOBILE SLIDESHOW CODE

*************************************************************************************/







/************************************************************************************

START - DESKTOP SIZE SLIDESHOW CODE

*************************************************************************************/


/*** DESKTOP  SIZE **/


#slideshow_desktop02 {

    position:relative;

	width: 100%;
	
	aspect-ratio: 893 / 930;

	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

	font-size: 11px;

	

}



#slideshow_desktop02 DIV {

    position:absolute;

    top:0;

    left:0;

    z-index:8;

    opacity:0.0;

	background-color: #FFF;

}



#slideshow_desktop02 DIV.active {

    z-index:10;

    opacity:1.0;

}



#slideshow_desktop02 DIV.last-active {

    z-index:9;

}



#slideshow_desktop02 DIV IMG {

    

    display: flex;

    border: 0;

    margin-bottom: 10px;

}


#slideshow_desktop02 {display: flex}


/************************************************************************************

END - DESKTOP SLIDESHOW CODE

*************************************************************************************/











