

.box-wrapper-01 {
	padding-bottom:40px;
}

.box-wrapper-02 {
	text-align:center;	
}

.box-01,
.box-02 {
	padding-left:5px !important;
	padding-right:5px !important;
	margin:15px 0;
}

.box-content {
	background-color:#FFF;
	min-height:300px;
}

.box-padding {
	
	padding:20px;
	
}

.box-01 .box-content {
	border:5px solid #EFEFEF;
	background:#1F2E35 url(box-pics/office.jpg) no-repeat 50% 50%;
	background-size:cover;
	position:relative;
	padding-bottom:0;
}

.box-01 .box-text {
	padding:80px 30px;
	text-align:center;
}

.box-01 h2 {
	text-transform:uppercase;
	color:#E61874;
	margin-top:0;
	font-size:40px;
	font-weight:600;
	line-height:1em;
}

.box-01 h2 span {
	display:block;
	color:#FFFFFF;
	font-weight:600;
}

.box-01 p {
	color:#FFFFFF;
	font-weight:300;
	font-size:1.5em;
}

.box-02 {
	color:#777;
	font-size:14px;
}

.box-02 .box-content {
	border:5px solid #EFEFEF;
}

.box-02 h2 {
	font-size:26px;
	font-weight:300;
	line-height:32px;
	margin-top:0;
	margin-bottom:20px;
}

.box-02 h2 span {
	display:block;
	color:#254297;
	font-weight:600;
}

.box-02 p {
	margin-bottom:20px;
	line-height:20px;
}



.box-03,
.box-04,
.box-05					{ width:32%; display:inline-block; vertical-align:top; text-align:left; }
.box-03 .box-content,
.box-04 .box-content,
.box-05 .box-content		{ padding:0px 0px 20px 0px; }
.box-03 h2,
.box-04 h2,
.box-05 h2				{ text-transform:uppercase; color:#254297; line-height:24px; }
.box-03 .btn,
.box-04 .btn,
.box-05 .btn				{ text-transform:uppercase; }
.box-03					{ margin:0px 0px 20px 0px; }
.box-04					{ margin:0px 10px 20px 10px; position:relative; }
.box-05					{ margin:0px 0px 20px 0px; }
.box-03 img,
.box-05 img				{ width:100%; max-width:600px; max-height:369px; }
.box-04 .box-house 		{ width:127px; height:181px; position:absolute; bottom:0; left:10px; z-index:10; }
.box-04 .box-people 		{ width:126px; height:70px; position:absolute; bottom:0; right:5px; z-index:10; }
	
.box-03,
.box-04,
.box-05					{ border:1px solid #CCCCCC; }
.box-03 .box-content,
.box-05 .box-content		{ background:#EFEFEF; }



/** RESPONSIVE **/
@media screen and (max-width:850px) {
	
	.box-04 .box-people { display:none; }
	
}

@media screen and (min-width:768px) and (max-width:991px) {
	.box-02 h2 {
		font-size:26px;
	}
}

@media screen and (min-width:768px) {
	.box-content {
	    min-height:326px;
	}
}

@media screen and (max-width:767px) {
	.box-01 .box-content {
		min-height:310px;
	}
	.box-02 .box-content {
		height:auto !important;
		min-height:0;
	}
	.box-03,
	.box-04,
	.box-05 {
		display:block;
		height:auto !important;
		width:98%;
		margin:0px auto 20px auto;
	}
	.box-03 .box-content,
	.box-04 .box-content,
	.box-05 .box-content {
		height:auto !important;
	}
	.box-04 {
		margin:0px auto 20px auto;
		padding-bottom:50px;
	}
	.box-04 .box-people { display:block; }
}

@media screen and (max-width:480px) {
	.box-02 h2 {
		font-size:24px;
	}
}

@media screen and (max-width:370px) {
	.box-01 .box-content		{ height:310px !important; }
	.box-04					{ padding-bottom:0px; }
	.box-04 .box-padding		{ padding:20px 20px 190px 20px; }
}


