/* Add here all your CSS customizations */


.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }

.solutions-heading {
    color: #2d6191;
    font-size: 17px;
    font-weight: normal;
    padding: 10px 0 10px 0;
}


.banner-text{
    padding-top: 50px;
    padding-left: 130px;
    padding-right: 130px;
    text-align: center;
}

h1.home{

	color:#fff;
	font-family:'Open Sans','Helvetica Neue',sans-serif;
	font-weight:300;
	font-size:1.2em;
}


.home-image{
	width:100%;
	padding-right:0px;
	padding-left:0px;
}

@media (min-width: 300px) {
	
	.home-image .supa_p {
		font-size:1.6em; 
	}	

	.home-image h1 {
		font-size: 2.0em;
	}

	.home-image .banner-text {

		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;

	}

}

@media (min-width: 400px) {
	
	.home-image .supa_p {
		font-size:1.6em; 
	}	

	.home-image h1 {
		font-size: 1.6em;
	}

	.home-image .banner-text {

		padding-top: 20px;
		padding-left: 50px;
		padding-right: 50px;
		text-align: center;

	}

}

@media (min-width: 590px) {

	.home-image .supa_p {
		font-size:2.0em; 
	}	

	.home-image h1 {
		font-size: 1.6em;
	}

	.home-image .banner-text {		
		padding-top: 35px;
		padding-left: 100px;
		padding-right: 100px;
		text-align: center;
	}	
}

@media (min-width: 900px) {
	
	.home-image .supa_p {
		font-size:2.0em; 
	}
	
	
	.home-image h1 {
		font-size: 2.0em;
	}

	.home-image .banner-text {		
		padding-top: 35px;
		padding-left: 120px;
		padding-right: 120px;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	
	.home-image .supa_p {
		font-size:2.5em; 
	}
	
	
	.home-image h1 {
		font-size: 3.0em;
	}

	.home-image .banner-text {		
		padding-top: 55px;
		padding-left: 130px;
		padding-right: 130px;
		text-align: center;
	}
}



p.big_p {

	font-size:1.3em;
	font-weight:300;
	line-height:1.6em;

}

div.clients {

	display:block;
	text-align:center;

}


p.mega_p {

	font-size:1.8em;
	font-weight:300;
	line-height:1.6em;
	padding-bottom:0px;
	color:#888888;

}


p.top_mega_p {

	font-size:2.2em;
	line-height:1.6em;
	padding-bottom:0px;
	color:#333;
	font-family:Plantin,Grad,Serif;
	font-weight:400;
}

p.supa_p {

	font-weight:400;
	font-size:2.5em; 
	color:#fff;
	line-height:1.6em;
	font-family:'Open Sans','Helvetica Neue',sans-serif;
	margin-bottom:32px;

}

.supa_p:after {
    display: block;
    content: "";
    pointer-events: none;
    margin-top: 0.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.5em;
    position: relative;
    clear: both;
    min-width: 70px;
    width: 10%;
    max-width: 5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #e1e1e1;
}

.mainspan {
width: 940px;
}



.portfolio_3column, .portfolio_4column, .portfolio_5column {
margin-left: -8px;
}

.featured {
width: 280px;
height: 190px;
border:1px solid; 
border-color: #e5e5e5;
}

.portfolio_3column li, .portfolio_4column li, .portfolio_5column li {
height: auto;
margin: 0 0 2% 2%;
list-style-type: none;
position: relative;
float: left;
}

.clearfix {
}

.port {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

.col-md-6 {

	padding-right:10px;
	padding-left: 10px;

}

.mt-lg {

 margin-right:130px;
 margin-left:130px;
 margin-bottom:15px;

}

.mt-xlg {

 margin-right:130px;
 margin-left:130px;
 margin-bottom:15px;

}

.picture-box-info{

    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 30px;
    z-index: 2;

}

.picture-heading{

color:#fff;
font-weight:100;
font-size:30px;


}


.picture-box-info p {

color:#fff;
font-weight:100;
font-size:18px;

}


/* sliding box stuff */

.boxgrid{
    width: 280px;
    height: 110px;
    margin:0px;
    float:left;
    background:#161613;
    border: solid 1px #e5e5e5;
    overflow: hidden;
    position: relative;
}
.boxgrid img{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #fff;
	height: 100px;
	width: 100%;
	opacity: 1.0;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
	
	
.captionfull .boxcaption {
     top: 110;
     left: 0;
 }
 .caption .boxcaption {
     top: 80;
     left: 0;
 }