/*Slider with selection picture below*/
.sprowim::after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.sp40columnim {
    width: 50%;
    padding: 0px;
    float: left;
}


.sp60columnim {
    width: 50%;
    padding: 0px;
    padding-left: 10px;
    float: left;
}

.sp60h3 {
    padding-top: 50px;
	font-family: Open Sans regular;
	font-weight: 600;
}

.sp60p {
    text-align: left;
    font-size: 20px;
	font-family: Open Sans regular;
}



/* Position the image container (needed to position the left and right arrows) */
.spcontainer {
    position: relative;
    background: #F7F7F7;
    box-sizing: border-box;
    font-family: Arial;
    margin: 0;
    vertical-align: middle;
}

/* Hide the images by default */
.spmySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.spcursor {
    cursor: pointer;
}
@media screen and (max-width: 835px) {
	
div.sp40columnim {
        width: 100%;
        float: none;
    }

div.sp60columnim {
        width: 100%;
        float: none;
    }

h3.sp60h3 {
        padding: 2%;
    }

p.sp60p {
        padding-left: 2%;
        padding-right: 2%;
    }
	
	
.spButton {
		width:100%;
		margin-left:10%
    }
	
}



.spButton{
	float:left;
	width:0%;
	margin-top:10%;
	margin-left:-1.4%
}

.spprev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f6770c;
	color: white;
	cursor: pointer;
	opacity: 0.8;
	font-size: 20px;
}

.spnext {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #ffad52;
	color: white;
	cursor: pointer;
	opacity: 0.8;
	font-size: 20px;
}


    /* On hover, add a black background color with a little bit see-through */
    .spprev:hover,
    .spnext:hover {
        opacity:1;
    }

/* Number text (1/3 etc) */
.spnumbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.spcaption-container {
    text-align: center;
    font-size: 90px;
    background: #ff5f6d;
    background: -webkit-linear-gradient(to right, #ff5f6d, #ffc371);
    background: linear-gradient(to right, #ff5f6d, #ffc371);
    padding: 1px 1px;
    color: white;
}


.sprow:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.spcolumn {
    float: left;
    width: 16.66%;
}

.sphpcolumn {
    float: left;
	text-align: center;
	margin-left: 1% ;
	margin-right: 1% ;
    width: 9.1%;
}

/* Add a transparency effect for thumnbail images */
.spactive{
	display: block;
	width: 100%;
    height: 100%;
    line-height: 126px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
	opacity: 0;
}



/*Slider with selection picture below end*/



/*Slider 1 with selection picture below*/
.sp1rowim::after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.sp140columnim {
    width: 40%;
    padding: 0px;
    float: left;
}

.sp160columnim {
    width: 60%;
    padding: 0px;
    padding-left: 10px;
    float: left;
}

.sp160h3 {
    padding-top: 50px;
}

.sp160p {
    text-align: left;
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    div.sp140columnim {
        width: 100%;
        float: none;
    }

    div.sp160columnim {
        width: 100%;
        float: none;
    }

    h3.sp160h3 {
        padding: 2%;
    }

    p.sp160p {
        padding-left: 2%;
        padding-right: 2%;
    }
}

/* Position the image container (needed to position the left and right arrows) */
.sp1container {
    position: relative;
}

/* Hide the images by default */
.sp1mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.sp1cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.sp1prev {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    background-color: white;
    color: inherit;
    opacity: 0.4;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.sp1next {
    right: 0;
    border-radius: 3px 0 0 3px;
    color: white;
    background-color: black;
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    opacity: 0.3;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

    /* On hover, add a black background color with a little bit see-through */
    .sp1prev:hover,
    .sp1next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.sp1numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.sp1caption-container {
    text-align: center;
    font-size: 90px;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.sp1row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.sp1column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.sp1demo {
    opacity: 0.6;
}

    .sp1active,
    .sp1demo:hover {
        opacity: 1;
    }

/*Slider 1 with selection picture below end*/


/*Slider 2 with selection picture below*/
.sp2rowim::after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.sp240columnim {
    width: 40%;
    padding: 0px;
    float: left;
}

.sp260columnim {
    width: 60%;
    padding: 0px;
    padding-left: 10px;
    float: left;
}

.sp260h3 {
    padding-top: 50px;
}

.sp260p {
    text-align: left;
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    div.sp240columnim {
        width: 100%;
        float: none;
    }

    div.sp260columnim {
        width: 100%;
        float: none;
    }

    h3.sp260h3 {
        padding: 2%;
    }

    p.sp260p {
        padding-left: 2%;
        padding-right: 2%;
    }
}

/* Position the image container (needed to position the left and right arrows) */
.sp2container {
    position: relative;
}

/* Hide the images by default */
.sp2mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.sp2cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.sp2prev {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    background-color: white;
    color: inherit;
    opacity: 0.4;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.sp2next {
    right: 0;
    border-radius: 3px 0 0 3px;
    color: white;
    background-color: black;
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    opacity: 0.3;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

    /* On hover, add a black background color with a little bit see-through */
    .sp2prev:hover,
    .sp2next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.sp2numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.sp2caption-container {
    text-align: center;
    font-size: 90px;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.sp2row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.sp2column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.sp2demo {
    opacity: 0.6;
}

    .sp2active,
    .sp2demo:hover {
        opacity: 1;
    }

/*Slider 2 with selection picture below end*/
