body{
padding:0;
margin:0;
overflow-x:hidden;
color:#212121;
font-family: 'Conv_AvenirLTStd-Book', sans-serif;
font-size:17px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C49F62;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #C49F62;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #C49F62;
}
:-moz-placeholder { /* Firefox 18- */
   color: #C49F62;
}
ul.enqF li ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
ul.enqF li ::-moz-placeholder { /* Firefox 19+ */
   color: #000;
}
ul.enqF li :-ms-input-placeholder { /* IE 10+ */
   color: #000;
}
ul.enqF li :-moz-placeholder { /* Firefox 18- */
   color: #000;
}


img, a, a:hover, a:active, a:focus, object, embed{
	outline:0;
	border: 0; 
	text-decoration:none;
}

.dis-none{
	display:none;
}
.dis-inline-b{
display:inline-block;
}
.dis-block{
	display:block;
}
.font-18{
	font-size:18px;
}

ul, ol, p{
	list-style:none;
	padding:0;
	margin:0;
}

a:hover, a:active, a:focus{
	text-decoration:none;
}
em{
	font-style:normal;
	display:inline-block;
}

.text-justify{
text-align:justify;
}

.text-bold{
	font-weight:bold;
}

cite, i, a{
	font-style:normal;
	display:inline-block;
}

.fluid-img{
width:100%;
}

.fluid-img2, .fluid-img3{
max-width:100%;
}
.fluid-img3{
	margin:0 auto;
}

.pos-relative{
position:relative;
}

.pd-0{
padding:0px !important;
}
.mg-0{
margin:0px !important;
}
.pd-B15{
	padding-bottom:15px;
}

.clr{
clear:both;
padding:0;
margin:0;
height:0;
line-height:1;
font:0;
}

.common-hd{
	margin:0;
	padding:0;
}
.hd02{
	font-size:60px;
}
.hd01{
	font-size:90px;
}
.hd03{
	font-size:45px;
}
._capF{
	text-transform:uppercase;
}
.font01{
	font-family: 'Conv_Vonique 92 Regular', sans-serif;
}
.font02{
	font-family: 'Conv_AvenirLTStd-Book', sans-serif;
}
.hr, .hr01{
	border-color:transparent;
}
.hr01{
	margin-top:5px;
	margin-bottom:5px;
}

#main-grid:before, #main-grid:after{
content: ".";
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
clear:both;
}

#main-grid, .main-slider, .header-grid{
width:100%;
padding:0px;
margin:0px;
position:relative;
}
.main-slider:after{
	background: url(../images/shape-m01.png) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    content: '';
    bottom: -10px;
    z-index: 1;
}

.header-grid{
	position:absolute;
	margin: 0 auto;
	left: 0;
    right: 0;
    width: 100%;
	top:0;
	z-index:10;
}
.header-grid.add-grid{
	position:static;
}
.header-grid .top-header{
	color:#fff;
	background: rgb(72,13,144); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(72,13,144,1) 30%, rgba(182,39,128,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(72,13,144,1) 30%,rgba(182,39,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(72,13,144,1) 30%,rgba(182,39,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#480d90', endColorstr='#b62780',GradientType=1 ); /* IE6-9 */
	padding:10px 15px;
	position: relative;
    padding-left: 160px !important;

}
.header-grid .top-header span{
	font-size:14px;
	display:inline-block;
}
.header-grid .top-header em{
	padding:0 5px;
}
.header-grid .top-header .social-icons a{
	display:inline-block;
	margin-right:15px;
}

.header-grid .bottom-header{
	position:relative;
	background:#fff;
	padding:15px;
}
.header-grid .bottom-header:after{	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    content: '';
	bottom:-40px;
	z-index:11;
}
.header-grid.add-grid .bottom-header:after{	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	height: 20px;
	bottom:-20px;
}

.header-grid .bottom-header .logo-grid{
}
.header-grid .bottom-header .logo-grid .logo{
	display:inline-block;
}
.header-grid .bottom-header .logo-grid .logo img{
	max-width:100%;
}

.menu-grid{
	position:relative;
}

.navMenu{
	padding:7px 0;
	text-align:left;
}
.navMenu li{
	display:inline-block;
}
.navMenu li.DropDwn{
	position:relative
}
.navMenu li.DropDwn:after{
	background:url(../images/arrow-down.png) no-repeat;
	width:18px;
	height:11px;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	content:'';
	bottom:-4px;
	transition:.3s ease-in-out;
	z-index:111;
}
.navMenu li.DropDwn:hover:after{
	background:url(../images/arrow-down02.png) no-repeat;
}
.navMenu li.DropDwn .sub-nav{
	background: #fff;
    padding: 15px;
    width: 250px;
    position: absolute;
    left: -75px;
    top: 42px;
    z-index: 111;
	display:block;
	padding-top:40px;
	visibility:hidden;
	opacity:0;
	transition:.3s ease-in-out;
	box-shadow:0 20px 10px 0 rgba(0,0,0,.3);
}
.navMenu li.DropDwn:hover .sub-nav{
	visibility:visible;
	opacity:100;
}
.navMenu li a{
	display:block;
	/*text-transform:uppercase;*/
	color:#636363;
	font-size:17px;
	padding:9px 12px;
	transition:.3s ease-in-out;
}
.navMenu li a:hover{
	color:#d1068b;
}
.navMenu li a.active, .action-button{	
	background: rgb(122,10,142); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(122,10,142,1) 0%, rgba(220,5,139,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(122,10,142,1) 0%,rgba(220,5,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(122,10,142,1) 0%,rgba(220,5,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0a8e', endColorstr='#dc058b',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border-radius:4px;
}
.navMenu li.DropDwn .sub-nav ol{
	padding:0;
	margin:0;
}
.navMenu li.DropDwn .sub-nav ol li, .navMenu li.DropDwn .sub-nav ol li a{
	display:block;
}
.navMenu li.DropDwn .sub-nav ol li{
	/*padding-bottom:15px;*/
	border-bottom: solid 1px #ddd;
}
.navMenu li.DropDwn .sub-nav ol li:last-child{
	padding-bottom:0px;
}
.navMenu li.DropDwn .sub-nav ol li a{
	/*padding-left:60px;*/
	position:relative;
	left:0;
	transition:.3s ease-in-out;
}
.navMenu li.DropDwn .sub-nav ol li a:before{
	/*position: absolute;
    left: 0;
    content: attr(data-prefix);
    font-size: 21px;
    top: 0px;
    border: solid 2px #29cc80;
    padding: 5px 10px;
    color: #29cc80;
	border-radius:100px;*/
}
.navMenu li.DropDwn .sub-nav ol li a.active{
	background:transparent !important;
}
.navMenu li.DropDwn .sub-nav ol li:nth-of-type(2) a:before{
	color:#e80e73;
	border-color:#e80e73;
}
.navMenu li.DropDwn .sub-nav ol li:nth-of-type(3) a:before{
	color:#4b06d1;
	border-color:#4b06d1;
}
.navMenu li.DropDwn .sub-nav ol li:nth-of-type(4) a:before{
	color:#d1b806;
	border-color:#d1b806;
}
.navMenu li.DropDwn .sub-nav ol li:nth-of-type(5) a:before{
	color:#0ba8d6;
	border-color:#0ba8d6;
}
.navMenu li.DropDwn .sub-nav ol li:nth-of-type(6) a:before{
	color:#FF5722;
	border-color:#FF5722;
}
.navMenu li.DropDwn .sub-nav ol li a:hover{
	left:15px;
}
.color_1{
	color: #29cc80 !important;
}
.color_2{
	color: #e80e73 !important;
}
.color_3{
	color: #4b06d1 !important;
}
.color_4{
	color: #d1b806 !important;
}
.color_5{
	color: #0ba8d6 !important;
}
.color_6{
	color: #FF5722 !important;
}
.action-button{
	padding:12px 25px;
	/*font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:1px;*/
	transition:.3s ease-in-out;
	border:none;
	outline:0;
}

.action-button:hover, .product-list li:hover .action-button, .action-button:focus{
	color:#fff;
	background: rgb(220,5,139); /* Old browsers */
background: -moz-linear-gradient(top, rgba(220,5,139,1) 0%, rgba(122,10,142,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(220,5,139,1) 0%,rgba(122,10,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(220,5,139,1) 0%,rgba(122,10,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc058b', endColorstr='#7a0a8e',GradientType=0 ); /* IE6-9 */

}

.logo-2{
	position: absolute;
    right: 0;
    top: -60px;
    max-width: 100%;
    z-index: 110;
}
.mob-nav{
	display:none;
	color:#000;
}
.mob-nav span{
	display:inline-block;
	position:relative;
	top:3px;
}

.company-profile, .values-grid{
	padding:3% 0;
}
.fstyle, .fstyle01, .fstyle02, .fstyle03{
	font-weight: 600;
}
.fstyle{
	color: #CE068B;
    letter-spacing: 3px;
}
.fstyle01{
	letter-spacing: 5px;
	font-size:42px;
	line-height:50px;
	margin:0;
}
.fstyle02{
	letter-spacing: 8px;
	margin:0;
	color:#636363;
}
.fstyle03{
	letter-spacing:2px;
	margin:0;
	color:#CE068B;
	font-size:27px;
}

.what-wDo{
	position:relative;
}
.what-wDo:before, .what-wDo:after, .values-grid:before{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    content: '';
    z-index: 1;
}
.what-wDo:before{
	bottom: -15px;
	background: url(../images/shape-m01.png) no-repeat center;
}
.what-wDo:after, .values-grid:before{
	top: -15px;
	background: url(../images/shape-m02.png) no-repeat center;
}
.what-wDo .fixM, .abt-banFx, .contactFx{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:8% 3%;
}
.what-wDo .fixM{
	background-image: url(../images/fix-m01.jpg);
}
.abt-banFx{
	background-image: url(../images/abt-banM.jpg);
	padding:0px;
	min-height:350px;
}
.contactFx{
	background-image: url(../images/contactFx.jpg);
}
.contactFx02{
	background-image: url(../images/contactFx02.jpg) !important;
}
.products-bg{
	background-image: url(../images/parallaX-bg.jpg) !important;
	background-attachment: inherit !important;
}
.what-wDo .fixM .what-we-grid{
	background:rgba(255,255,255,0.95);
	max-width:720px;
	width:100%;
	padding:3%;
	position:relative;
}
.highlight-bx{
	padding-left:20px;
	position:relative;
	line-height:25px;
	margin:20px 0;
}
.highlight-bx:before, .what-wDo .fixM .what-we-grid:before{
	position: absolute;
    left: 0;
	top:0;
	content:'';
}
.highlight-bx:before{
	background:#CE068B;
	height:100%;
	width:7px;
}
.what-wDo .fixM .what-we-grid:before{
	background:#5D289F;
	height:10px;
	width:100%;
	top:-10px;
}


ul.common-list{
}
ul.common-list li{
	display:block;
	padding:5px 0;
}

.products-grid, footer{
	padding:3% 0;
	text-align:center;
}
.pro-hd{
	font-size:32px;
	font-weight:600;
	letter-spacing:3px;
	position:relative;
	padding-bottom:20px;
	margin-bottom:15px;
}
.pro-hd:after, .cnt-Overlay:after{
	background:#333;
	width:60px;
	height:8px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	content:'';
}

.product-list{
	margin:0;
	padding:15px 0;
}
.product-list li{
	padding:15px;
}
.product-list li ._items{
	border:solid 2px #ffffff;
	box-shadow:0 0 20px 0 rgba(0,0,0,.2);
}
.product-list li ._items ._thumbnail{
	padding:15px;
}
.product-list li ._items ._thumbnail .products{
	overflow:hidden;
}
.product-list li ._items ._thumbnail .products img{
	width:100%;
	transition:.3s ease-in-out;
}
.product-list li:hover ._items ._thumbnail .products img{
	transform:scale(1.1);
}
.product-list li ._items .caption-grid{
	background:#EFE9DE;
	padding:10px;
	transition:.3s ease-in-out;
}
.product-list li ._items .caption-grid .pd-name{
	/*font-weight:600;*/
	color:#D05121;
	font-size:19px;
}
.product-list li:hover ._items .caption-grid{
	background:#efefef;
}

.btn-s{
	background:#ceac71;
	padding:10px;
	color:#fff;
	margin:5px 0;
}

.values-grid{
	background:#DEEDEE;
	position:relative;
	padding-top:5%;
}
.white-bx, .white-bx01{
	background:#fff;
	padding:20px;
}
.white-bx ._capT{
	padding-top:15px;
}

.white-bx ._capT h4{
	font-weight:600;
	color: #d1068b;
}

.white-bx01{
	background:rgba(255,255,255,0.9);
	min-height:380px;
}

.contact-grid{
	background:#F8F4F1 url(../images/rPT01.jpg) repeat;
	padding:3% 0;
}
.redT{
	color:#D05121;
}

._cForm{
	padding:15px 0;
	margin-top:10px;
}
._cForm li{
	padding-bottom:20px;
}
._cForm .input01{
	width:100%;
	min-width:100%;
	padding:12px;
	transition:.5s ease-in-out;
}
._cForm .input01:focus{
	box-shadow:0 0 10px 0 rgba(0,0,0,.2);
}
.inputT{
	border:none;
	outline:0;
	padding:12px;
	padding-right:25px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#000;
	width:100%;
}
.tArea{
	min-height:175px;
}

.foo-links{
}
.foo-links li{
	display:block;
	color:#9D6A32;
}
.foo-links li h5{
	text-transform:uppercase;
	font-weight:600;
}
.foo-links li a{
	display:inline-block;
	color:#9D6A32;
	font-size:14px;
	padding:5px 0;
	transition:.3s ease-in-out;
}
.foo-links li a:hover{
	color:#636363;
}
.foo-socials{
}
.foo-socials a{
	background:#6A9253;
	padding:5px 10px;
	border-radius:4px;
	margin-right:5px;
}
.copyright-grid{
	background:#FAF4F1;
	padding:15px;
	text-align:center;
}
._breadC{
	padding:25px 0;
}
._breadC li{
	display:inline-block;
	color:#999;
	font-size:15px;
}
._breadC li a{
	color:#000;
}
.abt-links{
	background:#efefef;
	padding:20px;
}
.abt-links ul{
}
.abt-links ul li{
	display:block;
}
.abt-links ul li a{
	color:#666;
	padding:6px 0;
	font-size:15px;
	position:relative;
	left:0;
	transition:.3s ease-in-out;
}
.abt-links ul li a:hover{
	left:10px;
	color:#000;
}

._Tx, ._Tx01{
	text-align:justify;
	padding-bottom:15px;
}
._Tx01{
	text-align:inherit !important;
}
.hr03{
	border-width:7px;
}
.contactFx{
	padding:5% 3%;
}
._f15{
	font-size:15px;
}
.cnt-Overlay{
	text-align:center;
	position:relative;
	padding-bottom:15px;
	margin-bottom:15px;
}

._maxW900{
	max-width:900px;
	width:100%;
	margin:0 auto;
}
._form-wrapper{
	padding:30px 0 15px 0;
}
._form-wrapper ul{
	padding-bottom:25px;
}
._form-wrapper ul li{
	padding:10px;
}
._form-wrapper ul li label{
	display:block;
	text-transform:uppercase;
	letter-spacing:.5px;
	font-size:14px;
}
._form-wrapper ul li label em{
	color:#f00;
	font-size:21px;
	font-style:normal;
}

._inputF{
	width:100%;
	border:solid 2px #ddd;
	padding:12px;
	outline:0;
	transition:.5s ease-in-out;
}
._inputF:focus{
	border-color:#444;
}
.mH{
	min-height:200px;
}
.mH01{
	min-height:100px;
}
.cls-tb{
	display: none;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 32px;
    padding: 0 5px;
}
.pageCap-Ban{
	padding-bottom:25px;
}
.what-do-list{
	text-align:left;
}
.what-do-list li{
	display:block;
	padding-bottom:20px;
	position:relative;
}
.what-do-list li h4{
	position:relative;
	padding-left:50px;
	font-size:17px;	
    line-height: 25px;
}
.what-do-list li h4:before{
    position: absolute;
    left: 0;
    content: attr(data-prefix);
    font-size: 21px;
    top: -8px;
    color: #fff;
	background:#FF9800;
	padding:7px;
	border-radius:4px;
}
.inherit-list{
	padding-left:50px;
}
.inherit-list li{
	display: block;
    color: #636363;
    padding-bottom: 10px;
    font-size: 15px;
}
.font17{
	font-size:17px;
}
.mx-width-Bx{
	padding:15px;
	max-width:850px;
	width:100%;
	margin:0 auto;
}
.ln-height{
	line-height:30px;
}

@media only screen and (max-width:1100px){
.navMenu li a{
	font-size:12px;
	padding-left:7px;
	padding-right:7px;
}
}

@media only screen and (max-width:960px){
.navMenu, .navMenu li.DropDwn:after, .navMenu li.DropDwn .sub-nav{
	display:none;
}
.mob-nav{
	display:inline-block;
}
.logo-2 {
    max-width:30%;
}
.navMenu{
	background:rgba(255,255,255,.97);
	position:fixed;
	overflow-x:hidden;
	overflow-y:auto;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
	padding-top:40px;
}
.navMenu li{
	display:block;
	text-align:center;
	padding:1% 25%;
}
.navMenu li a{
	font-size:17px;
}
.cls-tb{
	display:block;
}
#owl-demo2 .owl-buttons .owl-prev, #owl-demo2 .owl-buttons .owl-next{
	display:none !important;
}

}

@media only screen and (max-width:767px){
.header-grid{
	position:static;
}
.header-grid .m-grid{
	padding:0px;
}
.logo-2 {
    max-width:90%;
}
.menu-grid {
    padding-top: 3%;
}
.company-info, footer .container{
	text-align:center;
}
.fstyle01, .pro-hd, .cnt-Overlay{
	font-size:27px;
	line-height:35px;
}
.fstyle02{
	font-size:18px;
	font-weight:normal;
}
.fstyle03{
	font-size:24px;
}
.what-wDo .fixM {
    padding: 20% 5%;
}
.what-wDo .fixM .what-we-grid, footer{
	padding:10%;
}
._cForm li{
	padding:0;
}
._cForm li div {
    padding-bottom: 10px;
}
._form-wrapper > ul{
	margin:0;
}
.abt-banFx{
	min-height:150px;
}
.white-bx01{
	margin:15px 0;
}
.header-grid.add-grid .top-header .container, .header-grid.add-grid .bottom-header .container{
	padding-left:0px;
	padding-right:0px;
}


}

@media only screen and (max-width:480px){
.hideDsk, .mob-nav span{
	display:none !important;
}
.top-header{
	font-size:14px;
	padding:10px !important;
}

.logo-2 {
    max-width: 95px;
    top: -32px;
    right: -5px;
}
.menu-grid {
    padding-top:1%;
}

.product-list li, .product-list li ._items ._thumbnail, .white-bx{
	padding:10px;
}
.values-grid{
	padding-top:15%;
	padding-bottom:10%;
}
#owl-demo2 .item{
	padding:5px !important;
}
.products-bg{
	min-height:75px !important;
}

}



.product-details{
	padding-top:20px;
	padding-bottom:20px;
}
.product-details ._thumbnail{
	padding:15px;
	border:solid 1px #ddd;
	margin-bottom:15px;
}
.product-details ._thumbnail img{
	max-width:100%;
	width:100%;
	margin:0 auto;
}
.hd-name, .sub-nm-hd{
	margin:0px;
	line-height:50px;
	font-weight:600;
	font-size: 32px;
}
.sub-nm-hd{
	font-size:21px;
	line-height:30px;
	font-weight:normal;
	padding-bottom:10px;
}
.sub-nm{
	color:#15a0e2;
}

.table-grid, .tbl-grid{
	margin-bottom:15px;
}
.table-grid td, .tbl-grid th, .tbl-grid td{
	padding:7px;
	border:solid 1px #fff;
	font-size:15px;
}
.table-grid td:nth-of-type(1){
	width:40%;
	background:#f5f0f0;
}
.table-grid td:nth-of-type(2){
	background:#faf4f1;
	width:60%
}
.tbl-grid th{
	background:#f5f0f0;
	font-size:17px;
}
.tbl-grid td{
	border: solid 1px #f5f0f0;
}

.bro-links{
	margin-top:20px;
	border-top:solid 1px #ddd;
	padding-top:15px;
}
.bro-links a{
	color:#636363;
	border:solid 1px #ddd;
	padding:10px;
	margin-right:10px;
	border-radius:4px;
	transition:.3s ease-in-out;
}
.bro-links a:hover{
	opacity:.7;
}
.bro-links a:nth-of-type(1){
	background:#FF5722;
	color:#fff;
	border-color:#FF5722;
}
.bro-links a:nth-of-type(2){
	background:#8dcc68;
	color:#fff;
	border-color:#8dcc68;
}


@media only screen and (max-width:767px){
.table-responsive{
	border:none;
}
.table-grid td:nth-of-type(1){
	width:70%
}

}



@media only screen and (max-width:480px){
.hd-name{	
	font-size:21px;
}
.sub-nm-hd{
	font-size:19px;
}
.product-details ._thumbnail{
	padding:5px;
}
.product-details{
	padding-top:0px;
}
.bro-links a{
	font-size:15px;
	padding:8px;
}

}

.popup-bx{
	background:rgba(255,255,255,.95);
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	z-index:110;
	padding:15px;
	overflow-y: auto;
	display:none;
}
.popup-bx .pop-body{
	width:100%;
	max-width:400px;
	margin:3% auto;
	box-shadow:0 0 20px 0 rgba(0,0,0,.3);	
}
.popup-bx .pop-body .bHead{
	color:#fff;
	background: rgb(72,13,144); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(72,13,144,1) 30%, rgba(182,39,128,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(72,13,144,1) 30%,rgba(182,39,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(72,13,144,1) 30%,rgba(182,39,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#480d90', endColorstr='#b62780',GradientType=1 ); /* IE6-9 */
	padding:15px 20px;
	position:relative;
}
.popup-bx .pop-body .bHead span{
	display: inline-block;
    color: #fff;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 32px;
	cursor:pointer;
}
.popup-bx .pop-body .bHead h2{
	margin:0px;
	font-size:25px;
}
.popup-bx .pop-body .bMid{
	background:#fff;
	padding:20px;
}
ul.enqF{
}
ul.enqF li{
	padding-bottom:10px;
}
ul.enqF li:last-child{
	padding-bottom:0px;
}

.mob-products{
	background:#efefef;
	padding-top:40px;
	padding-bottom:10px;
}
.mob-products ul{
}
.mob-products ul li{
	padding-bottom:5px;
}
.mob-products ul li a{
	background:#fff;
	padding:15px;
	color:#666;
	display:block;
	-webkit-border-radius:4px;
	border-radius:4px;
	border-bottom:solid 5px #ddd;
	position:relative;
}
.mob-products ul li a:after{
	background:url(../images/arrow-down03.png) no-repeat;
	width:11px;
	height:18px;
	position:absolute;
	right:15px;
	top:18px;
	content:'';
}

label.error {
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
input.error, textarea.error {
    border: 1px dashed red !important;
    font-weight: 300;
    color: red;
}


/*/////Google Translater hide google bar/////////////////*/

.goog-te-banner-frame.skiptranslate, .goog-te-gadget-icon {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }

._LanguageOPT{    
    padding: 10px 15px;
    text-align: right;
    width: 100%;
	background: #efefef;
}
._LanguageOPT .langTxt{
	display:inline-block;
	position:relative;
}
._LanguageOPT .langTxt:before{
	position:absolute;
	left:-85px;
	top:0;
	content: 'Language :';
}

#google_translate_element{
    position: absolute;
    left: 9px;
    top: 9px;
    
}
/*/////Google Translater hide google bar/////////////////*/