
.block-slide img {
	width: 100%;
}

#block-views-front-slider-block .views-field.views-field-field-image-slide {
	width: 68%;
    position: fixed;
    top: 0;
    left: 0;
    /*height: 100%;*/
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.http://www.leungdeleonmarketing.com/sites/default/files/about-us.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.leungdeleonmarketing.com/sites/default/files/about-us.jpg',sizingMethod='scale')";
    /* background: red; */
    margin: 5% auto;
    right: 0;
    margin-top: 0;
}

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

	#block-views-front-slider-block .views-field.views-field-field-image-slide{
		width: 90%!important;
	}

}

#block-views-slideshow-block-2{
		display: none !important;
}

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


	#block-views-slideshow-block-1 {
    	/*display: none!important;*/
	}

	#block-views-slideshow-block-2{
		/*display: block!important*/
	}

	#block-views-front-slider-block .views-field.views-field-field-image-slide{
		background: url(../images/s5.jpg)!important;
		background-size: cover!important;
    	background-repeat: no-repeat!important;
    	background-position: center center!important;
	}

	.small-logo{
	    padding-top: 5px!important;
    	padding-bottom: 5px!important;
	}

	.small-logo img{
	    width: 10%!important;
	}

	#block-views-front-slider-block .views-field.views-field-field-image-slide{
		width: 100%!important;
	}

}

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

	.small-logo img{
	    width: 16%!important;
	}

}

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

	.small-logo img{
	    width: 21%!important;
	}

}

#block-views-front-slider-block .view-front-slider .carousel-inner .item{
    background: #003399;
}

#block-views-front-slider-block .image-banner img{
	display: none;
}

.slide-link {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 50px;
}

.slide-link a {
	padding: 20px;
    background: red;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-transform: uppercase;
}

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

	.slide-link{
	    bottom: -15px!important;
	}

	.slide-link a {
	    font-size: 11px!important;
	}

}



/*


.block-slide .views-field-field-image-slide .container {
	position: relative;
}

.block-slide .views-field-field-image-slide {
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}

.block-slide .carousel-indicators  {
	bottom: 0px !important;
}

.block-slide .views-field-tagline {
	padding: 40px 10px;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    width: 100%;
    max-width: 700px;
}

.block-slide .views-field-field-image-slide,
.block-slide .views-field-field-image-slide .container {
    height: 248px;
}

.block-slide .carousel-control.left,
.block-slide .carousel-control.right {
	background-image: none;
}

.block-slide .carousel-control.left {
	top: 50%;
    bottom: inherit;     
    margin-top: -15px; 	
}

.block-slide .carousel-control.right {
	top: 50%;
    bottom: inherit; 
    margin-top: -15px; 	
}

@media(min-width: 400px) {
	.block-slide .views-field-field-image-slide,
	.block-slide .views-field-field-image-slide .container {
		height: 320px;
	}

}


@media(min-width: 600px) {
	.block-slide .views-field-field-image-slide,
	.block-slide .views-field-field-image-slide .container {
		height: 490px;
	}

}


@media(min-width: 768px) {
	.block-slide .views-field-field-image-slide,
	.block-slide .views-field-field-image-slide .container {
		height: 590px;
	}

}

@media(min-width: 992px) {
	.block-slide .views-field-field-image-slide,
	.block-slide .views-field-field-image-slide .container {
		height: 715px;
	}

}



.block-slide .slide-title {
	font-size: 50px;
	color: #f6d800;
}

.block-slide .views-field-text-teaser {
	color: #fff;
	margin-top: 5px;
}

@media(min-width: 768px){
	.block-slide .views-field-title {
		font-size: 75px;
	}
}
@media(min-width: 992px){
	.block-slide .views-field-title {
		font-size: 85px;
	}
}
@media(min-width: 1200px){
	.block-slide .views-field-title {
		font-size: 90px;
	}
}

.block-slide .views-field-link-slide {
	margin-top: 10px;
}

.block-slide .views-field-link-slide a {
	color: #f6d800;
	text-decoration: none;
	font-size: 18px;
}*/