@font-face {
    font-family: 'NCC';
    src:url('../fonts/ncc/NCC1701A-Regular.ttf.woff') format('woff'),
        url('../fonts/ncc/NCC1701A-Regular.ttf.svg#NCC1701A-Regular') format('svg'),
        url('../fonts/ncc/NCC1701A-Regular.ttf.eot'),
        url('../fonts/ncc/NCC1701A-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
} 

body {    
    color: #141414;
}

.section-wrapper{
	padding:40px 0 78px;
}
.jb-parallax {
	background-color: rgba(54, 54, 54, 0.75);
    background-blend-mode: multiply;
}
.jb-parallax .lead {
	color: #fff;
}

.jb-title-white .section-title h3 .font-backend {
    color: #008580;
}

#google-map {
	top: 150px;
}

@media (max-width: 767px) {
	.logo {
		text-align: center;
		padding: 20px 0px;
	}
	.logo-control .logo-img-sm {
		width: 50px;
	}
	.category-view .row {
		margin-left:0;
		margin-right:0;
	}
	.vm-pagination-top {
		display:none;
	}
}

/* PAGINATION STYLES */

.pag_button {display:inline-block;text-align:center;padding:10px 12px;border-radius:2px;background:#008580;font:normal normal bold 16px arial;color:#fff;text-decoration:none;margin:2px 2px 2px 5px}
.pag_button:hover,.pag_button:focus {background:#378089;color:white;text-decoration:none}
.pag_button.pag_next:after {content:"\f105";font: normal normal normal 14px/1 FontAwesome;display:inline-block;height:24px;width:24px;line-height:24px;margin-left:4px;}
.pag_button.pag_previous:before {content:"\f104";font: normal normal normal 14px/1 FontAwesome;display:inline-block;height:24px;width:24px;line-height:24px;margin-right:4px;}
.pag_button.pag_start:before {content:"\f100";font: normal normal normal 14px/1 FontAwesome;display:inline-block;height:24px;width:24px;line-height:24px;margin-right:4px;}
.pag_button.pag_end:after {content:"\f101";font: normal normal normal 14px/1 FontAwesome;display:inline-block;height:24px;width:24px;line-height:24px;margin-left:4px;}
.pag_button.poff {opacity:.5;cursor:default}
.pag_button.plist {line-height:24px;}
.pag_button.plist span {padding:0 6px;text-decoration:underline;font-weight:700}
.pag_button.plist a {padding:0 6px}
.pag_button a:link,a:active,.pag_button a:visited {color:white}
.pag_button.pag_end {margin-right:10px;}
