@import url('bootstrap.css');
#cssmenu{float:left; color:#333;}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type:none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:99999;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  /*background: #ff9900;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;*/
}
#cssmenu > ul > li {
  float: left;
  /* background-color: #fff; */
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding:12px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-weight:600;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;
  background:#961d5f;
}
#cssmenu > ul > li:hover > .submenu-button:before,
#cssmenu > ul > li.active > .submenu-button:before,
#cssmenu > ul > li:hover > .submenu-button:after,
#cssmenu > ul > li.active > .submenu-button:after{
    color: #fff;
    background:#fff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 4px;
  height: 4px;
  font-weight:bold;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0; /*overflow-y:auto; max-height:550px;*/ 
}
#cssmenu ul ul ul::-webkit-scrollbar {
        width: 10px;   
        height: 1px;
    }
#cssmenu ul ul ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
        background: #dfdfdf;
    }
#cssmenu ul ul ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #fff;
    }
	
	
	
.products_overflow {
overflow-y:auto; max-height:520px;
}
.products_overflow::-webkit-scrollbar {
        width: 5px;   
        height: 1px;
    }
.products_overflow::-webkit-scrollbar-thumb {
        border-radius: 20px;
         -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
        background: #dfdfdf;
    }
.products_overflow::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
        border-radius: 20px;
        background: #fff;
    }

	
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
border-bottom:1px #f2f2f2 solid;  background: #fff;width: 320px; display:inline-table;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  /* For IE 8 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');  /* For IE 5.5 - 7 */
  -moz-box-shadow: 1px 1px 5px #dfdfdf;/* for firefox */
  -webkit-box-shadow: 1px 1px 5px #dfdfdf;/* for safari or chrome */
  box-shadow:1px 1px 5px #dfdfdf;/* for opera or ie9 */

}
#cssmenu ul ul li a {
  padding:10px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #333; line-height:24px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background:#961d5f;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media (max-width: 1024px){
#cssmenu > ul > li > a {
  padding: 16px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 22px;
  right: 12px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
}
@media all and (max-width: 768px)/*, 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)*/ {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 14px 20px;
    font-size: 14px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative !important;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #fff;
  }
  /* #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 35px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  } */
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 999999;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer!important;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 9999;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

/*banner-css*/

.flickerplate {
	position:relative;
	width:100%;
	height:30vw;
	background-color:#e6e6e6;
	overflow:hidden;
}
.flickerplate ul.flicks {
	width:10000%;
	height:100%;
	padding:0px;
	margin:0px;
	list-style:none
}
.flickerplate ul.flicks>li {
	float:left;
	width:1%;
	height:100%;
	background-position:center;
	background-size:cover;
	display:table;
}
.flickerplate ul.flicks>li .flick-inner {
	height:100%;
	padding:10px;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
}


.flickerplate ul.flicks>li .flick-title {
	padding:0px 0px;
	font-size:3.438em;
	line-height:1.375em;
	text-align:left;
	font-weight:bold;
	color:#FFF;
}
	
.flickerplate .btn {
	display: inline-block;
	margin: 20px 0 10px 0;
	padding:15px 30px 15px 30px;
	clear: both;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	background-color:#9e1c64;
	border-radius: 25px;
	border:1px #9e1c64 solid;
	}
.flickerplate .btn:hover {
	background: rgba(0,0,0,.15);
	color:#ffffff;
	border:1px #9e1c64 solid;
	transition: background-color .3s;
	}

.flickerplate ul.flicks>li .flick-sub-text {
	padding:5px;
	line-height:1.750em;
	color:rgba(255, 255, 255, 0.8);
	text-align:left;
	font-size:1.250em;
	color:#FFF;
	width:60%;
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding:12px 18px;
	background-color:rgba(0, 0, 0, 0.6);
}
.flickerplate .arrow-navigation {
	position:absolute;
	height:80%;
	width:10%;
	top:10%;
	z-index:100;
	overflow:hidden
}
.flickerplate .arrow-navigation .arrow {
	display:block;
	height:100%;
	width:90%;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor:pointer
}
.flickerplate .arrow-navigation.left {
	left:0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity:0;
	margin:0px 0px 0px 50%;
	background-image:url("../images/arrow-left-light.png");
	background-repeat:no-repeat;
	background-position:left
}
.flickerplate .arrow-navigation.right {
	right:0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity:0;
	margin:0px 0px 0px -50%;
	background-image:url("../images/arrow-right-light.png");
	background-repeat:no-repeat;
	background-position:right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity:1;
	margin:0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity:1;
	margin:0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
	z-index:100
}
.flickerplate .dot-navigation ul {
	text-align:center;
	list-style:none;
	padding:0px 15px
}
.flickerplate .dot-navigation ul li {
	display:inline-block;
	float:none
}
.flickerplate .dot-navigation .dot {
	width:14px;
	height:14px;
	margin:0px 6px;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition:background-color 0.2s ease-out;
	-moz-transition:background-color 0.2s ease-out;
	-o-transition:background-color 0.2s ease-out;
	-ms-transition:background-color 0.2s ease-out;
	transition:background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor:pointer;
	background-color:rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color:#fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align:left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align:right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image:url("../images/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image:url("../images/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color:rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color:#000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective:1000;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0%, 0px, 0px);
	-webkit-transform:translate3d(0%, 0px, 0px);
	-webkit-transition:-webkit-transform 0.6s;
	-o-transition:-o-transform 0.6s;
	-moz-transition:-moz-transform 0.6s;
	transition:transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position:relative;
	left:0%;
	-webkit-transition:left 0.4s ease-out;
	-moz-transition:left 0.4s ease-out;
	-o-transition:left 0.4s ease-out;
	-ms-transition:left 0.4s ease-out;
	transition:left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position:relative;
	left:0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom:0px;
	overflow:auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position:auto
}


@media only screen and (max-width: 48em) {
.flickerplate ul.flicks>li .flick-title {
font-size:1.667em
}
.flickerplate {
	position:relative;
	width:100%;
	height:25.000em;
	background-color:#e6e6e6;
	overflow:hidden;
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding:5px;
	line-height:1.750em;
	color:rgba(255, 255, 255, 0.8);
	text-align:left;
	font-size:1.250em;
	color:#FFF;
	width:100%;
}
}

.page-line{ width:100%; height:auto; overflow:hidden; border-top:1px #cecece solid;}

/*all images css sytle*/

.btn06 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.btn06 img {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0; 
}
.btn06 .ovrly {
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.btn06 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn06 .buttons .fa {
    background-color: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.3s, color 0.1s 0.3s;
    -moz-transition: all 0.3s, color 0.1s 0.3s;
    -o-transition: all 0.3s, color 0.1s 0.3s;
    transition: all 0.3s, color 0.1s 0.3s;
    color: transparent;
}
.btn06 .buttons .fa-link {
    left: 22px;
}

.btn06:hover .buttons .fa {
    opacity: 1;
    left: 0;
    color: rgba(50, 50, 50, 0.9);
}
.btn06:hover .ovrly {
    opacity: 1;
}

.fa-link{
    background-image: url(../fonts/link.svg);
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

/*css style*/
.ref{color:#777; text-decoration:none; font-size:16px;}
.ref strong{color:#777; text-decoration:none; font-size:16px; padding-top:20px;float:left; display:block; width:100%;}
.ref em{color:#777; text-decoration:none; font-size:16px;}
.ref a{color:#777; text-decoration:none; font-size:16px;}
.ref sup{color:#777; text-decoration:none; font-size:16px;}
.ref sub{color:#777; text-decoration:none; font-size:16px;}

.distributors-left{ width:40%; float:left;}
.distributors-left img{width:100%;}

.distributors-right{width:55%; float:left; margin-bottom:50px; margin-left:50px;}
.distributors-right img{width:auto; max-width:300px;}
.distributors-right h2{line-height:50px;}
.distributors-right p{line-height:30px;}
.distributors-right select{height:35px; width:auto; min-width:200px; margin:10px 0;}
.distributors-right h3{line-height:30px;}
.img-responsive{ margin:10px 0;}
.distributors-right ul{width:100%;}
.distributors-right li{ padding:8px 0;list-style-type:none;}
.distributors-right li a { color:#a40b5d; text-decoration:none;}
.distributors-right hr{ background-color:#ccc; height:1px; border:0px;}

@media (max-width: 768px){
#cssmenu ul > li:first-child {
    display:none;
}
.distributors-left{ width:100%; float:left;}

.distributors-right{width:100%; float:left; margin-bottom:50px; margin-left:50px; margin:0; padding:0;}

}


/*left nav css*/

.left_nav{width:100%; height:auto; overflow:hidden;}
.list_dt{
    color: #333;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
	background:#f8f8f8;
	padding:0 0 10px 10px;
	font-weight:normal;
	margin-bottom:10px;
	border-radius:10px;
}
.list_dt p{color:#333;}
.list_dt p a{color:#333; text-decoration:none;}
.list_dt p a:hover{color:#9e1c64;}

.list_dt:hover{
    background:#f8f8f8;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/*#open{
    background: #f8f8f8;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #195ea3;
}
*/
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 14px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
}
.list_dd{
    display: none; height: auto; max-height: 550px;overflow-y:auto;
}
.list_li{
    list-style-type: none; color: #333; margin:8px 0;font-weight:normal;
}
.list_li a{color:#333; text-decoration:none;font-weight:normal;}
.list_li a:hover{color:#9e1c64; text-decoration:none}

.search-input-list{border:0px; line-height:36px; padding-left:10px; width:90%; outline:none; height:36px; font-size:16px;}
.btn-c{ float:right; margin:8px 10px 0 0;}
.top-search{width:100%; height:auto; overflow:hidden; display:inline-block; border:1px #cecece solid;}

#tablename:nth-child(odd){background-color:#f9f9f9;}
#tablename:nth-child(even){background-color:#ffffff;}

.ProUnitTit{line-height:48px; border-bottom:1px #cecece solid; overflow:hidden; color:#a40b5d; font-weight:bold; margin:5px 0; font-size:24px;}
.Datasheet{border-bottom:1px #cecece solid; margin-top:10px; margin-bottom:10px; padding-bottom:10px;}
.Datasheet a{color:#a40b5d; text-decoration:none; padding-left:10px; font-size:16px; vertical-align:middle;}
.Datasheet img{vertical-align:middle;}

.img-left{float:left;}

.selectItems {background-color: #fff;width:51%;text-align: center; margin-left:280px;z-index: 1100;}
.selectItems ul {list-style: none;font-size: 1em; padding: 10px 0 0 0; margin: 0px;}
.selectItems ul li {line-height:1.4em;color: #666;cursor: pointer;text-align: left;padding-left: 12px;margin-bottom: 10px }
.selectItems ul li:hover {color: #f60;}
.selectItems ul li.curr {color: #f60; background-color: #efefef;}


/*--------------404 page begin--------------*/
.E404 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.E404 {
	width: 510px;
	margin: 70px auto auto auto;
	border: 0px solid #ff0000;
}

.E404 .Etit {
	font-size: 25px;
	line-height: 35px;
	color: #525151;
}

.E404 .content {
	color: #767676;
}

.E404 a {
	color: #525151;
	text-decoration: none;
}

.E404 .btn {
	border: 1px solid #dddddd;
	padding: 5px 10px 5px 10px;
	/* border-radius: 5px; */
	margin-right: 10px;
	background-color: #efefef;
}

.E404 .btn:hover {
	background-color: #7da1c4;
	color: #ffffff;
}

@media only screen and (max-width: 1024px) {
	.E404 {
		width: 90%;
		margin: 0px auto auto auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*--------------404 page end--------------*/

table {
  border-collapse: collapse; margin: 1.25em 0 0; width: 100%; border: 1px solid #ddd;}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left; line-height:26px;
}

table th {
  background: #a40b5d;
  color: #fff;
  text-transform: uppercase;
}

table tr td {
  background: #fff;
  color: #333;
}

table tr td a{
  color:#a40b5d;
  text-decoration:none;
}

table tr:nth-of-type(2n+2) td {
  background: #f9f9f9;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 14px;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding:10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}


table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block; 
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top; width:55%; display: inline-block; padding-top:10px;
}
.arrpub{width: 100%; display: block; font-weight: bold; padding: 10px; background: #a40b5d; border-radius: 10px; color: #fff; margin-top: 10px;}
.arrpub a{text-decoration: none; color: #fff; padding-left: 8px; font-size: 14px; top: -8px; position: relative;}
.anchor {
    display: block;
    position: relative;
    top: -280px;
    visibility: hidden;}
.inqunotice .google-policies{color:#000;}
.inqunotice .price-con,.inqunotice .price-con a,
.salearea .price-con,.salearea .price-con a{color:#000;}
.salearea{margin-bottom:20px; }