/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* start editing from here */
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:0;padding:0;}
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 */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*--login start here--*/
 body{
   font-size: 100%;
   background:#17B8B8;
   font-family: 'Source Sans Pro', sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--elemt style strat here--*/
.element-main {
       box-shadow: 0px 1px 1px 1px #0E9090;
	   -webkit-box-shadow: 0px 1px 1px 1px #0E9090;
	   -moz-box-shadow: 0px 1px 1px 1px #0E9090;
	   -o-box-shadow: 0px 1px 1px 1px #0E9090;
    width: 25%;
    margin:3em auto 0;
    background: #fff;
    min-height: 100px;
	    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.element h1 {
    text-align: center;
    font-size: 2.5em;
    margin-top: 1em;
    font-weight: 600;
    color:#fff;
	text-shadow: -3px 4px 2px rgb(3, 86, 86);
	-webkit-text-shadow: -3px 4px 2px rgb(3, 86, 86);
	-o-text-shadow: -3px 4px 2px rgb(3, 86, 86);
	-moz-text-shadow: -3px 4px 2px rgb(3, 86, 86);
}
.element-top {
    text-align: center;
    padding: 2em 2em;
    border-top: 5px solid #f54785;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
}
.element-bottom {
    background: #fcfcfc;
    padding: 2em 2em;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #ccc;
}
.element-bottom p {
        font-size: 1em;
    color: #777;
    line-height: 1.8em;
    text-align: center;
    width: 80%;
    margin: 0 auto 2em;
}
.element-left {
    float: left;
}
.element-right {
    float: right;
    position: relative;
}
.element-top h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0.7em;
}
.element-top h3 a{
	color:#f54785;
}
.element-top h3 a:hover{
	    color: #17B8B8;
}
.element-left h4 {
    font-size: 1em;
    color: #515050;
    font-weight: 700;
    margin-top: 0.2em;
}
.element-right small {
    display: inline-block;
    font-size: 1em;
    color: #777676;
    vertical-align: top;
    border: 1px solid #DCDCDC;
    border-right: none;
    padding: 7px 17px;
    margin: 0px;
    border-radius:3px;
    font-weight: 600;
    margin-right: -5px;
    border-radius:3px;
     -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
}
label {
    background: url(../images/cart.png)no-repeat #f54785 11px 9px;
    width: 45px;
    height: 36.5px;
    display: inline-block;
    border-radius: 0px 3px 3px 0px;
        -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
}
span.price-number {
    font-size: 1.6em;
}
.element-main.add{
margin-bottom:1.5em;
}
/*-----*/
.clear{
	clear:both;
}
/*---copyrights--*/
.copy-right {
    margin:4em 0em 2em 0em;
}
.copy-right p {
    text-align: center;
    font-size:1em;
    color:#fff;
    line-height: 1.5em;

}
.copy-right p a{
  color:#fff;
}
.copy-right p a:hover{
	 color:#fff;
	 text-decoration:underline;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*---element end here--*/
/*--media quiries start here--*/
@media(max-width:1440px){
.element-main {
    width: 29%;	
}
}
@media(max-width:1366px){
.element-main {
    width: 30%;
}	
}
@media(max-width:1280px){
.element-main {
    width: 32%;
}	
}
@media(max-width:1024px){
.element-main {
    width: 40%;
}	
}
@media(max-width:768px){
.element-main {
    width:54%;
}	
}
@media(max-width:640px){
.element-main {
    width: 64%;
}	
}
@media(max-width:480px){
.element-main {
    width: 80%;
}	
.element-bottom p {
    width: 91%;
}
.element-top h3 {
    font-size: 1.25em;
}
span.price-number {
    font-size: 1.4em;
}
}
@media(max-width:320px){
.element-main {
    margin: 1em auto 0;	
}
.element-main {
    width: 90%;
}
.element-top {
    padding: 1em 1em;
}
.element-bottom {
    padding: 1em 1em;
}
.element-bottom p {
    font-size: 0.95em;
    width:100%;
    margin: 0 auto 1.2em;
}
.element-top h3 {
    font-size: 1em;
}
.element-top img {
    width: 75%;
}
.element h1 {
    font-size: 1.6em;
}
.copy-right {
    margin: 2em 0em 1em 0em;
}
.copy-right p {
     font-size: 0.85em;
	 padding:0 4px;
}
.element-left h4 {
    font-size: 1em;
}
label {
    height: 35.5px;
}
span.price-number {
    font-size: 1.3em;
}
}
/*--media quiries end here--*/