<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}
@media (max-width: 767px) {
	legend {
		font-size: 16px;
	}
}
label {
	font-size: 1em;
	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: 1em;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 1em;
}
.input-group .input-group-addon {
	font-size: 1em;
}
/* 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;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 30px 0px 20px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb &gt; li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.breadcrumb &gt; li {
		padding: 0 10px;
	}
}
.breadcrumb &gt; li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb &gt; li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}

/* 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 #ddd;
	margin-bottom: 20px;

}
.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: bold;
	padding-top: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
}

@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{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-thumb .button-group button {
	width: 100%;
	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 {
	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 &gt; img {
	width: 100%;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#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-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-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;
}

.owl-nav &gt; *{
	position: absolute;
	top: 0px;
	/*display: flex;
	justify-content: center;*/
	
	width: 24px;
	height: 100%;
}

.owl-nav &gt; * &gt; i{
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	font-size: 18px;
}

.owl-nav &gt; *:nth-child(1){
	left: 0px;
}
.owl-nav &gt; *:nth-child(2){
	right: 0px;
}

.owl-dots{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 14px;
	left: 0px;
}

.owl-dots &gt; *{
	display: inline-block;
	margin:  4px;
	vertical-align: top;
	background: #e1e1e1;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.owl-dots &gt; *:hover, 
.owl-dots &gt; *.active:hover,
.owl-dots &gt; *.active{ 
	background: #999;
}

html .live-search .result-text{ 
	line-height: 34px; 
}

html .live-search ul{
	margin-bottom: 34px;
}

.gmap &gt; div{
	height: 100% !important;
}

#ToTopHover {
	position: fixed;bottom: 20px;right: 20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbVFb5ZIZDwNIYKGhigIkhCgDERFeqjNVowalWw6DhW7TiObX3X1kdja6K2tL6mtWOnRcVHrcUHKtVSRC0vDSqvIFYRTCBpi5GHRgiQhMRz5FvZuTn37u7dzePMfENm///f3W/vPed859y7ZJSXl6uUrBfhcMKRhMGEgYRsQk9CBqGN0ELYQ/iMUE+oI2zFMScrKyv7+u8eCQkcQhhJyCcMB4EoNjTw9xeELYT1hI2EJtebcSWTSRhPKMJoJLF+eBiM7YTVhFWExs4gM45wEmGQSt8OI5xGKCYsI6wktHYEmQGE7xKOiXmD++Evca7H1zoTo/UK/Cs1MuzUMyL4BDtyLRy7Hv6wD083A0GCp1UuIQ++09dyPvbDSwnzCB+lQYZH4nu4EZNVE9YSNoFAmH2If7Nxw+x/owie8F3+zoUYoXeTkCkEEc/wOd/8UkKNo4+wk78PHEGYQhgrfI+vX4oHutyFzBgLkV2ERYQ1KTr//whzCaMJZxByhO+UIHS/E4cM+8i5BiKbCS8SdqiOsQ/hc6WGYDOV8DlhgzR8uvUnXGDwkUrCEx1IxLfdhL8TXjNMufOgMkLJnInQqNsKwgJIks6ypZjOuvUmnK3PLJ1MPuasbiw3FqqusWUIELpxwJhkIsOC8NuGIZ+H5OdqOcgzrvYSpI5uUyoqKvpJZMZDTujGI7IzwY1wHrmCcHqCc+wl/COgJHzLCo6OF1C/kyzJMAmRmbjoCQitrsb3UiUcn0ijkx0kM0IQjvwU/p3g4t9E5u4dODYZ+s7VFhOatWN9/BDukykw5JPNCYiYwvvxCQjtMASDAp9MJgos3VY7XnCEhUiQ0Hcczy/dVx5NtQEeiqv+gsNtdLgQJ7LpIUR8+xamXVyrE5I2R+KhnlbCBvPKbocRuRhzOKqVOIxQCwSubsM8Q9lb6+jsptpkmxBWgyMU14e2CMcGeYaC69MYJx4FH8m0lAl/IfwzxIemxrjmduHhZHsofnT7IuJJjw5x9o8gGLnafBsFlskmQRdGFaJ6iM704Dx6zb43IpEZwu9924D6JNg6YkIvW85ZHJHQPoHMIZ6gmVot8zsOkWeECyoUVkkJtQldmwypBMgIEYVhRDZZiAQJLUxAKEMqXzxpuCzOPDqEyH8Jz4UQ8e1NwpIIhKRquKdwvMVT7fu8GWgHSRXo+SFEnlLxOpGvRyBUKBzvKzzwJg/1tG65hgj3isGf6kAkbqL1CS02fLbeoMUOFVxhL5P5RPjyUIPTrcE0atJ8xJWIb28QXtUeFGuw5w2RVbq/bT0M2X4YpLt0ovcwNWeixpibUl9gOc5bimafKSd5UBztVAGT2Yqn2kerEVhr/ccSsR6B4EuzwbEK6qPO8p0hQu3FubHWw9OX6paJIRf+P5JX2lYbkucmCP7C97LTj9XrDOJxsOpexlF2nBQoysrK2rzAtPlMyDcndzMyk7Uy3Jc264Nlc5OSO+zHION3B2NfKRKOr6NRadBbTSsNanmqQVl3pvVAlNOzfjOURLu+2R5D8uIEdXYXk+FVgSOF4ytoVHZIZPzQKFVxY1ARdoVNhKyRCrSlegLS5f98Ja/Lc60+pQuIlBr6APP11OAZSubnlLzKexq6L1md4CPTCOcgqurG9VCNJA0k22iRE9xwu9wgKdIw9o0fEI4zfL7Y0DuzLgO+i9pe6g8PQltpDTTVthRIDEBjo9hyX5UQpSouGV/8NaMV5Al1D8/pfMj0tZAicbQan5PXWcbjPLYUsNhGJAoZvwnBNc+5QvZVKJImABxhPgYp/nsXnLQN5DMhYnMg40eo8O0qLZjyq6I4WhTjRdPHUMbmWb53GFAcUBbNCCYertcrxsh9CiLVUaNGVGNlOgf9rRNVtDZspqWfENZK4qbHsohtr9hk/CFfDpV9HOZ6vxQj2R4UfytcgorrFi0WdrwK/BbUQT6mn8sotGDU/Z0anydJTklsNwQqY6A6uLlnECJTLyQ9fyfgfvjRHjx5f9PQ9rQybVrWhBvPQUIdAoJZcP5W+EIDRiIDJXtzWjeQlExPRK4S1BpDIv6uEEpYYYRWY9q+qRLs13Qlk4UwzU3BUQkfSC4eRgkUO+/LecHFd1zI8BP9oZLXQZMat7iuVgdawI9ZBG9iMtzcuEHJuzhs1hzotmTGuNbPodJnQVWkRoZD76+ho8JCdhXAN1CPiLcfQaAPIt1wqG/TrhDfjiX8mXB7sDxOQuZUwq9CMr6/5lIZIdlxY3FJQCkXwf8mG2oXjoj3E36LaedMhgukXxouopCpH0GecTF28teAsahjpNVnvv4teKCPu5A5xUKEmwh/QOmalr0PP+E909cruTl+DUL3M6Z6QjJ+SuUGIqsQzearjrElOP/rhs9vMjVXJDLfwPyUCqW/EX6i4u8TiGs88j8j/NFwzxVKaE5KZG5Wco+Zl8DvVQlePHCwRwkPCsd55ewXeqjXyZRgzuq2FhGlK2yOkjeesivMNJHhkvgq4Ue8C7BMJVuHyVPJtjXeqeTm5KUVFRW5EplpkBO6PaAObKB2tWMRTq9PcA7ugd8tSJv+wdHxAup3piUZJiFyDy56EUKrq3HrS9p/cw7vNQuSKRKEYxukhKtxr+A+ray+BPrO1WYLPYFDfb3oBZSwbquV+25AJvI7gwTiEbrR8by1hvxzhk8mW8mt0BccL1gEIraGHu9N+7Hj+aX7KqCpNpjJHIVEqTtcpcOFjoajRlmcugzTLq69JyRtjsSFnpK3c6xV8V9eKIZey4nxm2scRqgJAle3CZ6S1yyrHHzkXkttstlSMV7m4EPSezsjPUMTYlOME58Y4iMrMJ3uCfGhm2Jcc4tqv1fgq63A0uslUfdoTrGIUrbluEmuNufiuyb7PnRhFNsuhOiv9mhmCTX7rohEfqPklQG2ZahPglu25uI3JpsekVCjQKanaVtjawpEblZy0/vZFAi1qvavwBi3NXoJiFRaiAQJPZCAkHFbY7vhsvjASSFEuPS9TUVbhniS8HAEQlJ7Kku4h2YP7SGdda6hAr0zhMh1Kl4n8qEIhKTN2znCfTQyma3Cl4cLx7YhBLcasvJ1yu0twYcgICV71aDF8oRp1sAHpHeGCw1ONx/laqPmI9eqZK87/onwey13vISiUNrPM144VuMZsv1EZV4RW4hmwz5ErRtUggWigD2OabwfIbzcUN3yPR8vSTDum23AU83RaoRiS7unEu2g2pQbHLwCUI1pa7IxghtwbqzyMIxS3XJWyIU/UMl2zJqsKiTPnSX4C99LnX/wX8KPTlDdZ+OcbxxlpXdtFgW3Nb4lNC14Cl7RzchcIvjybkS9r4eL+7dSh/1U1fnbskw2GnlHtwU0KvV6q2meQS1z5BrYxURYBdwqqAFWGk9IfbMGQ/I6AvG+K417bvnC8adpVOokMv7oSFUcbwm+vIuI8P7QGYYC7VE9AelZ/i5Br7H9SB1YDOpsIrcY+gB36alBkvrVUL7SK/NXo/vSvxN8hH31diW/r8PKfaUkDSTjUD3L8Nnp8K1JHURkLLTaBYbPZ0O3tTPbMiC/u9JXyf1hbuU+COHJmqomBRK8JnQRwq9pif0pEFVxyfjij8PfT5W8rZHnNK/p8PrJy+i3xdFqHqLUNIz4AMt3Z9uIRCHjNyG45rnDoKS56isFOMK8DX1Vgy5Kozq4EzBLHdzSyG9bcFv4qAhNv1kQoSopGTZeNL0K3ZZxlu8NA6YHuij71MFNDb1VvPcKqtGeeifKl+NsN2FleqU6sI5zsYrWhs1Wbi9FNGJGzInY9opNxh9y9qMFiDalhn6BqzVAwT+tHP6XCNctWvWIZn+FGOUNOwWOo9CEUV+EQPKJ65NIunluJ0L489BwBegfjIQ47aPa/weHjRiBGkS/dUpefI1tXwowAKeGqGOaRl1lAAAAAElFTkSuQmCC) no-repeat left -51px;width: 51px;height: 51px;display: block;overflow: hidden;float: left;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);}
	#ToTop {display: none;text-decoration: none;position: fixed;bottom: 20px;right: 20px;overflow: hidden;width: 51px;height: 51px;border: none;text-indent: -999px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbVFb5ZIZDwNIYKGhigIkhCgDERFeqjNVowalWw6DhW7TiObX3X1kdja6K2tL6mtWOnRcVHrcUHKtVSRC0vDSqvIFYRTCBpi5GHRgiQhMRz5FvZuTn37u7dzePMfENm///f3W/vPed859y7ZJSXl6uUrBfhcMKRhMGEgYRsQk9CBqGN0ELYQ/iMUE+oI2zFMScrKyv7+u8eCQkcQhhJyCcMB4EoNjTw9xeELYT1hI2EJtebcSWTSRhPKMJoJLF+eBiM7YTVhFWExs4gM45wEmGQSt8OI5xGKCYsI6wktHYEmQGE7xKOiXmD++Evca7H1zoTo/UK/Cs1MuzUMyL4BDtyLRy7Hv6wD083A0GCp1UuIQ++09dyPvbDSwnzCB+lQYZH4nu4EZNVE9YSNoFAmH2If7Nxw+x/owie8F3+zoUYoXeTkCkEEc/wOd/8UkKNo4+wk78PHEGYQhgrfI+vX4oHutyFzBgLkV2ERYQ1KTr//whzCaMJZxByhO+UIHS/E4cM+8i5BiKbCS8SdqiOsQ/hc6WGYDOV8DlhgzR8uvUnXGDwkUrCEx1IxLfdhL8TXjNMufOgMkLJnInQqNsKwgJIks6ypZjOuvUmnK3PLJ1MPuasbiw3FqqusWUIELpxwJhkIsOC8NuGIZ+H5OdqOcgzrvYSpI5uUyoqKvpJZMZDTujGI7IzwY1wHrmCcHqCc+wl/COgJHzLCo6OF1C/kyzJMAmRmbjoCQitrsb3UiUcn0ijkx0kM0IQjvwU/p3g4t9E5u4dODYZ+s7VFhOatWN9/BDukykw5JPNCYiYwvvxCQjtMASDAp9MJgos3VY7XnCEhUiQ0Hcczy/dVx5NtQEeiqv+gsNtdLgQJ7LpIUR8+xamXVyrE5I2R+KhnlbCBvPKbocRuRhzOKqVOIxQCwSubsM8Q9lb6+jsptpkmxBWgyMU14e2CMcGeYaC69MYJx4FH8m0lAl/IfwzxIemxrjmduHhZHsofnT7IuJJjw5x9o8gGLnafBsFlskmQRdGFaJ6iM704Dx6zb43IpEZwu9924D6JNg6YkIvW85ZHJHQPoHMIZ6gmVot8zsOkWeECyoUVkkJtQldmwypBMgIEYVhRDZZiAQJLUxAKEMqXzxpuCzOPDqEyH8Jz4UQ8e1NwpIIhKRquKdwvMVT7fu8GWgHSRXo+SFEnlLxOpGvRyBUKBzvKzzwJg/1tG65hgj3isGf6kAkbqL1CS02fLbeoMUOFVxhL5P5RPjyUIPTrcE0atJ8xJWIb28QXtUeFGuw5w2RVbq/bT0M2X4YpLt0ovcwNWeixpibUl9gOc5bimafKSd5UBztVAGT2Yqn2kerEVhr/ccSsR6B4EuzwbEK6qPO8p0hQu3FubHWw9OX6paJIRf+P5JX2lYbkucmCP7C97LTj9XrDOJxsOpexlF2nBQoysrK2rzAtPlMyDcndzMyk7Uy3Jc264Nlc5OSO+zHION3B2NfKRKOr6NRadBbTSsNanmqQVl3pvVAlNOzfjOURLu+2R5D8uIEdXYXk+FVgSOF4ytoVHZIZPzQKFVxY1ARdoVNhKyRCrSlegLS5f98Ja/Lc60+pQuIlBr6APP11OAZSubnlLzKexq6L1md4CPTCOcgqurG9VCNJA0k22iRE9xwu9wgKdIw9o0fEI4zfL7Y0DuzLgO+i9pe6g8PQltpDTTVthRIDEBjo9hyX5UQpSouGV/8NaMV5Al1D8/pfMj0tZAicbQan5PXWcbjPLYUsNhGJAoZvwnBNc+5QvZVKJImABxhPgYp/nsXnLQN5DMhYnMg40eo8O0qLZjyq6I4WhTjRdPHUMbmWb53GFAcUBbNCCYertcrxsh9CiLVUaNGVGNlOgf9rRNVtDZspqWfENZK4qbHsohtr9hk/CFfDpV9HOZ6vxQj2R4UfytcgorrFi0WdrwK/BbUQT6mn8sotGDU/Z0anydJTklsNwQqY6A6uLlnECJTLyQ9fyfgfvjRHjx5f9PQ9rQybVrWhBvPQUIdAoJZcP5W+EIDRiIDJXtzWjeQlExPRK4S1BpDIv6uEEpYYYRWY9q+qRLs13Qlk4UwzU3BUQkfSC4eRgkUO+/LecHFd1zI8BP9oZLXQZMat7iuVgdawI9ZBG9iMtzcuEHJuzhs1hzotmTGuNbPodJnQVWkRoZD76+ho8JCdhXAN1CPiLcfQaAPIt1wqG/TrhDfjiX8mXB7sDxOQuZUwq9CMr6/5lIZIdlxY3FJQCkXwf8mG2oXjoj3E36LaedMhgukXxouopCpH0GecTF28teAsahjpNVnvv4teKCPu5A5xUKEmwh/QOmalr0PP+E909cruTl+DUL3M6Z6QjJ+SuUGIqsQzearjrElOP/rhs9vMjVXJDLfwPyUCqW/EX6i4u8TiGs88j8j/NFwzxVKaE5KZG5Wco+Zl8DvVQlePHCwRwkPCsd55ewXeqjXyZRgzuq2FhGlK2yOkjeesivMNJHhkvgq4Ue8C7BMJVuHyVPJtjXeqeTm5KUVFRW5EplpkBO6PaAObKB2tWMRTq9PcA7ugd8tSJv+wdHxAup3piUZJiFyDy56EUKrq3HrS9p/cw7vNQuSKRKEYxukhKtxr+A+ray+BPrO1WYLPYFDfb3oBZSwbquV+25AJvI7gwTiEbrR8by1hvxzhk8mW8mt0BccL1gEIraGHu9N+7Hj+aX7KqCpNpjJHIVEqTtcpcOFjoajRlmcugzTLq69JyRtjsSFnpK3c6xV8V9eKIZey4nxm2scRqgJAle3CZ6S1yyrHHzkXkttstlSMV7m4EPSezsjPUMTYlOME58Y4iMrMJ3uCfGhm2Jcc4tqv1fgq63A0uslUfdoTrGIUrbluEmuNufiuyb7PnRhFNsuhOiv9mhmCTX7rohEfqPklQG2ZahPglu25uI3JpsekVCjQKanaVtjawpEblZy0/vZFAi1qvavwBi3NXoJiFRaiAQJPZCAkHFbY7vhsvjASSFEuPS9TUVbhniS8HAEQlJ7Kku4h2YP7SGdda6hAr0zhMh1Kl4n8qEIhKTN2znCfTQyma3Cl4cLx7YhBLcasvJ1yu0twYcgICV71aDF8oRp1sAHpHeGCw1ONx/laqPmI9eqZK87/onwey13vISiUNrPM144VuMZsv1EZV4RW4hmwz5ErRtUggWigD2OabwfIbzcUN3yPR8vSTDum23AU83RaoRiS7unEu2g2pQbHLwCUI1pa7IxghtwbqzyMIxS3XJWyIU/UMl2zJqsKiTPnSX4C99LnX/wX8KPTlDdZ+OcbxxlpXdtFgW3Nb4lNC14Cl7RzchcIvjybkS9r4eL+7dSh/1U1fnbskw2GnlHtwU0KvV6q2meQS1z5BrYxURYBdwqqAFWGk9IfbMGQ/I6AvG+K417bvnC8adpVOokMv7oSFUcbwm+vIuI8P7QGYYC7VE9AelZ/i5Br7H9SB1YDOpsIrcY+gB36alBkvrVUL7SK/NXo/vSvxN8hH31diW/r8PKfaUkDSTjUD3L8Nnp8K1JHURkLLTaBYbPZ0O3tTPbMiC/u9JXyf1hbuU+COHJmqomBRK8JnQRwq9pif0pEFVxyfjij8PfT5W8rZHnNK/p8PrJy+i3xdFqHqLUNIz4AMt3Z9uIRCHjNyG45rnDoKS56isFOMK8DX1Vgy5Kozq4EzBLHdzSyG9bcFv4qAhNv1kQoSopGTZeNL0K3ZZxlu8NA6YHuij71MFNDb1VvPcKqtGeeifKl+NsN2FleqU6sI5zsYrWhs1Wbi9FNGJGzInY9opNxh9y9qMFiDalhn6BqzVAwT+tHP6XCNctWvWIZn+FGOUNOwWOo9CEUV+EQPKJ65NIunluJ0L489BwBegfjIQ47aPa/weHjRiBGkS/dUpefI1tXwowAKeGqGOaRl1lAAAAAElFTkSuQmCC) no-repeat left top;
}

@media (min-width: 1200px){
	.pull-lg-right{
		float: right;
	}
	.pull-lg-right{
		float: right;
	}
}

@media (min-width: 992px){
	.pull-md-right{
		float: right;
	}
	.pull-md-right{
		float: right;
	}
}

@media (min-width: 768px){
	.pull-sm-right{
		float: right;
	}
	.pull-xs-right{
		float: right;
	}
}

#product-filter-replace{
	position: relative;
}

#product-filter-replace #product-filter-loading-overlay{
	display: none;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}


@media (max-width: 768px){
	.text-danger {
	    width: 250px;
	}
}

  .pd-5 {
	  padding: 5px;
  }

  .pd-t15 {
	padding-top: 15px;
  }
  
  .pd-b15 {
	padding-bottom: 15px;
  }
  
  .pd-l15 {
	padding-left: 15px;
  }
  
  .pd-r15 {
	padding-right: 15px;
  }
  
  .pd-30 {
	padding: 30px;
  }

  .mg-2_5{
    margin:2.5%;
}

  .width_28{
    width:28%;
}

  .width_50{
    width:50%;
}
  
  @media (max-width: 1300px) {
	.pd-30 {
	  padding: 20px;
	}
  }
  
  .pd-t30, .pagination {
	padding-top: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-t30, .pagination {
	  padding-top: 20px;
	}
  }
  
  .pd-b30 {
	padding-bottom: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-b30 {
	  padding-bottom: 20px;
	}
  }
  
  .pd-l30 {
	padding-left: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-l30 {
	  padding-left: 20px;
	}
  }
  
  .pd-r30 {
	padding-right: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-r30 {
	  padding-right: 20px;
	}
  }
  
  .pd-40 {
	padding: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-40 {
	  padding: 30px;
	}
  }
  
  .pd-t40 {
	padding-top: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-t40 {
	  padding-top: 30px;
	}
  }
  
  .pd-b40 {
	padding-bottom: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-b40 {
	  padding-bottom: 30px;
	}
  }

  .mg-t10 {
	  margin-top: 10px;
  }
  .mg-b10 {
	  margin-bottom: 10px;
  }

  .no-border {
		border: none !important;
	}  
	
	.z1 { 
		z-index: 1; 
	}

	.bootstrap-datetimepicker-widget .datepicker .day.disabled{
		opacity: 0.2;
	}

	.w100px {
		width: 100px;
	}

/* corner badge (currently use for gift card badge) */
.corner-badge {
	color: #fff;
}
.corner-badge::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	/* border width to be changed  */
	border-width: 60px;
	border-style: solid;
	/* border color to be changed  */
	border-color: #000 #000 transparent transparent;
	z-index: 1;
}
  
@media (max-width: 1300px) {
	.corner-badge::after {
		border-width: 60px;
	}
}

@media (max-width: 767px) {
	.corner-badge::after {
		border-width: 40px;
	}
}

.corner-badge-price {
	padding-top: 30px;
	padding-right: 15px;
	/* color to be changed  */
	color: #fff;
	/* font size to be changed  */
	font-size: 20px;
}

@media (max-width: 1300px) {
	.corner-badge-price {
		padding-top: 15px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.corner-badge-price {
		padding-top: 5px;
		padding-right: 5px;
	}
}

/* fix flex-group on firefox and other browser */
#coupon-content input, #voucher-content input {
    min-width: 0px;
}
/* fix flex-group on firefox and other browser */

/* quickcheckout loading UI related */
.quickcheckout-checkout .blockUI.blockMsg h1{
    margin: 15px 0;
}

@media screen and (max-width: 540px){
    .quickcheckout-checkout .blockUI.blockMsg{
        width: 80%!important;
        left: 50%!important;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .quickcheckout-checkout .blockUI.blockMsg h1{
        margin: 5px 0;
        font-size: 24px;
    }
}
/* quickcheckout loading UI related */

/* refer bootstrap 4 */
.input-group-b4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
	white-space: nowrap;
	padding: 6px 12px;
}
.input-group-b4 &gt; .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/* refer from bootstrap 4 */

/* recaptcha horizontal center */    
/* for mobile */
#google_recaptcha .g-recaptcha {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
#google_recaptcha .text-danger {
	text-align: left;
}
@media (max-width: 767px) {
	#google_recaptcha {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#google_recaptcha .g-recaptcha {
		-webkit-transform-origin: center;
		    -ms-transform-origin: center;
		        transform-origin: center;
		width: 100%;
	}
	#google_recaptcha .g-recaptcha &gt; div {
		margin: auto;
	}
	#google_recaptcha .text-danger {
		text-align: center;
	}
}
/* recaptcha horizontal center */

/* remove x button of certain inputs in IE */
.form-control::-ms-clear {
    display: none;
}
/* remove x button of certain inputs in IE */

/* remove border for filters */
.list-group-item {
	border: none;
}
/* remove border for filters */

/* fix on checkout page when address too long on existing address dropdown, cause page overflow */
.quickcheckoutleft{
    overflow: hidden;
}
/* fix on checkout page when address too long on existing address dropdown, cause page overflow */

.iframe-wrap iframe {
	width: 100%;
}

.special-sticker {
    padding: 5px 25px;
    line-height: 1.4;
    z-index: 2;
    /* right: -1px; */
    left: 15px;
	top: 60px!important;
	text-transform: uppercase;
}

/* mobile menu arrow rotate */
.cd-accordion-menu .has-children input+a+label i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.cd-accordion-menu .has-children input:checked+a+label i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* mobile menu arrow rotate */

/* vertical slider fixes */
.vertical .product-image-additional-container {
	width: 20%;
}
.vertical .product-image-main-container {
	width: 80%;
}
.vertical .product-image-additional {
	padding-right: 5px;
}

.product-product .vertical .product-image-additional-container {
    padding: 0px;
}
.product-product .vertical .product-image-additional-container .slick-track {
  	display: block;
  	width: auto !important;
}
.product-product .vertical .product-image-additional-container .slick-no-slide {
	margin: 0;
}
.product-product .vertical .product-image-additional-container .slick-no-slide img {
	margin-bottom: 10px;
}
.product-product .vertical .product-image-additional-container .slick-nav.prev {
	top: auto;
	height: auto;
	top: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}
.product-product .vertical .product-image-additional-container .slick-nav.next {
	top: auto;
	height: auto;
	bottom: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}
/* vertical slider fixes */

/* product-option-image */
.product-product .vertical .product-image-additional-container img,
.product-image-main img {
	width: 100%;
}
/* product-option-image */

/* articles left menu */
#articles-filter-trigger-open {
  position: fixed;
  top: 50vh;
  left: -54px;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  z-index: 10;
  width: 150px;
  padding: 10px;
  display: none;
}

@media (max-width: 991px) {
  #articles-filter-trigger-open {
    display: block;
  }
}

#articles-column-left .list-group-item {
  padding: 5px 15px;
  background-color: transparent;
}

#articles-column-left .list-group-item a {
  border: none;
}

#articles-column-left .list-group-item .list-group-item-wrap {
  background-color: #337ab7;
  border: none;
  color: #fff;
  padding: 10px 15px;
}

#articles-column-left .list-group-item .list-group-item-wrap:hover {
  background-color: #286090;
}

#articles-column-left .list-group {
  margin-top: 20px;
}

#articles-column-left .list-group .list-group-item-wrap &gt; a {
  border: none;
  background-color: transparent;
  color: #fff;
}

@media (max-width: 991px) {
  #articles-column-left {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 40px 15px 15px;
    overflow: auto;
    background: white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #articles-column-left.open {
    opacity: 1;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  #articles-column-left #articles-filter-trigger-close {
    z-index: 2;
  }
  .news-ncategory #content {
    width: 100%;
  }
}
/* articles left menu */
.date.input-group .input-group-addon {
	border: 1px solid #ccc;
	padding: 9px 12px;
}
.text-login {
	margin-bottom: 15px;
}
/* flex related */
.flex-hcenter {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.flex-vcenter {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.flex-h-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/* flex related */

/* product component option */
.product-gutter .product-inputs {
	padding: 5px;
	text-align: left;
}
.product-gutter .product-inputs&gt;* {
	font-size: 12px;
}
.product-gutter .cart-buttons {
	margin: auto auto 0;
}
.product-gutter .product-option img{
	width: 50px;
}
@media (max-width: 767px) {
	.product-gutter .product-inputs {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.product-gutter .product-inputs&gt;* {
		width: 100%;
	}
	.product-gutter .product-inputs&gt;*:last-child {
		margin-left: 0px;
	}
}
/* product component option */


/* social login at quickcheckout */
#login-box .social-login #column-left {
	float: none;
	width: 100%;
}
#login-box #d_social_login {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#login-box .d_socail_login_header {
 	text-align: center; 
    width: 100%;
    display: table;
    table-layout: fixed;
}
#login-box .d_socail_login_header&gt;* {
    display: table-cell;
    position: relative;
}
#login-box .d_socail_login_header&gt;*:nth-child(1)::before, 
#login-box .d_socail_login_header&gt;*:nth-child(3)::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    top: 50%;
    left: 0px;
    position: absolute;
}
#login-box .dsl-button .l-side {
    position: relative;
    border-right: 0px;
    width: 60px;
}
#login-box .dsl-button .l-side .dsl-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-size: contain;
}
#login-box .dsl-button .r-side {
    width: 100%;
    text-align: center;
}
/* social login at quickcheckout */

/* cart pop up edit */
.cart-dorpdown-item-charges.label-only,
.cart-edit-off .cart-dorpdown-item-charges.with-control  {
	display: none;
}
.cart-edit-off .cart-dorpdown-item-charges.label-only,
.cart-dorpdown-item-charges.with-control {
	display: block;
}


/*** CUSTOM STYLING ***/

/*** MENU BAR ***/

.header-container
{
	-ms-grid-rows: auto!important;
	grid-template-rows: auto!important;
	padding: 40px 0;
}

.header-container .header-top
{
	-ms-grid-column: 3!important;
	grid-column: 3 / 3!important;
	-ms-grid-row: 1!important;
	grid-row: 1!important;
}

.header-container .header-logo 
{
	-ms-grid-row: 1!important;
	grid-row: 1!important;
	-ms-grid-columns: -webkit-min-content auto;
	-ms-grid-columns: min-content auto;
	grid-template-columns: -webkit-min-content auto;
	grid-template-columns: min-content auto;
}

.header-container .header-menu 
{
	-ms-grid-row: 1!important;
	grid-row: 1!important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-transform: uppercase;
	font-size: 1.1em;
}

.header-container .header-menu #main-menu&gt;li&gt;a {
	padding-right: 60px!important;
}

.header-container .header-menu #main-menu&gt;li:last-child&gt;a
{
    padding-right: 45px!important;
}

.header-container ._search&gt;a {
	padding: 15px!important;
}

.header-container #enquiry&gt;a .badge, .header-container #cart&gt;a .badge {
	background: #003b95!important;
}

/*** MENU BAR END ***/

/*** GLOBAL SETTINGS ***/

/*** HEADER ***/

#main-menu, #main-menu &gt; li  {
	position:static !important;
}
#main-menu &gt; li &gt; ul {
	margin-top: 50px!important;
	margin-left:0 !important;
	right:0 !important;
	width:auto !important;
	max-width:none !important;
	padding: 20px!important;
	padding-left: 8%!important;
	background-color: rgba(255, 255, 255, 0.9);
}

#main-menu &gt; li &gt; ul &gt; li{
	padding: 10px!important;
}

#main-menu &gt; li &gt; ul &gt; li &gt; ul{
	padding: 10px!important;
	border: 0!important;
	background-color: transparent;
	top: 20px!important;
	left: 50%!important;
	border-radius: 0!important;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
}

#main-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul{
	padding: 10px!important;
	border: 0!important;
	background-color: transparent;
	top: 25px!important;
	left: 50%!important;
	border-radius: 0!important;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
}

#main-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li{
	padding: 10px!important;
	background-color: transparent;
}

/*** HEADER END ***/

/*** HEADING ***/

.page_heading
{
	text-align: center;
	margin: 1em 0!important;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 2.5em;
}

.page_heading::after
{
	height: 0px!important;
}

.home_heading
{
	margin: 1em 0!important;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 2.5em;
}

.home_heading::after
{
	height: 0px!important;
}

.left_heading
{
	margin-top: 10px;
	margin-bottom: 10px!important;
	text-align: left!important;
	font-size: 1.5em!important;
}

.left_heading::after
{
	height: 0px!important;
}

.services_heading
{
	padding: 1em 0;
}

.additional_heading
{
	margin-top: 40px;
	margin-bottom: 10px!important;
	text-align: left!important;
	font-size: 1em;
}

.additional_heading::after
{
	height: 0px!important;
}

.article_heading_h2
{
	margin-top: 10px;
	margin-bottom: 10px!important;
	text-align: left!important;
	font-size: 1.4em;
	text-transform: none!important;
}

.article_heading_h2::after
{
	height: 0px!important;
}

/*** HEADING END ***/

/*** BREADCRUMB ***/

.breadcrumb
{
	background-color: transparent!important;
	border: 0!important;
}

.breadcrumb li::after
{
	content: "\002F"!important;
}

.breadcrumb &gt; li
{
	padding: 0 10px!important;
}

.breadcrumb li a
{
	color: #000;
}

/*** BREADCRUMB END ***/

.boxingshadow
{
	-webkit-box-shadow: 0px 0px 10px 0px #e1e1e1; 
	box-shadow: 0px 0px 10px 0px #e1e1e1;
}

.maxwidth
{
	width: 100%;
}

.fontBold
{
	font-weight: 600;
}

.fontUpper
{
	text-transform: uppercase!important;
}

.fontLeft
{
	text-align: left!important;
}

@media (min-width: 1366px) and (max-width: 1920px) {
	.container
	{
		width: calc(100% - 100px);
	}
	
}

@media (min-width: 1920px) {
	.container
	{
		width: calc(100% - 400px);
	}
	
}

/*** BUTTONS &amp; LINKS ***/

.btn_custom
{
	color: rgb(255, 255, 255); 
	padding: 15px 40px;
	margin-right: 10px;
	border-radius: 35px;
	background: #7d7d7d;
	text-transform: uppercase;
}

.btn_custom:hover
{
	background: #7d7d7d;
	color: #fff;
}

.btn_custom:active 
{
	background: #7d7d7d;
}

.btn_main
{
	color: #fff;
	padding: 15px 40px;
	border-radius: 35px!important;
	background: #003b95;
	text-transform: uppercase;
	border-color: #003b95;
}

.btn_main:hover
{
	background: #003b95;
	color: #fff;
}

.btn_main:active 
{
	background: #003b95;
}

.btn_waiting_list
{
	color: #fff;
	padding: 10px 20px;
	background: #003b95;
	text-transform: uppercase;
}

.btn_waiting_list:hover
{
	background: #003b95;
	color: #fff;
}

.btn_waiting_list:active 
{
	background: #003b95;
}

.waiting_list_input input
{
	margin-right: 0!important;
	border: 1px solid #ccc;
}

/*** BUTTONS &amp; LINKS END ***/

/*** PAGINATION ***/

.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover {
    color: #003b95;
    background-color: transparent;
    border-color: #003b95;
}

.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span {
	border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
	border-radius: 25px;
	margin-right: 10px;
}

/*** PAGINATION END ***/

/*** GLOBAL SETTINGS END ***/

/*** HOMEPAGE ***/

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0
{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 4em!important;
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1
{
	font-size: 3em!important;
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2
{
	font-size: 3em!important;
}

.slideshow .slider-custom-dots .owl-dot {
	margin: 0px 6px 20px!important;
}

.slideshow .slider-custom-dots .owl-dot.active
{
	background-color: #8d949c!important;
}

.slider_link
{
	margin-top: 2em;
}

.layout_home_featured
{
	padding: 0!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.home_featured_categories
{
	padding: 6%;
	line-height: 2;
}

/*** HOME_SERVICES ***/

.layout_home_services
{
	background-color: #f5f5f5;
}

.home_services_text
{
	background-color: #fff;
	padding: 40px;
}

.home_services_text p
{
	padding-bottom: 20px;
	line-height: 2;
}

.home_services_text a
{
	color: #003c95;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

.removePadding
{
	padding: 0!important;
}

.fixedHeight
{
	height: 400px;
}

.fixedHeight_image
{
	overflow: hidden;
}

.upArrow
{
	position: relative;
}

.upArrow::after
{
	position: absolute;
	content: '';
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	top: -20px;
	left: 45%;
	z-index: 3;
}

.downArrow
{
	position: relative;
}

.downArrow::after
{
	position: absolute;
	content: '';
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	bottom: -20px;
	left: 45%;
	z-index: 3;
}

@media (max-width: 991px){

	.product_discription_container {
		padding: 0!important;
	}

	.fixedHeight
	{
		height: 350px;
	}

	.fixedHeight img
	{
		width: 100%;
	}

	.downArrow::after
	{
		border-left: none;
		border-right: none;
		border-top: none;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 20px solid #fff;
		bottom: 0;
		top: -20px;
		left: 45%;

	}
}

@media (max-width: 1280px){
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0
	{
		font-size: 2em!important;
	}

	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1
	{
		font-size: 1.5em!important;
	}

	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2
	{
		font-size: 1.5em!important;
	}
}

@media (max-width: 540px){
	footer
	{
		text-align: center;
	}
}

/*** HOME_SERVICES END ***/

.layout_home_services
{
	padding: 65px 0!important;
}

.layout_home_workflow
{
	padding: 65px 0!important;
}

.home_services_container
{
	background-image: url(../../../../../image/catalog/assets/backgrounds/bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2%;
	padding-top: 4%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.home_services_container a
{
	margin: 30px 0px;
	color: #666;
}

.services_content_box
{
	background: #fff;
	border-radius: 15px;
	position: relative;
	padding: 10px;
	margin: 10px;
	min-height: 250px;
}

@media (min-width: 1650px)
{
    .services_content_box
    {
    	margin: 10px 50px;
    }
}

.services_content_box img
{
	position: absolute;
	top: -60px;
	left: 20px;
}

.services_content_text
{
    margin: 40px 20px auto 20px;
    max-width: 350px;
}

.layout_home_workflow
{
	background-image: url(../../../../../image/catalog/assets/backgrounds/bg-2.jpg);
}

.step_parent
{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.step_child{
    position:relative;
}
.step_child::after{
    content: url(../../../../../image/catalog/assets/icons/arrow.png);
    position: absolute;
    bottom: 65%;
    right: -25%;
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
}
.step_parent .step_child:last-child::after{
    display:none;
}

.steps_solo_container
{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 300px;
}

.step_bottom
{
	font-size: 0.8em;
	margin: 20px 0;
}

.step_bottom h3
{
	text-align: center!important;
}

.break {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	height: 0;
  }

.layout_background-repeat: no-repeat;
background-size: cover;ct
{
	padding: 0!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.homepage_map_container
{
	padding: 0!important;
}

.home_contact_container
{
	padding: 75px;
}

.home_iframe iframe
{
	height: 800px!important;
}

/*** HOMEPAGE END ***/

/*** ABOUT US ***/

.page_heading_about
{
	text-align: left!important;
	margin-top: 0!important;
	font-size: 2.5em;
}

.about_container
{
	margin-bottom: 40px;
}

.about_middle
{
	text-align: center!important;
}

.about_description
{
	line-height: 2;
}

.about_description p
{
	margin-bottom: 50px;
}

.about_description h3
{
	margin-top: 10px;
	margin-bottom: 25px!important;
	text-align: left!important;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 600;
}

.about_description h3::after
{
	height: 0px!important;
}

.about_top_margin
{
	margin-top: 25px;
}

.about_left_padding
{
	padding-left: 40px;
}

.about_right_padding
{
	padding-right: 40px;
}

/*** ABOUT US END ***/

/*** PRODUCTS ***/

.fliter_container
{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

@media (min-width: 992px)
{
	.filter_group_item
	{
		padding-right: 0;
	}
}

@media screen and (min-width: 768px)
{
	.filter_group_item
	{
		padding-right: 0;
	}
}

.product_info_container
{
	display: -ms-grid;
	display: grid;
}

.product_info_container .product-name
{
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
	text-align: left;
}

.product_info_container .product-name a
{
	color: #000;
	padding-left: 15px;
	font-weight: bold;
}

.product_info_container .product-details
{
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column: 1;
	grid-column: 1;
	text-align: left;
}

.product_info_container .cart-buttons
{
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column: 2;
	grid-column: 2;
}

.product-block .product-details
{
	margin: 0!important;
	padding: 10px 20px!important;
}

.btn_cart_img
{
	border: 0;
}

.btn_cart_img:hover
{
	background-color: #fff;
}

.image-zoom:hover img, .image-zoom-hover:hover img
{
	opacity: 0.3;
}

.overlay_content img
{
	display: inline-block!important;
	text-align: center;
	width: 32px!important;
	opacity: 1!important;
	padding-bottom: 10px;
}

.overlay_content span
{
	color: #000!important;
}

.product-block
{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.product-block:hover
{
	border: 3px solid #003b95;
	-webkit-box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.65);
	box-shadow: 5px 5px 10px 2px rgba(0,0,0,0.65);
}

.product-block .product-details .price {
	color: #003b95;
	font-weight: bold;
}

.product-block .product-details .price .price-old {
    font-size: 18px!important;
	opacity: 1!important;
	text-decoration: line-through;
	color: #d7d7d7;
	font-weight: normal!important;
}

#side-categories
{
	text-transform: uppercase;
	color: #000;
}

#side-categories .item-header
{
	font-weight: bold;
}

#side-categories .side-categories-level-1 .group .item {
	margin-bottom: 12px;
	border-radius: 30px;
	background-color: #003b95;
}

#side-categories .group .item a:hover {
    background: transparent!important;
    color: #fff;
}
#side-categories .group .item a {
	padding: 15px 20px!important;
	color: #fff;
}

#side-categories .group .item.active+.sub {
    border-top: 0!important;
}



.sticker
{
	padding: 5px 25px!important;
	text-transform: uppercase;
	left: 15px;
	top: 15px!important;
	line-height: 1.4;
}

.product-image-main-container
{
	border: 1px solid #ccc;
}

.product-image-main-container .sticker, .product-image-main-container .special-sticker
{
	left: 35px;
}

.product-product #content #product-tabs li.active a
{
	background-color: #707070;
    border: 1px solid #707070;
    color: #ffffff;
}

.product-product #content #product-tabs li a {
    border-radius: 0 !important;
    border: 1px solid #ccc;
    color: #707070;
    padding: 15px 40px;
    min-width: 150px;
    text-align: center;
	margin-right: 0;
	text-transform: uppercase;
}

.nav-tabs
{
	margin-top: 50px;
	border-bottom: 0;
}

.tab_description
{
	line-height: 2;
	margin: 50px auto;
}

.product-gutter
{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}

#side-price .ui-slider-handle
{
	background: #003b95!important;
	border: 2px solid #fff;
}

#side-price .ui-slider-range {
	background: #003b95!important;
}

@media (min-width: 1200px)
{
	.product-view&gt;.product-gutter {
		width: 33.33%!important;
	}
}

.waiting_list_container
{
	padding: 20px!important;
	background: #f5f5f5;
}

.waiting_list_container .waiting_list_description
{
	color: #000;
}

.product_share
{
	margin: 25px 0!important;
}

.product_share_label
{
	padding-right: 50px!important;
}

.form_option_group
{
	margin-bottom: 15px!important;
}

.form_option_group .option_group_label
{
	padding: 6px 0;
	padding-right: 60px;
}

.form_option_group input, .form_option_group select
{
	padding: 20px;
}

.btn-number .glyphicon
{
	font-family: none;
}

.btn_minus, .btn_plus
{
	padding: 0 15px;
	color: #fff;
}

.btn_minus
{
	background-color: #d7d7d7;
}

.btn_plus
{
	background-color: #959595;
}

.product_discription_container
{
	padding: 0 50px;
	line-height: 2;
}

.product_discription_container h3
{
	font-weight: 600;
}

.brand_list
{
	color: #959595;
}

.prices_list
{
	line-height: 1;
	padding-bottom: 20px;
}

.prices_list li
{
	display: inline-block;
	font-size: 2em;
}

.prices_list li:last-child
{
	padding-left: 10px;
	color: #d7d7d7;
}

.prices_list li:first-child
{
	padding-left: 0;
	color: #003b95;
	font-weight: 600;
}

.inline-label 
{ 
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    float:left;
}

.product_option_select
{
	display: inline-block;
	width: 75%;
	margin-left: 10px;
}

.product-product #product
{
	max-width: 60%!important;
}

/*** FEATURED SLIDER ***/

.featured_slider_heading
{
	margin-top: 50px;
	margin-bottom: 1.5em!important;
}

.featured-module .slick-slide&gt;div, .related-products .slick-slide&gt;div
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured-module .slick-nav.left, .featured-module .slick-nav.prev
{
	left: -32px!important;
}

.featured-module .slick-nav.right, .featured-module .slick-nav.next
{
	right: -32px!important;
}

.featured-module .featured {
    padding: 0px!important;
}

/*** FEATURED SLIDER END ***/

/*** PRODUCTS END ***/

/*** SERVICES ***/

.page_heading_services
{
	text-align: left!important;
	margin-top: 0!important;
	font-size: 1.5em;
}

.services_modal
{
    width:500px;
    padding: 20px;
}
.modal.fade .services_modal
{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.gallery_thumb
{
    padding: 10px;
}

.link_group_items
{
	width: 100%;
	background-color: #8d949c;
	border-radius: 25px;
	padding: 15px;
	margin-bottom: 10px;
	cursor: pointer;
}

.link_group_container .active
{
	background-color: #003b95;
}

.link_group_items a
{
	padding-left: 15px;
	color: #fff;
}

.link_group_items:hover
{
	background-color: #003b95;
}

/*** SERVICES END ***/

/*** BLOG ***/

.bnews-list
{
	overflow: visible!important;
}

.bnews-list .artblock
{
	clear: none!important;
}

.articles_box
{
	background-color: #fff;
}

.articles_box:hover
{
	-webkit-box-shadow: 0px 0px 10px 0px #e1e1e1; 
	box-shadow: 0px 0px 10px 0px #e1e1e1;
}

.articles_box_content
{
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 20px;
}

.articles_box_content .name a
{
	color: #000;
}

.articles_box_content .description p
{
	padding: 20px 0;
	color: grey;
}

.bnews-list .artblock .blog-button
{
	text-align: left!important;
}

.bnews-list .artblock .article-image
{
	margin-bottom: 0!important;
}

.article-content
{
	padding: 0 20px;
	padding-bottom: 50px;
}

.article-content .article-meta span
{
	font-style: normal!important;
}

.article-content .article-meta
{
	padding-bottom: 20px!important;
    padding-top: 20px!important;
    border-top: 0!important;
    border-bottom: 0!important;
}

.article-content .article-meta span
{
	font-size: 1.2em!important;
}

.bigimagein img
{
	width: 100%;
}

.blog_description_container
{
	line-height: 2;
}

.at-share-btn-elements a
{
	margin: 0 10px!important;
}

/*** BLOG END ***/

/*** CONTACT US ***/

.map_container
{
	background-color: transparent!important;
	border: 0!important;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
}

.map_container .panel-body
{
	padding: 0!important;
}

.contact_information a
{
	color: #000;
}

.contact_additionalText
{
	margin: 35px 0;
}

.contact_information
{
	line-height: 2;
	color: #000;
}

.form_contact_group
{
	margin-bottom: 15px!important;
}

.form_contact_group input, .form_contact_group textarea
{
	padding: 20px;
}

address
{
	line-height: 2;
}

/*** CONTACT US END ***/

/*** FOOTER ***/
footer
{
	padding: 0!important;
	background-color: #ebebeb;
	color: #000;
}

.footer_container
{
	padding: 80px 15px;
}

.footer-contact-links ul li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

footer a
{
	color: #000;
}

footer a:hover
{
	color: #000;
}

footer h5
{
	color: #000;
	text-transform: uppercase;
	font-size: 1.2em;
}

.footer-contact-info
{
	-webkit-box-flex: 2!important;
	    -ms-flex: 2!important;
	        flex: 2!important;
	line-height: 2;
}

.copyright_footer
{
	background-color: #e1e1e1;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
}

.footer-upper-contet&gt;*:last-child
{
	-webkit-box-flex: 1!important;
	    -ms-flex: 1!important;
	        flex: 1!important;
}
/*** FOOTER END ***/


/*** MOBILE RESPONSIVE ***/

@media (min-width: 992px) and (max-width: 1400px) {
	.header-container .header-menu #main-menu&gt;li&gt;a {
		padding-right: 30px!important;
	}
	
	.header-container .header-menu #main-menu&gt;li:last-child&gt;a
	{
		padding-right: 15px!important;
	}

	.header-logo
	{
		width: 250px;
	}
}

@media (min-width: 1429px) and (max-width: 1693px) {

	.about_description
	{
		max-height: 600px;
		overflow-y: scroll;
	}
}

@media (min-width: 992px) and (max-width: 1428px) {

	.about_description
	{
		max-height: 450px;
		overflow-y: scroll;
	}

	.home_contact_container
	{
		padding: 50px;
	}

}

@media (min-width: 314px) and (max-width: 1042px) {

	.about_left_padding
	{
		padding-left: 15px;
	}

	.about_right_padding
	{
		padding-right: 15px;
	}

	.page_heading_about
	{
		margin-top: 20px!important;
	}

	.about_container
	{
		margin-bottom: 50px;
	}

	.featured-module .slick-nav.left, .featured-module .slick-nav.prev
	{
		left: -10px!important;
	}

	.featured-module .slick-nav.right, .featured-module .slick-nav.next
	{
		right: -10px!important;
	}

	.layout_home_contact, .layout_home_featured
	{
		display: block;
	}

	.services_content_box {
		padding: 30px;
	}
}

@media screen and (max-width: 768px) {
	.footer-social-icons img
	{
		width: 75%;
	}

	.footer-social-icons&gt;*+a{
		margin-left: 0!important;
	}
}

@media screen and (max-width: 992px) {
	.step_child::after{
		bottom: -10%;
		right: 45%;
		transform: translateY(50%);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.steps_solo_container
	{
		min-width: 450px;
		margin: 50px 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1646px) {
	.steps_solo_container
	{
		width: 250px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1396px) {
	.steps_solo_container
	{
		width: 200px;
	}
}


@media screen and (min-width: 992px) and (max-width: 1280px) {
	.step_child::after {
		bottom: 70%;
		right: -35%;
	}

	.steps_solo_container
	{
		width: 180px;
	}
}

@media screen and (max-width: 768px){
	.mobile_padding
	{
		padding: 20px;
	}

	.home_services_container a
	{
		margin-top: 60px;
	}

	.layout_home_services .about_container
	{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 540px) {
	.articles_box_content .name a
	{
		font-size: 16px!important;
	}

	.mobile_padding
	{
		padding: 20px;
	}

	.mobile_form
	{
		padding: 15px!important;
	}

	.mobile_modal
	{
		width: 100%;
		margin: 0;
	}
	
	.modal-dialog
	{
		width: auto;
	}
}

/*** MOBILE RESPONSIVE END 149px differences ***/

/*** CUSTOM STYLING END ***/

</pre></body></html>