/* General */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
	color: #0f0f0f;
	font-family: "Lato",Arial,sans-serif;
	padding: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	overflow-y: visible;
	overflow-x: hidden;
	margin: 0 auto;
	min-height: 1900px;
}
html {
    overflow-x: hidden;
}
body a {
	color: #1b3276;
}
body a:active,
body a:focus,
body a:hover {
	outline: none; 
	color: #0f0f0f;
	text-decoration: none;
}
p {
	margin: 0;
}
h1 {
	font-size: 48px; 
	line-height: 63px;  
	color: #1b3276; 
	font-family: "Montserrat",Helvetica,Arial,sans-serif; 
	font-weight: 700; 
	margin: 0 0 15px; 
	text-transform: uppercase;	
}
h2,
h3 {
	font-size: 27px; 
	line-height: 38px;  
	color: #1b3276; 
	font-family: "Montserrat",Helvetica,Arial,sans-serif; 
	font-weight: 700; 
	text-transform: uppercase;
}
.container {
	padding: 0;
}

/* Menu */
.navbar {
	height: 124px;
	position: fixed;
	width: 100%;
	z-index: 9;
	font-weight: 400;
	color: #1b3276;
	font-size: 16px;
}
.navbar .fa-phone::before { padding-right: 5px; font-size: 90%; }
.navbar-default.fixed {
	width: 100%;
	height: 82px;
	min-height: 82px;
}
#toolbar {
	position: absolute;
	top: 50px;
	right: 45px;
}
#toolbar .custom {
	display: inline-block;
}
#logo img.hidden-xs {
	-webkit-transition:width 300ms ease-in-out, height 300ms ease-in-out;
	-moz-transition:width 300ms ease-in-out, height 300ms ease-in-out;
	-o-transition:width 300ms ease-in-out, height 300ms ease-in-out;
	transition:width 300ms ease-in-out, height 300ms ease-in-out;
}
#logo {
	overflow: hidden;
	width: 264px;
	text-align: left;
}
.nav > li {
	display: inline-block;
}
.navbar.navbar-default {
	background-color: #fff;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #b1b0b0;
	text-align: center;
}
.navbar {
	min-height: 100px;
}
.navbar-white {
	border: 0 none;
}
#main-menu > ul > li {
	padding: 0 15px;
}
#main-menu > ul > li.active > a:focus,
#main-menu > ul > li.active > a:hover,
#main-menu > ul > li > a:focus,
#main-menu > ul > li > a:hover {
	background-color: transparent;
}
#main-menu > ul > li > a {
	line-height: 30px;
	padding: 0;
	margin-top: 44px;
	font-size: 16px;
}
#main-menu > ul > li:last-child a {
	padding-right: 0;
}
#main-menu ul {
	display: block;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
}
#logo {
	position: absolute;
	top: 30px;
	left: 65px;
	z-index: 9999;
}
.navbar.fixed #logo {
	position: absolute;
	top: 15px;
}
.navbar.fixed {
	border-radius: 0;
	position: fixed;
	width: 100%;
}
.navbar.fixed #toolbar {
	top: 30px;
}
.navbar.fixed #main-menu > ul > li > a {
	margin-top: 23px;
}
.navbar.fixed .row {
	background-color: #fff;
}
.navbar.fixed #main-menu > ul > li > ul.nav-child {
	top: 82px;
}
#main-menu > ul > li a::before,
#main-menu > ul > li a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fbba00;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
#main-menu > ul > li a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
#main-menu > ul > li a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
#main-menu > ul > li.active a::before,
#main-menu > ul > li a:hover::before,
#main-menu > ul > li a:focus::before,
#main-menu > ul > li.active a::after,
#main-menu > ul > li a:hover::after,
#main-menu > ul > li a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
#top {
	position: relative;
}

/* TOP A */
#top-a {
	padding-top: 124px;
	position: relative;
}
.page-title {
	font-size: 60px;
	font-weight: 800;
	line-height: 200px;
	color: #fff;
	text-transform: uppercase;
}
#top-a .uk-dotnav > li {
	padding-left: 10px;
}
#top-a .uk-dotnav > * > * {
	width: 17px;
	height: 17px;
	margin: 3px;
}
#top-a .uk-dotnav > li > a {
	background: #fff;
}
#top-a .uk-dotnav > .uk-active > * {
	margin: 0;
	width: 20px;
	height: 20px;
	border: 3px solid #fbba00!important;
	background: transparent;
	transform: scale(1);
}
#top-a h2 {
	font-size: 80px;
	line-height: 100%;
	max-width: 660px;
}
.slideshow-link:focus,
.slideshow-link:hover {
	color: #fff;
}
.slideshow-link {
	border-top: 2px solid #fbba00;
	border-bottom: 2px solid #fbba00;
	font-size: 32px;
	font-weight: 400;
	padding: 15px 0;
	margin-top: 20px;
	display: inline-block;
	color: #fff;
}

/* TOP B */
#top-b {
	position: relative;
}
#top-b-1 {
	padding-bottom: 124px;
	padding-top: 124px;
	position: relative;
}
#top-b-2 {
	margin-top: 180px;
	position: relative;
}
#top-b-1 .moduletable {
	padding-right: 65px; 
	text-align: right;
}
#top-b-2 .moduletable {
	padding-left: 65px; 
}
#top-b-1 {
	border-right: 2px solid #fbba00;
}
.contact-details .contact-link,
#top-b-2 a,
#top-d-1 a {
	line-height: 40px;
	border-top: 2px solid #1b3276;
	border-bottom: 2px solid #1b3276;
	display: inline-block;
	font-weight: 400;
}
.circle-left .has-circle::before {
	right: auto;
	left: -25px;
	top: 30px;
}
.has-circle::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 2px solid #fbba00;
	border-radius: 9px;
	right: -25px;
	top: 25px;
	z-index: 2;
}
.circle-left .has-circle::after {
	left: -15px;
	right: auto;
	top: 38px;
}
.has-circle::after {
	background-color: #fbba00;
	content: "";
	height: 2px;
	position: absolute;
	right: -15px;
	top: 33px;
	width: 60px;
	z-index: 1;
}
.bottom-circle::after {
	background-color: #fbba00;
	bottom: -59px;
	content: "";
	height: 60px;
	position: absolute;
	right: -2px;
	width: 2px;
	z-index: 1;
}
.bottom-circle::before {
	background-color: #fff;
	border: 2px solid #fbba00;
	border-radius: 9px;
	bottom: -65px;
	content: "";
	height: 18px;
	position: absolute;
	right: -10px;
	width: 18px;
	z-index: 2;
}
.top-circle::after {
	background-color: #fbba00;
	top: -280px;
	content: "";
	height: 60px;
	position: absolute;
	left: -2px;
	width: 2px;
	z-index: 1;
}
.top-circle::before {
	background-color: #fff;
	border: 2px solid #fbba00;
	border-radius: 9px;
	top: -295px;
	content: "";
	height: 18px;
	position: absolute;
	left: -10px;
	width: 18px;
	z-index: 2;
}
p + ul,
p + p {
	margin-top: 25px;
}
#top-b-1 em,
#top-d-1 em {
	font-style: normal;
	text-transform: uppercase;
}

/* TOP C */
#top-c {
	padding:115px 0;
	position: relative;
	background: #f7f7f7;
}
#top-c h2 {
	font-size: 48px;
	text-align: center;
	margin: 0 0 70px;
}
#top-c em {
	font-style: normal;
	color: #1b3276;
	text-transform: uppercase;
}
#top-c .content ul li::before {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	left: -40px;
	color: #1b3276;
}
#top-c .content ul li {
	position: relative;
	list-style: none;
}

/* TOP D */
#top-d {
	position: relative;
}
#top-d h2 {
	font-size: 48px;
	margin-top: 10px;
	line-height: 100%;
}
#top-d-1 {
	padding: 120px 15px;
	text-align: right;
	border-right: 2px solid #fbba00;
}
#top-d-2 {
	text-align: center;
	margin-top: 220px;
	padding: 0 15px 120px 15px;
}
#top-d-2 .moduletable {
	padding-left: 65px;
}
#top-d-1 .moduletable {
    padding-right: 65px;
}
.service-image {
	width: 155px;
	height: 155px;
	border-radius: 78px;
	border: 2px solid #fbba00;
}
.contact-image {
	width: 115px;
	height: 40px;
	position: relative;
	z-index: 3;
	margin: 0 auto;
}
.service-image.has-circle::before {
	left: -75px;
	top: 70px;
}
.service-image.has-circle::after {
	left: -61px;
	top: 77px;
	width: 77px;
}
.col-2 .service-image.has-circle::before,
.col-3 .service-image.has-circle::before {
	display: none;
}
.col-2 .service-image.has-circle::after,
.col-3 .service-image.has-circle::after {
	left: -9px;
	width: 25px;
}
.service-title {
	font-weight: bold;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 20px;
	min-height: 50px;
	color: #1b3276;
}
.custom-contact-images > .has-circle::before {
	left: -90px;
	right: auto;
	top: 11px;
}
.custom-contact-images > .has-circle::after {
	left: -73px;
	right: auto;
	top: 19px;
	width: 100%;
}
.custom-contact > .has-circle::before {
	left: -90px;
	right: auto;
	top: 11px;
}
.custom-contact > .has-circle::after {
	left: -73px;
	right: auto;
	top: 19px;
}
.custom-contact-images {
	margin-top: 80px;
	position: relative;
}
.custom-contact .contact-details .contact-phone-email {
	text-transform: uppercase;
}
.custom-contact .contact-details {
	font-size: 16px;
	color: #1d3474;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-weight: 600;
	margin-top: 20px;
}
.custom-contact .contact-desc {
	margin-top: 30px;
}
.contact-details .link-box a {
	border-width: 2px;
	font-weight: normal;
}
.contact-details .link-box {
	text-align: right;
}
.custom-contact .contact-title {
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1d3474;
	padding-top: 9px;
}
.custom-contact {
	text-align: left;
	margin-top: 90px;
}

/* TOP E */
#top-e {
	padding: 110px 0 60px 0;
	position: relative;
	background-color: #f7f7f7;
}
#top-e h2 {
	text-align: center;
	font-size: 48px;
	margin-bottom: 40px;
}
#top-e .custom {
	color: #1b3276;
	text-align: center;
}

/* MAIN AREA */
#main-area {
	background-color: #f7f7f7;
}
#main-area .uk-tab > li > a {
	color: #1b3276;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}
#main-area .uk-tab > li.uk-active > a {
	background-color: #f7f7f7;
}
.main-image {
	height: 168px;
	overflow: hidden;
	position: relative;
}
.main-image img {
	width: 100%;
	min-height: 168px;
}
#main-area .details .line {
	font-size: 14px;
	padding: 3px 0;
	height: 32px;
	overflow: hidden;
	text-align: right;
}
#main-area .details .line + .line {
	border-top: 1px solid #b1b0b0;
}
#main-area .details .line span {
	float: left;
	color: #b1b0b0;
	text-transform: uppercase;
}
.truck-box .details {
	padding: 35px 30px;
	background-color: #fff;
}
.truck-panel:hover .truck-box {
	box-shadow: 0 0 20px #ccc;
}
.truck-panel:hover .truck-box .details span,
.truck-panel:hover .truck-box .details {
	background-color: #1b3276;
	color: #fff;
}
#main-area .truck-panel:hover .details .line span {
	color: #fff;
}
#sections .uk-tab > li.uk-open:not(.uk-active) > a, 
#sections .uk-tab > li:not(.uk-active) > a:focus, 
#sections .uk-tab > li:not(.uk-active) > a:hover,
#sections .uk-tab > li {
	margin-bottom: -3px;
}
#sections .uk-tab-center *,
#sections .uk-tab-center {
	border-width: 2px;
}
#sections-tabs {
	margin: 30px 0!important;
	border-bottom: 2px solid #e2e2e2;
}
.blue-nav .uk-slidenav-position .uk-slidenav-previous,
.blue-nav .uk-slidenav-position .uk-slidenav-next {
	color: #1b3276;
}
.blue-nav .uk-slidenav-position .uk-slidenav {
	display: block;
}
#sections {
	margin-bottom: 135px;
}
#sections-tabs .truck-panel:hover .over {
	display: block;
}
#sections-tabs .over {
	display: none;
	background: url('../images/icon-zoom.png') center 60px no-repeat scroll rgba(27, 50, 118, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

/* Modal Popup */
#modal-popup.uk-modal,
#modals .uk-modal,
.uk-modal {
	background-color: rgba(27, 50, 118, 0.8)!important;
}
.truck-footer h3,
.truck-footer {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	line-height: 30px;
}
.truck-footer {
	background-color: #fbba00;
	margin: 0 -20px -20px!important;
	color: #1b3276;
	padding: 35px 0;
	text-align: center;
}
#modal-popup .uk-modal-dialog,
#modals .uk-modal-dialog {
	border-radius: 0;
	border: 0 none;
}
#modals .details {
	text-align: right;
	font-size: 14px;
	margin: 20px 0;
}
#modal-popup label,
#modal-popup h2 {
	display: none;
}
#modal-popup input,
#modal-popup textarea {
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #b1b0b0;
	text-align: center;
	padding: 20px 0 15px;
	width: 85%;
	color: #0f0f0f;
}
#modal-popup .uk-modal-dialog {
	padding: 0;
}
#modal-popup button {
	width: 100%;
	background-color: #fbba00;
	line-height: 90px;
	padding: 0;
	margin-top: 60px;
	border-radius: 0;
	border: 0 none;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1d3474;
}
#modal-popup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
#modal-popup ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}
#modal-popup :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
#modal-popup :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}
.popup-desc a {
	text-decoration: underline;
}
.popup-desc {
	margin-top: 30px;
	color: #1d3474;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.popup-title {
	margin-top: 50px;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #1d3474;
}

/* Bottom A */
#bottom-a { padding: 112px 0 135px; }
#bottom-b { padding: 112px 0 135px; background-color: #1b3276; color: #fff; }
#bottom-a h3 {
    font-size: 48px;
    margin-bottom: 50px;
    text-align: center;
}
#bottom-b .uk-slidenav, #bottom-b .uk-dotnav { color: #fff!important; }
#bottom-b h3 {
    font-size: 48px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}

/* Bottom */
#bottom {
	padding: 112px 0;
	background-color: #f7f7f7;
}
.center-title h3 {
	text-align: center;
}
.custom-departments {
	margin-top: 50px;
}
.departments-col .title {
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #1b3276;
	height: 50px;
}
.departments-col .naam { text-transform: uppercase; color: #1b3276; font-size: 14px; }
.departments-col .naam, .departments-col .email { 
	height: 80px;
}
.departments-col {
	padding-left: 30px;
		min-height: 100px;
}
.departments-col + .departments-col {
	border-left: 1px solid #0f0f0f;
}
.circle-top .bottom-circle::after {
    bottom: auto;
    right: 0;
    top: -220px;
}
.circle-top .bottom-circle::before {
    bottom: auto;
    right: -8px;
    top: -172px;
}
.circle-bottom  .top-circle::after {
	top: 53px;
}
.circle-bottom .top-circle::before {
	top: 49px;
}
.circle-bottom  .bottom-circle::after {
	top: 113px;
	right: 0;
	bottom: auto;
}
.circle-bottom .bottom-circle::before {
	top: 160px;
	right: -8px;
	bottom: auto;
}

/* Footer */
#footer {
	background-color: #1b3276;
	color: #fff;
	padding: 100px 0;
}
#footer a {
	color: #fff;
}
.align-right {
	text-align: right;
}
#footer h3 {
	font-size: 18px;
	color: #fff;
}
.column-3 {
	font-size: 24px;
	text-align: right;
}
.column-3,
.contact-value {
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.custom-service .contact-col + .contact-col {
	border-left: 1px solid #fff;
	min-height: 95px;
}
.contact-col {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer hr {
	margin: 60px 0;
}
.address-col {
	padding-left: 70px;
}
.center {
	text-align: center;
}
.copyright .fa {
	font-size: 24px;
}
.copyright {
	font-size: 12px;
}
.custom-wagenpark .content { padding-top: 20px; }

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.navbar.fixed #logo img {
		height: 57px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media screen and (max-width:992px) {
	.address-col {
		padding-left: 15px;
	}
}

@media screen and (min-width:993px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.navbar.fixed #logo img {
		width: 42px;
	}
	#top-a h2 {
			font-size: 60px;
	}
	.slideshow-link {
		font-size: 22px;
		padding: 3px 0;
	}
	#top-a .uk-overlay-bottom {
		padding: 0;
	}
	#top-c h2,
	#top-d h2,
	#top-e h2,
	h1 {
		font-size: 32px;
		line-height: 120%;
	}
	h2, h3 {
		font-size: 24px;
		line-height: 120%;
	}
}

/* Small devices (767px and up) */
@media screen and (max-width:767px) {
	#top-a {
		padding-top: 0;
	}
	#top-a h2 {
			font-size: 45px;
	}
	.slideshow-link {
		font-size: 16px;
		padding: 0;
	}
	.navbar {
		position: static!important;
	}
	.navbar.navbar-default {
		border: 0 none;
		height: 75px;
		min-height: 75px;
	}
	.navbar-default .navbar-toggle {
		border: 0 none;
		border-radius: 0;
	}
	.navbar-toggle .icon-bar {
		border-radius: 0;
		height: 4px;
		width: 30px;
	}
	#main-menu {
		position: absolute;
		z-index: 2;
		position: absolute;
		background-color: #fff;
		width: 100%;
		top: 46px;
		left: 0;
	}
	#logo {
		position: relative;
		z-index: 1;
		padding-bottom: 0;
		top: 10px;
		left: 10px;
	}
	#logo img {
		max-width: 40px!important;
	}
	.navbar.fixed {
		position: absolute;
	}
	.navbar.fixed #logo,
	.navbar.fixed .menu-shadow {
		display: none!important;
	}
	table td {
		display: block;
		width: 100%;
	}
	#top-b-1 {
		padding-top: 0;
		padding-bottom: 0;
		border: 0 none;
	}
	#top-b-2 {
		margin-top: 20px;
	}
	#top-b {
		padding: 50px 15px;
	}
	#top-b-2 .moduletable,
	#top-b-1 .moduletable {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
	}
	.has-circle::before,
	.has-circle::after,
	.top-circle::after,
	.top-circle::before,
	.bottom-circle::after,
	.bottom-circle::before {
		display: none;
	}
	#top-c {
		padding: 50px 15px;
		background: #f7f7f7;
	}
	#top-c h2 {
		margin-bottom: 40px;
	}
	.custom-wagenpark .col-xs-12 + .col-xs-12 {
		margin-top: 20px;
	}
	#main-area {
		padding: 0 15px;
	}
	#top-e {
		padding: 50px 15px;
	}
	#top-d {
		padding: 50px 15px;
		text-align: center;
	}
	#top-d-1 {
		border: 0 none;
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
	}
	#top-d-2 {
		margin-top: 30px;
	}
	#top-d-2 .moduletable,
	#top-d-1 .moduletable {
		padding: 0;
	}
	.service-image {
			margin: 30px auto 0;
	}
	#sections {
			margin-bottom: 40px;
	}
	#footer {
		padding: 30px 15px;
	}
	.column-3 {
		text-align: left;
		font-size: 16px;
	}
	#footer hr {
			margin: 30px 0;
	}
	.copyright .align-right,
	.copyright {
		text-align: center;
	}
	.custom-service .contact-col + .contact-col {
	border-left: none;
}
	.contact-details .link-box {
		text-align: left;
		margin-top: 20px;
	}
}

@media (max-width : 480px) {
	#top-a h2 {
		font-size: 30px;
	}
	#top-c h2,
	#top-d h2,
	#top-e h2,
	h1 {
		font-size: 24px;
	}
	h2, h3 {
		font-size: 18px;
	}
	.uk-thumbnav > * > * > img {
		display: none;
	}
}

/* Small Devices, Tablets */
@media (min-width : 767px) {
	.slicknav_menu {
		display: none;
	}
	.blue-nav .uk-slidenav-position .uk-slidenav-previous {
		left: -60px;
	}
	.blue-nav .uk-slidenav-position .uk-slidenav-next {
		right: -60px;
	}
}

/* Custom, iPhone Retina */ 
@media (max-width : 320px) {
}

/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width : 479px) {
}

/* Extra Small Devices, Phones */ 
@media (min-width : 480px) and (max-width : 767px) {
}

@media (min-width : 768px) and (max-width : 1199px) {
	#top-b-2 {
		margin-top: 120px;
	}
	#top-e {
		padding-top: 75px;
	}
	#top-d-1,
	#top-b-1 {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.service-image {
			height: 121px;
			margin-top: 15px;
			width: 121px;
	}
}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width : 991px) {
	#top-c {
		background: #f7f7f7;
	}
	.custom-wagenpark .col-xs-12 + .col-xs-12 {
		margin-top: 40px;
	}
	.service-image {
			height: 99px;
			margin-top: 29px;
			width: 99px;
	}
	.col-2 .service-image.has-circle::after, .col-3 .service-image.has-circle::after {
			left: 4px;
			width: 12px;
	}
	#top-d-2,
	.service-title {
		font-size: 14px;
		line-height: 20px;
	}
}

/* Medium Devices, Desktops */
@media (min-width : 992px) and (max-width : 1199px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}