/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/

.bg-1{
background-image:url("../images/bg/image-5.jpg") !important;
}
.bg-2{
background-image:url("../images/bg/image-4.jpg") !important;
}
.bg-color-1{
background-color: #ff9900;
}
.bg-color-1 h2{
font-weight:bold;
}
.bg-color-1 p{
color:#333;
font-size:18px;
}
.bg-color-1 a{
color:#fff;
}
.bg-color-1 a:hover{
text-decoration:underline;
}
.center-text{
text-align:center;
}