
	@media screen and (max-width: 620px){
		.overlay-detail{
		padding-top: 10px;
		}
		.overlay-detail a i{
		bottom:80px;
		}
	}
	@media screen and (min-width: 620px) and (max-width: 720px){
		.overlay-detail{
		padding-top: 50px;
		}
	}
	@media screen and (min-width: 720px){
		.overlay-detail{
		padding-top: inherit;
		}
	}
	hr{
	border: 5px;
    border-top: 1px solid #cec7c7;
	}
	
	#myCarousel {
		margin-left: 11%;
		margin-right: 10%;
		
		width: 80%;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
	  max-height: 350px;    /* Set slide height here */
	  #margin-left:25%;
	  display:block;
	  min-width:100%;

	}
.section.orange {
    background: #f36f36;
}
section.section {
    padding: 50px 0 50px;
}
section.myServices h2 {
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align:center;
}
section.myServices p {
	margin:10px;
	color: #f7f7f7;
}
div.service-box{
	position: relative;
}
.myServices h4{
	text-align: center;
    margin-bottom: 40px;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -1px;
	color: #fcfcfc;
}
.myServices .service-box {
	text-align: center;
	padding: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.myServices .span3:hover {
	background:#e3e3e3;
}

.myServices .service-box h2 {
	color: #f7f7f7;
	font-weight: 700;
}

.myServices .service-box:hover {
	background:#f36518;
}