/*
 | ------------------------------------------
 | Glide styles
 | ------------------------------------------
 | Here are slider styles
 | 
*/


.image1{
	//background:url("../images/image2.jpg");
}
.image2{
	background:url("../images/image1.jpg");
}
.image3{
	background:url("../images/image3.jpg");
}	

.image4{
	background:url("../images/image4.jpg");
}	
.image5{
	background:url("../images/image5.jpg");
}
.image6{
	background:url("../images/image6.jpg");
}
.image7{
	background:url("../images/image7.jpg");
}	

.image8{
	background:url("../images/image8.jpg");
}	
.image9{
	background:url("../images/image9.jpg");
}
.image10{
	background:url("../images/image10.jpg");
}
.image11{
	background:url("../images/image11.jpg");
}	

.image12{
	background:url("../images/image12.jpg");
}


ul {
    padding: 0;
    list-style-type: none;
}



	

.slider {

position: relative;
width: 100%;
//height: 294px;
overflow: hidden;
border-radius: 3px !important;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.247), 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent;
float: right;
border-bottom:5px solid #fab023;
margin-top: -11px;
margin-bottom: 10px;
}
	
	.slides {
		height: 100%;
		display:inline-flex;
margin-top: 0px;
margin-left: 0px;
		/* Simple clear fix */
		overflow: hidden;
		
		/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;

		/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
		-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;
		}


	.slider-arrows {}

		.slider-arrow {
			position: absolute;
			display: block;
			margin-bottom: -20px;
			padding: 20px;
		}

			.slider-arrow--right { bottom: 42%;
right: 0px;
background: url("../images/right.png") no-repeat scroll 1px 6px transparent;
height: 50px;
font-size: 0px;
width: 25px;
 }
			.slider-arrow--left {bottom: 42%;
left: 0px;
background: url("../images/left.png") no-repeat scroll 1px 6px transparent;
height: 50px;
font-size: 0px;
width: 25px;
 }


	.slider-nav {
		position: absolute;
		bottom: 30px;
	}

		.slider-nav__item {
			width: 12px;
			height: 12px;
			float: left;
			clear: none;
			display: block;
			margin: 0 5px;
			background: #fff;
		}

				.slider-nav__item:hover { background: #ccc; }
				.slider-nav__item--current { background: #ccc; }



.recaptchatable {     line-height: 0 !important; }