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


			

			#wrapper {
				height: 100%;
				width: 100%;
				min-height: 500px;
				min-width: 900px;
				padding-top: 1px;
			}
			#slider {
				margin: 10px 0 0 0;
				height: 500px;
				width: 100%;
				overflow: hidden;
				background: url(../css/img/ajax-loader.html) center center no-repeat;
			}
			
			#slider .slide {
				position: relative;
				display: none;
				height: 100%;
				float: left;
				background-position: center;
				background-size: cover;
				cursor: pointer;
				border-left: 1px solid #fff;
			}
			
			#slider .slide:first-child {
				border: none;
			}
			
			#slider .slide.active {
				cursor: default;
			}
			
			#slider .slide-block {
				position: absolute;
				left: 40px;
				bottom: 75px;
				display: inline-block;
				width: 435px;
				background-color: #fff;
				background-color: rgba(255,255,255, 0.8);	
				padding: 20px;
				font-size: 14px;
				color: #134B94;
				border: 1px solid #fff;
				overflow: hidden;
				border-radius: 4px;
			}
			
			#slider .slide-block h4 {
				font-size: 36px;
				font-weight: bold;
				margin: 0 0 10px 0;
				line-height: 1;
			}
			#slider .slide-block p {
				margin: 0;
			}

@media screen and (max-width:768px) {


			#wrapper {
				height: 100%;
				width: 100%;
				min-height: 100px;
				min-width: 200px;
				padding-top: 1px;
			}
			#slider {
				margin: 10px 0 0 0;
				height: 500px;
				width: 100%;
				overflow: hidden;
				background: url(../../css/img/ajax-loader.html) center center no-repeat;
			}
			
			#slider .slide {
				position: relative;
				display: none;
				height: 100%;
				float: left;
				background-position: center;
				background-size: cover;
				cursor: pointer;
				border-left: 1px solid #fff;
			}
			
			#slider .slide:first-child {
				border: none;
			}
			
			#slider .slide.active {
				cursor: default;
			}
			
			#slider .slide-block {
				position: absolute;
				left: 40px;
				bottom: 75px;
				display: inline-block;
				width: 180px;
				background-color: #fff;
				background-color: rgba(255,255,255, 0.8);	
				padding: 20px;
				font-size: 14px;
				color: #134B94;
				border: 1px solid #fff;
				overflow: hidden;
				border-radius: 4px;
			}
			
			#slider .slide-block h4 {
				font-size: 24px;
				font-weight: bold;
				margin: 0 0 10px 0;
				line-height: 1;
			}
			#slider .slide-block p {
				margin: 0;
				font-size: 10px;
			}
	
	}