/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*----importing-fonts---*/
/*-----light-font----*/
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.eot');
    src: url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
	/*-----regular-font----*/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    src: url('../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
	/*-----semi-bold-font----*/
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.full-img{
  background-position: center center;
  background-size: cover;
  background-image: url("../images/slider2.jpg");
	height: 170px;
}

.success{
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font-weight: normal;
}
.error{
	background: #EAEAEA;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-weight: normal;
}

.submit_btn{
	background: #080b43;
	padding: 0.8em;
	display: block;
	border: none;
	text-transform: uppercase;
	font-family: 'open_sansregular';
	color: #FFF;
	width: 100%;
	outline:none;
	cursor:pointer;
	-webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.submit_btn:hover {
	background:#333;
}



#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  
}

.tabsli{
  font-size:11px;
  color:#999999;
  
}

#tabs li {
  float: left;
  margin: 0 -15px 0 0;
}

#tabs a {
  float: left;
  position: relative;
  padding: 0 40px;
  height: 0; 
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #eaeaea;
  border-bottom-color: #777\9;
  opacity: .3;
  filter: alpha(opacity=30);
  font-size:11px;  
}



#tabs a:hover,
#tabs a:focus {
  border-bottom-color: #141242;
  opacity: 1;
  filter: alpha(opacity=100);
}

#tabs a:focus {
  outline: 0;
}

#tabs #current {
  z-index: 3;
  border-bottom-color: #3d3d3d;
  opacity: 1;
  filter: alpha(opacity=100); 
}

#tabs a {
  height: 0; 
  line-height: 30px;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #3D3D3D; 
}
.copy-right{
padding-top:2%;
	text-align:center;
	color:#666666;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px
	
}

/*---start-contact----*/
.contact-head{
	text-align:center;
}
.contact-head h3{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font: 300 3em/48px 'Pacifico';
	color:#FFF;
	margin-top:1.5em;
}
.contact-head span{
	color:#FFF;
	margin-top:1em;
	display:block;
}
.c-top-grid{
	float: left;
	text-align: center;
}
.c-top-grid span{
	width:64px;
	height:64px;
	display:inline-block;
	background:url(../images/contact-info-icons.png) no-repeat 0px 0px;
}
.c-top-grid h3{
	color: #484848;
	font-size: 1.2em;
	padding: 0.7em 0;
	letter-spacing:2px;
}
.c-top-grid ul li{
	display:block;
	color:#7C7770;
	font-size:0.9em;
	line-height: 1.5em;
	letter-spacing:2px;
	font-size:12px
}
.contact-top-head {
	margin-top: 4em;
}
.contact-top-head span{
	background: url(../images/loc-icon.png) no-repeat 50%;
}
.last-grid{
	margin-right:0;
}
.c-top-grid1 span{
	background: url(../images/contact-info-icons.png) no-repeat -64px 0px;
}
.c-top-grid2 span{
	background: url(../images/contact-info-icons.png) no-repeat -128px 0px;
}
.last-grid span{
	background: url(../images/contact-info-icons.png) no-repeat -192px 0px;
}
.contact-top-grids {
	padding: 4em 2em;
}
.contact-form-head span{
	background: url(../images/msg-icon.png) no-repeat 50%;
}
.contact-form form{
	width: 100%;
	margin: 2.5em auto 0em auto;
}
.contact-form {
	padding-bottom: 4em;
}
.text-box{
	width:100%;
	margin-bottom: 1em;
}

.text-box input{
	width:100%;
		margin-bottom: 1em;

}

.text-box textarea{
	width:100%;
		margin-bottom: 1em;

}

.text-box input[type="text"],.textarea-box textarea{
	width: 100%;
	background: #F5F5F5;
	font-family: 'open_sansregular';
	color: #7C7770;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border: 1px solid #E1E2E9;
	padding: 0.8em;
	outline:none;
	text-transform:uppercase;
	letter-spacing:2px
}
.text-box input[type="text"]:hover,.textarea-box textarea:hover{
	border: 1px solid #080b43;
}

.text-box input[type="phone"],.textarea-box textarea{
	width: 100%;
	background: #F5F5F5;
	font-family: 'open_sansregular';
	color: #7C7770;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border: 1px solid #E1E2E9;
	padding: 0.8em;
	outline:none;
	text-transform:uppercase;
	letter-spacing:2px
}
.text-box input[type="phone"]:hover,.textarea-box textarea:hover{
	border: 1px solid #080b43;
}

.text-box input[type="email"],.textarea-box textarea{
	width: 100%;
	background: #F5F5F5;
	font-family: 'open_sansregular';
	color: #7C7770;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border: 1px solid #E1E2E9;
	padding: 0.8em;
	outline:none;
	text-transform:uppercase;
	letter-spacing:2px
}
.text-box input[type="email"]:hover,.textarea-box textarea:hover{
	border: 1px solid #080b43;
}

.textarea-box textarea{
	width: 100%;
	min-height: 250px;
	margin-bottom: 1em;
}
.contact-form input[type="submit"]{
	background: #080b43;
	padding: 0.8em;
	display: block;
	border: none;
	text-transform: uppercase;
	font-family: 'open_sansregular';
	color: #FFF;
	width: 100%;
	outline:none;
	cursor:pointer;
	-webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.contact-form input[type="submit"]:hover{
	background:#333;
}
/*---End-contact----*/

/*----//importing-fonts---*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color:#FFFFFF
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



body{
	background:#fff;
	font-family: 'open_sansregular';
}
/*---start-wrap-----*/
.wrap{
	width:100%;
	margin:0 auto;
}
#page{
	display:none;
}
/*---start-header----*/
.header {
	padding: 3em 0 0em;
	border-bottom: 1px solid #eee;
}

.logo {
	text-align:center;
		margin-top: 1em;
		margin-bottom:1em

}

.logo a{
	color: #E95393;
	font-family: 'open_sanssemibold';
	font-size: 2.8em;
	text-align:center;
		margin-top: 1em;

}

.top-nav ul li{
	display:inline-block;
}
.top-nav ul li a{
	color: #777777;
	padding: 1.8em 0.8em;
	display: block;
	font-size: 1.2em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.top-nav ul li a:hover{
	color:#E95393;
}
.top-nav{
	float:left;
}


/*---End-header----*/

.menu-container {
	width:100%;
	margin: 0 auto;
	padding: 20px 0;
}

label.responsive_menu span {
	margin-left: 10px;
	color: white;
	display: none;
}

.menu {
	font-family: 'open_sansregular'
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	position: relative;
	letter-spacing:5px;
	padding: 0 0 0 4px;
	margin: 0;
    background-color: #666;
	text-align:center;
	 text-transform:uppercase;
	 border-bottom:#CCCCCC solid medium;
}

/* Reset Links */
.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
 color: #080b43;
 text-decoration: none;
}

/* Main element */
.menu > li {
	display: inline-block;
	text-align: center;
	margin-left: -4px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
    
    }

/* Link Style */
.menu > li > a {
	padding:20px 18px;
	display: block;
}

.menu > li:hover > a{
	color: #080b43;
}

.menu > li:hover {
	background-color: #fff;
 }
.menu > li:first-child {
 border-left: none;
 box-shadow: none;
}

/* Simple multilevel dropdown */
.menu > li > ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	top:55px;
	background-color: #080b43;
    width: 200px;
	text-align: left;
	margin-top:30px;
	padding: 0px;
	z-index: 99;
}

/* First level appear */
.menu > li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

/* Style for dropdown links */
.menu li > ul li {
	font-size: 13px;
	position: relative;
	display: block;
	padding: 15px 10px;
    
}

.menu > li > ul  li:hover {
	background-color: #fff;

}

.menu ul  li:hover > a {
	color: #080b43;
}

/* Second and third dropdown level */
.menu > li > ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	top:0px;
	left: 200px;
	background-color: #080b43;
	width: 200px;
	text-align: left;
	padding: 0px;
	margin-left: 30px;
}

.menu > li > ul li ul li:hover {
	background-color: #fff;
}
input#responsive_menu { display: none; }

.menu > li > ul li ul li ul {
	background-color: #080b43;
}

.menu > li > ul li ul li ul li:hover {
	background-color: #fff;
}

/* Second and third level appears */
.menu > li ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin-left: 0px;
}

/* Megadrop width dropdown */
.menu > li > .megadrop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	top:53px;
	left: 0px;
	color:#333333;
	background-color: #eaeaea;
	width: 100%;
	min-height: 100px;
	text-align: left;
	margin-top:30px;
	padding: 0;
	z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	overflow: hidden;
}

/* megadrop appears */
.menu > li:hover .megadrop {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.menu ul li:hover:after {
	color: 666;
}

/* columndrop dropdown */
.menu .columndrop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	top:55px;
    background-color: #eaeaea;
	min-height: 100px;
	text-align: left;
	margin-top:30px;
	padding: 0;
	padding: 0 10px;
	z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	letter-spacing:0px;
	}

.menu > li:hover .columndrop {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.menu .columndrop .col {width: 130px;margin:0 9px;}


/*.coldrop full width dropdown */
.menu .col {
	width: 14.1%;
	color:white;
	margin: 0 0 0 2.2%;
	color:#333333
}

.menu .col ul {
	padding: 0;
	margin: 0;
}

.menu .col ul li {
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.menu .col h3 {
	font-size: 13px;
	padding: 14px 0;
	font-weight: 400;
	margin: 5px 0 5px 0;
	color:#080b43;
	letter-spacing:2px
}


.menu .col ul li a {
	display: block;
	padding: 0 0 15px 0;
	color:#333333
}
.menu .col ul li a:hover {
	color: #666;
    text-decoration: underline;
}


.menu > li > ul li ul, .menu li >ul li, .menu > li > .megadrop, .menu > li > .columndrop, .menu > li > ul, .menu > li {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
  	-ms-transition: all 0.2s ease-in-out; /* IE 11 */
	-o-transition: all 0.2s ease-in-outs; /* Opera */
}

.footer{
background-color:#CCCCCC;
min-height:100px;
}

/* Responsive container Setting */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.menu-container {
		width:768px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.menu-container {
		width: 420px;
	}
}

@media only screen and (max-width: 479px) {
.c-top-grid{
width:100%
}

.text-box-grids{
max-width:95%
}
.textarea-box{
max-width:95%
}
	.menu-container {
		width: 300px;
	}
}


@media only screen and (max-width: 959px) {

/* New direction for third dropdown level */
.menu > li > ul li ul li ul {
	left: -200px;
	z-index: 3;
}

.menu > li > a{
	padding: 20px 12px;
	font-size: 12px;
}

.menu .columndrop .col {width: 120px;margin:0 5px;}

}

@media only screen and (max-width: 767px) {

	.menu {
      display: none;
    }

	label.responsive_menu span {
		display: inline;
        font-size: 20px;
        font-variant: small-caps;
        font-weight:400;
	}

	label.responsive_menu {
      position: relative;
      display: block;
      width: 100%;
      background-color: #080b43;
      padding: 15px 0;
      
	}


	.menu {
		padding: 0;
	}

	.menu li {
		width: 100%;
		display:block;
		text-align: left;
		margin-left: 0;
	}

	.menu > li {
		border-right: none;
    	padding: 18px 0px;
    	position: relative;
	}

	.menu > li > a {
		display: inline;
	}

	.menu li ul, .menu li .megadrop, .menu li .columndrop {
		top:45px;
	}

	.menu li ul {
		padding: 0;
	}

	.menu .megadrop, .menu .columndrop {
		width: 100%;
		padding: 0 2.5%;
	}

	.menu li > ul li {
		padding: 18px 0px;
	}

	.menu .col, .menu .columndrop .col { 
		width: 94%;
		padding: 0 3%;
	}

	.menu > li > ul {
		width: 100%;
	}

	.menu > li > ul li ul {
		width: 100%;
		top:43px;
		left: 0;
		margin-top: 30px;
		z-index: 2;
	}

	.menu > li > ul > li:hover ul {
		margin-top: 0;
	}
	
		#responsive_menu:checked+.menu {
		display: block;
	}

    label:after {
        position: absolute;
        top:9px;
        right: 10px;
        content: "\2263";
        font-size: 35px;
        color: #FFF;
    }


	.menu > li > ul li ul li ul {
		width: 100%;


		top:43px;
		left: 0px;
		margin-left: 0;
		margin-top: 30px;
	}

	.menu > li > ul > li ul li:hover ul{
		margin-top: 0;
	}

	.menu > li > ul li{ 
		padding: 15px 0 15px 6%;
		width: 94%;
	}

	.menu > li > ul li ul li{ 
		padding: 15px 0 15px 9%;
		width: 91%;
	}

	.menu > li > ul li ul li ul li{ 
		padding: 15px 0 15px 12%;
		width: 88%;
	}
	
	.menu ul li.dropdown:after {
		left: 90%;
	}

	

	/* Disable animation */
	.menu > li > ul li ul, .menu li >ul li, .menu > li > .megadrop, .menu > li > .columndrop, .menu > li > ul, .menu > li {
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
         -ms-transition: none;
		-o-transition: none;
	}

}


/*--slider--*/
.text-slider{
	background:url(../images/slider.jpg) no-repeat 0px 0px;
	background-size: 100% 120%;
}
/*--//End-slider--*/
/*----start-content---*/
.top-grids{
	padding: 3em 0 5em 0;
	position:relative;
}
.top-grid{
	width:31.33%;
	float:left;
	margin-right:2%;
	text-align:center;
	position: relative;
}
.top-grid img{
	display:inline-block;
}
.top-grid span label{
	font-size: 1.6em;
	line-height: 1.8em;
	color: #6B6B6B;
}
.top-grid span{
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #ADACAC;
	border-radius: 30em;
	margin: 0.8em auto 1em;
}
.top-grid a{
	display: block;
	color: #6B6B6B;
	font-size: 1.25em;
}
.top-grid:nth-child(3){
	margin-right:0;
}
.product-pic {
	min-height: 178px;
}
.frist-product-pic{
	padding-top:10px;
	min-height:120px;
}
.grids-border{
	position:absolute;
}
.border{
	height: 3px;
	width: 300px;
	display: block;
	background: url(../images/grids-border.png) no-repeat 0px 0px;
	position: absolute;
	left: 60%;
	top: 76%;
}
/*---start-mid-grids----*/
.mid-grids{
	padding: 5em 0;
	border: 1px solid #eee;
	border-right: none;
	border-left: none;
}
.mid-grids-left{
	float:left;
	width:40%;
	margin-right:2%;
}
.mid-grids-right{
	float:right;
	width:58%;
}
.fea li a:before{
	content:url(../images/arrow.png) no-repeat 0px 0px;
}
.mid-grids-right h3 span{
	color:#080b43;
	font-size: 1.4em;
	font-family: 'open_sanssemibold';
}
.mid-grids-right h3{
	color:#727272;
	font-size: 2em;
}
.mid-grids-right p{
	font-size: 1.25em;
	line-height: 1.5em;
	color: #6F6F6F;
	width: 80%;
}
.mid-grids-right p big{
	font-family: 'open_sanssemibold';
}
.mid-grids-right ul li{
	display:block;
}
.mid-grids-right ul{
	margin: 0.6em 0 1.1em;
}
.mid-grids-right ul li a{
	font-family: 'open_sanslight';
	color: #A2A2A2;
	padding: 0.2em 0;
	font-size: 1.2em;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: alpha(opacity=50);
	opacity: 0.9;
}
.mid-grids-right ul li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 1;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.mid-grids-right ul li a i{
	font-style:italic;
	padding:0px 5px;
	font-family: 'open_sanssemibold';
	color:#646464;
}
.big-btns ul li{
	display:inline-block;
}
.big-btns ul li a{
	width: 178px;
	height: 50px;
	display: block;
}
.big-btns ul li a.and{
	background:url(../images/big-btns.png) no-repeat 0px 0px; 
}
.big-btns ul li a.iphone{
	background: url(../images/big-btns.png) no-repeat -182px 0px;
}
/*---//End-mid-grids---*/
/*---start-footer-grids---*/
.footer-grid{
	width: 23.33%;
	float: left;
	margin-right: 2%;
	text-transform:uppercase;
	letter-spacing:5px;
	border-right:#eaeaea solid thin;
	text-align:center;
	margin:8px;
	min-height:150px;
	padding-top:2%;
	margin-bottom:50px;
	margin-top: 30px
}

.border-left{
	border-left:#eaeaea solid thin;
}
.footer-grid:nth-child(3n+1){
	margin-right:0;
}
.footer-grid h3{
	color:#080b43;
	font-size:1.2em;
	font-family: 'open_sanssemibold';
	margin-bottom: 0.8em;
	text-align:center
}
.footer-grid ul li{
}
.footer-grid ul li a{
	color: #8C8C8C;
	font-size: 0.9em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.footer-grid ul li a:hover{
	zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.social-icons li{
	display:inline-block;
}
.social-icons li a{
	width:48px;
	height:45px;
	display:block;
}
.social-icons li a.facebook{
	background:url(../images/footer-icons.png) no-repeat 0px 0px;
}
.social-icons li a.twitter{
	background: url(../images/footer-icons.png) no-repeat -56px 0px;
}
.social-icons li a.youtube{
	background: url(../images/footer-icons.png) no-repeat -112px 0px;
}
.footer-grid p{
	color: #A2A2A2;
	font-size: 0.875em;
	line-height: 1.5em;
	padding:0 0 0.4em 0;
}
.footer-grid input[type="text"]{
	width: 84%;
	margin: 0.4em 0 1em;
	padding: 0.8em;
	border: 1px solid #C3C3C3;
	transition: border-color 0.5s all;
	-webkit-transition: border-color 0.5s all;
	-moz-transition: border-color 0.5s all;
	-o-transition: border-color 0.5s all;
	font-family: 'open_sanssemibold';
	color: #080b43;
	outline: none;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.footer-grid input[type="text"]:hover{
	border:1px solid #999;
}
.footer-grid input[type="submit"]{
	background: #F36EA7;
	padding: 0.8em;
	display: block;
	width: 93%;
	font-family: 'open_sanssemibold';
	color: #FFF;
	border: none;
	font-size: 1em;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	outline:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.footer-grid input[type="submit"]:hover {
	background: #EE639F;
}
.footer-grids {
	padding: 3em 0 5em;
}


/*---//End-footer-grids---*/
/*---strat-about----*/
.about h1{
	color: #080b43;
	font-size: 2em;
	font-family: 'open_sanssemibold';
	margin:1em 0 0 0;
}
.about h1 span{
	color:#080b43;
	font-family: 'open_sanssemibold';
}
/*---start-panels----*/
.panels {
	margin: 1em 0 2em 0;
}
.panel-left{
	text-align: center;
}
.panel-right h3 span{
	color: #080b43;
	font-size: 1.4em;
	font-family: 'open_sanssemibold';
}
.panel-left span{
	background: url(../images/dual-divice.png) no-repeat 0px 0px;
	width: 239px;
	height: 328px;
	display: block;
	margin: 0 auto;
}
.panel-right{
	text-align: center;
}
.panel-right h3{
	font-size: 2em;
	color: #080b43;
	font-weight: 300;
	line-height: 1.5em;
	padding: 0.4em 0 0.2em 0;
}
.panel-right p{
	font-weight: 300;
	width: 79%;
	margin: 0 auto;
	color: #A2A2A2;
	font-size: 0.9em;
	line-height: 1.5em;
}
/*---//End-panels----*/

/*---start-clients-sider-----*/
/*-----*/
.flexiselDemo3 {
	display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:auto;
	margin-top:20px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background-color:#eaeaea
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    cursor:pointer;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:auto;
    max-height:100%;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}
.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
/*---//clients-sider-----*/
/*---//End-about----*/
/*---start-feartures-grids----*/
.feature-grid{
	width: 50%;
	float: left;
	margin-bottom: 5%;
}
.feature-grid:nth-child(2),.feature-grid:nth-child(4),.feature-grid:nth-child(6){
	margin-right:0;
}
.feature-grid-left {
	width: 95%;
	float: left;
	margin-top: 0.3em;
}
.feature-grid-left span{
	width:64px;
	height:64px;
	display:inline-block;
}

.feature-grid-left p{
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
	width: 90%;
	letter-spacing:2px;
	text-align:justify
}
.icon1 span{
	background: url(../images/icons.png) no-repeat -6px 0px;
}
.icon2 span{
	background: url(../images/icons.png) no-repeat -328px 0px;
}
.icon3 span{
	background: url(../images/icons.png) no-repeat -268px 0px;
}
.icon4 span{
	background: url(../images/icons.png) no-repeat -74px 0px;
}
.icon5 span{
	background: url(../images/icons.png) no-repeat -140px 0px;
}
.icon6 span{
	background: url(../images/icons.png) no-repeat -204px 0px;
}
.feature-grid-right{
	width:95%;
	float:right;
}
.feature-grid-right h2{
	font-size: 1.8em;
	color: #080b43;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0px 0px 0.2em 0;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.feature-grid-right p{
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
	width: 90%;
	letter-spacing:2px;
}

strong{
font-weight:bold;
color:#080b43
}
.content-feature-grids {
	border-bottom: 1px solid #eee;
	padding: 3em 0 4em 0;
}
.content-feature-grids h1{
	color: #080b43;
	font-size: 1.5em;
	font-family: 'open_sanssemibold';
	margin: 0em 0 1em 0;
	text-transform:uppercase;
}
.content-feature-grids h1 span{
	color: #080b43;
	font-family: 'open_sanssemibold';
	border-left: solid medium #CCCCCC;
	padding-left:20px
}
/*---//End-feartures-grids----*/
/*-------LOGIN STARTS HERE -------*/
/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
    float: left;
}

/* Login Button */
#loginButton { 
    display: inline-block;
	float: right;
	position: relative;
	z-index: 30;
	top: -3px;
	cursor: pointer;
}
/* Login Button Text */
#loginButton span {
  display: block;
	text-align: center;
	border-radius: 0.15em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	-o-border-radius: 0.15em;
}
/* Login Box */
#loginBox {
    position: absolute;
	top: 66px;
	right: 0;
	display: none;
	z-index: 999;
	padding-bottom: 0.8em;
	background: #fff;
	border: 1px solid #eee;
}
/* If the Login Button has been clicked */    
#loginButton.active {
	border-radius: 0.15em;
}
.active span:hover{
	color:#FFF;
}
/* Login Form */
#loginForm {
    width: 270px;
	z-index: 999;
}
#loginForm fieldset {
    margin:0 0 0px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    background:#fff;
    padding:10px 13px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin: 7px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
    color:#777777;
    display:block;
    float:left;
    line-height: 1.5em;
}
#loginForm #body fieldset label {
    display: block;
	color: #777;
	font-size: 0.875em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
}


/*----//End-content---*/
/*---//End-wrap-----*/
/*---start-responsive-design----*/
@media only screen and (max-width:1440px) and (min-width:1366px) {
	.wrap {
		width: 75%;
	}
}
@media only screen and (max-width:1366px) and (min-width:1280px) {
	.wrap {
		width:80%;
	}
	.text-slider {
		background-size: 100% 100%;
	}
}
@media only screen and (max-width:1280px) and (min-width:1024px) {
	.wrap {
		width:80%;
	}
	.text-slider {
		background-size: 100% 100%;
	}
	.header-right {
		width: 53%;
	}
}
@media only screen and (max-width:1024px) and (min-width:768px) {
	.wrap {
		width:80%;
	}
	.text-slider {
		background-size: 100% 100%;
	}
	.header-right {
		width: 66%;
	}
	.mid-grids-right h3 span {
		font-size: 1.2em;
	}
	.mid-grids-right h3 {
		font-size: 1.5em;
	}
	.mid-grids-right p {
		font-size: 0.9em;
	}
	.mid-grids-right ul li a {
		font-size: 0.99em;
	}
	.border {
		width: 215px;
		left: 61%;
		top: 76%;
	}
	.top-grids {
		padding: 2em 0 3em 0;
	}
	.mid-grids {
		padding: 3em 0 2em;
	}
	.panel-right h3 {
		font-size: 1.8em;
	}
	.feature-grid-right {
		width: 81%;
	}
	.header {
		padding:0;
	}
}
@media only screen and (max-width:768px) and (min-width:640px) {
	.wrap {
		width:80%;
	}
	.text-slider {
		background-size: 100% 100%;
	}
	.header-right {
		width: 66%;
	}
	.mid-grids-right h3 span {
		font-size: 1.2em;
	}
	.mid-grids-right h3 {
		font-size: 1.5em;
	}
	.mid-grids-right p {
		font-size: 0.9em;
	}
	.mid-grids-right ul li a {
		font-size: 0.99em;
	}
	.border {
		width: 148px;
		left: 64%;
		top: 76%;
	}
	.top-grids {
		padding: 2em 0 3em 0;
	}
	.mid-grids {
		padding: 3em 0 2em;
	}
	.panel-right h3 {
		font-size: 1.6em;
	}
	.feature-grid-right {
		width: 86%;
	}
	.feature-grid-left {
		margin-top: 1em;
	}
	.feature-grid-right h2 {
		font-size: 1.5em;
		margin:0;
	}
	.header {
		padding: 1em 0;
	}
	.testimonial-grid {
		float: none;
		width:100%;
		margin-bottom:1em;
		text-align: center;
	}
	/*----*/
	#page{
		display:block;
	}
	.top-grid a {
		font-size: 1em;
	}
	.top-grid span {
		width: 35px;
		height: 35px;
	}
	.top-grid span label {
		font-size: 1.2em;
	}
	.about h1 {
		font-size: 1.8em;
		margin: 0.5em 0 0 0;
	}
	.content-feature-grids {
		padding: 1em 0 2em 0;
	}
	.content-feature-grids h1 {
		font-size: 1.8em;
	}
	.feature-grid {
		width:100%;
		float:none;
		margin-bottom:1em;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 35px;
		left: 11px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		display:none;
	}
	.header-left {
		float: none;
		margin-top:0em;
	}
	.sign-ligin-btns {
		float: none;
		margin-top: 0px;
		position: absolute;
		top: 4%;
		right: 10%;
	}
	#signupBox,#loginBox {
		top: 60px;
	}
	.mid-grids-left {
		float: none;
		width:100%;
		margin-right:0%;
		text-align: center;
	}
	.mid-grids-right {
		float: none;
		width:100%;
		text-align: center;
	}
	.mid-grids-right ul li {
		display: inline-block;
	}
	.footer-grid {
		width:100%;
		float: none;
		margin-right:0%;
	}
	.footer-grids {
		padding: 2em 0 3em;
	}
	.footer-grid ul li {
		display:inline-block;
		margin-right:0.6em;
	}
	.footer-grid h3 {
		margin-bottom: 0em;
	}
	.footer-grid ul{
		margin:0.5em 0;
	}
	.footer-grid p {
		padding: 0.5em 0;
	}
	.copy-right {
		margin:1em 0 1em 0;
	}
	.footer-grid input[type="text"] {
		width: 89%;
	}
	.panel-right p {
		width:100%;
	}
}
@media only screen and (max-width:640px) and (min-width:480px) {
	.wrap {
		width:80%;
	}
	.text-slider {
		background-size: 100% 100%;
	}
	.header-right {
		width: 66%;
	}
	.mid-grids-right h3 span {
		font-size: 1.2em;
	}
	.mid-grids-right h3 {
		font-size: 1.5em;
	}
	.mid-grids-right p {
		font-size: 0.9em;
	}
	.mid-grids-right ul li a {
		font-size: 0.99em;
	}
	.border {
		width: 126px;
		left: 65%;
		top: 76%;
	}
	.top-grids {
		padding: 2em 0 3em 0;
	}
	.mid-grids {
		padding: 3em 0 2em;
	}
	.panel-right h3 {
		font-size: 1.6em;
	}
	.feature-grid-right {
		width: 84%;
	}
	.feature-grid-left {
		margin-top: 1em;
	}
	.feature-grid-right h2 {
		font-size: 1.5em;
		margin:0;
	}
	.header {
		padding: 1em 0;
	}
	.testimonial-grid {
		float: none;
		width:100%;
		margin-bottom:1em;
		text-align: center;
	}
	/*----*/
	#page{
		display:block;
	}
	.top-grid a {
		font-size: 1em;
	}
	.top-grid span {
		width: 35px;
		height: 35px;
	}
	.top-grid span label {
		font-size: 1.2em;
	}
	.about h1 {
		font-size: 1.8em;
		margin: 0.5em 0 0 0;
	}
	.content-feature-grids {
		padding: 1em 0 2em 0;
	}
	.content-feature-grids h1 {
		font-size: 1.8em;
	}
	.feature-grid {
		width:100%;
		float:none;
		margin-bottom:1em;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 35px;
		left: 11px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		display:none;
	}
	.header-left {
		float: none;
		margin-top:0em;
	}
	.sign-ligin-btns {
		float: none;
		margin-top: 0px;
		position: absolute;
		top: 4%;
		right: 8%;
	}
	#signupBox,#loginBox {
		top: 57px;
	}
	.mid-grids-left {
		float: none;
		width:100%;
		margin-right:0%;
		text-align: center;
	}
	.mid-grids-right {
		float: none;
		width:100%;
		text-align: center;
	}
	.mid-grids-right ul li {
		display: inline-block;
	}
	.footer-grid {
		width:100%;
		float: none;
		margin-right:0%;
	}
	.footer-grids {
		padding: 2em 0 3em;
	}
	.footer-grid ul li {
		display:inline-block;
		margin-right:0.6em;
	}
	.footer-grid h3 {
		margin-bottom: 0em;
	}
	.footer-grid ul{
		margin:0.5em 0;
	}
	.footer-grid p {
		padding: 0.5em 0;
	}
	.copy-right {
		margin:1em 0 1em 0;
	}
	.footer-grid input[type="text"] {
		width: 89%;
	}
	.panel-right p {
		width:100%;
	}
	.frist-product-pic {
		padding-top:0px;
		min-height: 120px;
	}
	.frist-product-pic img{
		width: 50%
	}
	.product-pic {
		min-height: 129px;
	}
	.sign-ligin-btns ul li a.signup, .sign-ligin-btns ul li a.login span {
		padding: 0.4em 1.2em 0.4em 1.2em;
	}
	.logo a {
		font-size: 2.5em;
		padding-top: 0.1em;
		display: inline-block;
	}
}
@media only screen and (max-width:480px) and (min-width:320px) {
.footer-grid{

	border-right:none;

}

.border-left{
	border-left: none;
}
	.wrap {
		width:80%;
	}
	.text-slider {
		background-size: 100% 100%;
	}
	.header-right {
		width: 66%;
	}
	.mid-grids-right h3 span {
		font-size: 1.2em;
	}
	.mid-grids-right h3 {
		font-size: 1.2em;
	}
	.mid-grids-right p {
		font-size: 0.875em;
		width:100%;
	}
	.mid-grids-right ul li a {
		font-size: 0.875em;
	}
	.border {
		width: 79px;
		left: 70%;
		top: 66%;
	}
	.top-grids {
		padding: 1.5em 0 1.8em 0;
	}
	.mid-grids {
		padding: 1em 0 1em;
	}
	.panel-right h3 {
		font-size: 1.4em;
	}
	.feature-grid-right {
		width: 79%;
	}
	.feature-grid-right p {
		width:100%;
	}
	.feature-grid-left {
		margin-top: 1em;
	}
	.feature-grid-right h2 {
		font-size: 1.5em;
		margin:0;
	}
	.header {
		padding: 1em 0 1.2em;
	}
	.testimonial-grid {
		float: none;
		width:100%;
		margin-bottom:1em;
		text-align: center;
	}
	/*----*/
	#page{
		display:block;
	}
	.top-grid a {
		font-size: 0.9em;
	}
	.top-grid span {
		width: 35px;
		height: 35px;
	}
	.top-grid span label {
		font-size: 1.2em;
	}
	.about h1 {
		font-size: 1.5em;
		margin: 0.5em 0 0 0;
	}
	.content-feature-grids {
		padding: 1em 0 2em 0;
	}
	.content-feature-grids h1 {
		font-size: 1.5em;
	}
	.feature-grid {
		width:100%;
		float:none;
		margin-bottom:1em;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 32px;
		left: 11px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		display:none;
	}
	.header-left {
		float: none;
		margin-top:0em;
	}
	.sign-ligin-btns {
		float: none;
		margin-top: 0px;
		position: absolute;
		top: 4%;
		right: 5%;
	}
	#signupBox,#loginBox {
		top: 54px;
	}
	.mid-grids-left {
		float: none;
		width:100%;
		margin-right:0%;
		text-align: center;
	}
	.mid-grids-right {
		float: none;
		width:100%;
		text-align: center;
	}
	.mid-grids-right ul li {
		display: inline-block;
	}
	.footer-grid {
		width:100%;
		float: none;
		margin-right:0%;
	}
	.footer-grids {
		padding: 1em 0 2em;
		border: none
	}
	.footer-grid ul li {
		display:inline-block;
		margin-right:0.6em;
	}
	.footer-grid h3 {
		margin-bottom: 0em;
	}
	.footer-grid ul{
		margin:0.5em 0;
	}
	.footer-grid p {
		padding: 0.5em 0;
	}
	.copy-right {
		margin:1em 0 1em 0;
	}
	.footer-grid input[type="text"] {
		width: 94%;
	}
	.footer-grid input[type="submit"] {
		padding: 0.7em 0.8em;
		width: 100%;
	}
	.panel-right p {
		width:100%;
	}
	.frist-product-pic {
		padding-top:0px;
		min-height: 120px;
	}
	.frist-product-pic img{
		width: 50%
	}
	.product-pic {
		min-height: 84px;
	}
	.sign-ligin-btns ul li a.signup, .sign-ligin-btns ul li a.login span {
		padding: 0.4em 1.2em 0.4em 1.2em;
	}
	.logo a {
		font-size: 2.2em;
		padding-top: 0.1em;
		display: inline-block;
	}
	.sign-ligin-btns ul li {
		margin-left: 0.5em;
	}
}
@media only screen and (max-width:320px) and (min-width:240px) {
	.wrap {
		width:90%;
	}
	.text-slider {
		background-size: 100% 100%;
	}
	.header-right {
		width: 66%;
	}
	.mid-grids-right h3 span {
		font-size: 1.2em;
	}
	.mid-grids-right h3 {
		font-size: 1.2em;
	}
	.mid-grids-right p {
		font-size: 0.875em;
		width:100%;
	}
	.mid-grids-right ul li a {
		font-size: 0.875em;
	}
	.border {
		width: 42px;
		left: 76%;
		top:63%;
	}
	.top-grids {
		padding: 1.5em 0 1.8em 0;
	}
	.mid-grids {
		padding: 1em 0 1em;
	}
	.panel-right h3 {
		font-size: 1.4em;
	}
	.feature-grid-right {
		width: 73%;
	}
	.feature-grid-right p {
		width:100%;
	}
	.feature-grid-left {
		margin-top: 1em;
	}
	.feature-grid-right h2 {
		font-size: 1.5em;
		margin:0;
	}
	.header {
		padding: 0.8em 0 1.2em;
	}
	.testimonial-grid {
		float: none;
		width:100%;
		margin-bottom:1em;
		text-align: center;
	}
	/*----*/
	#page{
		display:block;
	}
	.top-grid a {
		font-size: 0.9em;
		height: 20px;
		overflow: hidden;
	}
	.top-grid span {
		width: 30px;
		height: 30px;
	}
	.top-grid span label {
		font-size: 1em;
	}
	.about h1 {
		font-size: 1.5em;
		margin: 0.5em 0 0 0;
	}
	.content-feature-grids {
		padding: 1em 0 2em 0;
	}
	.content-feature-grids h1 {
		font-size: 1.5em;
	}
	.feature-grid {
		width:100%;
		float:none;
		margin-bottom:1em;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 29px;
		left: 6px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		display:none;
	}
	.header-left {
		float: none;
		margin-top:0em;
	}
	.sign-ligin-btns {
		float: none;
		margin-top: 0px;
		position: absolute;
		top: 4%;
		right: 5%;
	}
	#signupBox,#loginBox {
		top: 62px;
	}
	.mid-grids-left {
		float: none;
		width:100%;
		margin-right:0%;
		text-align: center;
	}
	.mid-grids-right {
		float: none;
		width:100%;
		text-align: center;
	}
	.mid-grids-right ul li {
		display: inline-block;
	}
	.footer-grid {
		width:100%;
		float: none;
		margin-right:0%;
	}
	.footer-grids {
		padding: 1em 0 2em;
	}
	.footer-grid ul li {
		display:inline-block;
		margin-right:0.6em;
	}
	.footer-grid h3 {
		margin-bottom: 0em;
	}
	.footer-grid ul{
		margin:0.5em 0;
	}
	.footer-grid p {
		padding: 0.5em 0;
	}
	.copy-right {
		margin:1em 0 1em 0;
	}
	.footer-grid input[type="text"] {
		width: 92%;
		-webkit-appearance:none;
	}
	.footer-grid input[type="submit"] {
		padding: 0.7em 0.8em;
		width: 100%;
		-webkit-appearance:none;
	}
	.panel-right p {
		width:100%;
	}
	.frist-product-pic {
		padding-top:0px;
		min-height: 120px;
	}
	.frist-product-pic img{
		width: 50%
	}
	.product-pic {
		min-height: 56px;
	}
	.sign-ligin-btns ul li a.login span {
		padding: 5px 5px 1px 5px;
	}
	.logo a {
		font-size: 1.9em;
		padding-top: 3%;
		display: inline-block;
		margin-left: 9%;
	}
	.sign-ligin-btns ul li {
		margin-left: 0.5em;
	}
	#signupButton span,#loginButton span{
		width:22px;
		height:22px;
		display:inline-block;
		background:url(../images/login.png) no-repeat 50%;
	}
	#loginButton span{
		background:url(../images/user.png) no-repeat 50%;
	}
	#signupButton span i,#loginButton span i{
		display:none;
	}
	#signupButton,#loginButton{
		top:8px;
		padding: 5px 5px 1px 5px;
	}
	#signupForm,#loginForm{
		width: 242px;
	}
	#signupForm input[type="text"], #signupForm input[type="password"] {
		width: 92%;
	}
	.sign-ligin-btns ul li a.signup span, .sign-ligin-btns ul li a.login span {
		padding: 0;
	}
}