







/
/***** Services -1 *****/

.services_N-container {
    margin-top: 10px;
}

.services_N-title {
	margin-top: 40px;
    background: url(../img/line.png) left center repeat-x;
}

.services_N-title h2 {
    width: 200px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.service_N {
	margin-top: 5px;
    padding: 0px 0px 5px 0px;
    background: #f8f8f8;
    /*border-bottom: 2px solid #333399;*/
	border: 1px solid #5d5d5d;
}

.service_N:hover img {
    opacity: 0.7;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.service_N:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.service_N .service_N-icon {
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.service_N .service_N-icon i { vertical-align: middle; }

.service_N h3 {

}

.service_N p {

}





