/*--
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;
}
/*----//importing-fonts---*/
body{
	background:#c39a84;
	font-family: 'open_sansregular';
}
/*---start-wrap-----*/
.wrap{
	width:90%;
	margin:0 auto;
	
}
.navicon
{
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 25px;
	left: 7px;
	background-position:center;
	background: url(../images/nav-icon.png) no-repeat;
	background-size: 100% 100%;
}
/*---start-header----*/
.header {
	padding: 0.3em 0 0em;
	border-bottom: 1px solid #eee;
}
.header-left{
	float:left;
	width:80%;
}
.logo a{
	color: #E95393;
	font-family: 'open_sanssemibold';
	font-size: 1.9em;
	display: inline-block;
	padding: 0.55em 0.9em;
}
.sign-ligin-btns{
	margin-top: 0px;
	position: absolute;
	top: 4%;
	right: 5%;
}
.sign-ligin-btns ul li{
	display:inline-block;
	margin-left: 0.5em;
}
.sign-ligin-btns ul li a.signup,.sign-ligin-btns ul li a.login,.sign-ligin-btns ul li a.logout span{
	padding: 5px 5px 1px 5px;
	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.logout{
	background:#F36EA7;
	color:#FFF;
}
.sign-ligin-btns ul li a.logout:hover{
	background: #EE639F;
}
.sign-ligin-btns ul li a.login{
	background:#F36EA7;
	color:#FFF;
}
.sign-ligin-btns ul li a.login:hover{
	background: #EE639F;
}
/*---End-header----*/
/*--slider--*/
.text-slider{
	background:url(../images/slider.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;
}
/*--//End-slider--*/
/*----start-content---*/
.top-grids{
	padding: 1.2em 0 2em 0;
	position:relative;
}
.top-grid{
	width:31.33%;
	float:left;
	margin-right:2%;
	text-align:center;
	position: relative;
}
.last-product-pic img{
	min-height: 56px;
}
.top-grid img{
	display:inline-block;
}
.top-grid span label{
	font-size: 1em;
	line-height: 1.8em;
	color: #6B6B6B;
}
.top-grid span{
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #ADACAC;
	border-radius: 30em;
	margin: 0.8em auto 1em;
}
.frist-product-pic img {
}
.top-grid a{
	display: block;
	color: #6B6B6B;
	font-size: 0.875em;
}
.top-grid:nth-child(3){
	margin-right:0;
}
.product-pic {
	min-height: 56px;
}
.grids-border{
	position:absolute;
}
.border{
	height: 3px;
	display: block;
	background: url(../images/grids-border.png) no-repeat 0px 0px;
	position: absolute;
	width: 42px;
	left: 76%;
	top: 63%;
}
/*---start-mid-grids----*/
.mid-grids{
	padding: 1em 0;
	border: 1px solid #eee;
	border-right: none;
	border-left: none;
}
.mid-grids-left{
	text-align: center;
}
.mid-grids-right{
	text-align: center;
}
.fea li a:before{
	content:url(../images/arrow.png) no-repeat 0px 0px;
}
.mid-grids-right h3 span{
	color:#E95192;
	font-size: 1.4em;
	font-family: 'open_sanssemibold';
}
.mid-grids-right h3{
	color: #727272;
	font-size: 1.2em;
}
.mid-grids-right p{
	font-size:0.875em;
	line-height: 1.5em;
	color: #6F6F6F;
}
.mid-grids-right p big{
	font-family: 'open_sanssemibold';
}
.mid-grids-right ul li{
	display:inline-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: 0.875em;
	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: 123px;
	height: 35px;
	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 -127px 0px;
}
/*---//End-mid-grids---*/
/*---start-footer-grids---*/
.footer-grid{
}
.footer-grid h3{
	color: #3D3D3D;
	font-size: 1.2em;
	font-family: 'open_sanssemibold';
	margin: 0.5em 0;
}
.footer-grid ul li{
	display:inline-block;
	margin-right:5px;
}
.footer-grid ul li a{
	color: #00868B;
	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: #4F4039; 
	font-size: 0.875em;
	line-height: 1.5em;
	padding:0 0 0.4em 0;
}
.footer-grid input[type="text"]{
	width: 91.5%;
	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: #3D3D3D;
	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: 100%;
	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;
	cursor:pointer;
	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: 0.5em 0 2em;
}
.copy-right{
	margin-top: 0.5em;
}
.copy-right a{
	color: #A2A2A2;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.copy-right a:hover{
	color:#F36EA7;
}
/*---//End-footer-grids---*/
/*---strat-about----*/
.about h1{
	color: #3D3D3D;
	font-size: 1.2em;
	font-family: 'open_sanssemibold';
	margin: 0.5em 0 0.2em;
}
.about h1 span{
	color:#E95192;
	font-family: 'open_sanssemibold';
	
}
/*---start-panels----*/
.panels {
	margin: 1em 0 2em 0;
}
.panel-left{
	text-align: center;
}
.panel-right h3 span{
	color: #E95192;
	font-size: 1.2em;
	font-family: 'open_sanssemibold';
}
.about span{
	
}
.panel-left span{
	background: url(../images/aisha.png) no-repeat 0px 0px;
	width: 200px;
	height: 179px;
	display: block;
	margin: 0 auto;
}
.panel-right{
	text-align: center;
}
.panel-right h3{
	font-size: 1.2em;
	color: #3D3D3D;
	font-weight: 300;
	line-height: 1.5em;
	padding: 0.2em 0 0.2em 0;
}
.panel-right p{
	color: #4F4039;
	font-size: 0.9em;
	line-height: 1.5em;
}
/*---//End-panels----*/
/*---start-testimonials----*/
.testimonials {
	padding: 0em 0 2em 0;
	border: 1px solid #eee;
	border-right: 0;
	border-left: 0;
	margin: 2em 0 0em;
}
.testimonial-head{
	text-align:center;
}
.testimonial-head p{
	color: #4F4039;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 auto;
}
.testimonial-grid{
	text-align:center;
	margin-bottom:1em;
}
.testimonial-grid p{
	margin: 0.5em auto;
	color: #4F4039;
	font-size: 0.9em;
	line-height: 1.5em;
}
.testimonial-grid a{
	font-size: 1em;
	color: #3D3D3D;
	line-height: 1.8em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-family: 'open_sanssemibold';
}
.testimonial-grids {
	margin: 1em 0;
}
.testimonial-grid a:hover{
	color:#F36EA7;
}
.testimonial-grid:nth-child(3){
	margin-right:0px;
}
/*---//End-testimonials----*/
/*---start-clients-sider-----*/
/*-----*/
.flexiselDemo3 {
	display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow: hidden;
	width: 79%;
	margin: 0 auto;
}
.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:100px;
    max-height:45px;
}
/*** 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{
	margin-bottom:1em;
}
.feature-grid-left {
	text-align: center;
}
.feature-grid-left span{
	width:64px;
	height:64px;
	display:inline-block;
}
.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{
	text-align:center;
}
.feature-grid-right h2{
	font-size: 1.5em;
	color: #3D3D3D;
	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: 0.875em;
	color: #4F4039;
	line-height: 1.5em;
}
.content-feature-grids {
	border-bottom: 1px solid #eee;
	padding: 0.5em 0 2em 0;
}
.content-feature-grids h1{
	color: #3D3D3D;
	font-size: 1.5em;
	font-family: 'open_sanssemibold';
	margin: 0em 0 0.8em 0;
}
.content-feature-grids h1 span{
	color: #E95192;
	font-family: 'open_sanssemibold';
}
/*---//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: 59px;
	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 {
	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: 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;
}
#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;
}
#logoutContainer {
    position:relative;
    float: left;
}
/* Logout Button */
#logoutButton { 
    display: inline-block;
	float: right;
	position: relative;
	z-index: 1;
	top: -3px;
	cursor: pointer;
}
/* 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: 59px;
	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;
}
/*----*/
#signupButton span,#loginButton span,#logoutButton span {
		width:22px;
		height:22px;
		display:inline-block;
		background:url(../images/user.png) no-repeat 50%;
	}
#loginButton span{
		width:50px;
		height:25px;
		display:inline-block;
	}
#logoutButton span{
		width:50px;
		height:25px;
		display:inline-block;
	}
	#loginButton span{
		background:url(../images/new_login.png) no-repeat 50%;
		background-size: 50px 25px;
	}
	#logoutButton span{
		background:url(../images/new_logout.png) no-repeat 50%;
		background-size: 50px 25px;
	}
	#signupButton,#loginButton,#logoutButton{
		top:8px;
	}
	#signupForm,#loginForm{
		width: 242px;
	}
	#signupForm input[type="text"], #signupForm input[type="password"] {
		width: 92%;
	}
/*----//End-content---*/
/*---//End-wrap-----*/
/*--media Quries for 480px-smartphones-*/
@media screen and (orientation:landscape) {
	#signupButton, #loginButton, #logoutButton {
		top:15px;
	}
}
}