#yourSliderId, #yourSliderId li{
	margin:0;
	padding:0;
	width:1024px;
	height:550px;
}
#slide1{
	background-image:url(../images/etec_slide_1.png);
	background-repeat:no-repeat;
	width:1024px;
	height:550px;
}
#slide1 h1{
	font-family:'Exo', sans-serif;
	font-weight:100;
	font-size:46px;
	line-height:46px;
	color:#515151;
}
#slide1 p{
	font-family:'Ruda', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	margin:-25px 0 0 5px;
	width:450px;	
}
#slide1 img{
	border:none;	
}
#slide2{
	background-image:url(../images/etec_slide_2.png);
	background-repeat:no-repeat;
	width:1024px;
	height:550px;
}
#slide2 h1{
	font-family:'Exo', sans-serif;
	font-weight:100;
	font-size:46px;
	line-height:46px;
	color:#515151;
}
#slide2 p{
	font-family:'Ruda', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	margin:-25px 0 0 5px;
	width:450px;	
}
#slide2 img{
	border:none;	
}
#slide3{
	background-image:url(../images/etec_slide_3.png);
	background-repeat:no-repeat;
	width:1024px;
	height:550px;
}
#slide3 h1{
	font-family:'Exo', sans-serif;
	font-weight:100;
	font-size:46px;
	line-height:46px;
	color:#515151;
}
#slide3 p{
	font-family:'Ruda', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	margin:-25px 0 0 5px;
	width:450px;	
}
#slide3 img{
	border:none;	
}

#slide4{
	background-image:url(../images/etec_slide_4.png);
	background-repeat:no-repeat;
	width:1024px;
	height:550px;
}
#slide4 h1{
	font-family:'Exo', sans-serif;
	font-weight:100;
	font-size:46px;
	line-height:46px;
	color:#515151;
}
#slide4 p{
	font-family:'Ruda', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	margin:-25px 0 0 5px;
	width:450px;	
}
#slide4 img{
	border:none;	
}

#slide5{
	background-image:url(../images/etec_slide_5.png);
	background-repeat:no-repeat;
	width:1024px;
	height:550px;
}
#slide5 h1{
	font-family:'Exo', sans-serif;
	font-weight:100;
	font-size:46px;
	line-height:46px;
	color:#515151;
}
#slide5 p{
	font-family:'Ruda', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	margin:-25px 0 0 5px;
	width:450px;	
}
#slide5 img{
	border:none;	
}

#slide6{
	background-image:url(../images/etec_slide_6.png);
	background-repeat:no-repeat;
	width:1024px;
	height:550px;
}
#slide6 h1{
	font-family:'Exo', sans-serif;
	font-weight:100;
	font-size:46px;
	line-height:46px;
	color:#515151;
}
#slide6 p{
	font-family:'Ruda', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	margin:-25px 0 0 5px;
	width:450px;	
}
#slide6 img{
	border:none;	
}
#slide7{
	background-image:url(../images/etec_slide_7.png);
	background-repeat:no-repeat;
	width:1024px;
	height:550px;
}
#slide7 h1{
	font-family:'Exo', sans-serif;
	font-weight:100;
	font-size:46px;
	line-height:46px;
	color:#515151;
}
#slide7 p{
	font-family:'Ruda', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	margin:-25px 0 0 5px;
	width:450px;	
}
#slide7 img{
	border:none;	
}
#slide8{
	background-image:url(../images/etec_slide_8.png);
	background-repeat:no-repeat;
	width:1024px;
	height:550px;
}
#slide8 h1{
	font-family:'Exo', sans-serif;
	font-weight:100;
	font-size:46px;
	line-height:46px;
	color:#515151;
}
#slide8 p{
	font-family:'Ruda', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	margin:-25px 0 0 5px;
	width:450px;	
}
#slide8 img{
	border:none;	
}
#slide9{
	background-image:url(../images/etec_slide_9.png);
	background-repeat:no-repeat;
	width:1024px;
	height:550px;
}
#slide9 h1{
	font-family:'Exo', sans-serif;
	font-weight:100;
	font-size:46px;
	line-height:46px;
	color:#515151;
}
#slide9 p{
	font-family:'Ruda', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:26px;
	margin:-25px 0 0 5px;
	width:450px;	
}
#slide9 img{
	border:none;	
}

/* images container - This is the most important container - Don't change important properties */
#yourSliderId{
	list-style:none !important;
	float:left;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	position:relative !important;
}
/* each slider item - Nothing to change here */
#yourSliderId li{
	display:none;
	float:left;
	margin:0;
	position:absolute;
	width:100%;
}
/* Don't edit this part */
#yourSliderId li.current{
	display:block;
	z-index:2 !important;
}
/* Don't edit this part */
#yourSliderId li.next{
	display:block;
	z-index:1 !important;
}
/* Don't edit this part - prevents inline lists from being hidden */
#yourSliderId li ul li{
	display:block !important;
	position:relative !important;
}


@media screen and (max-width: 1100px) {
    body { background-size: cover; }
    #footercontainer { background-color: #393939; height: 125px; max-width: 100%; }
    #yourSliderId li p { width: 100%; margin: 0; }
    #yourSliderId li > div { background-image: none !important; }
    #yourSliderId { width: calc(100% - 40px) !important; margin: 40px 20px !important; }
    .slider-summary br { display: none; }
    .slider-summary table { display: none; }
    .slider-summary { width: 45%; float: left; }
    .slider-thumb { width: 55%; float: right; }
    .slider-thumb img { max-width: 100%; }
}


@media screen and (max-width: 767px) {
    #yourSliderId { height: auto; }
    
    #yourSliderId li { height: auto; position: relative; }
    #yourSliderId li > div { height: auto; }
    .slider-summary { width: 100%; text-align: center;  }
    .slider-thumb { width: 100%; text-align: center; }
}