html {
	height: 100%;
	position: relative;
}

input#cmTelephone, #cmEmail, #ProductInformation, #ProductRecommendation, #DataBulletin, #MSDS, #GeneralComment, #Complaint, #Compliment, #Accept {
    visibility: hidden;
}

.header{display:none;}

.proSignButton a {
    text-align: center !important;
    width: 100%;
    display: block;
}

.mobile-wrapper{
	position:relative;
} 
.header{
	position:absolute;	
	right:0px;
	top: 50%;
  	transform: translate(-50%, -50%);
}

.header i{
	font-size:40px;
	color:#f68d1b;
	}

.wrap{
	background-color:#fff;
	}

h3 {
	font-style: italic;
    letter-spacing: -2px;	
}

.forMobi {
    float: none !important;
    display: block;
    margin: 0 auto;
}

.vidFrame {
    position: relative;
    margin: 0 auto;
    /* right: 50%; */
    top: 20%;
    /* transform: translate(0px, -50%); */
    display: block;
}

.container {
width: 90%;
max-width: 2560px;
}

.row.vidRow img {
    width: 670px;
    position: absolute;
    /* top: -50px; */
    transform: translateX(-40%) translateY(0%);
    /* transform: translateY(0%); */
    z-index: 10;
    animation-duration: 5s;
    animation-name: slidein;
    animation-iteration-count: 1;
}

@keyframes slidein {
  from {
    transform: translateX(270%);
  }

  to {
    transform: translateX(-40%);
  }
}

.row.vidRow {
    position: relative;
    height: 540px;
    overflow:hidden;
    background-color: red;
    background: #45484d;
    background: -moz-linear-gradient(top, #45484d 37%, #45484d 37%, #45484d 50%, #000000 100%);
    background: -webkit-linear-gradient(top, #45484d 37%,#45484d 37%,#45484d 50%,#000000 100%);
    background: linear-gradient(to bottom, #45484d 37%,#45484d 37%,#45484d 50%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    background-image: url(/media/1041/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.home {text-align:center;}

.row.home {
    text-align:  center;
    position: relative;
}

.home h2 {
    color:#f68d1b;
    letter-spacing: -3px;
	font-style: italic;
}

.slickSlider.slick-initialized.slick-slider {
    /*margin-bottom: -11%;*/
}

.passRibbon {width: 15% !important;float: left;position: absolute;top: 67%;left: 2%;}

.proSignButton {
	text-align: center;
	/* float: left; */
	display: -webkit-box;
	border-radius: 6px;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	text-align: center;
	width: 60%;
	/* min-width: 300px; */
	font-size: 15px;
	background-color: #000;
	margin: 0 auto !important;
}

.proSignButton a {
	color: #FFF;	
}

.loggie h1 {
    text-transform: uppercase;
}

.footer {
    background-color: #000;
    padding: 20px 0px;
    color: #FFF;
}
.footer a{
	color: white;
}

.specVideo {/*width: 1000px; height: 562px;*/ width: 1200px; height: 720px; margin: 0 auto; display:block;}

label {color: #000;}

ol li label {
	font-size: 16px !important;	
}

body {font-family: 'Hind Siliguri', sans-serif; height: 100%; font-weight: 400;}

.usersPage input {
    width: 100%;
    margin-bottom: 20px
}

.usersPage label {
    width: 100%;
    text-align:left;
}

.specImg {
	margin-bottom: 15px;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

h1, h2, h3, h4, h5 {font-weight: 500;}

h1 strong, h2 strong, {font-weight: 900;}

#SelectedCompetitor_ID, #SelectedProductCategory_ID {
    margin-bottom: 20px;
}

.validation-summary-errors {
    background-color: #000;
    text-align:  center;
    color: #FFF;
    padding: 1px 0px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.specMasterBox .validation-summary-errors {
	margin-top: 0px;
	position: relative;
	top: -20px;
}

.specMasterBox .validation-summary-errors ul li {
	margin-bottom: 20px;
}

.specMasterBox .validation-summary-errors {
	margin-top: 0px;
	position: relative;
	top: -20px;
}

.specMasterBox .validation-summary-errors ul li {
	margin-bottom: 20px;
}

.field-validation-error {
    color: red;
}

.listing {
	list-style: none;	
}

.submitBut {
	border-radius: 6px !important;
	border: none;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	color: #FFF !important;
	text-align: center;
	/* height: 70px; */
	width: 50% !important;
	font-size: 15px;
	float: right;
}

.submitButReg {
	border-radius: 6px !important;
	border: none;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	color: #FFF !important;
	text-align: center;
	/* height: 70px; */
	width: auto !important;
	/* max-width: 100px; */
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.supportTable input, .supportTable textarea {
	width: 100%;
	background-color: #999;
	border: none;
	padding: 5px 0px;
}

.supportTable tr:nth-child(even) {background: #FFF;}
.supportTable tr:nth-child(odd) {background: #FFF;}

.supportTable td {
    vertical-align:  top;
}

.leftOrangeLine {
	border-left: solid 3px #f89021;
}

input {
	opacity: 1 !important;
	position:relative !important;
	z-index: 10;
	/*outline: none;*/
}
input[type="radio"] {
    opacity: 1;
}

input:focus {
	/*margin-bottom:-1px;*/
}

.loggie span {
    text-align: center;
    width: 100%;
    display: block;
    background-color: #000;
    color: #FFF;
    padding: 3px 0px;
}

.theLoginButton {
    margin: 0 auto;
    display: block;
    padding:10px 35px;
    background-color: #f89021 !important;
    border:none;
	cursor:hand;
	cursor: pointer;
	border-radius: 6px;
	color: #FFF;
}

.loggie h1 {
    color: #000;
    font-size: 40px;
	letter-spacing: 0px;
	text-align: center !important;
}

.loggie input[type=text], .loggie input[type=password] {
    font-size: 22px;
    padding: 5px 5px;
    width: 50%;
    text-align: center;
    margin: 0 auto !important;
    display: block;
    min-width: 300px;
}

.loggie label {
    font-size: 15px;
    color: #000;
    text-align: center;
    width: 100%;
    display: block;
}

.portalMove {
    margin: 0px 0px 0px 30px;
}

.leftLine {
    border-left: solid 4px #f89021;
    float: left;
    padding-left: 10px;
}

.vid {
    width: 30%;
    float:left;
    margin-right:1%;
    text-align:center;
    position: relative;
    margin-bottom: 40px;
}

.vid img {
    width: 100%;
	display: block;
}

.vid .vid-title {
	background-color: #000;
	color: white;
	font-size: 1.2em;
}
.vid .vid-thumbnail {
	border: 2px solid #000;
	background-color: #000;
}

.floatRight {float:right;}

.specSubmit {
    border-radius: 6px;
    border: none;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #FFF;
    text-align: center;
    height: 70px !important;
    width: 60% !important;
    font-size: 15px;
    /* float: right; */
    margin: 0 auto;
    display: -webkit-box;
}

.specMasterBox, .specMasterBox td {
	background-color: #E2E2E2;
	color: #9c9c9c;
	font-size:14px
}

.specMasterBox strong {
	color:#333;
	font-size:16px;
}

.specMasterBox input {
    width: 100%;
    height:30px;
}

.star {
    float: left;
    width: 35px;
}

.listing {
    padding: 20px 0px 20px 40px;
    position:relative;
    font-size:18px;
	clear: left;
}

.listing .star {
    position:absolute;
    left:0px;
    top:15%;
}

ul li {list-style:none;}

select {display:block;}

tr:nth-child(even) {background: #FFF}
tr:nth-child(odd) {background: #E2E2E2}
th {
    background-color: #949494;
    border-radius: 0px;
    color: #FFF;
}

.matchDrops {
    margin-left: 5%;
    max-width: 45%;
}

.floatLeft {float: left;}

.width100Per {
	width:100%;
	height: auto;
}

.giveMe50Feet {
    padding: 0px 50px 0px 0px !important;
}

.boxes .col.s4{
  width: 30%;
  margin-left: 1%;
  left:auto;
  right:auto;
  padding: 0px;
  -webkit-transition: none 0.5s ease 0.3s;
  transition: none 0.5s ease 0.3s;
  position:relative;
  overflow:hidden;
  -webkit-transition-property: width;
  transition-property: width;
  }

.orangeText {color: #f89021;}

.h2FontSize {font-size: 2.52rem;}

.h3FontSize {font-size: 1.50rem;}

.orangeUnderline {border-bottom: solid 4px #f89021;}

.tubeImage {
    width: 50%;
}

.tubeImage img {
	width: 100%;
	height: auto;
}

.click {
    padding: 20px;
    color: #FFF;
}

p.prodText {
    margin-top: 0px;
}

.dapGrey {background-color: #aeafb3;fill: #aeafb3;}

.arrows svg {
    position: relative;
    width: 60%;
    min-width: 195px;
}

.smallArrow svg {
    height: 35px;
    width: auto;
}

.svgText {
    position: absolute;
    color: #FFF;
    font-weight: bold;
    left: 0px !important;
  top: 45% !important;
	font-style: italic;
  transform: translate(30px, -50%) !important; /* Yep! */
  -webkit-transform: translate(30px, -50%) !important; /* Yep! */
  -moz-transform: translate(30px, -50%) !important; /* Yep! */
  -ms-transform: translate(30px, -50%) !important; /* Yep! */
  -o-transform: translate(30px, -50%) !important; /* Yep! */
}

.arrows {position:relative;}

.per100 {
    width: 100%;
    height: auto;
}

.productColor {width: 100%; padding-left: 10px; margin: 0px; }

.whiteLg {
    text-align: left;
    font-size: 24px;
    float: left;
    padding-top: 10px;
    margin-bottom: 3px;
}

.whiteTxtiSm {
    position: relative;
    font-size: 12px;
    top: 15px;
    /* margin-left: 10px; */
    color: #FFF;
    display: block;
}

.whiteTxti {
    color: #FFF;
}

.productColor_ {
	background-color: #f89021; 
	fill:#f89021; 
}
.productColor_Orange {
	background-color: #f89021; 
	fill:#f89021; 
}
.productColor_Blue {
	background-color: #0080c4; 
	fill:#0080c4; 
}
.productColor_Green {
	background-color: #009d3f; 
	fill:#009d3f; 
}
.productColor_Lime {
	background-color: #6cb836; 
	fill:#6cb836; 
}
.productColor_Black {
	background-color: #000;
	fill: #000;
}


.navbar2 li ul li .material-icons {
    transform: rotate(-90deg);
    color: #f68d1b;
}

.navLinks i.material-icons.dp48 {
    position: absolute;
    top: -5px;
    right: -2px;
}

.searchHide {
    float: right;
    position: relative;
    height: auto;
}

input.submit {
    color: transparent;
    background-color: transparent;
    display: block;
}

.searchHide i.material-icons.dp48 {
    width: 35px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0px !important;
    display: block;
    /* left: 6px; */
    color: #f68d1b;
    z-index: -1;
}

.container { position:relative;}

.navLinks {
    float: left;
    /* width: 820px; */
    cursor: default;
}

.navLinks a {
    padding: 0px 20px 0px 20px;
    color: #FFF;
    position: relative;
    display: inline-block;
}

/*NAVIGATION*/

.navbar2 {
margin-bottom: 0px !important;
margin: 0 auto;
/*padding: 0 0 0 15px;*/
/*height: 39px;*/
width: 1028px !important;
text-align:left;      
z-index: 1000 !important;
/*top: 2px;*/}

.navbar2 li {
float: left;
color:#000;
position:relative;
line-height: 12px;
top: 5px;
list-style-type:none;
}



.navbar2 li ul{color:#000;display: none;position: absolute;top: 30px;left: 0;
*left: -40px;background-color: #FFF;}



.navbar2 li > ul {
  /*top: auto;
  left: auto;*/
  padding: 0px 0px 0px 25px;
  border:solid 1px #f98f00;
  min-width: 250px;
}



.navbar2 li ul li {line-height: 25px;width: 100%;padding-bottom: 5px;color: #000;/* padding: 5px 0px; */}

.navbar2 li ul li a {
	padding:10px 0px;
}

.navbar2 li ul li a:hover {
	color:#000 !important;
}

/*#nav li ul li:nth-last-child(1)  {

line-height: 0px;
width: 100%;
padding-bottom: 0px;
background-color: transparent;

}*/



.navbar2 li a:hover {

text-decoration:none;
color:white;
width:100%;
/*background: url("images/gradient.jpg") repeat-x scroll 0 -20px #2C2C2C;*/

}




.navbar2 li ul li a:hover {
color:white;
width:100%;
}




.navbar2 li ul li a{color: #000;}


.navbar2 li:hover ul,li.over ul { 

display: block; 

}


.navbar2 li a{padding: 0px 25px 19px 25px;color: white;display:block;font-size:16px;}


/*level 3*/
.navbar2 ul ul {left: 223px !important;top: 0px !important;background-color: #FFF;width:200px;height:inherit !important;}


.navbar2 li ul li ul{
 display: none;
  position: absolute;
  top: 27px;
  list-style: none;
  left: 164px;
  *left: -40px;
z-index: 1000;
}

.navbar2 li:hover ul li ul {
display: none;
z-index: 1000;

}

.navbar2 li ul li:hover ul {
display: block;
color:white;
}

.navbar2 li ul li:hover ul li{ 
display: block; 
}

.navbar2 li ul li ul li a:hover {

}

.navbar2 li ul li ul li a {

width: 100%;
}

.topLink {
    float: right;
    clear: both;
    position: absolute;
    top: 64px;
    right: -10px;
    color:#f98f00;
}

.topLink span {color:#000; font-size: 14px; margin-top:10px; padding:0px 8px}

.searchDiv {
    float: right;
    margin-top: 28px;
    position: relative;
}

.brand-logo {
    width: 300px;
    padding: 10px 0px;
}

.boxes img {
	width: 102%;
}



.searchSubButton {
    color: #FFF;
    background-color: #f98f00 !important;
    border: 1px solid #000 !important;
    display: block;
    z-index: 1111;
    padding: 15px 50px !important;
    margin: 10px auto;
}

.typeSearch {
	background-color:#fff !important;
	width: 50% !important;
	margin: 0 auto !important;
	display:block !important;
	font-size: 30px !important;
	padding: 10px !important;
	margin-top: 20% !important;
}

.mm-slideout {
	height: 100%;
}

.blurIt {
	-webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

.searcicle {
    background-color: #000 !important;
    display: block !important;
    position: absolute;
    z-index: 10;
    left: 2%;
    top: 0%;
    cursor: hand;
    cursor: pointer;
}

.submit {
    width: 35px;
    border: solid 1px #f98f00;
    border-radius: 0px;
    height: 30px;
    position: absolute;
    bottom: 0px;
}

.searchBox {
    position: absolute;
    z-index: 1000;
    height: 100%;
    background-color: #000;
    width: 100%;
    opacity: .8;
	display:none;
}

.searchBox i {
	font-size: 70px;
	color: #FFF;
}

.searchie {
	border: solid 1px #f98f00;
	width: 215px;
	height: 26px;
}

.searchie:hover {
	cursor:hand;
	cursor:pointer;
}

nav ul li {	

	width: 100%;
}

.image {
	width: 200px;
	height: 200px;
	background-color: #f98f00;
	display:block;
	position: relative;
	z-index: 1;
	margin: 20px auto 0 auto;
	overflow: hidden;
	border: solid 2px #000;
}
/*#menu li a {
	padding-left: 65px;
}

#menu li a:hover {background-color: #00b6e6;}

#menu li {position:relative;}

#menu i {
	position:absolute;
	left: 35px;
	top: -9px;
}*/
a

#menu {height: 100%; background-color: #FFF; /*-webkit-box-shadow: inset -7px 0px 6px -6px rgba(0,0,0,0.53);
-moz-box-shadow: inset -7px 0px 6px -6px rgba(0,0,0,0.53);
box-shadow: inset -7px 0px 6px -6px rgba(0,0,0,0.53);*/}

#hamburger
{
	background: center center no-repeat transparent;
	display: none;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}

#hamburger:before,
#hamburger:after,
#hamburger span
{
  background: #000 !important;
  content: '';
  display: block;
  width: 35px;
  height: 5px;
  position: absolute;
}
#hamburger:before
{
  top: 5px;
}
#hamburger span
{
  top: 15px;
}
#hamburger:after
{
  top: 25px;
}

.navBar {
	width: 100%;
	height: 52px;
	position: relative;
	background-color: #f68d1b;
	padding-top: 16px;
	z-index: 100;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}

.dapLogo {
	width: 120px;
	height: auto;
	position:absolute;
	top: 0px;
	left: 11%;
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
}

h1 {
	text-align:center;
	color: #fff;
	letter-spacing: -.5px;
	font-size: 3rem;
	font-style:italic;
}

.fullBox {padding: 50px 0px;}
.fullBox h1 {margin-top: 0px;font-weight: 600;letter-spacing: -1px;/* font-style:  italic; */width: 100%;text-align:  left;}
.boxes .col {
	margin-bottom: 50px;
	
}

.boxes .col.s4{width: 30%;margin-left: 1%;left:auto;right:auto;padding: 0px; -webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s; position:relative; overflow:hidden;

	-webkit-transition-property: width;
	transition-property: width;}

	

@media (max-width: 1670px) {
	.specVideo {width: 1000px; height: 562px;margin: 0 auto; display:block;}
}

@media (max-width: 1400px) {
	.specVideo {width: 800px; height: 450px;margin: 0 auto; display:block;}
}



@media (max-width: 1200px) {
	.dapLogo {
		width: 100px;
		left: 15%;
	}
}

@media all and (max-width: 900px) {
	.s7 {
		width: 100% !important;
	}
	
	.s5 {
		width: 100% !important;
	}
	
	.leftLine {
		border-left: none;
	}
	
	.leftLine .listing {
		width: 100%;
	}

	h1 {
		font-size: 30px;
		letter-spacing:-1px !important;
	}
	
	.forMobi {
		float: none;
		display: block;
		margin: 40px auto 0 auto !important;
		width: 45% !important;
	}
	
	.specVideo {width: 640px; height: 360px;}
}

@media (max-width: 800px) {
	.dapLogo {
		width: 100px;
		left: 20%;
	}
	
	
}

@media (max-width: 600px) {
	.dapLogo {
		width: 100px;
		left: 30%;
	}
}

@media (max-width: 900px) {
	.boxes .col.s4 {
		width: 49%;
	}
}

@media (max-width: 550px) {
	.boxes .col.s4 {
		width: 100%;
	}
}

@media only screen and (max-width: 865px) {
	.searchDiv, .topLink, .navBar {display:none;}
	
	.header{
		display:block;
		}
	
	/*.navBar {
		height: 100%;
		position: fixed;
		top: 0px;
		display: none;
	}
	
	.navBar.showNav {
		display: block;
	}
	
	.navLinks {
		float: left;
		width: 100%;
		position: relative;
	}
	
	.navbar2 {
		float: left;
		width: 100% !important;
		position: relative;
		display: block !important;
		top: 60px;
	}
	
	.navbar2 li {
		float: left;
		width: 100%;
		position: relative;
	}
	
	.navbar2 li ul{
		display: none;
		position: relative !important;
		float: left;
		top: 0px;
		width: 100%;
	}
	
	.navbar2 li ul {
		margin-bottom: 20px;
	}
	
	.navbar2 li:hover ul {
		display: block !important;
		
	}
	
	.navbar2 li:hover ul li {
		position: relative !important;
	}
	
	.navbar2 li ul li ul {
		float: left !important;
		position: relative;
		left: 0px !important;
		border: none;
	}
	
	.navbar2 li ul li .material-icons
	{
		display: none;
	}
	
	#hamburger {display:block;}
	*/
	
}


@media (max-width: 1200px){
	.row.vidRow img{
		display:none;
		}
	
	.vidFrame{
		width:100%;
		right: auto;
		left:50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

}
	

@media (max-width: 720px) {
	.specVideo {width: 380px; height: 220px;margin: 0 auto; display:block;}
	
	.vidFrame{
		width:100%;}
}



.video-wrapper, #ccDialogBody {
	position: relative;
	height: 100%;
	width: 100%;
}

#ccDialogBody iframe {
	height: 100%;
	width: 100%;
	position: absolute;
}

.loggie .sideButton {
	border: 0;
	background: none;
	display: block;
	margin: auto;
	margin-right: 25%;
}