/*SLIDER STYLES*/

.webstore_slider_box {
	position: relative;
	width: 80%;
	max-width: 1170px;
	margin: auto;
	box-sizing: border-box;
	border-left: 3px solid white;
	border-right: 3px solid white;
}

.webstore-sliders {
	background-position:center;
	background-size: cover;
	height: 500px;
	width: 100%;
	box-sizing: border-box;
}

/*==================================CONTAINER STYLES*/
.flex-container {
	width: 100%;
}

.flexslider {
    position: relative;
    zoom: 1;
 	border: 0px !important;
}


.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	position: absolute;
	width: 100%;
	top: 0px;
	vertical-align: bottom;
}

/*===============================================SLIDER CAPTIONS*/
.slider-caption-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/*left:50px;*/
	width: auto;
	min-width: 350px;
	height: auto;
	background-color:rgba(255, 255, 255, 0.9);
	padding: 35px 40px;
}

@media (max-width:560px) {
	.slider-caption-box {
		width:83%;
		min-width: 295px;
		top: 50%;
		left:50%;
		transform: translate(-50%,-50%);
		transform: translateX(-50%);
		padding: 50px 35px;
	}

	.webstore_slider_box {
		width: 100%;
	}

	.slider-title h2 {
		text-align:center;
		text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 3px;
	}

	.slider-title p {
		text-align:center;
		color: rgb(119, 119, 119);
	}

	.slider-button {
		width: 100%;
		height: auto;
	}
}

.slider-title h2 {
	/*font-family: 'Montserrat';*/
	font-weight: 600;
	line-height: 1.2em;
	font-size: 36px;
	text-shadow:rgba(0, 0, 0, 0.1) 0px 1px 1px;
}

.slider-title p {
	font-family: 'Open Sans';
	font-weight: 500;
	line-height: 1.5em;
	font-size: 18px;
	color: rgb(119, 119, 119);
	margin-bottom: 20px;
	padding: 0px 3px;
	text-shadow:rgba(0, 0, 0, 0.1) 0px 1px 1px;
	/*text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 3px;*/
}

.slider-button {
	display: inline-block;
	height: auto;
	padding: 10px 25px;
	border-radius: 6px;
	transition: 0.3s all ease;
}

.slider-button:hover {
	background-color: #dedede;
	transition: 0.3s all ease;
}

.slider-button p {
	color: white;
	font-weight:500px;
	font-size: 17px;
	line-height: 19px;
	margin-bottom: 0px;
	text-align: center;
}

/*============================RESET SLIDER DEFAULTS*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider ol {
	position: relative;
	margin-top: -70px !important;
	z-index: 1000 !important;
	line-height: 0 !important;
	height: 15px;
}

.flexslider ol li .flex-active {
background-color: white !important;
}

.flexslider a img { outline: none; border: none; }

.flexslider {
    margin: 0 !important;
    padding: 0;
}

.flexslider .slides &gt; li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.slides:after {
    content: &quot;.&quot;;
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
