.navbar-fixed-top {
    top: 0px;
    border-width: 0 0 1px;
}

/* Typography
----------------------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif,'Glyphicons Halflings';
}

html,
body {
	height: 100%;

}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;

}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #339BEB;
}
.text-colored {
	color: #ff9900;
}
a {
	color: #ff9900;
}
a:hover {
	color: #339BEB;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #555555;
	background:linear-gradient(to top,#eeeeee,#fefefe);
	box-shadow:0px 1px 5px 1px rgb(0 0 0 / 30%);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;

	color: #fff;
	margin-top:130px;
	padding: 10px 20px;
	position:relative;
}
.banner-image {
	vertical-align: middle;
	min-height:300px;
	width: 100%;
	max-width:1170px;
	margin:0 auto;
	background:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px 2px rgb(204,204,204,.6);
	background:white;
	padding:20px 0px;
}
.abouttitle{
	font-weight:bold;
	text-align: left;
	position: relative;
	color: #555555;
	padding-left: 15px;
}
.abouttitle:after {
	content: "";
	position:absolute;
	bottom:0px;
	left:15px;
	width:88px;
	height: 1px;
	background: #000000;
}
.abouticon{
	color: #555555;
	font-size: 80px;
	margin-top: 50px;
}
/*.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.55);
	content: "";
}*/
.banner-caption {

	margin: 0 auto;
    
}
.banner-caption p{
	color:black;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	line-height: 2.8;
	padding-right: 10px;
}

.subfooter {
	background-color: #fafafa;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 0;
}
.section {
	background-color: #ffffff;
	padding: 25px 0;
}
.proitem .probox{
	width: 100%;
	height: 100%;
	text-align: right;

}
.proitem .probox .protitle{
	font-weight:bold;
	text-align: right;
	position: relative;
	text-transform:Uppercase;
	letter-spacing: 2px;
	color: #555555;
}
.proitem .probox .protitle:after {
	content: "";
	position:absolute;
	bottom:0px;
	right:0;
	width:88px;
	height: 1px;
	background: #000000;
}
.proitem .probox .proicon{
	color: #555555;
	font-size: 80px;
	margin-top:25px;
	margin-bottom: 100px;
}
.proitem a{
	display: block;
	width: 100%;
	height: 100%;
}
.proitem a:hover{
	background: #eaeaea;
	text-decoration: none;
}
.proitem a img{
	width: 100%;
	max-width: 302px;
	margin: 0 auto;
}
.proitem a span{
	width: 100%;
	max-width: 302px;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	display: block;
	border-top: 1px solid #000000;
	color: #000000;
}
.iptitle{
	font-weight:bold;
	position: relative;
	text-transform:Uppercase;
	letter-spacing: 2px;
	color: #555555;
	border-bottom:1px solid #cccccc;
	margin:0 auto;
	padding:0.6em 0;
	margin-bottom:10px;
}
.contact{
	border-bottom:none;
	position:relative;
}
.contact::before{
	position:absolute;
	content:'';
	width:100px;
	height:1px;
	background:#666666;
	bottom:0;
	left:calc(50% - 50px);
}
.formbox{
	background: #fcfafa;
	padding: 10px 0;
	border-radius: 5px;
}
.options-name{
	height:30px;
	line-height:30px;
	text-align:left;
	color:black;
}
.p0{
	padding:0;
}
.plr-10{
	padding-right:10px;
	padding-left:10px;
}

.options-box span{
	display:inline-block;
	min-width:50px;
	padding:0 4px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-right:15px;
	color:#575757;
	cursor:pointer;
	transition:ease-in-out all 0.5s;
	border-radius:3px;
	margin-bottom:8px;
}

.options-box span:hover{
	background:#eeeeee;
	transition:ease-in-out all 0.5s;
}
.options-box span.active{
	border:1px solid #ff9900;
	background:white;
	color:#ff9900;
}
.row-mt{
	margin-top:15px;
}
.size-box{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}
.size-options{
	display:flex;
	flex-direction:column;
	width:185px;
	height:112px;
	padding:8px 12px;
	position:relative;
	border:1px solid #575757;
	margin-right:20px;
	margin-bottom:16px;
}
.size-options:hover{
	background:white;
	cursor:pointer;
}
.size-options.active{
	border-color:#ff9900;
	background:white;
}
.size-options span{
	color:#575757;
	text-align:left;
	display:block;
	height:30px;
	line-height:30px;
}
.input-size-options{
	height:124px;
}
.input-size-options span{
	margin-bottom:6px;
}
.size-options .checked{
	width:14px;
	height:14px;
	position:absolute;
	top:0;
	right:-1px;
	border-left:1px solid #575757;
	border-bottom:1px solid #575757;
	cursor:pointer;
}
.size-options .delsize{
	width:14px;
	height:14px;
	position:absolute;
	top:-1px;
	right:0px;
	border-left:1px solid #ff9900;
	border-bottom:1px solid #ff9900;
	cursor:pointer;
	color:#888;
	line-height:12px;
	font-size:12px;
	text-align:center;
}
.size-options.active .checked{
	border-color:#ff9900;
}

.size-options.active .checked::before,.size-options.active .checked:hover::before{
	content:'';
	position:absolute;
	width:4px;
	height:2px;
	background:#ff9900;
	transform:rotate(35deg);
	bottom:3.5px;
	left:1.5px;
}
.size-options.active .checked::after{
	content:'';
	position:absolute;
	width:10px;
	height:2px;
	background:#ff9900;
	transform:rotate(125deg);
	bottom:5px;
	left:3px;
}
.shine-warn{
	animation:colorchange 1s;
	animation-iteration-count:3;
	-webkit-animation:colorchange 1s; /*Safari and Chrome*/
	-webkit-animation-iteration-count:3;
}

@keyframes colorchange
{
	from {border-color:#ff9900;background:white;}
	to {border-color:red;background:rgb(255,153,0,.5);}
}

@-webkit-keyframes colorchange /*Safari and Chrome*/
{
	from {border-color:#ff9900;background:white;}
	to {border-color:red;background:rgb(255,153,0,.5);}
}
.num-sel{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-top:6px;
}
.num-sel input{
	width:60px;
	height:28px;
	line-height:28px;
	border:none;
	outline:none;
	text-align:center;
	background:#f9f6f6;
	margin:0 12px;
}
.num-sel .add,.num-sel .minus{
	width:16px;
	height:16px;
	border:1px solid #575757;
	line-height:13px;
	text-align:center;
	cursor:pointer;
	transition:ease-in-out all 0.25s;
}
.num-sel .add:hover,.num-sel .minus:hover{
	transition:ease-in-out all 0.25s;
	background:#ff9900;
	color:white;
	border-color: #ff9900;
}
.add-size-btn{
	width:100px;
	height:30px;
	line-height:30px;
	color:white;
	background:linear-gradient(#ffa200,#ff6633);
	text-align:center;
	margin-left:18px;
	border-radius:3px;
	box-shadow:0 0 1px 0px rgb(0,0,0,.5);
	cursor:pointer;
	transition:ease-in-out all 0.3s;
}
.add-size-btn:hover{
	box-shadow:0 0 3px 0px rgb(0,0,0,.7);
	transition:ease-in-out all 0.3s;
}
.size-input{
	width:40px;
	height:28px;
	line-height:28px;
	border:none;
	outline:none;
	text-align:center;
	background:#f9f6f6;
}
.item-size{
	display:inline-block;
	min-width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-right:15px;
	color:#575757;
	cursor:pointer;
	transition:ease-in-out all 0.5s;
	border-radius:3px;
	margin-bottom:8px;
	padding:0 5px;
}
.item-size:hover{
	background:#eeeeee;
	transition:ease-in-out all 0.5s;
}
.item-size.active{
	border:1px solid #ff9900;
	background:white;
	color:#ff9900;
}
.pro-bg-img{
	margin-left:15px;
	font-size:22px;
	color:#575757;
	cursor:pointer;
}
.option-input{
	display:inline-block;
}
.option-input input{
	width:80px;
	height:28px;
	line-height:28px;
	border:none;
	outline:none;
	text-align:left;
	background:white;
	box-shadow:0 0 2px 0px rgb(0,0,0,.5);
}
.zippercolor.option-input,.valvecolor.option-input{
	cursor:pointer;
}
.zippercolor.option-input.active,.valvecolor.option-input.active{
	color:#ff9900;
}
.zippercolor.option-input.active input,.valvecolor.option-input.active input{
	color:black;
}
.add-cart-btn{
	height:32px;
	width:180px;
	line-height:32px;
	text-align:center;
	color:white;
	background:linear-gradient(#0099f9,#0284d6);
	margin:20px auto;
	margin-top:50px;
	border-radius:5px;
	box-shadow:0 0 2px 0px rgb(0,0,0,.5);
	cursor:pointer;
	transition:ease-in-out all 0.3s;
}
.add-cart-btn:hover{
	background:linear-gradient(#ffa200,#ff6633);
	transition:ease-in-out all 0.3s;
}
.cart-title{
	width:100%;
	line-height:38px;
	font-size:22px;
	padding:3px 0;
	border-bottom:1px solid #000000;
	margin-bottom:8px;
}

.sel-item{
	width:100%;
	background: #fcfafa;
	padding: 10px 0;
	color:#888888;
	position:relative;
	margin-bottom:10px;
}
.sel-title{
	color:#000;
	margin-right:5px;
}
.sel-item-row{
	margin-bottom:10px;
}
.sel-size-box{
	display:flex;
	justify-content:flex-start;
	align-items:top;
}
.sel-size-info{
	line-height:23px;
}
.custompic{
	cursor:pointer;
}
.del-btn{
	width:20px;
	height:20px;
	background:#d40a00;
	position:absolute;
	top:0;
	right:0;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.del-btn::before{
	content:'';
	width:10px;
	height:2px;
	background:white;
}
.add-order-btn{
	height:32px;
	width:180px;
	line-height:32px;
	text-align:center;
	color:white;
	background:#d40a00;
	margin:20px auto;
	margin-top:50px;
	border-radius:5px;
	box-shadow:0 0 2px 1px rgb(0,0,0,.5);
	cursor:pointer;
	transition:ease-in-out all 0.3s;
}
.add-order-btn:hover{
	box-shadow:0 0 5px 1px rgb(0,0,0,.75);
	transition:ease-in-out all 0.3s;
}

.news-box{
	padding:10px;
	background:white; 
	border:1px solid #ccc; 
	border-radius:3px;
	cursor:pointer;
}
.bloglinks{
	padding-top:10px;
	color:#888888;
	font-weight:lighter;
}
.bloglinks a{
	color:black;
	font-weight:normal;
}
.bloglinks a:hover{
	color:#ff9900;
}
.news-detail-btn{
	color:#999;
    transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	font-weight:lighter;
}
.news-detail-btn:hover{
	color:#ff9900;
}
.line{
	width:100%;
	height:10px;
	background:#dddddd;
	border-radius:10px;
	position:relative;
	margin:60px auto;
	margin-bottom:50px;
}
.line .progress{
	width:80%;
	height:10px;
	background:#ff9900;
	position:absolute;
	top:0;
	left:0;
}
.line .pointer-box{
	width:100%;
	height:20px;
	position:absolute;
	top:-5px;
	left:0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 100px;
}
.line .pointer-box .pointer{
	width:20px;
	height:20px;
	border-radius:20px;
	background:white;
	box-sizing:border-box;
	border:2px solid #dddddd;
	position:relative;
}
.line .pointer-box .pointer::after{
	content:'';
	position:absolute;
	width:180px;
	top:-35px;
	left:-80px;
	text-align:center;
}
.line .pointer-box .pointer.printing::after{
	content:'Printing';

}
.line .pointer-box .pointer.compositing::after{
	content:'PA&PE Compositing';

}
.line .pointer-box .pointer.bagsmaking::after{
	content:'Bags Making';

}
.line .pointer-box .pointer.packing::after{
	content:'Packing';

}
.line .pointer-box .pointer.shipment::after{
	content:'Shipment';

}

.line .pointer-box .pointer.active{
	border:2px solid #ff9900;
	display:flex;
	justify-content:center;
	align-items:center;
}
.line .pointer-box .pointer.active::before{
	content:"";
	width:6px;
	height:6px;
	border-radius:3px;
	background:#ff9900;
}
.progress-name{
	color:#666666;
	padding-left:10px;
	position:relative;
}
.progress-name::before{
	content:'';
	width:0;
	height:0;
	border:6px solid transparent;
	border-left-color:#000;
	position:absolute;
	left:0;
	top:4px;
}
.progress-img{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	margin-top:6px;
}
.progress-img .img-outer{
	width:180px;
	height:100px;
	overflow:hidden;
	padding:3px;
	border:1px solid #cccccc;
	display:block;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	background:white;
	box-shadow:0 0 5px 0 rgb(0,0,0,.2);
}
.progress-img .img-outer::before{
	content:"";
	width:180px;
	height:3px;
	background:white;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.progress-img .img-outer img{
	max-width:100%;
	cursor:pointer;
	opacity:1;
	transition:ease-in-out all 0.3s;
}
.progress-img .img-outer img:hover{
	opacity:0.78;
	transition:ease-in-out all 0.3s;
}
.order-search{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:15px;
	max-width:750px;
	text-align:left;
}
.order-search input{
	width:80%;
	height:36px;
	outline:none;
	font-size:14px;
	padding:0 5px;
	line-height:36px;
}
.order-search .search-order{
	margin-left:10px;
	height:36px;
	width:70px;
	text-align:center;
	background:linear-gradient(#ffb400,#ff9900);
	align-items:center;
	display:flex;
	justify-content:center;
	transition:ease-in-out all 0.3s;
	cursor:pointer;
	
}
.order-search .search-order:hover{
	box-shadow:0 0 3px 0 rgb(0,0,0,.3);
	transition:ease-in-out all 0.3s;
}
.order-search .search-order span{
	color:white;
	font-size:16px;
}
.order-email{
	width:100%;
	margin:15px 0;
	padding:0;
}

.order-email span{
	display:inline-block;
	margin-right:8px;
}
.order-email input{
	outline:none;
	border:none;
	width:200px;
	box-shadow: 0 0 2px 0 rgb(0,0,0,.5);
}
/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #222222;
	color: #ffffff;
}
.default-bg.blue {
	background-color: #ff9900;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
	background-color: rgba(85, 172, 238, 0.7);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 10px 0;
	font-size: 14px;
	color: #555555;
	text-align: center;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #555555;
}
.banner-caption h1 {
	font-size: 48px;
	margin: 6px auto;
}
.subfooter p {
	margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #ff9900;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #339BEB;
	border-color: #339BEB;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #ff9900;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #ff9900;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #ff9900;
	border-color: #ff9900;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
	background-color: #ff9900;
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #555555;
	padding: 10px 11px;
	font-size: 18px;
	font-weight: 300;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #ff9900;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #ff9900;
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}
	.line .pointer-box .pointer.shipment::after{
		left:-50px;
	}
}
@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: absolute;
	}
	.options-box{
		margin-top:8px;
	}
	.options-name{
		margin-bottom:8px;
	}
	.size-box{
		margin-top:8px;
	}
	.option-input{
		margin-top:8px;
	}
	.upload-btn{
		margin-top:8px;
		margin-left:0;
	}
	.pro-bg-img{
		margin-top:8px;
	}
	.size-options{
		width:90%;
	}
	.section{
		padding:30px 0;
	}
	.line .pointer-box{
		padding-left:0;
		padding-right:0;
	}
	.line .pointer-box .pointer::after{
		min-width:30px;
		width: unset!important;
		text-align:left;
		left:-10px;
		top:-50px;
		font-size:12px;
	}
	.line .pointer-box .pointer.compositing::after{
		left:-20px;
	}
	.line .pointer-box .pointer.bagsmaking::after{
		left:-25px;
	}
	.line .pointer-box .pointer.shipment::after{
		left:-30px;
	}
	.progress-img .img-outer{
		width:100%;
		height:180px;
		margin-right:0px;
	}
	.progress-img .img-outer::before{
		width:100%;
	}
	.ptb{
		padding:15px 0;
		text-align:left;
		padding-left:30px;
	}
	.cart-title{
		text-indent:10px;
	}
	.order-email div{
		margin-bottom:10px;
	}
	.news-box{
		margin-bottom:8px;
	}
	.modal-dialog{
		margin:10px auto;
	}
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: rgba(0, 0, 0, 0.95);
	padding: 5px 0;
}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}
}

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	/*margin: 10px 10px 10px 0;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo,
.site-name-and-slogan {
	float: left;
}
.site-name {
	font-size: 28px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-name a {
	color: #555555;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
	font-size: 20px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #ff9900;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media (min-width:970px) and (max-width:1200px) {
	.container{
		width:100%; 
	}
	.main-navigation .navbar-default .navbar-nav li a{
		font-size:14px;	
	}
}
@media (max-width:1000px) {
	.logo{
		width:220px;
	}
	.banner{
		margin-top: 175px;
	}
	.banner-caption .container{
		margin:0px;
		padding: 0px;
		width: 100%;
	}	
	.proitem .probox .proicon{
		color: #555555;
		font-size: 80px;
		margin-top:25px;
		margin-bottom: 50px;
	}
}
@media (max-width:768px) {
	.navbar768{
		margin-top: -40px;
	}
	.banner{
		margin-top: 120px;
	}
	.banner-caption {
		top:0;
	}

	.abouttitle{
		margin-bottom: 20px!important;
		font-size:32px!important;
		line-height:44px;
	}
	.abouticon{
		display: none;
	}
	.banner-caption p {
		text-align:justify;
		font-size: 20px;
		line-height: 1.6;
		padding: 0 15px;
	}
	.proitem .probox{
		text-align: left;
		padding-left: 20px;
	}
	.proitem .probox .protitle{
		text-align: left;
		font-size: 22px;
	}
	.proitem .probox .protitle:after {
		left:0;
	}
	.proitem .probox .proicon{
		font-size: 50px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

}