.sign-ligin-btns{
	float:right;
	margin-top: 1.8em;
}
.sign-ligin-btns ul li{
	display:inline-block;
	margin-left: 1em;
}
.sign-ligin-btns ul li a.signup span,.sign-ligin-btns ul li a.login span{
	padding: 0.5em 1.8em 0.55em 1.8em;
	display: block;
	font-size: 1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	border-radius: 0.15em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	-o-border-radius: 0.15em;
}
.sign-ligin-btns ul li a.signup{
	background:#53CBE9;
	color:#FFF;
}
.sign-ligin-btns ul li a.signup:hover{
	background: #43C5E6;
}
.sign-ligin-btns ul li a.login{
	background:#d60707;
	/*background:#F36EA7;*/
	color:#FFF;
}
.sign-ligin-btns ul li a.login:hover{
	background: #ff0404;
	/*background: #EE639F;*/
}
/*---End-header----*/
/*-------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;
}
/* Default Input */
#loginForm input {
    width: 93.6%;
	color: #3a454d;
	padding: 8px 8px;
	margin: 0.3em 0;
	border: 1px solid #D8D8D8;
	font-size: 17px;
	font-family: 'open_sansregular';
	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;
	border-radius: 0.15em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	-o-border-radius: 0.15em;
}
#loginForm input:hover{
	border: 1px solid #999;
} 
.remeber{
	margin-top:0.5em;
}
/* Sign In Button */
#loginForm #login {
    color: #fff;
	font-size: 0.875em;
	font-weight: normal;
	padding: 10px 15px;
	text-transform: uppercase;
	background:#F36EA7;
	display: inline-block;
	width: 100%;
	cursor:pointer;
	margin: 1em 0 0 0;
	border: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 0.15em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	-o-border-radius: 0.15em;
}
#loginButton span:hover{
	color:#FFF;
}
#loginForm #login:hover{
	background:#3D3D3D;
}
/* Forgot your password */
#loginForm span {
    display: block;
	background: #fff;
	padding: 0px 0px 0px 13px;
}
#loginForm span a {
    color: #777;
	font-size: 0.875em;
}
input:focus {
    outline:none;
}
/* signup Container (default to float:right) */
#signupContainer {
    position:relative;
    float: left;
}

/* Login Button */
#signupButton { 
    display: inline-block;
	float: right;
	position: relative;
	z-index: 30;
	top: -3px;
	cursor: pointer;
}
/* Login Button Text */
#signupButton 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 */
#signupBox {
    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 */    
#signupButton.active {
	border-radius: 0.15em;
}
.active span:hover{
	color:#FFF;
}
/* Login Form */
#signupForm {
    width: 270px;
	z-index: 999;
}
#signupForm fieldset {
    margin:0 0 0px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#signupbody {
    background:#fff;
    padding:10px 13px;
    margin:0;
}
#signupForm #checkbox {
    width:auto;
    margin: 7px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}
#signupbody label {
    color:#777777;
    display:block;
    float:left;
    line-height: 1.5em;
}
#signupForm #signupbody fieldset label {
    display: block;
	color: #777;
	font-size: 0.875em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5em;
}
#signupForm #signupbody fieldset label span{
	display: inline-block;
	padding: 0px;
	font-size: 0.875em;
	color:#F36EA7;
}
/* Default Input */
#signupForm input[type="text"],#signupForm input[type="password"]{
    width: 93.6%;
	color: #3a454d;
	padding: 8px 8px;
	margin: 0.3em 0;
	border: 1px solid #D8D8D8;
	font-size: 0.875em;
	font-family: 'open_sansregular';
	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;
	border-radius: 0.15em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	-o-border-radius: 0.15em;
}
#signupForm input:hover{
	border: 1px solid #999;
} 
.remeber{
	margin-top:0.5em;
}
/* Sign In Button */
#signupForm #signup {
    color: #fff;
	font-size: 0.875em;
	font-weight: normal;
	padding: 10px 15px;
	text-transform: uppercase;
	background:#F36EA7;
	display: inline-block;
	width: 100%;
	cursor:pointer;
	margin: 1em 0 0 0;
	border: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 0.15em;
	-webkit-border-radius: 0.15em;
	-moz-border-radius: 0.15em;
	-o-border-radius: 0.15em;
	font-family: 'open_sansregular';
}
#signupButton span:hover{
	color:#FFF;
}
#signupForm #signup:hover{
	background:#3D3D3D;
}
/* Forgot your password */
#signupForm span {
    display: block;
	background: #fff;
	padding: 0px 0px 0px 13px;
}
#signupForm span a {
    color: #777;
	font-size: 0.875em;
}
input:focus {
    outline:none;
}

	/*----*/
	#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: 117px;
		position: absolute;
		top: 376px;
		right: 324px;
	}
	#signupBox,#loginBox {
		/*top: 60px;*/
		top: -227px;
	}
	.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) {
	.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;
	}
	.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;
	}
}