.topStoryHead {
    font-family: 'Special Elite', cursive;
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 12px 0 6px;
    margin: 20px 0 0;
    box-shadow: 0 3px 20px #777;
    z-index: 99;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}
.todaystop-page .ccm-block-page-list-title a {
    color: #5e5f5f;
    font-weight: 800;
    text-align: center;
    display: block;
    text-decoration: none;
}
#ccm-panel-add-blocktypes-list div:first-child ul li a img {
	width: 100%;
	height: auto;
	top: 0;
	position: absolute;
	left: 0;
	max-width: 100% !important;
}
#ccm-panel-add-blocktypes-list > div:first-child header {
	padding-bottom: 10px !important;
	position: relative;
}

@charset "UTF-8";
/* CSS Document */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font-family: Nunito Sans, sans-serif;
}
body {
    overflow-x: hidden;
}
#header {
	display: flex;
	background: #000;
	padding: 0;
	align-items: flex-start;
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
	-moz-transition: top 1s ease-in-out;
	-webkit-transition: top 1s ease-in-out;
	-ms-transition: top 1s ease-in-out;
	transition: top 1s ease-in-out;
	flex-direction: column;
}
#header.header1 {
  width: 100%;
  align-items: center;
  flex-direction: column;
}
#header.header2 {
  width: 100%;
  align-items: center;
  flex-direction: column-reverse;
}
#header.header3 {
	width: 100%;
	align-items: flex-end;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
#header.header4 {
	width: 100%;
	align-items: flex-end;
	flex-direction: row;
	justify-content: flex-end;
}

#header img#logo {
	width: 32vw;
	padding: 0 0 0px 20px;
	display: block;
}
#header .nav {
    display: flex;
    font-size: 1rem;
    z-index: 2;
    margin-top: .3vw;
	-moz-transition: right 1s ease-in-out;
	-webkit-transition: right 1s ease-in-out;
	-ms-transition: right 1s ease-in-out;
	transition: right 1s ease-in-out;
}
#header .nav li {
	margin: 5px;
	list-style: none;
}
#header .nav li a {
	padding: 5px 5px 3px;
	font-size: 12px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
}
#header .nav li a:hover {
	color: #ed0b05;
}
#header ul ul {
	display: none;
	position: absolute;
	background: #000;
}
#header > ul > li:hover ul {
	display: block;
}
#header ul.nav > li:first-child {
	display: none;
}
#main {
    margin-top: 8.4vw;
    min-height: 800px
}
#main form {
	padding-top: 20px;
	display: block;
}
#topSearchBox {
	width: 350px;
	position: absolute;
	right: 0;
	top: 40px;
}
#topSearch .query {
	color: #000;
	width: 250px;
	margin-right: 15px;
	border: 0px;
	height: 25px;
	border-radius: 13px;
	padding-left: 10px;
	max-width: 100%;
	box-shadow: 0px 1px 6px #505050 inset;
	float: left;
	outline: none;
}
#topSearch .submit {
	height: 25px;
	padding-bottom: 6px;
	width: 25px;
	border: 0px;
	background: url('../../images/red-check.png') 0px 0px no-repeat;
	display: none;
}
.properCont {
	width: 100%;
	overflow: hidden;
}
p.headLiner {
	justify-content: center;
}
.headLiner {
	font-size: .98vw;
	font-family: futura-pt;
	font-weight: 800;
	position: relative;
	white-space: nowrap;
	margin: 0;
	display: inline;
	text-transform: uppercase;
}
.headLiner:nth-child(2) {
	color: #918d8e;
}
#main .rslides {
	margin: 0 auto;
}

#main .ccm-image-slider-text h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900
}
#main .ccm-image-slider-text h3 {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px
}
#main .ccm-image-slider-text p {
	color: #9e9b9c;
	font-size: 18px
}

#main .ccm-image-slider-text {
	width: 100%;
	text-align: center;
	font-family: futura-pt, sans-serif;
}
#mainh2, #main .ccm-image-slider-text p span.slider-title-grey {
	color: #9b9b9b;
}
.ccm-block-page-list-pages.anderson {
	display: flex;
	flex-wrap: wrap;
}
.ccm-block-page-list-page-entry-horizontal, .ccm-block-page-list-page-entry {
	width: 20%;
}
.ccm-block-page-list-page-entry-thumbnail .img-responsive {
	width: 96%;
	height: auto;
	margin: 2%;
}
.ccm-block-page-list-title a {
	padding: 2%;
	font-family: futura-pt, sans-serif;
	font-size: 2vw;
	color: #000;
	display: block;
	text-decoration: navajowhite;
}
footer {
	background: #000;
	text-align: center;
}
#footStack {
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: center;
	text-align: left;
}
#footStack > div:nth-child(3) {
	text-align: right;
}
#footStack ul {
	list-style: none;
}
#footStack a {
	text-decoration: none;
	text-transform: uppercase;
}
#mousetype {
	padding: 120px 0 20px;
}
footer > img {
	width: 260px;
	height: auto;
	padding: 40px 0 10px;
}
footer .list-inline {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
footer .list-inline li {
	padding: 0 !important;
	margin: 0 20px !important;
}
footer .list-inline li a {
	color: #ed0b05;
	font-size: 24px;
}
#mousetype p {
	font-size: 14px;
	text-transform: uppercase;
}
#footStack div h3 {
	color: #d92b46;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
	margin: 20px 0 0;
}
.rslides_nav {
	background: transparent url("../../images/White-Nav-Arrows-2.png") no-repeat left top !important;
} 
.rslides_nav.next {
	background-position: right top !important;
}
#footStack > div {
	width: 20%;
}
#footStack > div:nth-child(2) {
	width: 50%;
}

.cke h3, .cke .callOut {
	color: #000 !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-family: futura-pt, sans-serif !important;
	font-size: 20px !important
}
.cke h2, .cke .slider-title-grey {
	color: #9e9b9c !important;
	width: 100% !important;
	text-transform: uppercase !important;
	font-family: futura-pt, sans-serif !important;
	font-weight: 900 !important;
	font-style: normal !important;
	font-size: 2vw !important;
	line-height: 2vw !important;
	display: block !important;
}
.cke .black-larger-title {
	color: #000;
}
.ricksButton {
	width: 26%;
	background: #ed1a3b;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
	border: 1px solid #000;
	text-decoration: none;
	padding: 8px;
	font-family: futura-pt;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.ricksButton:hover {
	background: #000;
	border-color: #ed1a3b;
}
.ccm-image-slider-inner {
	position: relative;
}
#mobHam {
	color: #fff;
	right: 3vw;
	position: absolute;
	top: 2vw;
	font-size: 25px;
	z-index: 99;
	display: none;
	cursor: pointer;
}
.mobMe #mobHam .fa-times {
	display: block;
}
.mobMe #mobHam .fa-bars, #mobHam .fa-times {
	display: none;
}
div#main > img {
	min-width: 100%;
	height: auto;
	max-width: 100%;
}
.subNavver ul {
	text-align: center;
	list-style: none;
}
.subNavver ul a {
	text-decoration: none;
	color: #000;
	font-family: futura-pt;
	font-size: 24px
}
.subNavver ul a:hover, .subNavver ul a.nav-selected {
	font-size: 200%;
	font-weight: 900
}
#main a {
	text-decoration: none;
}
.contenter {
	max-width: 100%;
}
@media (max-width:1020px) {
#header img#logo {
	width: 45vw;
}
#main {
	margin-top: 12.8vw;
}
#mobHam {
	display: block;
}
#header .nav {
	position: fixed;
	right: -50vw;
	left: unset;
	flex-direction: column;
	background: #000;
	height: 100vh;
	padding: 10vw 10vw 70px 2vw;
	width: 50vw;
	overflow: scroll;
}
#ccm-image-slider-2199 {
	width: 130%;
	position: relative;
	left: -15%;
}

	.mobMe #header .nav {
	right: 0;
	}
#header ul ul {
	display: block;
	position: relative;
	background: #000;
	left: 20px;
}
}
@media (max-width:768px) {

/* Inline #45 | https://www.zzzippysites.com/goshenflooring/ */

#footStack {
  flex-direction: column;
}

#footStack div {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

/* styles.css | https://www.zzzippysites.com/goshenflooring/application/themes/zzzippy/assets/css/styles.css */

#footStack > div:nth-child(2) {
  /* width: 50%; */
  width: 100%;
  order: -1;
  margin-bottom: 20px;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 160% !important;
	padding: 0;
	margin: 0;
	left: -30%;
}
.listOneText h2 span, .listOneText h2 {
	font-size: 10vw !important;
	text-align: center !important;
}
footer img {
  max-width: 60vw !important;
  margin: ;
  margin-top: 20px !important;
  display: block !important;
}
footer {
  padding-top: 20px;
}
#header img#logo {
	min-width: 40vw !important;
	padding: 20px !important;
}
#main {
	margin-top: 14vw;
}


/* Inline #27 | https://www.zzzippysites.com/goshenflooring/index.php/products */

.listOneText h2 span, .listOneText h2 {
  font-size: 10vw !important;
  text-align: center !important;
  max-width: 100% !important;
  display: inherit !important;
  line-height: inherit !important;
}

.listOneText p, .listOneText p span, .listOneText p strong {
  font-size: 22px !important;
  align-content: ;
  text-align: center;
  line-height: 30px !important;
}

.listOneText p strong {
  font-weight: bold !important;
}


@media (max-width: 980px) {
  .listOneText {
    /* max-width: 90vw; */
    max-width: 90vw !important;
  }
}

}