@media screen {
body {
    background-color: white !important; /* Blue */
}

/* top menu controls*/
.topmenu_sm{
	display:none !important;
	
	
}
.pointershow{
	
	   cursor: pointer !important;

	
}
/*menu top for desktop */
.topmenu_lrg{
	display: inline;
}
	/* page id pages format*/
	
	
	.pageControl{
	font-size: 14px;
	color: #666666 !important;
	font-family: verdana, arial;
	
		 -webkit-touch-callout:text !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select:text !important;
    user-select: text !important;
	
	

}
.pageformatid{
	color: #666666;
	font-family: Verdana, Arial !important;
	font-size: 12px;
	
	

	
}
.pageformatid body{
	text-align:center !important;
	
}
.pageformatid p{
	 width: 80% !important;
	text-align:left;
	padding-bottom: 15px;
}
   .pageformatid ul{
	    margin-left:60px;
		padding-bottom: 15px;
		text-align:left;
		  width: 80% !important;
		   list-style-position: inside;

		 
	   
   }
	/* Welcome page on index */
.welcomeheight{
	font-size: 12px;
	color: #666666 !important;
	font-family: verdana, arial;
	

}
.welcomeLargeHide{
	display:none;
	
}
.welcomeheight div{
	color: #666666 !important;
		 -webkit-touch-callout:text !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select:text !important;
    user-select: text !important;
	
}
.welcomeheight td tr{
	color: #666666 !important;
	
}
.lrgOnly{
	display: block !important;
	
	/*shows only on large screen */
	
}
/* registration first page */
.widthsize{
	width: 40%;
}


.topads{
	background-color: white !important;
	width: 100%;
}
.indexLower{
	z-index : 1 !important;
	
}

/*Sign in Button on main page */
.signin-button{
	height: 45px ! important;
	position: absolute; 
	text-align: center;
	top: 0px;
	right: 0px;
	width: 80px;
	padding: 13px;
	font-size: 12px;
	font-weight: bold;
	color:#d8d8d8 !Important;

	
}
.signin-button a{
color:#d8d8d8 !Important;
}
.inputForm2_login{
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
	      border-radius: 5px; /* CSS3 */
		  padding: 4px;
		font-size: 12px;
	font-family: verdana;
		  background-color: #e3ecf4;
    width: 300px;
	

   }
  .inputForm2_account{
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
	      border-radius: 5px; /* CSS3 */
		  padding: 4px;
		font-size: 12px;
	font-family: verdana;
		  background-color: #e3ecf4;
    width: 300px;
	

   }
   .inputForm2_login input:focus{
box-shadow: 0 0 5px #43D1AF;
	padding: 3%;
	border: 1px solid #43D1AF;

   }
   
.inputForm2_qty{
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
	      border-radius: 5px; /* CSS3 */
		  padding: 4px;
		font-size: 12px;
	font-family: verdana;
		  background-color: #e3ecf4;
    width: 30px;
	

   }
   .inputForm2_qty input:focus{
box-shadow: 0 0 5px #43D1AF;
	padding: 3%;
	border: 1px solid #43D1AF;

   }
/*Sign in popup */
.#popupcart {

				z-index: 99999;
				position:fixed;
				left:45%;
				top:30%;
				max-width: 500px;
				width:auto;
				min-width:450px; 
				height:auto;
				max-height: 400px;
				min-height: 300px;
				overflow: scroll;
				
				background-color:#FFFFFF;
				-moz-border-radius: 4px 4px 4px 4px; 
				border-radius: 5px; padding: 5px; 
				color: #000000;
				background-color: #ffffff;
				/* To align popup window at the center of screen*/
				margin-top: -100px;
				margin-left: -150px;
		 border-radius: 1px;
  box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.5);   
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
			}
.signin-popup{
	
	position: fixed; 
	right: 34%; 
	top: 20%; 
	width: 510px; 
	z-index: 2;
	background-color:white;
	border-radius: 10px 10px;
	float: right;
	height: 420px;
	font-size: 11px;
	font-family: verdana;
	padding : 15px;
	background-color: white;
	z-index: 999999;
	-moz-box-shadow: 0 0 20px #000;
-webkit-box-shadow: 0 0 20px #000;
box-shadow: 0 0 20px #000;

}
.register-popup{
	
	position: absolute; 
	width: 900px; 
	 
	top: 10%; 
	left: 5%;
	z-index: 2;
	background-color:white;
	border-radius: 10px 10px;
	float: right;
	height: 785px;
	font-size: 11px;
	font-family: verdana;
	padding : 15px;
	background-color: white;
	z-index: 999999;
	-moz-box-shadow: 0 0 20px #000;
-webkit-box-shadow: 0 0 20px #000;
box-shadow: 0 0 20px #000;

}
/*sizing for register popup */
@media screen and (min-width: 1700px) {
			.nowrapContainer {
    white-space: nowrap;
}
	.register-popup{
	left: 20%;	
	right: 20% !important;
	width: 1100px!important;
	}
.sectionfooter {
	height: 300px;
}
.welcomeheight{
	margin-top: -2.5%;
}
}

@media screen and (min-device-width: 1300px) and (max-width: 1699px) {
.shrinkwidth{
	width: 40%;
	
}
.register-popup{
	right: 10% !important;
	left: 10%;
	width: 1100px !important;
	}
	.sectionfooter {
	height: 300px;
}
.welcomeheight{
	margin-top: -2.2%;
}

}
@media screen and (min-device-width: 1100px) and (max-width: 1299px) {

.register-popup{
	right: 7% !important;
	width: 1000px !important;
	left: 3%;
	
	}
.sectionfooter {
	height: 400px;
}
.welcomeheight{
	margin-top: -3.2%;
}
.shrinkwidth{
	width: 40%;
	
}
.picVanish{
	display:none;
}
.hideContent{
display:none;	
}
.showContent{
	display:block !important;
	text-align:center !important;
}
}
@media screen and (min-device-width: 900px) and (max-width: 1099px) {
	.picVanish{
	display:none;
}
	.picVanish2{
	display:none;
}

.hideContent{
display:none;	
}
.showContent{
	display:block !important;
	text-align:center !important;
}

.register-popup{
	right: 3% !important;
	width: 900px !important;
	left: 3%;
	}
	.sizing{
		display:none;
	}
	.sectionfooter {
	height: 420px;
}
.welcomeheight{
	margin-top: -4.2%;
}
}
@media screen and (max-device-width: 900px) {
	.picVanish{
	display:none;
}
	.sizing{
		display:none;
	}
	.quickorder-popup{
		left: 2%; 
		width: 700px; 
		
	}
	.sectionfooter {
	height: 500px;
}
}
.ontop {
				z-index: 99999;
				width: 100%;
				height: 150%;
				top: 0;
				left: 0;
				bottom: 0 !important;
				display:none;
				position: absolute;				
				background:rgba(155,155,155,0.65);
				color: #aaaaaa;
			
			}
			
/*mini cart css */
.barblack{
	background-color: black;
	color: white;
	width: 100%;
	font-size: 15px;
	height: 35px;
	padding-top: 7px;
	
padding-left: 20px;

	
}
.minicart-popup{
	top: 43px;
	right: 0px;
	position: absolute; 
	width: 360px; 
	z-index: 999;
	background-color:white;
	border-radius: 0px 0px 10px 10px;
	font-size: 11px;
	font-family: verdana;
	background-color: white;
 box-shadow: 0px 8px 8px #888888;
 -moz-box-shadow: 0px 8px 8px #888888;
 	-webkit-box-shadow: 0px 8px 8px #888888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#888888')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#888888');
}

/*quick order css begin */

.quickorder-popup{
	top: 212px;
	position: absolute; 
	width: 460px; 
	z-index: 999;
	background-color:white;
	border-radius: 0px 0px 10px 10px;
	float: left;
	height: 665px;
	font-size: 11px !important;
	font-family: verdana;
	background-color: white;
 box-shadow: 0px 8px 8px #888888;
 -moz-box-shadow: 0px 8px 8px #888888;
 	-webkit-box-shadow: 0px 8px 8px #888888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#888888')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#888888');
}
.settings_label{
	float:right;
	margin:3px;
	font-size: 12px;
	
}
.fullscreen_label{
	float:right;
	margin:3px;
	margin-right: 20px; 
	font-size: 12px;
	
}
.floatLeft{
	float: right;
	margin-right: 5px;
	font-size: 12px;
}
.head12px{
	font-size: 12px;
	margin:3px;
}
/* quick order mini for pc controls */
.boxcolor_quick{
	background-color: #f2f2f2;
	width: 80%;
	height: 200px;
	margin-left: 10%;
	box-shadow: 0px 8px 8px #888888;
 -moz-box-shadow: 0px 8px 8px #888888;
 	-webkit-box-shadow: 0px 8px 8px #888888;
	border-radius: 10px;
	position: absolute; 
	z-index: 4;
}
.boxcolor_quickq{
	background-color: #f2f2f2;
	width: 28%;
	height: 200px;
	margin-left: 30%;
	box-shadow: 0px 8px 8px #888888;
 -moz-box-shadow: 0px 8px 8px #888888;
 	-webkit-box-shadow: 0px 8px 8px #888888;
	border-radius: 10px;
	position: absolute; 
	z-index: 4;
}
@media screen and (min-width: 1800px) {
	.quickorder-popup{
		
		left: 68px;
	}
}
@media screen and (min-device-width: 1500px) and (max-width: 1799px) {

	.quickorder-popup{
		left: 4%; 
	}
}
@media screen and (min-device-width: 1300px) and (max-width: 1499px) {
	.quickorder-popup{
		left: 5%; 
	}
	.smallLarge{
		min-width: 65px !important;
	}
}
@media screen and (min-device-width: 1000px) and (max-width: 1299px) {
	.quickorder-popup{
		left: 2%; 
	}
	.smallLarge{
		min-width: 50px !important;
	}
}
@media screen and (max-width: 999px) {
	.quickorder-popup{
		left: 2%; 
	}
}
.quickorder_header{
	
	width:100%;
	font-size: 14px;
	padding: 3px;
	height: 30px;
	font-weight: bold;
	color: white;

	
}
/*quick order css end */
/*Close Sign in  */
.loginclose{
	cursor: pointer;
	float: right;
	right: 3px;
	
	
}
.myaccount-button{
	height: 45px ! important;
	position: absolute; 
	top: 0px;
	right: 5px;
	padding: 13px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	color: white !Important;
	
}
   .myaccount-button a{
color: white !Important;	
}
.register-button{
	height: 45px ! important;
	position: absolute; 
	text-align: center;
	top: 0px;
	right: 81px;
	padding: 13px;
	width: 80px;
	font-size: 12px;
	font-weight: bold;
	color:#d8d8d8 !Important;

	
}

   .register-button a{
color:#d8d8d8 !Important;	
}
/*format for welcome */
.welcomeClass{
display:none;
}
 	 	  .welcomeClass2{
	   	font-size: 14px;
	font-family: verdana;
	position: absolute; 
	top: 12px;
	right:310px;
top: 60px;
		
	   } 
.color-top{
 color:white;
 padding: 4px;

}
.logo_location{
	vertical-align: bottom !important;
	color: white;
    text-align: left !important;
	float: left !important;
	padding-bottom: 4px;
	padding-top:25px;
	padding-left: 20px;
}

.flag_location{
	vertical-align: bottom !important;
	color: white;
    text-align: right !important;
		padding-bottom: 0px;
	padding-top:0px  !important;;
	padding-right: 20px;

}
.search_bar_lrg{
	width: 100%;
	height: 62px;
	padding-top:5px;
	margin-bottom: 4px;
	
}
.grey-bar{
	margin-top: -11px;
	height: 53px !important;
	
}
.search-format{
/* search bar*/
	height: 36px !important;
	width: 101%;
	background-image:url(../images/search_input.png);
background-repeat:no-repeat;
background-position:6px;
border:1px solid #DADADA;

padding-left:35px !important;
padding-top: 3px !important;

font-size:14px;
/*
box-shadow:0 0 10px;
-webkit-box-shadow:0 0 10px;
/* For I.E */
/*
-moz-box-shadow:0 0 10px;
/* For Mozilla Web Browser*/
border-radius:5px 0px 0px 5px;
-webkit-border-radius:5px 0px 0px 5px;
/* For I.E */
-moz-border-radius:5px 0px 0px 5px;
/* For Mozilla Web Browser*/

}

.page {
    width: 100%;
    margin: 0 auto;
}
.feature-1,
.feature-2,
.feature-3 {
    width: 33.3%;
}

.menu {
    background-color: #5995DA;
    height: 80px;
}

.header {
    background-color: #B2D6FF;
    height: 140px;
	
}
 @media screen and (min-width:0\0) {
	 .header {
    background-color: #B2D6FF;
    height: 120px !important;
	
	display: block;
}
.message-banner2{
	width: 100%;
	height: 23px;
	font-size: 14px;
	position: absolute;
	top: 154px;
	left: 0px;
	
	background-color:#21A609 !important;
display: inline !important;


}
.message-banner{
	visibility:none !important;
	background-color: white !important;
}
.shrink9{
	height: 57px !important;
	
}
 }

.content {
    background-color: white;
   
}
.message-banner{
	width: 100%;
	height: 23px;
	font-size: 14px;


}

_:-ms-fullscreen, :root .message-banner2 { 

	top: 140px !important;
}
.feature-1 {
    background-color: #F5CF8E;
}

.feature-2 {
    background-color: #F09A9D;
}

.feature-3 {
    background-color: #C8C6FA;
}
.footer {
    background-color: #E8E8E8;

}


.flex-container {
	 display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
    display: flex;
    height: 20px;
    align-items: left;


}

.flex-container > div {
    background-color: #E8E8E8;
    width: 180px;
    margin: 10px 2%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
	font-weight:100 !important;
	font-family: verdana;
	color: #666666;

}


.footertable{
	 background-color: #E8E8E8;
    width: 78%;
    margin: 10px 5%;
    text-align: center;
	
    line-height: 20px;
    font-size: 12px;
	font-weight:100 !important;
	font-family: verdana;
	color: #666666;
}

.left{
text-align: left !important;
}
/*footer different css for each device */
.footerlinks {
    background-color: #E8E8E8;
    width: 68%;
    align-items: left;
   text-align: left;
   
    float:left;
	font-weight:100 !important;
}
.footerlinksright {
    background-color: #E8E8E8;
    width: 32%;
    align-items: left;
   line-height: 22px;
    color: #666666;
    height: 100px;
    float:left;

}
.footerlinksright2 {
    background-color: #E8E8E8;
	border: 1px solid #DADADA !important;
	color: #666666;
	line-height: 22px;
	padding: 7px;
}
.bottomcolor{
	background-color:#232323 !important;
	height: 30px;
	width: 100%;
	
	color: #CCCCCC;
	text-align: left !important;
}
.bottomright{
	float: right;
	margin: 6px 10px;
	 white-space: pre;
	 vertical-align: bottom!important;
}
.bottomleft{
	float: left;
	margin: 6px 10px;
	 white-space: pre;
	 vertical-align: bottom!important;
}
.signupEmail{
	color: #c0310b;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	
}
.signupEmailtext{
	line-height: 30px;
	font-size: 16px;
	text-transform: uppercase;
	
}
.footer-head{
	font-size: 15px;
	 line-height: 30px;
}
.footer-head:hover{
	  text-decoration: underline;
	  
	
}
.sectionfooter {
	 flex-wrap: wrap;
    width: 100%;
text-align: center;
vertical-align: middle !important;
    justify-content: center;
    align-items: center;
}

.font-type{
	font-size: 11px;
	font-family: verdana;
}
/* for welcome page */
.fullscreen{
	display: block !important;
	align: center;
}
.smallnoshow{
display: block !important;
}
.smallnoshow2{
display: inline !important;
}
.smallnoshow2a{
display: table-cell!important;
}
   	.alternateinfo{
		display: none !important
		
	}
	.sizebar{
	height: 45px;	
	}
.smallscreenshow{
	display: none !important;

}
.greycolor{
	background-color:#F5F5F5;
	vertical-align: center;
}
.medscreenshow{
	display: none!important;
}




/*Register page */
.register_form{
	display: inline-block; vertical-align: top; width: 17%; height: 35px;font-weight: bold; height: 40px;
	
}
.inputForm2_register{
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
	      border-radius: 5px; /* CSS3 */
		  padding: 4px;
		font-size: 12px;
	font-family: verdana;
		  background-color: #e3ecf4;
    width: 200px;
	

   }
   
   .inputForm2_register input:focus{
box-shadow: 0 0 5px #43D1AF;
	padding: 3%;
	border: 1px solid #43D1AF;

   }
   .register_button{
	   margin-left: 26%;
	   background-color: black;
	   color:white !important;
   }
   .register_button a{
color: white !Important;	
}
   /*Seals by size */
   
.cb24{

/* amount input */
width: 70px;

}	
/*seals by size */
.float-down1 {
  
    font-size: 21px;
    text-align: left;

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
.float-down {
  
    font-size: 14px;
    text-align: center;

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
	
	}
#rcorners3 {
	color: #666666;
background-color: #D9DDDF; 
    border-radius: 5px;
        -moz-box-shadow: 0 0 5px #666666;
-webkit-box-shadow: 0 0 5px #666666;
box-shadow: 0 0 5px #666666;
    padding: 5px; 
    width: 91%;
	min-width: 174px;
    height: 35px;
	    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
	
}
.selectbox{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-size: 12px;
	background-color: #DEDFDE;
		font-family: Verdana;
			    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.selectbox1{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-size: 12px;
	background-color: #DEDFDE;
		font-family: Verdana;
}
.selectbox2{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-size: 12px;
	background-color: #DEDFDE;
		font-family: Verdana;
}
.unit{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-size: 12px;
	background-color: #DEDFDE;
		font-family: Verdana;
}
.selectbox3{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-size: 12px;
	background-color: #DEDFDE;
		font-family: Verdana;
}
 .selectbox4{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-size: 12px;
	background-color: #DEDFDE;
		font-family: Verdana;
}
.selectbox5{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-size: 12px;
	background-color: #DEDFDE;
		font-family: Verdana;
			    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.odinch{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-size: 12px;
	background-color: #c9c9c9 !important;
		font-family: Verdana;
		}
		

.idinch{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-size: 12px;
	background-color: #c9c9c9 !important;
		font-family: Verdana;
}
.heightinch{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
font-size: 12px;
	background-color: #c9c9c9 !important ;
		font-family: Verdana;
}


			textarea:focus, input:focus{
    outline: 0;
}
  
  
  
  .items {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

  



#rcornerss {
	color: #666666;
	min-width: 218px;
background-color: #D9DDDF; 
    border-radius: 5px;
        -moz-box-shadow: 0 0 5px #666666;
-webkit-box-shadow: 0 0 5px #666666;
box-shadow: 0 0 5px #666666;
    padding: 5px; 
    width: 87%;
    height: 35px;
	    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
font-size: 12px;

	
}#rcornerst {
	color: #666666;
background-color: #D9DDDF; 
    border-radius: 5px;
      -moz-box-shadow: 0 0 5px #666666;
-webkit-box-shadow: 0 0 5px #666666;
box-shadow: 0 0 5px #666666;
    padding: 7px; 
    width: 90%;
	min-width: 210px;
    height: 35px;
	    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
	font-size: 12px;
}

#rcorners5 {
	color: #666666;
background-color: #D9DDDF; 
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #666666;
-webkit-box-shadow: 0 0 5px #666666;
box-shadow: 0 0 5px #666666;
    padding: 5px; 
    width: 90%;
	min-width: 174px;
    height: 35px;
	    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
font-size: 12px;	
}
#rcorners4 {
min-width: 174px;
	color: #666666;
background-color: #D9DDDF; 
    border-radius: 5px;
       -moz-box-shadow: 0 0 5px #666666;
-webkit-box-shadow: 0 0 5px #666666;
box-shadow: 0 0 5px #666666;
    padding: 5px; 
    width: 90%;
    height: 35px;
	    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}

}



@media only screen and (min-width: 901px) 
{

.auto-style29 {
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
	padding-right: 8px;
	padding-left: 5px;

}
.auto-style34 {
	font-size: 12px !important;

	text-align: left;

	
}

#rcornerss {
	color: #666666;
background-color: #D9DDDF; 
    border-radius: 5px;
       -moz-box-shadow: 0 0 5px #666666;
-webkit-box-shadow: 0 0 5px #666666;
box-shadow: 0 0 5px #666666;
    padding: 5px; 
    width: 87%;
    height: 34px; 
		font-size: 12px;
	font-family: Verdana, Arial;
	    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;

	
}

#rcorners5 {
	color: #666666;
background-color: #D9DDDF; 
    border-radius: 5px;
       -moz-box-shadow: 0 0 5px #666666;
-webkit-box-shadow: 0 0 5px #666666;
box-shadow: 0 0 5px #666666;
    padding: 5px; 
    width: 91%;
		font-size: 12px;
	font-family: Verdana, Arial;
    height: 34px; 
	    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;

}
#rcorners4 {
font-size: 12px;
	font-family: Verdana, Arial;
	color: #666666;
background-color: #D9DDDF; 
    border-radius: 5px;
       -moz-box-shadow: 0 0 5px #666666;
-webkit-box-shadow: 0 0 5px #666666;
box-shadow: 0 0 5px #666666;
    padding: 5px; 
    width: 95%;
    height: 34px; 
	    -webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}

}
.auto-style30{
	font-size: 12px;
	font-family: Verdana, Arial;
}
.pageformat{
	color: #666666;
	font-family: Verdana, Arial !important;
	font-size: 12px;
	
	

	
}
.pageformat body{
	text-align:center !important;
}
.pageformat p{
	 width: 80% !important;
	text-align:left;
	padding-bottom: 15px;
}
   .pageformat ul{
	    margin-left:60px;
		padding-bottom: 15px;
		text-align:left;
		  width: 80% !important;
		   list-style-position: inside;

		 
	   
   }

   
   
   /*Cart */
   .italicmessage{
	   font-size: 11px;
	   font-style: italic;
	   padding: 12px;
	   color:white;
	   
   }
   .cartotal{
	   
	    font-size: 18px;
	   text-align: right;
	   color:white;
	   font-weight: bold;
   }
   .subtotalbottom{
	   
	    font-size: 15px;
	   text-align: center;
	   color:white;
   }
   .iconright{
	   float: right;
	   margin-right: 2%;
	   color: #666666;
	   font-weight: bold;
	   line-height: 30px;
	   margin-top: 5px;
   }
.noedit{
	border: none;
	background-color: transparent;
}
.dsdt{
	
width: 130px;

}
.float-down1 {
  
  
    text-align: left;

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
.float-down {
  
   
    text-align: center;

    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

/*Controls slider based on resolution */


  @media screen and (min-width:  961px) and (max-width: 1000px){
	   .welcomeClass{
	   	display:none !important;
		
	   }
	   .slideradjust{
		   height: 236px !important;
		   width: 106% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	   
   }
      @media screen and (min-width:  1001px) and (max-width: 1050px){
	    .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 250px !important;
		   width: 106% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }
	       @media screen and (min-width:  1051px) and (max-width: 1100px){
	    .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 272px !important;
		   width: 106% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  
       @media screen and (min-width:  1051px) and (max-width: 1100px){
	   
	   	  .welcomeClass{
	   	display:none !important;
		
	   }
	   .slideradjust{
		   height: 272px !important;
		   width: 106% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  

       @media screen and (min-width:  1101px) and (max-width: 1150px){
	     .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 283px !important;
		   width: 106% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  
	  @media screen and (min-width:  1151px) and (max-width: 1200px){
	     .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 287px !important;
		   width: 104% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  	
	  @media screen and (min-width:  1201px) and (max-width: 1250px){
	   	  .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 298px !important;
		   width: 104% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  	
	  @media screen and (min-width:  1201px) and (max-width: 1250px){
	   	  .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 310px !important;
		   width: 104% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  

  @media screen and (min-width:  1251px) and (max-width: 1300px){
	   	  .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 322px !important;
		   width: 104% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }   
	  @media screen and (min-width:  1301px) and (max-width: 1350px){
	   	  .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 333px !important;
		   width: 104% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  

	  @media screen and (min-width:  1351px) and (max-width: 1400px){
	   	  .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 344px !important;
		   width: 104% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  	
 @media screen and (min-width:  1401px) and (max-width: 1450px){
	    	  .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 358px !important;
		   width: 103% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  
	  @media screen and (min-width:  1451px) and (max-width: 1500px){
	    	  .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 375px !important;
		   width: 103% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  	 
	  @media screen and (min-width:  1501px) and (max-width: 1550px){
	   
	   	 	  .welcomeClass{
	   	display:none !important;
		
	   }
	   .slideradjust{
		   height: 388px !important;
		   width: 103% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }   


	  }
	  @media screen and (min-width:  1551px) and (max-width: 1600px){
	    	  .welcomeClass{
	   	display:none !important;
		
	   }
	   	
	   .slideradjust{
		   height: 400px !important;
		   width: 103% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }    
	  @media screen and (min-width:  1601px) and (max-width: 1650px){
	   
	   	
	   .slideradjust{
		   height: 412px !important;
		   width: 103% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  
	  @media screen and (min-width:  1651px) and (max-width: 1700px){
	   
	   			.nowrapContainer {
    white-space: nowrap;
}
	   .slideradjust{
		   height: 434px !important;
		   width: 103% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  
	  @media screen and (min-width:  1701px) and (max-width: 1750px){
	   
	   			.nowrapContainer {
    white-space: nowrap;
}
	   .slideradjust{
		   height: 445px !important;
		   width: 102% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  
	  @media screen and (min-width:  1751px) and (max-width: 1800px){
	   		.nowrapContainer {
    white-space: nowrap;
}
	   .slideradjust{
		   height: 462px !important;
		   width: 102% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  
	  @media screen and (min-width:  1801px) and (max-width: 1850px){
	   
	   	
	   .slideradjust{
		   height: 478px !important;
		   width: 102% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }   
	  
	  @media screen and (min-width:  1851px) and (max-width: 1900px){
	   
	   	
	   .slideradjust{
		   height: 489px !important;
		   width: 102% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  	
	  @media screen and (min-width:  1901px) and (max-width: 1950px){
	   
	   	
	   .slideradjust{
		   height: 500px !important;
		   width: 102% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  	
	  @media screen and (min-width:  1951px){
	   
	   	
	   .slideradjust{
		   height: 500px !important;
		   width: 102% !important;
		   
		   margin-top: -8px !important;
		   
	   }
	  }  	  
	  
	  /*css for template */
	  
	  .demosize{
		  
		  width: 8% !important;
		 
	  }
	  .firstline{
		  font-weight: bold;
		  
	  }
	  .demobox{
		  background-color: #DEDFDE;
		  min-height: 65px;
		  width: 80%;
		 
		  line-height: 28px;


		
		  
	  }
	  .demoboxtext{
		  
		 vertical-align:middle;
 
		 
		 
		
		  
	  }
	  	  .demoimage{
		  
		width: 80%;  
	  }
	  
	  /* Product page css */
	  
	 .productCat{
		 /* Controls category images */ 
		 background-color: #F2F2F2;
		 border: 1px solid black !important;
		 border-radius: 10px;
 flex-grow: 0;
  flex-basis: 170px;
  margin: 5px;
  padding: 4px;
  text-align: center;
  min-height: 228px;
  border-style: solid;
  font-size: 14px !important;
  font-family: verdana !important;
  
	 }
	 #popup {
		border-collapse: separate!important;
				z-index: 99999;
				position:fixed;
				left:45%;
				font-size: 11px;
				font-family: Verdana;
				top:40%;
				max-width: 700px;
				width:auto;
				min-width:520px; 
				height:auto;
				max-height: 900px;
				min-height: 300px;
				overflow: scroll;
				background-color:#FFFFFF;
				-moz-border-radius: 4px 4px 4px 4px; 
				border-radius: 5px; padding: 5px; 
				color: #000000;
				background-color: #ffffff;
				/* To align popup window at the center of screen*/
				margin-top: -100px;
				margin-left: -150px;
		 border-radius: 1px;
  box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.5);   
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
			}
			#popupl {
				border-collapse: separate!important;
				z-index: 99999;
				position:fixed;
				left:45%;
				top:30%;
				max-width: 500px;
				width:auto;
				min-width:450px; 
				height:auto;
				max-height: 400px;
				min-height: 300px;
				overflow: scroll;
				background-color:#FFFFFF;
				-moz-border-radius: 4px 4px 4px 4px; 
				border-radius: 5px; padding: 5px; 
				color: #000000;
				background-color: #ffffff;
				/* To align popup window at the center of screen*/
				margin-top: -100px;
				margin-left: -150px;
		 border-radius: 1px;
  box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.5);   
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
			}
			.ontop {
				z-index: 999;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				display: none;
				position: absolute;				
				background-color: transparent;
				color: #aaaaaa;
			
			}
			
			.whiteborder{
				border: 1px solid white;
				
			}
			.smallscreenshow2a{
				display: none;
			}
	/*controls video on company overview */		
.showIframeVideo{
	display:inline;
}
.showAltVideo{
	display:none;
	
}
/*Checkout*/
.checkout_sum{
background-color: #D5E1F0; 	
	
}
.backgroundcolorB{
	background-color: #9e9c9c !important; 
	color: white;
	
}

/*Dashboard*/
.openpopup {
				z-index: 99999;
				position:fixed;
				left:45%;
				font-size: 11px;
				font-family: Verdana;
				top:20%;
				max-width: 700px;
				width:auto;
				min-width:520px; 
				height:auto;
				max-height: 300px;
				min-height: 200px;
				overflow: scroll;
				background-color:#FFFFFF;
				-moz-border-radius: 4px 4px 4px 4px; 
				border-radius: 5px; padding: 5px; 
				color: #000000;
				background-color: #ffffff;
				/* To align popup window at the center of screen*/
				margin-top: -100px;
				margin-left: -150px;
		 border-radius: 1px;
  box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.5);   
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
			}
			
			/* custom seal margin */
	.custommargin{
		margin-left: 18px !important;
		
	}
}
@media print {
.noprint {display:none !important;}
.noshow {display:block !important;}
}