@charset "UTF-8";
body {
    color: #333;
    font-family: 'Prompt', sans-serif;
    font-weight: normal;
    font-size: 16px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	line-height: 1.3;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */

hr {
	border-color: #999;
	margin-top: 30px;
}
a {
	color: #891b61;
}
a:hover {
	text-decoration: none;
	color: #891b61;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #891b61;
    border-radius: 0;
}
/* home page */
.padding-top {
	padding: 4% 0 0 0;
}
.padding-3-left-right {
	padding: 0 30px;
}
.full-width {
	min-width: 100%;
	max-width: 100%;
}
#common-home.container-fluid, #product-category.container-fluid, #product-category .col-sm-12, #product-category footer .container .col-sm-12 {
	padding: 0;
}
#common-home.container-fluid .row, #product-category.container-fluid .row {
	margin: 0;
}
.padding-top-bottom, #product-category .padding-top-bottom {
	padding: 4% 0;
}
/* logo */
#logo {
	margin: 20px 0;
}
header {
	border-bottom: 1px solid #891b61;
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 999999;
}
/* menu */
#menu {
	background: none;
    margin-top: 25px;
}
#menu .nav > li > a {
	color: #333;
	text-shadow: none;
	padding: 10px 20px;
	min-height: 20px;
    text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #891b61;
    background: none;
}
#menu .dropdown-menu {
	padding: 0;
    border-radius: 0;
    border: none;
}
#menu .dropdown-inner {
	display: table;
    margin: 0;
    border-bottom: 3px solid #891b61;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 260px;
	display: block;
	padding: 8px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
    text-transform: uppercase;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #891b61;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #891b61;
	background-image: linear-gradient(to bottom, #891b61, #891b61);
	background-repeat: repeat-x;
	border-color: #891b61 #891b61 #891b61;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #891b61;
}
@media (min-width: 1199px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 1199px) {
	#menu {
		border-radius: 0px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #891b61;
	}
	#menu div.consultancy {
		background-color: #43B02A;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
#menu .nav > li > a.activeli {
	font-weight: bold;
	color: #891b61;
}
header .container .row {
	margin: 0;
}
/* content */
#content {
	min-height: 0;
}
/* footer */
.top-line, .divider-line {
	background: repeating-linear-gradient(90deg, #891b61, #891b61 33.32%, #43B02A 33.33%, #43B02A 66.65%, #1d4472 66.66%, #1d4472 100%);
	height: 8px;
	width: 100%;
	padding: 0;
}
.divider-line {
	height: 2px;
	margin: 20px auto 30px auto;
}
footer .logo {
	filter: brightness(0) invert(1);
}
footer {
	padding: 60px;
	background-color: #891b61;
	color: #fff;
	font-weight: lighter;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ccc;
}
footer h3 {
	font-size: 26px;
	color: #fff;
	text-transform: none;
	font-weight: normal;
}
footer h5, footer h4 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: lowercase;
}
footer .fa {
    font-size: 46px;
    padding: 20px 20px 20px 0;
	color: #fff;
}
footer p.copyright {
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
}
footer hr {
	border-color: #fff;
}
footer .list-inline a, .comparison:hover {
	color: #fff;
	font-size: 12px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb-container {
    background-color: #891b61;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb {
	border: none;
    margin: 0;
    padding: 15px 0;
	background-color: #891b61;
	border-radius: 0;
	text-align: left;
}
.breadcrumb a {
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
}
.breadcrumb > li > a.activeli {
	font-weight: 600;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: -5px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: 7px;
  left: -5px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.comparison {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 15px;
	padding-bottom: 8px;
}
.grey-bg {
    background-color: #f5f5f5;
}
aside#column-left.col-sm-3 {
width: 100%!important;
padding: 0;
}
aside#column-left .panel {
    border-radius: 0;
    border: none;
}
aside#column-left .panel .list-group a {
    color: #891b61;
}
aside#column-left .panel .list-group a:hover {
    background: none;
}
aside#column-left .panel .panel-heading {
    background-color: #891b61;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}
aside#column-left .panel .list-group-item {
    border-width: 0.5px;
    margin-bottom: 0;
}
aside#column-left .panel .panel-footer {
    border: 0.5px solid #ddd;
    border-radius: 0;
}
.pagination {
	margin: 0 0 30px 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #891b61;
    border-color: #891b61;
}
.pagination>li>a, .pagination>li>span, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #891b61;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 30px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    text-transform: uppercase;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #891b61;
	background-image: linear-gradient(to bottom, #891b61, #891b61);
	background-repeat: repeat-x;
	border-color: #891b61 #891b61 #891b61;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #891b61;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #891b61;
	margin-bottom: 20px;
	overflow: auto;
  font-size: 14px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
  color: #891b61;
}
.product-thumb .caption {
	padding: 0;
	min-height: 220px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
/*
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
*/
/* fixed colum left + content + right
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}*/

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
h1, h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.8em;
    padding: 0;
    margin: 0 0 15px 0;
}
h2, h4, h6 {
    font-weight: normal;
    font-size: 1.6em;
    padding: 0;
    margin: 0;
}
h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.6em;
    padding: 0;
    margin: 0 0 15px 0;
}
h6 {
    font-weight: normal;
    font-size: 1.2em;
    padding: 0 12%;
    margin: 0;
}
.center {
    text-align: center;
}
.full-width {
    width: 100%;
    max-width: 100%;
}
.banner {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    height: 400px;
}
.banner img {
width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.top-columns, .bottom-columns {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 2% 0;
}
.column {
    width: 50%;
    padding: 0 2%;
    margin: 0;
}
.white {
color: #fff;
}
.purple {
color: #891b61;
}
.purple-bg {
    background-color: #891b61;
}
.white-bg {
    background-color: #fff;
}
hr.short-line, hr.short-line-purple {
    border: none;
    border-bottom: 3px solid #fff;
    margin-bottom: 30px;
    width: 10%;
}
hr.short-line-purple {
    border-color: #891b61;
}
#content h1.text-center, #product-product h1, #information-information h1, #information-sitemap h1, #information-contact h1, #error-not-found h1, #quick-compare h1, #common-success h1 {
    color: #891b61;
    font-size: 3em;
	margin-top: 30px;
}
.border-right-white {
    border-right: 3px solid #fff;
}
.border-right-purple {
    border-right: 4px solid #891b61;
}
.button {
display: table;
background-color: #891b61;
border: 2px solid #891b61;
padding: 20px 25px;
border-radius: 5px;
color: #fff;
text-transform: uppercase;
margin: 50px auto 0 auto;
}
.button:hover {
background-color: #fff;
color: #891b61;
}
.button-white {
display: table;
background-color: #fff;
border: 2px solid #fff;
padding: 10px 15px;
border-radius: 5px;
color: #891b61;
text-transform: uppercase;
margin: 20px 0 10px 0;
}
#product-category .button-white {
display: inline-block;
}
.button-white:hover, .intro-text {
background-color: #891b61;
color: #fff;
}
.intro-text {
padding: 3%;
text-align: center;
}
.intro-text h1 {
	color: #fff;
}
.intro-text p {
font-size: 26px;
line-height: 32px;
font-weight: 300;
}
.blog-category {
text-align: center;
color: #fff;
border: 10px solid #fff;
background-color: #891b61;
margin: 0;
padding: 0;
}
.blog-category b {
color: #fff;
display: block;
font-weight: normal;
font-size: 22px;
padding: 20px 20px 0 20px;
}
.blog-category span {
color: #fff;
display: block;
font-weight: normal;
padding: 0 20px 20px 20px;
}
.blog-category:hover img {
opacity: 0.5;
filter:grayscale(100%);
}
.sharer i.fa {
	color: #fff;
	font-size: 20px;
	padding: 13px 3px 3px 3px;
}
.breadcrumb-container .pull-right {
	color: #fff;
}
.border-box {
	border: 1px solid #891b61;
	padding: 3%;
}
.padding-3, #product-category .padding-3 {
	padding: 3%;
}
#product-category .padding-3-l-r , .padding-3-l-r {
	padding: 0 3%;
}
#product-product .sharer i.fa {
	color: #891b61;
	font-size: 24px;
}
#product-product .button {
	display: block;
	text-align: center;
	margin-top: 20px;
}
#product-product .button-white {
	display: block;
	text-align: center;
	border: 1px solid #891b61;
	padding: 20px 25px;
	width: 100%;
}
#product-product h2, #product-product h3, .affiliate-jobs h2 {
	color: #891b61;
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
}
#product-product h3 {
	font-weight: 600;
}
#product-product h4 {
	background-color: #891b61;
	color: #fff;
	padding: 2%;
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
}
#product-product span.salary {
	display: block;
	font-weight: 600;
	margin: 0 0 10px 0;
}
#product-product .col-md-2 .text-center {
	border: 1px solid #891b61;
	padding: 3% 0;
	margin-bottom: 10px;
}
#product-product .row, .prod {
	margin: 0;
}
#product-product.container-fluid {
	background-color: #f5f5f5;
}
.no-padding-top, #product-category .no-padding-top {
	padding-top: 0;
}
.affiliate-jobs {
	border: 20px solid #f5f5f5;
	border-top: none;
}
.affiliate-jobs h2 {
	font-weight: 600;
	margin-bottom: 20px;
}
#product-category .product-layout, #product-category .filter-layout {
	padding: 0 15px;
}
#product-category .job-points {
	background-color: #891b61;
	padding: 3%;
	color: #fff;
	text-align: center;
	font-size: 16px;
	min-height: 220px;
}
#product-category .job-points em {
	font-style: normal;
	text-transform: uppercase;
}
#product-category .job-title p {
padding-right: 20px;
}
#quick-compare strong {
font-weight: 600;
text-transform: uppercase;
}
#quick-compare .purple-bg {
color: #fff;
}
#quick-compare table td {
padding: 12px 15px;
}
@media (max-width: 767px) {
.banner {
    display: none;
}
.border-right-white, .border-right-purple {
    border: none;
}
.top-columns, .bottom-columns {
    flex-wrap: wrap;
}
.column {
    width: 100%;
    padding: 2% 5%;
}
br {
display: none;
}
.button {
margin: 20px auto 20px auto;
}
h1, h2, h3 {
margin-top: 3%;
margin-bottom: 3%;
}
h1, h3 {
    font-size: 2.6em;
}
h2, h4, h6 {
    font-size: 1em;
}
h5 {
    font-size: 1.6em;
}
h6 {
    font-size: 1em;
}
}
@media (min-width: 768px) and (max-width: 1179px) {
.banner {
    height: 150px;
}
.border-right-white, .border-right-purple {
    border: none;
}
.top-columns, .bottom-columns {
    flex-wrap: wrap;
}
.column {
    width: 100%;
    padding: 1% 5%;
}
.button {
margin: 20px auto 20px auto;
}
h1, h2, h3 {
margin-top: 2%;
margin-bottom: 2%;
}
h1, h3 {
    font-size: 2.6em;
}
h2, h4, h6 {
    font-size: 1em;
}
h5 {
    font-size: 1.6em;
}
h6 {
    font-size: 1em;
    padding: 0 5%;
}
}
@media (min-width: 1180px) and (max-width: 1600px) {
h1, h3 {
    font-size: 3.2em;
}
h2, h4, h6 {
    font-size: 1.2em;
}
h5 {
    font-size: 2em;
}
h6 {
    font-size: 1.2em;
}
}
.flex-row.row {
    display: flex;
    flex-wrap: wrap;
	background-color: #ededed;
	padding: 2% 0 4% 0;
}
.white-box, .purple-box {
    background-color: #fff;
    min-height: 88%;
    box-shadow: 2px 2px 8px 4px #ddd;
    padding: 5%;
    font-size: 16px;
    line-height: 26px;
    margin-top: 4%;
}
.purple-box {
    background-color: #891b61;
    color: #fff;
}
b {
font-weight: 600;
}
.border-grey {
	border: 1px solid #ededed;
}
.img-backdrop {
    border-width: 12px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(138,27,97,1) 20%, rgba(138,27,97,1) 100%) 1;
}
.img-backdrop-grey {
    border-width: 12px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 20%, rgba(138,27,97,1) 20%, rgba(138,27,97,1) 100%) 1;
}
.top-image {
	min-width: 100%;
	max-width: 100%;
}
/* Swiper */
.quote {
font-size: 28px;
font-weight: normal;
line-height: 38px;
}
.author {
display: block;
margin-top: 25px;
}
.swiper-slide .fa {
	font-size: 24px;
}
.swiper-viewport {
	margin: 0;
	background: #891b61;
	z-index: 1;
	border: none;
	border-radius: 0;
	box-shadow: none;
	min-width: 100%;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	color: #fff;
}
#banners {
	padding-top: 50px;
}
#banners .swiper-viewport {
	background: none;
}
.swiper-container {
	direction: ltr !important;
}
.swiper-slide {
	padding: 5% 10% 6% 10%;
}
.swiper-pager {
	width: 100%;
	position: absolute;
	top: 50%;
	line-height: 45px;
}
.swiper-button-prev, .swiper-button-next {
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	transition: all .3s ease;
	z-index: 2;
 	background-image: none;
}
.swiper-viewport .swiper-button-prev {
	opacity: 0.7;
	left: 10px;
}
.swiper-viewport .swiper-button-next {
	opacity: 0.7;
	right: 10px;
	
}
/* Desktop */
@media (min-width: 768px){
.swiper-viewport .swiper-button-prev {
	opacity: 0;
	left: -20px;
}
.swiper-viewport .swiper-button-next {
	opacity: 0;
	right: -20px;
}
.swiper-viewport:hover .swiper-button-prev {
	opacity: 0.7;
	left: 10px;

}
.swiper-viewport:hover .swiper-button-next {
	opacity: 0.7;
	right: 10px;
}
}
.swiper-button-prev:before {
	width: 40px;
    height: 40px;
	font-family: FontAwesome;
	content: "\f053"; 
	color: rgba(0,0,0,0.8);
	font-size: 40px;
}
.swiper-button-next:before {
	width: 40px;
    height: 40px;
	font-family: FontAwesome;
	content: "\f054"; 
	color: rgba(0,0,0,0.8);
	font-size: 40px;
}
.swiper-pagination {
	bottom: 80px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: none;
	border: 1px solid #fff;
	border-radius: 20px;
	box-shadow: none;
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet:hover {
	background: #fff;
}
.swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}
/*cookies*/
#consentBox { 
    background: #fff; 
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
    text-align: center;
	position: sticky;
	bottom: 0;
} 
  
#consentBox.hide { 
    opacity: 0; 
    pointer-events: none; 
    transform: scale(0.8); 
    transition: all 0.3s ease; 
} 
  
::selection { 
    color: #fff; 
    background: #000; 
} 
  
#consentContent p { 
    color: #858585; 
    margin: 10px 0 20px 0; 
} 
  
#consentContent .buttons { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-top: 20px; 
} 
  
.consentButton, 
.rejectButton, .linkButton, .purpleButton, .greenButton, .blueButton { 
    padding: 12px 30px; 
    border: none; 
    outline: none; 
    color: #fff; 
    font-size: 16px; 
    font-weight: 500; 
    border-radius: 5px; 
    cursor: pointer; 
    transition: all 0.3s ease;
	text-transform: uppercase;
} 
  
.consentButton, .linkButton, .purpleButton, .greenButton, .blueButton { 
    background-color: #000; 
    margin: 20px 10px 20px 0; 
    border: 2px solid #000;
	display: inline-block;
}
.purpleButton {border-color: #891b61;}
.greenButton {border-color: #43B02A;}
.blueButton {border-color: #1d4472;}
.rejectButton { 
    color: #111211; 
    background: transparent; 
    border: 2px solid #000; 
    text-decoration: none; 
}
.consentButton:hover, .linkButton:hover, .purpleButton:hover, .greenButton:hover, .blueButton:hover { 
    background: #fff; 
    margin-right: 10px;
	border: 2px solid #000;
	color: #000;
}
.rejectButton:hover { 
    color: #000; 
    background: red; 
    border: 2px solid red; 
    text-decoration: none; 
}
#consentBox img { 
    max-width: 200px; 
} 
#consentHeader { 
    font-size: 25px; 
    font-weight: 600; 
    margin-top: 10px; 
}
@media (max-width: 1199px) {
  #menu {
    margin: 0;
    min-height: auto;
	border-radius: 0px;
  }
  .navbar {
	  min-height: 0;
	  margin: 0;
  }
.navbar-toggle {
    float: left;
    padding: 20px;
    margin: 8% 0 0 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .navbar-toggle i.fa {
	font-size: 24px;
  }
  header .container {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav>li {
			border-top: 1px solid #000;
        }
  #common-home .flex-row img {
    max-width: 20%;
    margin: 0 auto;
}
footer {
	padding: 60px 10px;
}
.swiper-pagination, .breadcrumb {
	display: none;
}
#content h1.text-center, #product-product h1, #information-information h1, #information-sitemap h1, #information-contact h1, #error-not-found h1, #quick-compare h1, #common-success h1 {
    font-size: 2em;
}
#product-category h4 a {
font-size: 20px;
font-weight: 600;
padding-bottom: 20px;
}
#product-category .padding-top-bottom .img-responsive {
	min-width: 100%;
	max-width: 100%;
}
#product-category .filter-layout.col-lg-4 {
    width: 100%;
  }
  #product-category .previous .job-points {
    font-size: 12px;
}
}
@media (min-width: 1200px) and (max-width: 1799px) {
  header .container {
    width: 100%;
  }
  #menu .nav > li > a {
	  font-size: 14px;
  }
  #logo img {
	  width: 70%;
  }
  .swiper-pagination {
	bottom: 20px;
}
}
@media (min-width: 1200px) and (max-width: 1999px) {
  #product-category .product-layout.col-lg-4 {
    width: 50%;
  }
  #product-category .previous .col-lg-4 {
    width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1999px) {
  #product-category .affiliate-jobs {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #product-category .filter-layout.col-lg-4 {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  #product-category .product-layout.col-lg-5 {
    width: 100%;
  }
}
@media (min-width: 1400px) and (max-width: 1999px) {
  #product-category .filter-layout.col-lg-4 {
    width: 50%;
  }
}
@media (max-width: 1599px) {
.breadcrumb-container {
margin-bottom: 20px;
}
}
@media (max-width: 768px) {
#product-category .job-points {
    min-height: 0;
}
#product-category .product-thumb .btn-primary {
	margin-bottom: 0;
}
footer .fa {
	display: block;
}
h1 {
	font-size: 1.8em;
}
}
.no-padding {
	padding: 0;
}
.padding-30 {
	padding: 30px;
}
.img-responsive {
	margin: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
			padding: 0;
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            float: none!important;
            /*margin: 7.5px -15px;*/
            margin: 0
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in { 
            display: block!important;
        }
        .collapsing {
            overflow: hidden!important;
        }
		header .container {
    width: 100%;
  }
  #menu .dropdown-inner {
    border-bottom: 0;
}
    }
#product-category .previous h4 {
	color: #891b61;
	font-weight: 600;
}
.contact-box {
	background-color: #ededed;
	color: #333;
}
.contact-box h3 {
	background-color: #891b61;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: normal;
	padding: 20px;
	margin: 0;
}
.contact-box h4, .contact-box i.fa {
	color: #891b61;
	font-size: 28px;
}
.contact-box-body {
	padding: 30px 20px;
}
.contact-box hr {
	width: 40%;
	text-align: left;
	margin-left: 0;
}
.contact-box em {
	color: #891b61;
	font-size: 20px;
	font-style: normal;
}
aside#column-right {
	width: 100%!important;
}
#product-category .hidden-xs {
display: block!important;
padding-bottom: 10%;
}
#information-contact .hidden-xs {
display: block!important;
}
#information-contact .white-bg {
	margin-bottom: 30px;
}
/* Flow Chart */

.flow-chart, .left-margin {
    position: relative;
    margin: auto;
}
/* The actual flow-chart (the vertical ruler) */

.flow-chart::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #891b61;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -999999;
}
/* Container around content */

.tl-container {
    padding: 2% 0;
    position: relative;
    background-color: inherit;
    width: auto;
    margin: auto;
    display: block;
    font-family: 'Prompt', sans-serif;
}
/* The circles on the flow-chart */

.tl-title {
    width: auto;
    height: auto;
    background-color: #891b61;
    margin: 20px auto;
    padding: 20px;
    border-radius: 5px;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    white-space: pre-wrap;
    font-size: 1.8em;
    line-height: 22px;
    display: block;
    text-transform: uppercase;
}
/* The actual content */

.tl-content {
    padding: 20px;
    position: relative;
    border: 5px dashed #891b61;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    display: block;
    margin: auto;
}
.text-left {
text-align: left;
}
.no-padding {
padding: 0;
}
.width-50 {
width: 49.6%;
display: inline-block;
vertical-align: top;
margin: 0 0 10px 0;
}
.icon-box {
padding: 5% 20px;
    position: relative;
    border: 4px solid #891b61;
    border-bottom: 8px solid #891b61;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(255,247,251,1.00);
    display: block;
    margin: 5% auto;
    color: #891b61;
    text-transform: uppercase;
}
.icon-box .far, .icon-box .fas, .icon-box .fa {
font-size: 96px;
}
.icon-box h2, .tl-container h3 {
font-size: 24px;
color: #891b61;
}
.tl-container h3 {
text-transform: none;
font-weight: 600;
}
.icon-box h2 {
font-weight: bold;
margin: 8px 0;
}
.left-margin .border-lines {
border-top: 6px solid #891b61;
border-left: 6px solid #891b61;
border-right: 6px solid #891b61;
margin: 0 auto;
height: 30px;
width: 50%;
z-index: -999999;
background-color: #fff;
}
.left-margin .icon-box {
margin-top: 0;
}
@media screen and (max-width: 991px) {
.tl-container {
    width: 100%;
}
.width-50 {
    width: auto;
}
.left-margin .border-lines {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.width-50 {
    width: 45%;
}
}
.sticky-top-column {
	position: sticky;
	top: 160px;
}
.opening {
	font-size: 20px;
	line-height: 26px;
	color: #891b61;
	padding-bottom: 15px;
}
.padding-top-bottom h4 {
	color: #891b61;
	margin-bottom: 10px;
}
ul.purple-dot {
  list-style: none;
}

ul.purple-dot li::before {
  content: "\25CF";
  color: #891b61;
  font-size: 1.2em;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.product-category-77 #product-category .padding-top-bottom, .product-category-62 #product-category .padding-top-bottom {
padding: 0;
}
.product-category-77_70 .job-buttons, .product-category-77_70 .job-points a, .product-category-62 .no-roles {
display: none;
}
.product-category-77_70 .filter-layout {margin-top: 20px;}
.product-category-77_70 .job-title {width: 75%;}
.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.half-img {
width: 75%;
margin: 0 auto;
}
.filters i {font-style: normal; font-weight: bold;}
@media (max-width: 1599px) {
	.half-img {
		width: 100%;
	}
#product-category .col-md-2 {
width: 100%!important;
padding-bottom: 0%;
}
.product-category-77_70 .job-title {
width: 100%;
text-align: center;
}
.filters div.list-group-item {
display: none;
}
.product-thumb h4 {font-size: 16px;}
}
@media (min-width: 1600px) {
.filters a.list-group-item i {
display: none;
}
}
.filters a.list-group-item {
cursor: pointer;
}
.job-title {text-align: center;}

/* header */
#menu {
padding-top: 10px;
}
header {
border-bottom-color: black;
}
/* intro banner */
.intro-banner {
width: 100%;
padding: 50px 0;
background: url(../images/banners/5d-bps-introduction.webp) no-repeat left top;
background-size: cover;
font-size: 1.4em;
line-height: 1.1em;
}
/* content */
.full-cover {
background: url(../images/banners/5d-bridge.webp) no-repeat left top;
background-size: cover;
}
.wheel {
background: url(../images/banners/5d-tunnel.webp) no-repeat center center;
background-size: cover;
padding: 3%;
color: #fff;
font-size: 1.4em;
line-height: 1.3em;
}
.flex-row.row {
padding: 0;
background-color: white;
}
.commitment, .intro-copy {
padding: 4%;
}
.commitment li {
padding: 10px 0;
}
.roundel {
height: 50%;
filter: grayscale(100%);
width: 30%;
margin: 18% auto;
}
#menu .nav > li > a {
    color: #000;
    text-shadow: none;
    padding: 10px 20px;
    min-height: 20px;
    text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #fff;
    background: #000;
}
#menu .nav > li:nth-child(2) > a:hover, .purple-bg {
background-color: #891b61;
}
#menu .nav > li:nth-child(4) > a:hover, .consultancy li a:hover, .green-bg {
background-color: #43B02A;
}
#menu .nav > li:nth-child(5) > a:hover, .blue-bg {
background-color: #1d4472;
}
#menu .consultancy .dropdown-inner {
	border-color: #43B02A;
}
/* footer */
footer .logo {
	filter: brightness(0) invert(1);
}
footer .button-white {
background-color: black;
border-color: white;
color: white;
}
footer {
	padding: 60px;
	background-color: #000;
	color: #fff;
	font-weight: lighter;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ccc;
}
footer h3 {
	font-size: 26px;
	color: #fff;
	text-transform: none;
	font-weight: normal;
}
footer h5, footer h4 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-transform: lowercase;
}
footer .fa {
    font-size: 46px;
    padding: 20px 20px 20px 0;
	color: #fff;
}
footer p.copyright {
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
}
footer hr {
	border-color: #fff;
}
footer .list-inline a, .comparison:hover {
	color: #fff;
	font-size: 12px;
}
.black-bg {
	background-color: #000000;
}
.status-msg {
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #ededed;
}
.padding-30 {
	padding: 30px;
}
.input-group {
	display: block;
	margin-bottom: 20px;
}
.align-center {
	text-align: center;
}
#services0 {
	text-align: center;
}
#services0 .col-centered, #services1 .col-centered {
  display: inline-block;
  width: 16.66666667%;
  vertical-align: top;
  padding: 0;
}
#services0 .expert, .tab-content .expert {
  background-color: rgb(90, 123, 162, 0.2);
  margin: 0;
  color: #1d4472;
  font-size: 14px;
  padding: 3% 3% 5% 3%;
}
#services0 .expert-img, .tab-content .expert-img {
  width: 20%;
  text-align: center;
  margin: 4% auto 5% auto;
  display: block;
}
#services0 .expert i.fa, .tab-content .expert i.fa {
  font-size: 3em;
  padding-bottom: 4%;
}
#services0 .expert .expert-time, .tab-content .expert .expert-time {
  font-size: 2.2em;
  font-weight: bold;
  padding-bottom: 2%;
}
#services0 .expert .expert-unit, .tab-content .expert .expert-unit {
  font-size: 1.8em;
  font-weight: bold;
}
#services0 .product-thumb, .tab-content .product-thumb {
  border: none;
  background-color: #ededed;
  margin: 0;
}
#services0 .product-thumb:hover, .tab-content .product-thumb:hover {
  background-color: #5a7ba2;
  cursor: pointer;
  color: #fff;
}
#services0 .product-thumb .caption {
  padding: 0;
  min-height: 980px;
}
.top #services0 .product-thumb .caption {
  min-height: 270px;
}
.tab-content .product-thumb .caption {
  padding: 0;
  min-height: 900px;
}
#services0 h4, .tab-content h4 {
  font-size: 2.4em;
  font-weight: normal;
  color: #000;
}
#services0 .price, .tab-content .price {
  font-size: 20px;
  color: #1d4472;
  font-weight: bold;
}
#services0 .price em, .tab-content .price em {
  font-size: 3em;
  font-style: normal;
  vertical-align: middle;
}
#services0 h4, #services0 .price, #services0 .bullets, #services0 .specials, .tab-content h4, .tab-content .price, .tab-content .bullets, .tab-content .specials {
  padding: 3% 7% 0 7%;
}
#services0 .bullets, #services0 .specials, .tab-content .bullets, .tab-content .specials {
  font-size: 14px;
  line-height: 26px;
}
.blue-link, #common-home .read-link, #product-product #tab-packages .button-group .read-link, .bottom .button-group .read-link, .top .button-group .read-link, #account-account #services0 .button-group .read-link {
  display: block;
  background-color: #1d4472;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 5% 3%;
  font-size: 14px;
  border: 2px solid #1d4472;
}
@media (max-width: 1199px) {
    #services0 .padding-row {
        padding: 0 3%;
        text-align: left;
    }
	#services0 .col-centered {
        display: block;
        width: 100%;
        border-bottom: 1px solid #1d4472;
    }
	#services0 .product-thumb .caption {
        min-height: auto;
    }
	.half-img { width: 100%;}
}
footer .linkButton, .job-search hr {
border-color: #fff;
}
.contact {
	background-color: #ededed;
}
.bordered-img {
	border-width: 12px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 100%) 1;
	margin-bottom: 20px;
}
.about h2, .about h3 {
	font-size: 1.6em;
	margin-bottom: 0;
}
.about p em {
	padding-bottom: 20px;
	display: block;
}