html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,top-nav,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, top-nav, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

html, body {
	height: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #F9F9F9;
}

.header{	
    width: 100%;
    height: 44px;
    background: #02AEF6;
    text-align: center;
    font-size: 16px;
    line-height: 2.75;
    font-weight: 400;
}

.header p{
    display: inline-block;
    color: #fff;
    padding: 5px;
    padding-bottom: 0;
    line-height: 0px;
    margin-right: 40px;
    font-weight: bold;
    font-size: 20px;
}

#heroslides{
    width: 640px;
    height: 500px;
    margin: auto;
    border-bottom: 2px solid #fff;
    padding-top: 70px;
    padding-bottom: 2%;
}

#heroslides img{
    height: 481px;
}

.promotionsbox{
	max-width: 2560px;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
}

.promotionsbox ul{
	margin: 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.promotionsbox li{
	list-style: none;
	display: inline-block;
    position: relative;
    z-index: 1;
    height: 100px;
    margin-top: 10px;
    padding-top: 15px;
    width: 25%;
    background-color: #F9F9F9;
    border-right: 1px solid #fff;
}

.promotionsbox li:last-child{
	border-right: 0;
}

.clients{
    position: absolute;
    bottom: 0;    
	width: 100%;
	text-align: center;
    padding-bottom: 5px;
}

.clients h2{
    font-size: 25px;
    color: #B4B4B4;
}

.client{
    display: inline-block;
    height: 50px;
    width: 174px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px;
}


.footer{
    width: 980px;
    margin: auto;
    border-top: 1px solid #e3e3e3;
    color: #999;
    padding-top: 20px;
    font-size: 1em;
}

