html,body{margin:0; padding:0;height:100%;}
body {
    font-family: 'Roboto', sans-serif;font-weight: 400;overflow-x: hidden
}


h1{padding:40px;padding-bottom: 0}
address{padding:40px}
p{color:#fff}

.spacer{padding:20px;}

.cop{float:left; width:100%; height:100%;display: block; background: #eee;position: relative}
.cop p{width:40%; padding-left:40px;line-height: 28px;color:#666;font-size: 20px;}
	img {max-width: 100%;height: auto !important;}


.panel{float:left; width:100%; height:auto;display: block; background: #333;position: relative;margin:0;padding:0;}

	.call-to{position: absolute; width:400px; height:400px; bottom:0;right:100px; background:#26c6da}
	.call-to h2{color:#fff; text-align: center; font-weight: 300; font-size: 50px}

	
#panel-1{background: #72d572}

	.box-left{background: #5677fc; width:50%;position: relative;left:10%;margin: 40px 0 40px 0;}
	
	
#panel-2{padding-top:100px;background: #eee;}
	
	.box-center{background: #f06292; width:70%;position: relative;left:15%;}

	
#panel-3{background: #fff;padding-top:50px;}		
	
	.end{text-align: center; font-size: 50px}
	.box-end-right{background: #ffc107; width:500px;right: 0; position: absolute;}
	.box-end-left{background: #ffc107; width:500px;left:0; position: absolute}
	.box-end-right  p {color: #666}
	.box-end-left	p {color: #666}

/*footer{float: left; bottom:0 !important; height:50px;width:100%;background-color:#414141;position: relative;margin-top: auto;}*/
footer{ width:100%; height:auto;background:#333; margin-top: 290px;display: block;position: relative;float: left}
footer p{text-align: center;}
footer a {color:#26c6da;}


@media (max-width: 1024px) { 

    .call-to{width:300px; height:340px;} 

    .box-end-right{width:300px;}

    .box-end-left{width:300px;}

    .end{font-size: 30px}

}

@media (max-width: 992px) {

	.cop{height:auto} 
	.cop p{width:70%;}

	.call-to{display:none}
	
	.box-left{width:70%;}
	
	
	#panel-3{padding-top:0px;}	
	.box-end-right{width:300px;position: relative;width:100%}
	.box-end-left{width:300px;position: relative;width:100%;}
	
}
