/*
* @Author: zerokool - Nguyen Huu Tien
* @Date:   2015-07-19 22:26:44
* @Last Modified by:   zero
* @Last Modified time: 2015-07-29 11:37:23
*/

.magestore-bannerslide-evolution-slider .slide {
	position: relative;
}

.magestore-bannerslider-standard {
	box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 9px;
    padding-right: 9px;
    width: 100%;
}

.magestore-bannerslide-evolution-slider .slide .flex-caption {
	position: relative;
	margin: -30rem auto 0;
    box-sizing: border-box;
    max-width: 1280px;
    padding-left: 9px;
    padding-right: 9px;
    width: 100%;
}

.magestore-bannerslider.widget-bannerslider .magestore-bannerslide-evolution-slider .slide .flex-caption {
	position: relative;
	margin: -15rem auto 0;
    box-sizing: border-box;
    max-width: 1280px;
    padding-left: 9px;
    padding-right: 9px;
    width: 100%;
}

.magestore-bannerslide-evolution-slider .slide .flex-caption H2 {
	background: #242e49;
	color: #fff;
	padding: 1.5rem;
	float: left;
	margin: 0 0 .1rem 0;
	text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
}
.magestore-bannerslide-evolution-slider .slide .flex-caption P {
	background: #94b4dc;
	padding: 1.5rem;
	color: #fff;
	float: left;
	display: block;
	clear: both;
}

.magestore-bannerslider-standard .jquery-slider-navigation, .magestore-bannerslider-standard .jquery-slider-selectors {
	display: none;
}
.slideBanner {
	margin-left: -329px !important;
}

.jquery-slider-wrapper img {
    width: 100%;
    height: 100%;
}
.jquery-slider-wrapper .jquery-slider-slide {
	height: 100%;
}
.magestore-bannerslider-standard img {
	cursor: pointer;
}
.magestore-bannerslide-flex-slider .flex-control-nav img{
	width: 300px;
	height: 150px;
}

.flexslider-carousel .slides img{
	height: 131px;
}

.magestore-bannerslider-standard {
	width: 100%;
}

@media only screen and (max-width: 767px) {
    .magestore-bannerslider-standard {
    	display: none;
    }
}

@media only screen and (max-width: 360px) {	
    .magestore-bannerslider-standard {
    	width: 290px;
    	display: none;
    }
}