/*
Theme Name: FastFit
Description: The child theme for FastFit
Author: FreemanContingent.ie
Template: atlas_auto3
*/

/* @import url("../atlas_auto3/style.css"); */

/* #Style Reset
================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1.5; }
a{ text-decoration: none; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

.container {
  max-width: 1240px;
}

.container.mobile-container {
	padding-left: 0;
	padding-right: 0;
}

* {
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1.125rem;
}

h6 {
	font-size: 0.875rem;
}

.row {
	width: 1180px;
}

.twelve.columns {
	width: 100%;
	margin: 0;
	padding: 0;
}
@media(max-width: 767px) {
	.twelve.columns {
		float: left;
	}
}
.twelve.columns::before,
.twelve.columns::after {
	display: none;
}

/* MANUFACTURE */
#carousel {
  display: block;
  position: relative;
  overflow: hidden;
}

#carousel div {
  text-align: center;
  height: 80px;
  float: left;
  position: relative;
  margin-right: 50px;
}

#carousel div img {
  text-align: center;
  height: 80px;
  float: left;
  position: relative;
  -webkit-filter: opacity(50%);
	 filter: opacity(50%);
}

#carousel div img {
  border: none;
}

.caroufredsel_wrapper {
	max-height:80px;
	overflow: hidden!important
}

#carousel {
	max-height:80px;
	overflow:hidden;
}

#manufacturers {
	background-color: #ECECEC;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

#manufacturers h1 {
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 40px;
}

.hide {
	display: none !important;
}