﻿@font-face {
	font-family: 'rb-light';
	src:url('https://ajmancrunion.com/system/fonts/RB-Light.eot');
	src:url('https://ajmancrunion.com/system/fonts/RB-Light.eot?#iefix') format('embedded-opentype'),
		url('https://ajmancrunion.com/system/fonts/RB-Light.woff') format('woff'),
		url('https://ajmancrunion.com/system/fonts/RB-Light.ttf') format('truetype'),
		url('https://ajmancrunion.com/system/fonts/RB-Light.svg#RB-Light') format('svg');
	font-weight: lighter;
	font-style: lighter;
	font-stretch: normal;
}
@font-face {
	font-family: 'Segoe UI';
	src:url('https://ajmancrunion.com/system/fonts/RB-Regular.eot');
	src:url('https://ajmancrunion.com/system/fonts/RB-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://ajmancrunion.com/system/fonts/RB-Regular.woff') format('woff'),
		url('https://ajmancrunion.com/system/fonts/RB-Regular.ttf') format('truetype'),
		url('https://ajmancrunion.com/system/fonts/RB-Regular.svg#RB-Light') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'rb-bold';
	src:url('https://ajmancrunion.com/system/fonts/RB-Bold.eot');
	src:url('https://ajmancrunion.com/system/fonts/RB-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://ajmancrunion.com/system/fonts/RB-Bold.woff') format('woff'),
		url('https://ajmancrunion.com/system/fonts/RB-Bold.ttf') format('truetype'),
		url('https://ajmancrunion.com/system/fonts/RB-Bold.svg#RB-Bold') format('svg');
	font-weight: bolder;
	font-style: bolder;
	font-stretch: normal;
}


body{
	font-family: 'Segoe UI' , Arial, Helvetica, sans-serif;
	background:none;
	color:black;
	font-size:11pt;
}

div{
	display:block;
	float:none;
	height:auto;
	clear:both;
	margin:0 0 1em;
}

h1, h2, h3, h4{
	font-family:'Segoe UI' 'Segoe UI' , Arial, Helvetica, sans-serif;
}

a{
	float:none;
}

.logo {
	margin: 25px 0 0 0;
	width: 171px;
	height: 50px;
	overflow: hidden;
	float: none;
	background: url(logo.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	z-index: 50;
	clear:both;
	display:block;
}

.card-carousel .slideset {
	width: 100% !important;
}
.card-carousel .slideset .slide {
	float: left;
	width: 310px;
	display: inline-block;
	clear: none;
	margin:0 40px 40px 0;
}

/* HIDE */
.feedback-block, .blue-line, .search-form, nav, .mobile-links, .social-bar, .footer-navigation, .footer-sub-navigation, .add-nav, .sub-menu, .product-details-add-this, .mobile-pagination, .carousel .slide, .more-information .aside, .cards-filter, .drop-holder{
	display:none;
}
/* /HIDE */

/* SHOW */
.carousel .slide .active{
	display:block;
}
/* SHOW */