/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;
}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline; background: url('../images/inactive-marker.png') no-repeat 0px 0px;
margin-top: 10px;
 
 
}
ol.bjqs-markers li a{color: rgba(0, 0, 0, 0);
    display: inline-block;
     
    margin-right: 10px;
     
    }
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

ol.bjqs-markers li.active-marker {
background: url('../images/active-marker.png') no-repeat 0px 0px;
	}

.quicktour-modal-container-ipad, .quicktour-modal-container-iphone, .quicktour-modal-container-online {
	height: 650px;
	width: 650px;
	position: relative;
	left: 50%;
	margin-left: -325px;
	top: 50px;
	background-color: #f1890f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
}

	
.quicktour-modal-container-ipad img, .quicktour-modal-container-iphone img, .quicktour-modal-container-online img, ul.bjqs {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


ul.bjqs-controls.v-centered li.bjqs-prev a {

	background: url('../images/leftarrow.png') no-repeat left top;
	height: 54px;
	width: 54px;
	
	position: absolute;
	left: 5%;
	top: 325px;
	font-size: 0px;
	margin-left: -105px;
	outline: 0;
}


ul.bjqs-controls.v-centered li.bjqs-next a {

	background: url('../images/rightarrow.png') no-repeat left top;
	height: 54px;
	width: 54px;
	
	position: absolute;
	right: 5%;
	top: 325px;
	font-size: 0px;
	margin-right: -105px;
	outline: 0;
}

#close-quicktour-modal {

height: 23px;
width: 23px;
position: absolute;
right: 0;
	
}

#quicktour-btn {
	font-family: 'prelobook';
	    font-size: 16px;
	    font-weight: normal;
	    text-decoration: none;
	    color: #fff;
	    
	    background-color: #6e6e6e;
	    padding: 4px 15px 5px 15px;
	    
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    
	    display: inline;
	    cursor: pointer;
	    height: 30px;
	    margin: auto;
}

#quicktour-btn:hover, #quicktour-btn:active, #quicktour-btn:focus, .highlight {
	background-color: #f1890f;
	outline: none;
}


.content {
	display: none;
}

.homeform-quicktour {
	padding: 50px 50px 50px 50px;
	background-color: #fff;
}

.homeform-quicktour h1 {
	color: #f1890f;
	font-size: 40px;
	font-family: 'prelobold';
	font-weight: normal;
	margin: auto;
	text-align: center;
	
}

.homeform-quicktour h2 {
	color: #222;
	font-size: 24px;
	line-height: 20px;
	font-family: 'prelobold';
	font-weight: normal;
	margin: auto;
	text-align: center;
	padding-bottom: 15px;
	
}

.homeform-quicktour h3 {
	color: #666;
	font-size: 17px;
	line-height: 25px;
	font-family: 'prelobook';
	font-weight: normal;
	margin: auto;
	text-align: center;	
	padding-left: 10px;
	padding-right: 10px;
}

.bold-quicktour-type {
	font-family: 'prelobold';
	color: #222;
}

.homeform-quicktour h3 img {
	border: none;
	    display: inline;
	    margin-bottom: -3px;
	    padding-top: 15px;
	    
}

/*

HOME WE HELP - STORE TYPES

*/


.home-we-help-images ul.bjqs-controls.v-centered li.bjqs-prev a {
    background: url("../images/leftarrow.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    font-size: 0;
    height: 54px;
    margin-top: -280px;
    position: absolute;
    left: 105px;
    width: 54px;
    outline: 0;
}


.home-we-help-images ul.bjqs-controls.v-centered li.bjqs-next a {
    background: url("../images/rightarrow.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    font-size: 0;
    height: 54px;
    margin-top: -280px;
    position: absolute;
    right: -1075px;
    width: 54px;
    outline: 0;
}

/* ----------------------------------------------------------------------------------------------------------------------------- 

=Media query for 1200 iPad

----------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:1100px){

.home-we-help-images ul.bjqs-controls.v-centered li.bjqs-prev a {
    background: url("../images/leftarrow.png") no-repeat scroll left top rgba(0, 0, 0, 0);
        font-size: 0;
        height: 54px;
        margin-left: 754px;
        margin-top: -625px;
        position: absolute;
        width: 54px;
}


.home-we-help-images ul.bjqs-controls.v-centered li.bjqs-next a {
    background: url("../images/rightarrow.png") no-repeat scroll left top rgba(0, 0, 0, 0);
        font-size: 0;
        height: 54px;
        margin-top: -625px;
        position: absolute;
        right: -851px;
        width: 54px;
}


}
