/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face {
    font-family: coolvetica_font;
    src: url('../fonts/coolvetica_rg.ttf') format('truetype'),
		 url('../fonts/coolvetica_rg.woff2') format('woff2');
}

@font-face {
    font-family: brushscript_font;
    src: url('../fonts/BRUSHSCI.ttf') format('truetype'),
		 url('../fonts/BRUSHSCI.woff2') format('woff2');
}

@font-face {
    font-family: scriptmt_font;
    src: url('../fonts/SCRIPTBL.ttf') format('truetype'),
		 url('../fonts/SCRIPTBL.woff2') format('woff2');
}

body {
    padding-bottom: 0px;
    color: #093742;
	padding-top: 40px; 
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.topbar {
	height: auto;
	margin: 0px auto;
	padding: 10px;
	position: relative;
	z-index: 9999;
}

.topbar img {
	height: 65px;
	float: left;
}

.topbar .link {
	float: right;
	margin-top: -10px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	height: 70px;
	-webkit-box-shadow: inset 17px 0px 16px -15px rgba(0,0,0,0.59);
	-moz-box-shadow: inset 17px 0px 16px -15px rgba(0,0,0,0.59);
	box-shadow: inset 17px 0px 16px -15px rgba(0,0,0,0.59);
	position: relative;
	z-index: 999;
}

.topbar .link img {
	height: 20px;
	margin: auto;
}

.topbar .menu {
	float: right;
	margin-top: -10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 20px;
	height: 70px;
	position: relative;
	z-index: 999;
}

.topbar:after {
  clear: both;
}

.topbar2 {
	height: auto;
	margin: 0px auto;
	padding: 10px;
	position: relative;
	z-index: 2;
}



.topbar2 .cart img, .topbar2 .cart2 img {
	height: 40px;
	float: left;
}

.topbar2 .link {
	float: right;
	margin-top: -10px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	height: 70px;
	-webkit-box-shadow: inset 17px 0px 16px -15px rgba(0,0,0,0.59);
	-moz-box-shadow: inset 17px 0px 16px -15px rgba(0,0,0,0.59);
	box-shadow: inset 17px 0px 16px -15px rgba(0,0,0,0.59);
	position: relative;
	z-index: 999;
}

.topbar2 .link img {
	height: 20px;
	margin: auto;
}

.topbar2:after {
  clear: both;
}

.menu a {
	color: #093742;
	text-decoration: none;
	font-size: 12px;
}

.menu a:hover {
	text-decoration: underline;
}

.text-center a:hover {
	text-decoration: none;
}

.menu .spacer {
	padding: 0px 6px;
}

.topbar .menu img {
	height: 40px;
	margin: auto;
}

.topbar2 .menu img {
	height: 40px;
	margin: auto;
}

.navbar-inverse{
    background-color: #093742;
    border-color: #093742;
}


.navbar-wrapper {
    position: relative;
/*    Moving this z index will mess up the authnet popup for cc payments*/
	z-index: 5;
	
	height: 5px;
}

.navbar-wrappermain {
    position: relative;
    z-index: 100;
}

.navbar-brand {
	margin-top: -20px;
}

.navbar-brand img {
    height: 30px;
}

.navbar-wrappermain ul {
    list-style: none !important; /* IE FIX */
	
}

.navbar-wrapper ul {
    list-style: none !important; /* IE FIX */
/*	height: 35px;*/
}

.navbarbkg {
	width: 100%;
	background-color: #093742;
	padding: 0;
	margin: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	position: absolute;
	top: 85px;
}

.navbarbkg2 {
	width: 100%;
	background-color: #093742;
	padding: 0;
	margin: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	position: relative;
}


.navbarbkgmain {
	float: right;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.navbarbkg:after {
	display: table;
	content: '';
	clear: both;
}
.navbarbkg2:after {
	display: table;
	content: '';
	clear: both;
}

.mainbody:before {
	content: '';
	display: table;
	clear: both;
}
.mainbody {
	padding-top: 10px;
	margin: 0 auto;
}

/* sets up body of site for sticky footer */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
 	margin: 0 auto; 
}

.push {
	height: 50px;
	clear: both;
}

.pushmain {
	clear: both;
}
/* end sticky footer classes */

/* start footer classes */
.footerbkgmain {
	width: 87%;
	padding: 0;
	margin-top: -70px;
	position: absolute;
	left: 20;
	right: 0;
	z-index: 999;
}

.footerbkg {
	width: 100%;
    background-color: #093742;
	padding: 0;
	margin: 0;
	/*position: absolute;
	bottom: 0;*/
	height: 50px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

footer {
    padding: 15px 30px 0px 20px;
	color: white;
}

footer .links a {
    margin: 0px 10px;
}

footermain {
    padding: 10px 30px 0px 30px;
	color: #ffffff;
	float: left;
	z-index: 500;
	background: transparent;
}

footermain .links a {
    margin: 0px 10px;
}

/* landing page*/
.img-container-left {
	width: 55%;
    min-height: 1px;
	margin: auto 0;
	text-align: right;
	position: relative;
	display: inline-block;
}
.main-img-left {
	width: 69.5%;
}

.img-container-right {
	width: 40%;
    min-height: 1px;
	margin: auto 0;
	text-align: left;
	position: relative;
	display: inline-block;
}
.main-img-right {
	width: 63%;
}




.prod-container-left {
	width: 50%;
	margin: auto 0;
	text-align: right;
	position: relative;
	display: inline-block;
}

.prod-img-left {
	width: 50%;
}



.prod-container-right {
	width: 48%;
	margin: auto 0;
	text-align: left;
	position: relative;
	display: inline-block;
}
.prod-img-right {
	width: 40%;
	margin-top: -15%;
}

/* CONTENTS */
#content section {
    margin-bottom: 10px;
}

.portal-page .container section {
    margin-top: 0px;
}

.left-box {
	padding-top: 60px;
	padding-bottom: 20px;
}

.image-hotspot {
    position: absolute;
    background: rgba(235, 105, 9, 0.2);
}

.image-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #2aabeb;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.pull-right-padded {
  float: right !important;
  padding-right: 20px;
}

.img-swatch {
  margin-right: 6px;
  margin-bottom: 6px;
  float: left;
  height: 60px;
  width: 60px;
  border: 1px solid #555;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  cursor: pointer;
  cursor: hand;
}


.swatch-group {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}



.btn-cms{
    background-color: #0099a8;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
}
.btn-white:hover, .btn-white:focus{
	color: #fff;
	text-decoration: none;
}
.eeinfo .btn-cms{
	width: 100%;
}

.role-wrper-img{
	width: 24.5%;
    display: block;
    margin: 0px;
    border: 1px solid #ccc;
    align-items: center;
}


.landing-wrper{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.col-lg-5{ 
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
	position: initial; 
	margin-top: 10px;
}
	
.col-lg-12{
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
     position: initial; 
}



.tag-div label{
	font-size: 12px;
}
.tag-div select{
	/*width: 100%;*/
}
.account_logo_image{
	max-width: 160px !important;
}
/*.topbar2 .account_logo_image .logo-add {
    max-height: 50%;
    height: 100px;
    width: 100%;
}*/
.topbar2 .account_logo_image .logo-add {
    max-height: 50%;
     height: auto; 
    width: 100%;
    max-width: 160px;
}
.topbar2 .account_logo_image img {
  /*  width: auto;
    max-height: 100%;
    height: auto;
    padding-right: 0;*/
    width: 100%;
    max-height: 50%;
}
.topbar2 .account_logo_image img{
	/*width: 100%;
    max-height: 50%;
    padding-right: 0;*/
    /*width: auto;
    max-height: 100%;
    height: 100%;
    padding-right: 0;*/
}
.topbar2 .account_logo_image{
	font-size: 12px;
}
.role-wrapper a{
	padding: 20px 0px;
    font-size: 15px;
    color: #000;
/*	font-weight: bold;*/
	cursor: pointer;
	border-radius: 2px;
	transition: 0.3s;
	text-decoration: none;
	margin: 3px 0px;
}
.role-wrapper a:hover{
	background-color: #0099a8;
	border-color: #0099a8;
	color: #fff;
}
.main-title{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
.sl-location select{
	width: 420px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.sl-location .btn{
	width: 200px;
}
.flex-row{
	display: flex;
}
.img-res{
	max-width: 100%; 
}
.sld-location .flex-row{
	align-items: center;
}

.sld-location .flex-row .loc-left {
    width: 420px;
    height: 300px;
    border: 1px solid #ccc;
    padding: 40px;
    text-align: center;
}
/*.sld-location .flex-row .loc-left {
    width: 40%;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
}*/
.sld-location .flex-row .loc-right{
	flex: 1;
	margin-bottom: 10px;
}
.sld-location .flex-row.add-row{
	margin-bottom: 20px;
}
.sld-location .flex-row.add-row .loc-right{
	padding-left: 60px;
}

/*.sld-location .loc-img{
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
}*/
/*.sld-location .loc-img img{
	width: 60%;
}*/
.sld-location .loc-img img{
	width: auto;
}

.sld-location .btn{
	width: 100px;
}
.sld-location .btn:last-child{
	width: 200px;
}
.single-emp{
	background: rgba(9,55,66,0.2);
	padding: 5px 10px;
	border: 1px solid rgba(9,55,66,0.7);
	color: #000;
	margin-bottom: 5px;
}
.emp-table tr td{
	padding: 5px 10px;
}
.emp-table tr td a{
	color: #A3A3A3;
	text-decoration: none;
}
.emp-title{
	position: relative;
}
.emp-title .emp-actions{
	position: absolute;
    right: 0px;
    top: 13px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0,0,0,0.8);
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal-dialog {
    width: 600px;
    margin: 70px auto;
    position: relative;
}
.modal-open .modal{
	overflow-x: hidden;
    overflow-y: auto;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.add-emp-form > div{
	display: flex;
	margin-bottom: 10px;
}
.add-emp-form > div label{
	width: 120px;
	font-weight: normal;
	font-size: 14px;
	padding-top: 2px;
}
.add-emp-form > div div{
	flex: 1;
}
.add-emp-form > div input[type="file"]{
	font-size: 14px;
}
.emp-modal{
	text-align: left;
}
.emp-modal .modal-content{
	padding: 10px 30px;
}
.emp-modal .modal-content h3{
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.emp-modal .modal-dialog{
	width: 450px;
}

.delete-emp-form label{
    font-weight: normal;
    font-size: 14px;
    padding-top: 2px; 
 }

 .delete-emp-form>div>div:last-child{
 	 margin-top: 10px;
    text-align: center;
 }

    

.modal-open{
	overflow: hidden;
}
.custom-file input[type="file"] {
    display: none;
}
.note-text{
	text-align: right;
	margin-bottom: 0px;
}

.disclaimer{
	color:red;
	font-size: 12px;
	font-style:italic;
}


@media (min-width: 768px) {
    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
		
    }
	
	.topbar2 img {
	/*DONT TRY TO CORRECT BRAND IMAGE SIZE HERE*/
	/* YOU SHOULD ADJUST THE BRAND IMAGE LOGO to 55px high and reimport the asset	*/
	padding-right: 10px;
	padding-top: 10px;
	max-height: 100px;
	height:45px;
	float: left;
	}
	
	.topbar3 img {
	height: 120px;
	float: left;
	}
	.topbar2 .logo img{
/*	padding-right: 20px;*/
	}

.container_productslist{
  display:flex;
  flex-flow: row wrap;
  justify-content:flex-start;
}
	
.landing-wrper-img-1{
width: 300px;
display: block;
margin: 0px;
font-size: 15px;
align-items: center;
}

.landing-wrper-img-2{
width: 300px;
display: block;
margin: 0px;
font-size: 15px;
align-items: center;
}

.landing-wrper-img-3{
width: 300px;
display: block;
margin: 0px;
font-size: 15px;
align-items: center;
}

.landing-wrper-img-4{
width: 300px;
display: block;
margin: 0px;
font-size: 15px;
align-items: center;
}

.landing-wrper-img-5{
width: 300px;
display: block;
margin: 0px;
font-size: 15px;
align-items: center;
}
	
.landing-wrper-img-6{
width: 300px;
display: block;
margin: 0px;
font-size: 15px;
align-items: center;
}
	
	


.landing-wrper-img img{
	margin: 2px;
	max-width: 100%;
	border: none;
}
	
.landing-wrper-img{
	width: 24.5%;
    display: block;
    margin: 0px;
	font-size: 15px;
/*    border: 1px solid #ccc;*/
    align-items: center;
}	
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 0px;
    }

    /* Navbar main page positioning foo */
    .navbar-wrappermain {
        margin-top: 0px;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
		border-radius: 5px;
		background-color: #093742;
		border-color: #093742;
		min-height: 32px;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrappermain .navbar {
        border-radius: 5px;
    }

    /* Bump up size of carousel content */
    #portalHeader {
        max-height: 200px;
    }

    #portalHeader .carousel-caption h1 {
        font-size: 75px;
    }

    .carousel-caption .caption {
        margin-bottom: 20px;
        font-size: 45px;
        line-height: 1.4;
    }

    .dropdown-menu {
        top: 100%;
		height: auto !important;
    }
}


.navbar-nav > li > a {
/*    padding-top: 15px;*/
	padding-top: 7px;
	padding-bottom: 15px;
    height: 35px;

}


/*Add dropdown arrow to menu items with children*/
.navbar-nav > li > a:after { 
	margin-left: 5px;
	content: '\25BC';
	height: 35px;
}

.navbar-nav li > a:only-child:after { 
	margin-left: 0; 
	content: ''; 
}

.navbar-topnav {
	color: #093742;
}

.navbar-topnav > li > a:after { 
	color: #093742;
	margin-left: 5px;
	content: '\25BC';
}

.navbar-topnav li > a:only-child:after {
	margin-left: 0; 
	content: ''; 
}

.navbar-top li {
	border-bottom: 1px solid #eee;
}

.navbar-top li > a:hover {
	background-color: #0099a8;
}

.navbar-top li:last-child {
	border-bottom: none;
}

.nav li a {
	background-color: transparent;
	color: #093742;
}

.nav li a:hover {
	background-color: transparent;
	color: #0099a8;
}

.nav li .active {
	background-color: transparent;
	color: #0099a8;
}

.nav li .active :hover {
	background-color: transparent;
	color: #0099a8;
}

.spacer {
	width: 40px;
}

.img_active {
	display: block;
	float: left;
}

.fields {
	color: #649520;
}

.userHead {
	color: #093742;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
/*	margin: 0px;*/
	text-align: center;
}

.userHead2 {
	color: #093742;
	padding-top: 30px;
	font-size: 12px;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

.left-highlight {
	width: 40%;
	height: 100vh;
	background-color: rgba(255,255,255,0.70);
	position: absolute;
	top: 0;
	z-index: 0;
	left: 8%;
}

.captcha2 {
	font-size: 12px;
	color: #093742;
}

.captcha {
	font-size: 12px;
	color: #093742;
    display: block;
}

.captcha_button {
	border: 1px solid #636363;
	border-radius: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

.captcha_button:hover {
	cursor: pointer;
}

.captcha_button_myacct {
	background-image: url(../img/refresh2.png);
	border: 1px solid #636363;
	border-radius: 4px;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 25px;
	height: 25px;
	float: left;
	display: block;
}

.captcha_button_myacct:hover {
	cursor: pointer;
}


.emphasis {
	color: #9A0002;
	font-size: 12px;
	font-weight: normal;
}

.successmsg {
	color: #007E2D;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
}

/* STYLES FOR color selector box */
.colorbox {
  width: auto;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.colorswatchbox {
	width: 80px;
	height: 30px;
	padding: 5px;
	margin-left: 10px;
	border: 1px solid #093742;
	border-radius: 4px;
	background: repeating-linear-gradient(
	  45deg,
	  #fff,
	  #fff 25px,
	  #A60002 25px,
	  #A60002 30px
	);
	cursor: pointer;
	cursor: hand;
}

.colorswatch {
	width: 65px;
	height: 40px;
	cursor: pointer;
	cursor: hand;
}

.colorswatchblank {
	width: 20px;
	height: 20px;
	border: 0;
}

.tablecolorpicker {
	border-collapse: separate;
	border-spacing: 5px;
	margin: 0 auto;
}

.colors {
	display: none;
	width: 170px;
	left: 45%;
	top: -45px;
	position: absolute;
	border: 1px solid #093742;
    background-color: #DBDBDB;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: -webkit-linear-gradient(#DBDBDB, #fff, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#DBDBDB, #fff, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#DBDBDB, #fff, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#DBDBDB, #fff, #fff); /* Standard syntax */
	z-index: 50;
}

.threadinst {
	font-size: 12px;
	padding: 0px 20px;
}

.imglink {
	padding: 10px 5px 0px 0px;
	cursor: pointer;
	cursor: hand;
}

.imglink2 {
	padding: 10px 20px 0px 0px;
	width: 15px;
	height: 15px;
	float: right;
	cursor: pointer;
	cursor: hand;
	border: 0;
	background: transparent;
	color: #cc0000;
	font-weight: bold;
}

.headcolor {
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #093742;
    border-bottom: 1px solid #ccc;
    background-color: #F3F3F3;
}
/* end color selector styles */

/*Form control for city, state, zip, quantity*/
.control-label {
	font-size: 12px;
	text-align: right;
	margin-right: 3px;
	color: #093742;
    padding-top: 4px;
}

.quantity_box {
  text-align: center;
  display: block;
  width: 55px;
  margin: 5px;
  height: 28px;
  padding: 6px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}




#registration_captcha-input {
  display: block;
  width: 60%;
  height: 28px;
  padding: 0px 6px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#registration_captcha-input:focus {
  border-color: #0099a8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(54, 171, 183, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(54, 171, 183, .6);
}

.form-control-main {
  display: block;
  width: 100%;
  height: 28px;
  padding: 6px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-main:focus {
  border-color: #0099a8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(54, 171, 183, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(54, 171, 183, .6);
}
.form-control-main::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-main:-ms-input-placeholder {
  color: #999;
}
.form-control-main::-webkit-input-placeholder {
  color: #999;
}

.form-control2 {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control2:focus {
  border-color: #0099a8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(54, 171, 183, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(54, 171, 183, .6);
}
.form-control2::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control2:-ms-input-placeholder {
  color: #999;
}
.form-control2::-webkit-input-placeholder {
  color: #999;
}
.form-control2[disabled],
.form-control2[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/*form control for quantity*/
.form-control3 {
  display: block;
  width: 30%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ccc;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control3:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(182, 182, 182, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(182, 182, 182, .6);
}
.form-control3::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control3:-ms-input-placeholder {
  color: #999;
}
.form-control3::-webkit-input-placeholder {
  color: #999;
}
.form-control3[disabled],
.form-control3[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/*form control for text lines on embroidery dialog */
.form-control4 {
  width: 60%;
  height: 34px;
  margin-bottom: 6px;
  padding-left: 6px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control4:focus {
  border-color: #0099a8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(54, 171, 183, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(54, 171, 183, .6);
}
.form-control4::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control4:-ms-input-placeholder {
  color: #999;
}
.form-control4::-webkit-input-placeholder {
  color: #999;
}
.form-control4[disabled],
.form-control4[readonly],
fieldset[disabled] .form-control4 {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

/*embroidery page styles */

.btn-cart {
    background-color: #fff; /* Green */
    border: 1px solid #093742;
    color: #093742;
    padding: 10px;
    text-align: center;
    font-size: 10px;
	text-transform: uppercase;
	margin-right: 5px;
}

.btn-cart:hover {
   background-color: rgba(54, 171, 183, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(182, 182, 182, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(182, 182, 182, .6);
}

.img-logo {
	cursor: pointer;
	cursor: hand;
}
.img-glow {
   background-color: rgba(54, 171, 183, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(182, 182, 182, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(182, 182, 182, .6);
}

.highlighterror {
  border-color: rgba(168,0,0,1.00);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(168, 0, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(168, 0, 0, .6);
	
}

.embmsg {
	display: none;
	color: #004E06;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
}

.embinst {
	display: none;
	width: 100%;
	color: #50454d;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-top: 20px;
}

.moninst {
	width: 100%;
	border: none;
	display: none;
	height: auto;
	white-space: pre-wrap;	
}

.logoprice {
	display: none;
	border: none;
}

#embroidery {
	display: none;
	margin: 10px auto 10px auto;
	width: 80%;
	padding: 10px 0px 10px 10px;
	z-index: 999;
	background-color: LightGray;
	border: 1px solid #093742;
	border-radius: 10px;
	overflow-y: auto;
        position: fixed;
        height:95%;
}

#terms {
	width: 98%;
	font-size: 12px;
	float: left;
	color: #2B2B2B;
	padding: 0px 0px 10px 10px;
}

.embdivider {
	border-top: 1px solid #093742;
	padding-top: 10px;
	margin-top: 10px;
	width: 98%;
	position: relative;
	float: left;
}

.clearfix {
	width: 98%;
	clear: both;
}

.logoimg {
/*  width: 48%;*/
 
}

.logothumbnail {
  width: 40%;
  cursor: pointer;
  cursor: hand;
}

.logosel {
	display: none;
}

.threadimg {
	padding-bottom: 5px;
	width: 10%;
}

.threadsel {
	display: none;
}

.embnote {
  color: #9B0000;
  font-size: 11px;
  text-align: left;
/*  width: 60%;*/
/*  float: right;*/
/*  padding-right: 20px;*/
  padding-left: 20px;
/*  padding-top: 10px;*/
}

.colornote {
	display: none;
}

.productimg {
  width: 55%;
  height: 600px;
  float: left;
  margin: 0;
  border: 1px solid #ccc;
  overflow: hidden;
}

.productemblayout {
	width: 100%;
/*	height: 100%;*/
	
	position: relative;
	margin: 0;
	padding: 0;
}

.embimage {
	width: 100%;
	height: 600px;
	margin: 0;
	display: block;
	position: absolute;

	z-index: 1;
	overflow: hidden;
}

.leftemb {
	width: 50%;
	top: 55%;
	transform: translateY(300px);
	left: 55%;
	text-align: center;
	position: absolute;
	z-index: 10;
}

.rightemb {
	width: 50%;
	top: 55%;
	transform: translateY(300px);
	left: -20px;
	text-align: center;
	position: absolute;
	z-index: 10;
}

.leftslvemb, .rightslvemb {
	width: 50%;
	top: 30%;
	transform: translateY(300px);
	left: 24%;
	text-align: center;
	position: absolute;
	z-index: 10;
}

.lefttext, .righttext, .leftslvtext, .rightslvtext {
	width: 100%;
}

.embtext {
	text-align: center;
	margin: 0;
	padding: 0;
	color: white;
	display: none;
	
}

.embtextslv {
	text-align: center;
	margin: 0;
	padding: 0;
	transform: translateY(75px);
	color: white;
	display: none;
}

.brushscriptFont {
	font-family: brushscript_font;
	font-weight: bold;
}
.scriptFont {
	font-family: scriptmt_font;
	font-weight: bold;
}
.blockFont {
	font-family: coolvetica_font;
	font-weight: bold;
}

.inches14 {
	font-size: 10px;
	line-height: 10px;
}

.inches38 {
	font-size: 14px;
	line-height: 14px;
}

.inches34 {
	font-size: 22px;
	line-height: 22px;
}

.inches12 {
	font-size: 18px;
	line-height: 18px;
}

.embheader {
	font-size: 24px;
	text-align: center;
/*	padding: 20px;*/
}

#seltlines {
	font-size: 10px;
	color: #093742;
}

.embbox {
  margin-bottom: 5px;
  width: 40%;
  background-color: White;
  padding: 0.5em;
  display: block;
  color: #333;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  border-radius: 0px;
  cursor: pointer;
  cursor: hand;
}

.embbox:hover {
	text-decoration: none;
	color: #0099A8;
}

.chevron::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	border-color: #093742;
	content: '';
	display: inline-block;
	height: .65em;
	position: relative;
	float: right;
	width: 0.65em;
	top: 0.15em;
}

.chevron.down:before {
	top: 5px;
	left: -5px;
	transform: rotate(135deg);
}

.chevron.up:before {
	top: 5px;
	left: -5px;
	transform: rotate(-45deg);
}

.logodiv {
	display: block;
	height: auto;
	float: left;
	position: relative;
	border: 0;
	margin-bottom: 5px;
	background-color: White;
	width: 98%;
}

.div-emb {
	display: block;
	height: auto;
	float: left;
	position: relative;
	border: 0;
	margin-bottom: 5px;
	background-color: LightGray;
	width: 98%;
}

.div-emb img, .logodiv img {
	border: 1px solid #093742;
/*	width: 33%;*/
/*	padding: 5px;*/
	margin-right: 5px;
	margin-bottom: 5px;
}

#div-logoLC img, #div-logoRC img, #div-logoLS img, #div-logoRS img {
	border: none;
	background-color: LightGray;
}

.div-emb:after, .logodiv:after {
	clear: both;
}

#embline1, #embline2, #embline3 {
	display: none;
}

/* end embroidery styles */

.chkbox {
	font-size: 14px;
	color: #093742;
	font-weight: normal;
	padding-left: 0px;
}

.ccCheckBox {
	vertical-align: top;
	padding-right: 5px;
}


.radiolabel {
	font-size: 12px;
	font-weight: normal;
	color: #093742;
	padding-left: 10px;
}

.logosel {
	display: none;
}

.lcfield {
	text-transform: lowercase;
}

.properfield {
	text-transform: capitalize;
}

.ucfield {
	text-transform: uppercase;
}

.loggedin {
	width: 300px;
	color: #093742;
	height: 100px;
	padding-top: 40px;
	background-color: #8dc63f;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.passbox {
	margin-top: 10px;
}

a.pass_reset {
	font-size: 12px;
	color: #0099a8;
	font-weight: bold;
}

a.pass_reset:hover {
	text-decoration: underline;
	color: #093742;
}

#backtotop a {
	color: #0099a8;
	text-decoration: none;
}

#backtotop a:hover {
	color: #0099a8;
	text-decoration: none;
}

/*information displayed at top of page*/

.logo {
	float: left;
	/*width: 45%;*/
	position: relative;
	padding-bottom: 10px;
}

.employee_info {
	padding-left: 0px;
	float: left;
	width: 55%;
	position: relative;
}

.login_info {
	float: left;
	width: 55%;
	position: relative;
}

.login_btn {
	float: left;
	width: 14%;
	position: relative;
	padding-top: 28px;
	margin: 0;
}

.divider {
	border-left: 1px solid #093742;
}

.eecontact {
	float: left;
	padding-right: 3%;
	padding-left: 3%;
	width: 50% !important;
	font-size: 16px;
    position: relative;
    border-right: 1px solid #093742;
/*
	float: left;
	width: 35%;
	padding: 0px 25px 0px 15px;
	position: relative;
	margin-top: 25px;
*/
}

.productbullet {
	color: #808080;
	font-size: 16px;
}


.eeallotment {
    float: left;
    padding-left: 2%;
    width: 30%;
    position: relative;
}
.cart_info {
	float: right;
	width: 15%;
	position: relative;
	text-align: right;
	vertical-align: baseline;
}

.eename2 {
	color: #093742;
	font-size: 14px;
	float: right;
	width: 100%;
	height: 50%;
	padding-top: 10px;
	text-align: right;
	position: relative;
}

.cart {
	float: right;
	width: auto;
	position: relative;
	text-align: right;
}

.cart2 {
	float: right;
	position: relative;
	text-align: right;
	width: auto;
}

.navbar-collapse {
	height: 300px;
}

.ccpurchase-main {
	float: right;
/*	padding-left: 5%;*/
    /*padding-right: 20%;*/
    position: relative;
}
.eename {
	color: #093742;
	font-size: 20px;
	
}

.eeinfo {
	width: 170%;
	color: #093742;
/*	font-size: 12px;*/
	font-size: 20px;
	padding-right: 0px;
}

.eeinfo_large {
	width: 170%;
	color: #093742;
	font-size: 24px;
	padding-right: 0px;
}

.eeinfo2 {
	color: #f10606;
	/*BK04 increase font a little	*/
/*	font-size: 12px;*/
	font-size: 22px;
	padding-left: 10px;
	
}

.eeinfo2_large {
	color: #808080;
	/*BK04 increase font a little	*/
	font-size: 12px;
	padding-left: 10px;
	
}



.eetable {
	width: 90%;
}

.eetable td {
	vertical-align: top;
	padding-right: 5px;
	color: #093742;
	font-size: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.eenote {
	text-transform: uppercase;
	color: #093742;
	font-size: 10px;
}

.loggedin-navbar-left {
	float: left;
	text-align: left;
}

.loggedin-navbar-right {
	float: right;
	text-align: left;
}

.sizebox {

  /* styling */
  background-color: #C9C9C9;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.qtyupdown {

  /* styling */
  background-color: #C9C9C9;
  color: #093742;
  border-radius: 3px;
  display: inline-block;
  font: inherit;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0.5em 1em 0.5em 1em;
  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
	
}


.qtybox {

  /* styling */
/*  background-color: #C9C9C9;*/
  color: #093742;
  border-radius: 0px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 1em 0.5em 1em;
  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
	
}



#tline1, #tline2, #tline3 {
	display: none;
}

option {
	background-color: white;
}

option:first-child {
	background-color: #C9C9C9;
}

select.sizebox {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    5px 1.5em;
  background-repeat: no-repeat;
  margin-right: 20px;
}

/* set image size and add to cart fields for products/details pages */
.img-detail {
	margin: 0 auto;
	max-height: 350px;
	padding: 5px 5px 5px 0px;
	background-color: white;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#glass {
    position: absolute;
    border-radius: 3%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 2px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.6);
	z-index: 10000;
}

.img-left {
	margin: 0 auto;
	height: 175px;
}

.img-brandstyleload {
	margin: 0 auto;
	height: 75px;
}

.transition {
    -webkit-transform: scale(3); 
    -moz-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.img-left-6 {
/*	width: 30%;*/
	border: 2px solid #ccc;
	margin: 20px 10px;
	max-height: 177px;
}

.img-left-5 {
/*	width: 30%;*/
	border: 2px solid #ccc;
	margin: 20px 10px;
	max-height: 177px;
}



.img-left-4 {
/*	width: 20%;*/
	border: 2px solid #ccc;
	margin: 20px 10px;
	max-height: 177px;
}

.img-left-3 {
/*	width: 100%;*/
	border: 2px solid #ccc;
	margin: 20px 10px;
	max-height: 177px;
}

.img-left-2 {
/*	width: 100%;*/
	border: 2px solid #ccc;
	margin: 20px 10px;
	max-height: 177px;
}

.img-left-1 {
/*	width: 100%;*/
	border: 2px solid #ccc;
	margin: 20px 10px;
	max-height: 177px;
}

.product-name {
  color: #093742;
  font-size: medium;
  font-weight: bold;
}

.product-info {
  color: #093742;
  font-size: small;
  font-weight: normal;
}
  
.product-info2 {
  color: #093742;
  font-size: small;
  font-weight: normal;
}

.lead p {
  text-align: center;
  font-weight: bold;
  font-size: medium;
  color: #093742;
}
.outline {
  border-radius: 10px;
/*  border: 1px solid #093742;*/
	border: 1px solid #669999;
  padding: 10px;
  text-align: center;
  height: 200px;
margin-bottom: auto;
}
.product {
  width: 80%;
  float: left;
  text-align: center;
  border: 2px solid #093742;
  overflow: hidden;
}
  
.productemb {
  width: 38%;
  margin-right: 40px;
  float: left;
}

.productdesc {
  width: 50%;
  float: left;
  margin: 0 auto;
  padding-bottom: 20px;
}

.embdetails {
  width: 60%;
  float: left;
  margin: 0 auto;
  display: none;
  border-top: 1px solid #093742;
  padding-top: 20px;
}

.embSelector {
	width: 25%;
	height: 30px;
	border: 1px solid #cccccc;
	border-bottom: none;
	float: left;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	background-color: #0099A8;
	color: white;
}

.inactive {
	background-color: #093742;
	color: white;
}

.inactive:hover {
	cursor: pointer;
	cursor: hand;
	background-color: #558793;
	color: white;
}

.embInst {
	height: 120px;
}

.emblocnote {
	color: #555;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}
.embdescnote {
	color: #555;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
}
.emblocnote span {
	color: #A40002;
}
.emblogoimg {
	width: 400px;
}

.emblogoimg:hover
{
	cursor: pointer;
	cursor: hand;
	background-color: white;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.emblogoimg:hover:before, .emblogoimg:hover:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.emblogoimg:hover:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.activembimg
{
	cursor: pointer;
	cursor: hand;
	background-color: white;
    position:relative;
	width: 490px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.activembimg:before, .activembimg:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.activembimg:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.errorMsg {
	font-size: 11px;
	color: #970002;
}
#embLogo {
	width: 100%;
	border-top: 1px solid #093742;
	display: block;
	float: left;
	padding-top: 20px;
}

#embBlockLC, #embBlockRC, #embBlockLS, #embBlockRS {
	width: 100%;
	border-top: 1px solid #093742;
	display: none;
	float: left;
	padding-top: 20px;
}

.logo_select {
	width: 219px;
	height: 92px;
	border: 1px solid #093742;
	background-color: white;
	margin-bottom: 20px;
}

.form-group-qty {
	float: left;
/*
	display:flex;
  	flex-direction: row;
	justify-content: flex-start;
*/
	padding-right: 20px;
	padding-top: 20px;
	align-items: center;
}

.form-updown-qty {
	float: left;
	display:flex;
  	flex-direction: row;
	justify-content: flex-start;
	padding-right: 20px;
	padding-top: 20px;
	align-items: center;
}




.form-group-btn {
	float: left;
	padding-top: 20px;
}

.form-group-qty p {
	padding-top: 6px;
}

/*cart styles*/
.cartadd {
	 background-color: white;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    bottom: 0;
-webkit-box-shadow: 2px 2px 10px #ccc;
-moz-box-shadow: 2px 2px 10px #ccc;
    box-shadow: 2px 2px 10px #ccc;
    display: none;
    height: 380px;
    left: 0;
    margin: 0 auto;
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    z-index: 1010;
}
	
.productadd {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #093742;
}

.producttotal {
	font-size: 12px;
	font-weight: normal;
	color: #B4B4B4;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #B4B4B4;
}

.showcart {
	color: #0099a8;
	text-align: center;
}

.showcart:hover {
	color: #093742;
	text-decoration: none;
}
.cartproduct, .cartdesc {
	text-align: center;
	color: #093742;
	font-size: 14px;
	padding: 0px 30px;
}

.img-cart {
  margin-top: 10px;
  height: 60px;
  padding: 4px;
  background-color: #fff;
}

.cartsize {
	text-align: center;
	color: #92868E;
	font-size: 12px;
	padding-bottom: 20px;
}

.closebtn {
    display: block;
	position: absolute;
	top: 10px;
	right: 10px;
    height: 20px;
    width: 20px;
    line-height: 16px;

    -moz-border-radius: 10px; /* or 50% */
    border-radius: 10px; /* or 50% */

	border: 1px solid #ccc;
    background-color: white;
    color: #093742;
    text-align: center;
    font-size: 10px;
	cursor: pointer;
	cursor: hand;
}
.closebtn:hover{ text-decoration:none;}
.cartbuttons {
	background-color: #E7E5E5;
	width: 100%;
	padding: 10px 0px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
border-radius:0 0 5px 5px;
}

.cartbuttons:after {
	clear: both;
}

.shopcon {
	background-color: transparent;
	/*padding: 10px;
height: 36px;*/
	width: 85%;
	
	border-radius: 18px;
	border: 1px solid #093742;
	text-transform: uppercase;
	text-align: center;
	margin: 5px auto;
}
.shopcon:hover {
	text-decoration: none;
	color: #093742;
}

.shopcon a {
	color: #093742;
	text-decoration: none;
  display:block;
padding: 8px 0;
}
.shopcon a:hover {
	text-decoration: none;
	color: #093742;
}
.shopcheckout {
	background-color: #8dc53e;
	/*padding: 10px;
height: 36px;
*/
	width: 85%;
	
	border-radius: 18px;
	border: 1px solid #ccc;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin: 5px auto;
}
.shopcheckout a {
	color: #ffffff;
	text-decoration: none;
display:block;
padding: 8px 0;
}
.shopcheckout a:hover {
	text-decoration: none;
}

@media screen and (max-width: 735px) {
/*adjust top info for mobile viewing */
  	
	.topbar2 .container {
	width: 100%;
  }
	
.col-md-3 {
 width: 100%; 
 min-height: 340px;
}
	
.col-lg-5{ 
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
	position: initial; 
	margin-top: 10px;
}
	
.col-lg-12{
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
     position: initial; 
}
	
  .topbar2 img {
	height: 65px;
	float: left;
}
.topbar2 .logo img{
	padding-right: 20px;
}	
	
.container_productslist{
  display:flex;
  flex-direction: column
/*  flex-flow: row wrap;*/
/*  justify-content:flex-start;*/
}
	
  .logo {
	float: left;
	clear: left;
	width: 10%;
	
  }
  .employee_info {
	float: left;
	clear: left;
	width: 100%;
  }
	
  .productdesc {
  width: 100%;
  float: left;
  margin: 0 auto;
  padding-bottom: 20px;
 }
  .eecontact {
	padding-right: 20px;
  }
  .eeallotment {
	width: 50%;
	padding-left: 20px;
  }
  .cart {
	float: right;
	/*width: 10%;*/
  }
  .img-left-4, .img-left-3, .img-left-2 {
	float: left;
	width: 329px;
	padding: 5px 5px 5px 0px;
  }
  .left-highlight {
	width: 250px;
	height: 100vh;
	background-color: rgba(255,255,255,0.70);
	position: absolute;
	top: 0;
	z-index: 0;
	left: 0;
  }
  .embbox {
	  width: 150px;
	  float: left;
	  position: relative;
  }

  .product {
	  width: 200px;
	  margin-right: 40px;
	  float: left;
	  text-align: center;
	  border: 2px solid #093742;
	  overflow: hidden;
  }

.landing-wrper-img-1{
    display: block;
    margin: 0px;
	font-size: 15px;
    align-items: center;
}
.landing-wrper-img-2{
    display: block;
    margin: 0px;
	font-size: 15px;
    align-items: center;
}
.landing-wrper-img-3{
    display: block;
    margin: 0px;
	font-size: 15px;
    align-items: center;
}
	
.landing-wrper-img-4{
display: block;
margin: 0px;
font-size: 15px;
align-items: center;
}
.landing-wrper-img-5{
    display: block;
    margin: 0px;
	font-size: 15px;
    align-items: center;
}
.landing-wrper-img-6{
    display: block;
    margin: 0px;
	font-size: 15px;
    align-items: center;
}
		
.landing-wrper-img img{
	margin: 2px;
/*	max-width: 100%;*/
	border: none;
}	

.landing-wrper{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
	
.landing-wrper-img{
/*	width: 24.5%;*/
    display: block;
    margin: 0px;
	font-size: 15px;
/*    border: 1px solid #ccc;*/
    align-items: center;
}
	
	.img-left-3 {
		width: 100%;
		margin: 10px 0px;
	}

	.img-container-left {
		width: 100%;
	    min-height: 1px;
		margin: auto 0;
		text-align: right;
		position: relative;
	}
	.main-img-left, .main-img {
		width: 90%;
	}

	.img-container-right {
		width: 100%;
	    min-height: 1px;
		margin: auto 0;
		text-align: left;
		position: relative;
	}
	.main-img-right {
		width: 100%;
	}

	.prod-container-left {
		width: 100%;
	    min-height: 1px;
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
	.prod-img-left {
		width: 60%;
	}

	.prod-container-right {
		width: 100%;
	    min-height: 1px;
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
	.prod-img-right {
		width: 60%;
		margin-top: 0;
	}

	.footerbkgmain {
		width: 100%;
		position: absolute;
		left: 20;
		margin-top: -50px;
		right: 0;
		z-index: 999;
	}
	footermain {
	    padding: 10px 0px 10px 10px;
		font-size: 10px;
	}
	footermain .links {
	    margin: 0px 10px;
		font-size: 10px;
	}
	footer {
	    padding: 10px 0px 10px 10px;
		font-size: 10px;
	}

	.divider {
		border-left: none;
		border-top: 1px solid #093742;
		margin-top: 20px;
		width: 100%;
	}
	.login_btn {
		width: 100%;
		padding-top: 10px;
		padding-left: 20px;
	}
	.login_info {
		width: 100%;
	}
	.productemb {
		width: 100%;
		margin-right: 0px;
		float: left;
	}
	.productimg {
		width: 100%;
		float: left;
	}
	.embroidery {
		width: 95%;
		padding: 10px;
	}
	.embbox {
		width: 90%;
	}
	.prod-container-portal {
	    width: 100%;
		height: auto;
		overflow: auto;
		margin: 0 auto;
	}
	.account_logo_image{
		float: none !important;
		max-height: none !important;
	}
	.topbar2 .logo > a img{
		margin-bottom: 10px;
	}
	.sl-location select{
		width: 100%;
	}
	.mainhead.emp-title{
		text-align: center !important;
	}
	.emp-title .emp-actions{
		position: relative;
		text-align: center;
		top: 0px;
	}
	.emp-title .emp-actions .btn{
		font-size: 12px;
	}
	.emp-modal .modal-dialog{
		width: 90%;
	}
	.add-emp-form > div label{
		width: 90px;
		font-size: 13px;
	}
	.add-emp-form > div.sl-file{
		display: block;
	}
	.add-emp-form > div.sl-file label{
		display: block;
	}
}

@media screen and (max-width: 992px) {
	.account_logo_image2{
	/* for small screens hide the localized logo*/
	/*display:none;*/
}
	
	.embbox {
		width: 150px;
		float: left;
		position: relative;
	}
	.img-container-left {
		width: 100%;
	    min-height: 1px;
		margin: auto 0;
		text-align: right;
		position: relative;
	}
	.main-img-left, .main-img {
		width: 90%;	
	}

	.img-container-right {
		width: 100%;
    	min-height: 1px;
		margin: auto 0;
		text-align: left;
		position: relative;
	}
	.main-img-right {
		width: 100%;
	}

	.prod-container-left {
		width: 100%;
	    min-height: 1px;
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
	.prod-img-left {
		width: 60%;
	}

	.prod-container-right {
		width: 100%;
	    min-height: 1px;
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
	.prod-img-right {
		width: 100%;
		margin-top: 0;
	}
	
	
	

	.img-left-3 {
		width: 100%;
		margin: 10px 0px;
	}
	
	

	
	
	.footerbkgmain {
		width: 100%;
		position: absolute;
		left: 20;
		margin-top: -50px;
		right: 0;
		z-index: 999;
	}
	footermain {
		padding: 10px 0px 10px 10px;
		font-size: 10px;
	}
	footermain .links {
	    margin: 10px;
		font-size: 10px;
	}

	footer {
	    padding: 10px 0px 10px 10px;
		font-size: 10px;
	}

	.divider {
		border-left: none;
		border-top: 1px solid #093742;
		margin-top: 20px;
		width: 100%;
	}
	.login_info {
		width: 100%;
	}
	.login_btn {
		width: 100%;
		padding-top: 10px;
		padding-left: 20px;
	}
	.productemb {
	    width: 100%;
		margin-right: 0px;
		float: left;
	}
	.productimg {
		width: 100%;
		float: left;
	}
	.embroidery {
		width: 95%;
		padding: 10px;
	}
	.embbox {
		width: 90%;
	}
	.prod-container-portal {
	    width: 100%;
		height: auto;
		overflow: auto;
		margin: 0 auto;
	}
	.mainhead.emp-title{
		text-align: left;
		padding-left: 0px;
		padding-right: 0px;
	}
}
#shoppingcart .empName {
	text-align: center;
	width:15%;
}	

  .cart, .cart2 {position: relative;}
  .cart a img, .cart2 a img {margin: 0; margin-top: 10px;margin-right: 15px;margin-left: 15px}
  .cart .count, .cart2 .count {position: absolute;
    display: block;
    text-align: center;
    margin: 2px 0px 0px 10px;
    font-weight: bold;
    font-size: 14px;
    background: #0099a8;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #ffffff; }

/*registration form hidden fields */
#fname, #lname {
	display: none;
}

.cartpinfo .qty-error span{
	color: red;
}
.out-of-stock {
	width: auto;
    margin-top: -5px;
    position: absolute;
    right: 0;
}
.out-of-stock span {
	color: red;
	padding: 10px;
	border:1px solid red;
	font-weight: 800;
}
.pagination {
	display: inline-block;
}
.pagination a {
	border: 1px solid #dedede;
	padding: 5px;
}
.mt20 {
	margin-top: 20px;
}
