.aside-menu {
	margin-bottom: 40px;
}
.aside-menu-item {
    -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .5s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
    transition: all .5s cubic-bezier(.215,.61,.355,1);
	
	position: relative;
    text-transform: uppercase;
    font-weight: 700;
	letter-spacing: .05em;
	border: 1px solid #0A8FCD;
    padding: 0;
	margin-bottom: 10px;
	font-size: 13px;
}
.aside-menu-item:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    height: 59px;
    line-height: 60px;
    width: 65px;
    text-align: center;
    background-color: #0A8FCD;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 24px;
	color: #0068A7;
	content: '';
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: 50% 50%;
}

.aside-menu-item.commercial-cctv:before {
	background-image: url(/images/cctv.svg);
}
.aside-menu-item.monitored-cctv:before {
	background-image: url(/images/monitored-cctv.svg);
}
.aside-menu-item.cctv-upgrades:before {
	background-image: url(/images/cctv-wall.svg);
}
.aside-menu-item.maintenance:before {
	background-image: url(/images/maintenance.svg);
}
.aside-menu-item.intruder-alarm-systems:before {
	background-image: url(/images/surveillance-camera.svg);
}
.aside-menu-item.monitored-alarm-systems:before {
	background-image: url(/images/controller.svg);
}
.aside-menu-item.fire-alarm-systems:before {
	background-image: url(/images/alarm.svg);
}

.aside-menu-item:after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 20px;
    border-color: transparent transparent transparent #0A8FCD;
    position: absolute;
    top: 0;
    left: 65px;
}
.aside-menu-item.selected,
.aside-menu-item:hover {
	border-color: #0068A7;
}
.aside-menu-item.selected:before,
.aside-menu-item:hover:before {
    background-color: #0068A7;
	color: #fff;
}
.aside-menu-item.selected,
.aside-menu-item.selected:after,
.aside-menu-item:hover:after {
	border-left-color: #0068A7;
}
	
.content-page .contact-widget	{
	margin-bottom: 40px;
}
	
.content-page .widget-title {
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    color: #111;
}
	
.content-page .widget-title:before {
    content: "\\\\\\\\";
    font-size: 33px;
    letter-spacing: -5px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
    line-height: 1;
    font-weight: 700;
    font-family: "Times New Roman","Bitstream Charter",Times,serif;
	color: #0068A7;
}
	
.content-page .office p {
    margin-bottom: 15px;
}
	
.content-page .office p i {
    margin-right: 8px;
}

.content-page .office a {
	color: #333;
}

