body, html {
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #aaa;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
	background-color: #111 !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #777;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #aaa;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #aaa;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
p {
	font-size: 16px;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
        white-space: pre-wrap; 
        overflow: visible;
        text-overflow: initial; 
        word-wrap: normal !important;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
#screenprinting p, #tackletwill p, #embroidery p, #awards p, #signs p, #call p {
	font-size: 24px;
	line-height: 27px;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	margin: 15px 0 30px;
	padding-right: 3% !important;
	padding-left: 3% !important;
}
a {
	color: #0995e4;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #0995e4;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border: 0 !important;
	z-index: 1030 !important;
}
#menu a.navbar-brand {
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	color: #0995e4;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	margin-top: -20px !important;
}
#menu.navbar-default .navbar-nav > li > a {
	background: rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	color: #ddd;
	font-weight: 700;
	font-size: 13px;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	padding: 5px 10px 5px 10px;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 5px 0 5px;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0 !important;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	background: #0995e4;
	color: #000;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        text-shadow: 2px 2px 2px rgba(0,0,0, 0.1);
        border: 0 !important;
}
.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #0995e4 !important;
	background-color: transparent;
	border: 0 !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #0995e4;
	border-color: #0995e4;
	border: 0 !important;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	border: 0 !important;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	color: #fff;
	background-color: #0072d3;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
	padding-left: 50px;
	padding-right: 50px;
        -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #003c87;
}
.rndcnr {
        border: 2px solid transparent;
        width: auto;
        height:auto;
        object-fit: cover;
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.4);
}
.intro h1 {
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-size: 10em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 10px;
}
header .intro-text {
	padding-top: 120px !important;
	padding-bottom: 120px !important;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
header .intro-text img {
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	width: 95% !important;
	height: auto !important;
	max-width: 750px !important;
	max-height: 525px !important;
}
/* About Section */
#about {
	padding: 50px 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-text {
	margin-left: 10px;
}
#about .about-img {
	display: inline-block !important;
	position: relative;
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
        width: 100% !important;
        margin-bottom: 20px;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
#about p {
	line-height: 24px;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	margin: 15px 0 10px;
	float: left !important;
}

/* Galleries Navigation / Buttons Control */
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 5px;
	padding: 20px 0;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.1);
}
ol.type li a {
	color: #333;
	font-weight: 500;
	font-size: 14px;
	background: #aaa;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
        -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ol.type li a.active {
	color: #fff;
	background-color: #0995e4;
}
ol.type li a:hover {
	color: #fff;
	background-color: #0995e4;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.morebutton {
	text-align: center !important;
	margin-bottom: 30px !important;
	margin-top: -20px !important;
}

/* Screen Printing Section */
#screenprinting {
	padding: 0 0 120px 0;
}
#screenprinting .section-title {
	background: #444 url(../img/screenprinting-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#screenprinting .section-title h2 {
	color: #fff;
}
.screenprinting-item {
	margin: 15px 0;
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
        width: 280px !important;
        height: 187px !important;
        margin-top: -5px !important;
}
.screenprinting-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.screenprinting-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
.g-item {
	margin: 20px 8px 15px 8px !important;
	padding: 0 0 0 0 !important;
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
        width: 90% !important;
        height: 20%;
        min-height: 30px !important;
        max-height: 120px !important; 
}
.g-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.g-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
.galpage {
	color: #fff;
	transition: all 0.3s;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 500;
        align-content: center !important;
        text-align: center !important;
	align-items: center !important;
	margin: 20px auto !important;
}
.galpage hr {
	height: 2px;
	width: 120px;
	background: #0995e4;
	margin: 10px 41% auto !important;
	margin-bottom: 40px;
	border: 0;
	align-content: center !important;
	text-align: center !important;
	align-items: center !important;
}

/* Tackle Twill Section */
#tackletwill {
	padding: 0 0 120px 0;
}
#tackletwill .section-title {
	background: #444 url(../img/tackletwill-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#tackletwill .section-title h2 {
	color: #fff;
}
.tackletwill-item {
	margin: 15px 0;
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
        width: 280px !important;
        height: 187px !important;
        margin-top: -5px !important;        
}
.tackletwill-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.tackletwill-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
}

/* Embroidery Section */
#embroidery {
	padding: 0 0 120px 0;
}
#embroidery .section-title {
	background: #444 url(../img/embroidery-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#embroidery .section-title h2 {
	color: #fff;
}
.embroidery-item {
	margin: 15px 0;
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
        width: 280px !important;
        height: 187px !important;
        margin-top: -5px !important;
}
.embroidery-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.embroidery-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
}

/* Awards Section */
#awards {
	padding: 0 0 120px 0;
}
#awards .section-title {
	background: #444 url(../img/awards-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#awards .section-title h2 {
	color: #fff;
}
.awards-item {
	margin: 15px 0;
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
        width: 280px !important;
        height: 187px !important;
        margin-top: -5px !important;
}
.awards-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.awards-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
}

/* Signs & Banners Section */
#signs {
	padding: 0 0 120px 0;
}
#signs .section-title {
	background: #444 url(../img/signs-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#signs .section-title h2 {
	color: #fff;
}
.signs-item {
	margin: 15px 0;
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
        width: 280px !important;
        height: 187px !important;
        margin-top: -5px !important;
}
.signs-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.signs-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
        overflow:hidden;
}

/* Call Banner Section */
#call {
	padding: 90px 0;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0995e4+50,779936+100 */
	background: rgb(9,149,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(9,149,229,1) 50%, rgba(0,110,172,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(9,149,229,1) 50%, rgba(0,110,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(9,149,229,1) 50%, rgba(0,110,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0995e4', endColorstr='#006eac', GradientType=0 ); /* IE6-9 */
}
#call .overlay {
	padding: 80px 0;
	background: #0995e4;
}
#call h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
#call hr {
	background: #fff;
}
#call h3 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 5px 0;
}

/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #F6F6F6 !important;
	background-image: none !important;
}
#contact .section-title {
	color: #777 !important;
	background: transparent !important;
	background-image: none !important;
}
#contact .section-title p {
	color: #777 !important;
}
#contact form {
	padding: 0;
}
#contact h2 {
	color: #0995e4 !important;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none !important;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 24px;
	line-height: 27px;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
	margin: 15px 0 30px;
	padding-right: 3% !important;
	padding-left: 3% !important;
}

/********************** CAPTCHA ************************/

	.capbox {
		width: 100%;
		position: relative;
		left: 0px;
		top: -5px;
		float: left;
		background-color: none;
		border: none;
		border-width: 0px 0px 0px 0px;
		*display: inline; zoom: 1; /* FOR IE7-8 */
		padding: 8px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}
	
	.capbox-inner {
		width: 100%;
		position: relative;
		float: left;
		left: 0px;
		top: -20px;
		font-size: 25px;
		line-height: 27px;
		text-transform: uppercase;
		text-align: center;
		font-weight: 400;
		color: #0f73d0;
		background-color: none;
		padding: 5px 0px 0px 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		}
	
	#CaptchaDiv {
		width: inherit;
		position: relative;
		left: 0px;
		top: -5px;
		float: left;
		font-size: 25px;
		line-height: 50px;
		font-style: italic;
		font-weight: 600;
		color: #000000;
		border-top: 20px solid #f6f6f6;
		border-bottom: 20px solid #f6f6f6;
		text-align: center;
		background-color: #bbbbbb;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		}
	
#CaptchaInput { margin: 0px; position: relative; float: left; left: 0px; top: 4px; width: 100%; }

/* Footer Section*/
#footer {
	background: #262626;
	padding: 50px 0 0 0;
}
#footer h3 {
	color: #0995e4;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,0995e4+50 */
	background: rgb(0,110,172); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,110,172,1) 0%, rgba(9,149,229,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,110,172,1) 0%, rgba(9,149,229,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,110,172,1) 0%, rgba(9,149,229,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eac', endColorstr='#0995e4', GradientType=0 ); /* IE6-9 */
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;

}

/************************************************************/
@media (max-width: 1024px) {
/************************************************************/
.screenprinting-item, .tackletwill-item, .embroidery-item, .awards-item, .signs-item {
	width: 100% !important;
	Height: 200px !important;
        margin-top: -5px !important;
        align-content: center !important;
        text-align: center !important;
	align-items: center !important;

}
#menu.navbar-default .navbar-nav > li > a {
	font-size: 11px;
	padding: 5px 9px 5px 9px;
	letter-spacing: 0.5px;
	margin: 10px 5px 0 5px;
}
#about .about-text {
	width: 450px;
	position: relative;
	left: 520px;
	top: -375px;
	float: left !important;
	margin-bottom: -400px;
}
#about .about-text p {
	position: relative;
	top: -35px;
	left: -10px;
}
}


/************************************************************/
@media (max-width: 995px) {
/************************************************************/
.screenprinting-item, .tackletwill-item, .embroidery-item, .awards-item, .signs-item {
	width: 100% !important;
	Height: 200px !important;
        margin-top: -5px !important;
        align-content: center !important;
        text-align: center !important;
	align-items: center !important;

}
.navbar-right {
    float: right !important;
    margin-right: -15px;
    width: 450px;
}
#menu.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	padding: 5px 5px 5px 5px;
	letter-spacing: 0px;
	margin: 10px 5px 0 5px;
	background: rgba(0, 0, 0, 0.7);
}
#about .about-text {
	width: 100%;
	left: 0px;
	top: 0px;
	margin-bottom: 0px;
}
}

/************************************************************/
@media (max-width: 767px) {
/************************************************************/
.screenprinting-item, .tackletwill-item, .embroidery-item, .awards-item, .signs-item {
	width: 100% !important;
	Height: 400px !important;
        margin-top: -5px !important;
        align-content: center !important;
        text-align: center !important;
	align-items: center !important;
}
.navbar-right {
    float: right !important;
    margin: 0px;
    width: 100%;
}
.nav {
        background: rgba(0, 0, 0, 0.7);
        margin-top: 40px;
}
#menu.navbar-default .navbar-nav > li > a {
    width: 100%;
    font-size: 17px;
    padding: 12px 0px 12px 0px;
    letter-spacing: 0px;
    text-indent: 10px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
}

/************************************************************/
@media (max-width: 479px) {
/************************************************************/
.screenprinting-item, .tackletwill-item, .embroidery-item, .awards-item, .signs-item, .img-responsive {
	width: 100% !important;
	Height: 250px !important;
        margin-top: -5px !important;
        align-content: center !important;
        text-align: center !important;
	align-items: center !important;
}
}