/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */
/* GLOBAL */

body

{
		padding:10px;
		margin:0px;
		background-color:#fff;
}
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submitit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

#message {
  display:none;
  color: #000;
text-align: left;
  position: relative;
  padding: 5px;
  margin-top: 2px;
}

#message p {
  padding: 3px 5px;
  font-size: 15px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -5px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -5px;
  content: "✖";
}

.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}

/* Style the active class, and buttons on mouse-over */
.active, .btn:hover {
  background-color: #fff;
  color: white;
}
 

.collapsible2 {
  background-color: #060;
  color: white;
  cursor: pointer;
  padding:10px;
  margin:0px 0px 2px 0px;
  width: 98%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible2:hover {
  background-color: #555;
}

.collapsible2:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left:5px;
}

.active:after {
  content: "\2212";
}

.content {
  max-height:0;
  overflow: hidden;
  font-family: "Times New Roman", Times, serif;
  font-size:14px;
  margin:5px 5px;
	padding:5px 5px;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}
.content p{
	font-size:14px;
	margin:0px 5px;
	padding:0px 10px;
}
.content h3{
	color:#060;
	font-size:18px;
	margin:0px 10px;
	padding:0px 10px;
}
.popup {
                position:fixed;
                z-index: 1;
                left: 0;
                top: 0;
                width:100%;
				height:100%;
                background-color: rgba(
                    0,
                    0,
                    0,
                    0.8
                );
                display: none;
            }

.popup000 {
                position:fixed;
                z-index: 1;
                left: 0;
                top: 0;
                width:100%;
				height:100%;
                background-color: rgba(
                    0,
                    0,
                    0,
                    0.8
                );
                display: none;
            }


.popup9 {
                position:fixed;
                z-index: 1;
                left: 0;
                top: 0;
                width:100%;
				height:100%;
                background-color: rgba(
                    0,
                    0,
                    0,
                    0.8
                );
                display: none;
            }
            .popup-content {
                background-color: white;
                margin: 0px auto;
                padding: 0px 15px 5px 15px;
                width: 35%;
               
            }
.popup-content span{
	font-size:12px; 
	float:left;
	margin-bottom:15px;            
            }


.callout-header {
  padding: 25px 15px;
  background: #555;
  font-size: 30px;
  color: white;
}

.callout-container {
  padding: 15px;
  background-color: #ccc;
  color: black
}
.popup-content .forgetDiv {
	float:left;
	width:100%;            
            }
.popup-content .forgetDiv a{
	font-size:12px;
	color:#060;            
            }
.popup-content .forgetDiv a:hover{
	
	color:#090;            
            }			
.popup-content h1{
	font-size:24px;
	color:#090;
	margin:2px 0px 5px 0px;
	padding:0px;
	text-align: left;           
            }
.popup-content p{
	font-size:13px;
	color:#090;
	margin:2px 0px;
	padding:0px;
	text-align: left;              
            }
.popup-content button {
   display: block;
   margin: 5px auto;
	color: #fff;
    background:#060;
    border: 0;
    outline: 0;
    width:100%;
	padding:10px;
    font-size: 16px;
    cursor: pointer;
            }
.popup-content select {
	width:100%;
	float:left;
	 margin: 5px auto;
    box-sizing: border-box;
    border-radius: 4px;
	border:1px solid #060; 
	padding: 10px 10px 10px 10px;

}			
			
.popup-content input[type=text] {
	width:100%;
	float:left;
	 margin: 5px auto;
    box-sizing: border-box;
    border-radius: 4px;
	border:1px solid #060; 
	padding: 10px 10px 10px 10px;

}


.popup-content input[type=password] {
	width:100%;
	float:left;
	 margin: 5px auto;
    box-sizing: border-box;
    border-radius: 4px;
	border:1px solid #060; 
	padding: 10px 10px 10px 10px;

}
.popup-content input[type=submit] {

	color: #fff;
    background:#060;
    width:100%;
	padding:10px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
			.popup-content h1 {
                padding: 10px 10px 5px 5px;
            }
            .show {
                display: block;
            }
			#myButton {
				margin:8px 0px 20px 0px;
				padding:5px 2px 5px 2px;
				float:left;
				text-align:left;
			}
			.myGenetate {
				margin:0px 0px 20px 0px;
				padding:7px 2px 7px 2px;
				width:100%;
				border:1px solid #090;
				text-align: center;
}

.popup6 {
                position:fixed;
                z-index: 1;
                left: 0;
                top: 0;
                width:100%;
				height:100%;
                background-color: rgba(
                    0,
                    0,
                    0,
                    0.8
                );
                display: none;
            }

 .popup-content6 {
                background-color: white;
                margin: 100px auto;
                padding: 20px 15px 5px 15px;
                width: 35%;
               
            }

/* css for contact page start here */

.popup4 {
                position:fixed;
                z-index: 1;
                left: 0;
                top: 0;
                width:100%;
				height:100%;
                background-color: rgba(
                    0,
                    0,
                    0,
                    0.8
                );
                display: none;
            }
            .popup-content {
                background-color: white;
                margin: 0px auto;
                padding: 0px 15px 5px 15px;
                width: 35%;
               
            }
.popup-content span{
	font-size:12px; 
	float:left;
	margin-bottom:15px;            
            }
.popup-content .forgetDiv {
	float:left;
	width:100%;            
            }
.popup-content .forgetDiv a{
	font-size:12px;
	color:#060;            
            }
.popup-content .forgetDiv a:hover{
	
	color:#090;            
            }			
.popup-content h1{
	font-size:24px;
	color:#090;
	margin:2px 0px 5px 0px;
	padding:0px;
	text-align: left;           
            }
.popup-content p{
	font-size:13px;
	color:#090;
	margin:2px 0px;
	padding:0px;
	text-align: left;              
            }
.popup-content button {
                display: block;
                margin: 5px auto;
				background:#090;
	color: #fff;
    border: 0;
    outline: 0;
    width:100%;
	padding:10px;
    font-size: 16px;
    cursor: pointer;
            }
.popup-content select {
	width:100%;
	float:left;
	 margin: 5px auto;
    box-sizing: border-box;
    border-radius: 4px;
	border:1px solid #060; 
	padding: 10px 10px 10px 10px;

}			
			
.popup-content input[type=text] {
	width:100%;
	float:left;
	 margin: 5px auto;
    box-sizing: border-box;
    border-radius: 4px;
	border:1px solid #060; 
	padding: 10px 10px 10px 10px;

}


.popup-content input[type=password] {
	width:100%;
	float:left;
	 margin: 5px auto;
    box-sizing: border-box;
    border-radius: 4px;
	border:1px solid #060; 
	padding: 10px 10px 10px 10px;

}
.popup-content input[type=submit] {

	color: #fff;
    background:#060;
    width:100%;
	padding:10px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
			.popup-content h1 {
                padding: 10px 10px 5px 5px;
            }
            .show {
                display: block;
            }
			#myButton {
				margin:8px 0px 20px 0px;
				padding:5px 2px 5px 2px;
				float:left;
				text-align:left;
			}
			.myGenetate {
				margin:0px 0px 20px 0px;
				padding:7px 2px 7px 2px;
				width:100%;
				border:1px solid #090;
				text-align: center;
}


.rowcont {
	width:100%;
	margin:10px auto;
	}

.contactrow {
	width:40%; 
	float:left;
	height:auto;
	}
.contactrow h5 {
	text-align: left;
	color:#090;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:10px 5px 10px 15px;
	font-size: 18px;
}
.contactrow2 {
		width:50%; 
	float: right;
	margin-bottom:10px;
		 }
.contactrow2 h5 {
	text-align: left;
	color:#090;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:10px 5px 10px 0px;
	font-size: 18px;
}


.blog-content {
	max-width: 65%;
	float: left;
}
.blog-content h1{
	padding:5px 0px 2px 16px;
	margin:5px 0px 5px 0px;
	color:#034502;
	text-align: left;
	font-size:23px;
	}

.blog-content h2{
	padding:5px 0px 2px 16px;
	margin:5px 0px 5px 0px;
	color:#034502;
	text-align: left;
	font-size:18px;
	}
.blog-content h3{
	padding:5px 0px 2px 16px;
	margin:5px 0px 5px 0px;
	color:#034502;
	text-align: left;
	font-size:16px;
	}
.blog-content img{
	padding:16px;
	width: 95%;
	margin:0px ;

	}
.blog-content p {
	padding:0px 10px 2px 16px;
	margin:10px 10px 5px 0px;
	color:#090808;
	font-size:14px;
	text-align: justify;
	line-height: 1.5em;
	}

.blog-link {
	text-align:left;
	max-width: 35%;
	float: left;
	color:#090808;
	
}

.blog-link a{
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
	
}
.span12 {
	width:100%;
			 }

.containerc { width:100%;
}


.form-horizontal input{
	width:100%;
	
}

.form-horizontal input[type=text] {
width:100%;
float:left;
    box-sizing: border-box;
    border-radius:2px;
	border:1px solid #030;
	 padding: 8px 10px 8px 5px;
	 margin:10px 0px 10px 0px;
}

.form-horizontal textarea {
width:100%;
float:left;
    box-sizing: border-box;
    border-radius:2px;
	border:1px solid #030;
	 padding: 5px 10px 5px 3px;
}

.form-horizontal input[type=submit] {
width:100%;
float:left;
background:#030;
color:#FFF;
box-sizing: border-box;
    border-radius:2px;
	border:1px solid #030;
	 padding: 8px 10px 8px 5px;
	 cursor:pointer;
}
/* css for contact page  end here*/
.help-block {
	margin:10px;
}
.progress-bar {

  border-radius: 5px;
}
.progress-bar bg-danger {
	background-color:#F00;
}

.contentall input,
textarea {
  border: 1px solid #060;
  box-sizing: border-box;
  margin: 10px 0px 0px 0px;
  outline: none;
  padding: 7px;
}

.input-group {
  float: left;
  margin: 0px 0;
  width:50%;
}

.radigroup input {
	visibility:hidden;
}

.input-group  {
  float:left;
  text-align: center;
  width:30px;
  font-size: 13px;
  margin: 0 0 0px;
  
}
.mystyle {
	width:100%;
	padding:0px;
}

input[type="number"] {
width:30px;
}
img{
	max-width:100%;
}


a
{
        text-decoration:none;
        color:inherit;
}


figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 25px;
        font-size:14px;
        width:200px;
}



/* Form login and registration */

.warpper{
  display:flex;
  width:300px;
  flex-direction: column;
  align-items: center;
}

.tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#000;
  display:inline-block;
  color:#fff;
  border-radius:3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}
.panels{
  background:#fffffff6;
  box-shadow: 0 2rem 2rem #00000080;
  min-height:200px;
  width:100%;
  max-width:500px;
  border-radius:3px;
  overflow:hidden;
  padding:20px;  
}
.panel{
  display:none;
  animation: fadein .8s;
}

h1.login-title {
    color: #666;
    margin: 0px auto 10px;
    font-size: 25px;
    font-weight: 300;
    text-align: left;
}

h3.login-title {
    color: #000;
    margin: 0px auto 15px;
    font-size: 15px;
    font-weight: 200;
    text-align:left;
}
.open-button a {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  width: 120px;
  text-align:left;

}
#login-form-pot {
	padding:10px 15px 20px 15px;
	margin:10px 0px 10px 5px;
	background:#BCFCCB;
}

#login-form-pot4 {
	background: #EFEFEF;
	width:100%;
}
.login-form-check {
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	text-align:left;
	font-size:12px;
	color:#666;
}



.login-form-po3 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	color:#666;
}


#login-form-pot select {
    width: 100%;
	float:left;
	margin:5px 5px 20px 0px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    background-color: white;
    background-position:5px 5px; 
    background-repeat: no-repeat;
    padding: 10px 20px 10px 10px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.login-form {
	width:300px;
	padding:20px;
	margin:20px 0px 30px 0px;
	color:#666;
	font-size: 15px;
}
.login-input {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin:15px 0px 0px 0px;
    width:90%;
}


.login-input2 {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    height: 20px;
    width: calc(100% - 23px);
}

.login-form2 {
	width:300px;
	padding:20px;
	margin:20px 0px 30px 0px;
	color:#666;
	font-size: 15px;
}
.login-form2 input[type=text] {
width:100%;
float:left;
height:80px;
font-size:25px;
padding:15px;
font: MS Serif, New York, "serif";
letter-spacing:32px;
    box-sizing: border-box;
    border-radius: 4px;
	border:1px solid #060;
	margin-bottom:10px;

}
.login-form2 input[type=submit] {
	background:#090;
	width:100%;
	float:left;
	height:40px;
	border: none;
	color:#fff;
    font-size: 13px;
	padding: 8px 10px 8px 3px;
	margin-bottom:20px;
	cursor: pointer;
}
.emailactiva input[type=submit]:hover {
background-color:#666;
background:#999;
color:#fff;
}

.login-input:focus {
    border-color:#060;
    outline: none;
}
label {
	margin:0px;
	padding:0 ;
}
.login-input2:focus {
    border-color:#060;
    outline: none;
}
.login-button {
    color: #fff;
    background:#060;
    border: 0;
    outline: 0;
    width: 92%;
	padding:10px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.Sub-button {
    color: #fff;
    background:#060;
    border: 0;
    outline: 0;
	margin-top:40px;
	margin-bottom:20px;
	padding:10px 30px 10px 30px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.link9 {
    color: #666;
	text-align:right;
	font-size: 14px;
	margin:10px 0px 0px 0px;
}

.link9 a {
    color: #666;
}
.link9 a:hover {
    color: #090;
}

.link {
    color: #666;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.link a {
    color: #666;
}

.login-host{
	width:500px;
	padding:10px;
	
}
.form-login {
	text-align:center;
	 align-items: center;
	 box-shadow: 4px 8px 16px 4px #090;
	 
}
.form-login3 {
	text-align:center;
	 align-items: center;
	 width:100%;
	 padding:10px;
	 box-shadow: 4px 8px 16px 4px #090;
	 
}
/* HEADER */
div#containerheader {
margin: 0px auto;
padding:10px;
background: #030;
color:#FFF;
height:20px;
}
.contcla {
	width:20%;
	margin:0px 5px 4px 2px;
	padding:2px 0px 0px 0px;
	float:left;
	
}
.contcla2 {
	
	margin:2px;
	padding:4px;
	float:right;
}
.contcla3{
	width:60%;
	margin:0px;
	padding: 0px;
	float:right;
	text-align:right;
}

.contcla4{
	text-align:right;
	background-image: url(../img/chart2.gif);
	background-repeat:no-repeat;
	font-size:12px;
	color:red;
	padding:2px 5px 15px 2px;
	margin:5px 1px 2px 4px;
	font-weight:bold;
}

.contcla4 a{
	color:red;
}
.contcla4 a:hover{
	color: #666;
}

.contcla5{
	text-align:right;
	background-image: url(../img/chart2.gif);
	background-repeat:no-repeat;
	font-size:12px;
	color:red;
	padding:4px 4px;
	margin:4px 1px 2px 4px;
	font-weight:bold;
}

.header1txt
{
	
        width:28%;
		float:left;
		height: auto;
		padding:10px 15px 0px 0px;
		margin:0px;
}
.header2txt
{
	
        width:28%;
		float:right;
		height: auto;
		padding:10px 15px 0px 0px;
		margin:0px;
}



div#container {
margin: 0px auto;
width:100%;
background: #030;
padding:0px;
}

div#container2 {
margin: 0px auto;
width:100%;
background: #030;
padding:0px;
}
#mainbanner {
width:100%;
margin:0px 0px 10px 0px;
padding:0px;
}

.bannernav {
	width:21%;
	float:left;
	height:auto;
	padding:2px;
	background-color:#fff;
	margin:2px 0px 2px 0px;
}
.bannernav2  {
	background-color:#060;
	float:left;
	width:100%;
	margin:0px 0px 5px 0px;
	font-weight:bold;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
	padding :10px 0px 10px 0px;
}

.bannernav2 p {
	padding:0px 0px 2px 16px;
	margin:0px 0px 5px 0px;
	color: #ff0;
	font-size:15px;
	}

.bannernav ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding:0px;

}

.bannernav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
display: block;
  color: #060;
  padding:8px 14px;
  font-size:15px;
  text-decoration: none;
  border-bottom:1px solid #060;
}


/* Change the link color on hover */
.bannernav li a:hover {
  background-color:#090;
  color: white;
}
.bannermain5 {
	width:78%;
	float:right;
	margin-top:3px;
}

#container5 {
width:100%;
background: #030;
margin:2px 0px 0px 0px;
padding:0px;
float:left;
}


div#content {
padding-top: 0px;
background: #030;
padding:1px 0px 2px 0px;
}

div#content2 {
padding-top: 0px;
background: #030;
padding:1px 0px 0px 0px;
}

div#nav {
width: 15%;
float: left;
margin:0px;
padding:0px;
height:0px;
}

div#maincontent {
width:100%;
float:left;
background: #030;
padding:0px 0px 10px 0px;
margin:0px;
}

div.navblock {
margin:0px;
padding:0px;
}

div.navblock h4{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 10px;
color:#EC7600;
font-size:18px;
}

div.navblock ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width:100%;
    height: 100%;
}

div.navblock li a {
    display: block;
	font-size:12px;
    color:#EC7600;
    padding: 4px 0px 2px 10px;
    text-decoration: none;
}

ordernow button {
  background-color: #090;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
}

div.navblock li a.active {

    color:#fff;
	background-color:#414042;
}

div.navblock li a:hover:not(.active) {
    color:#fff;
}
div.contentblock {
width: 85%;
margin: 0px auto;
padding:0px 0px 0px 0px;
}
.mainprodudetaik {
width:100%;
margin:0px auto;
padding:10px 0px 0px 0px;
float:left;
}

.contentall4 {
	width:30%;
	float:left;
	margin:5px 8px 10px 15px;
}
.mainprodudetaik H3{
	text-align: left;
	font-size:16px;
padding:10px 0px 0px 0px;
margin:10px 0px 0px 0px;
color:#090;
}

.mainprodudetaik P{
	text-align: left;
padding:10px 0px 0px 0px;
margin:10px 0px 0px 0px;
color:#000;
line-height:1.5em;
}

.mainprodudetaik2 {
width:100%;
margin:20px auto;
padding:10px 0px 15px 0px;
float:left;
border:1px solid #090;
}
.mainprodudetaik2 h3{
	font-family: "Verdana", Geneva, sans-serif;
	text-align: left;
padding:5px 0px 7px 10px;
margin:5px 0px 7px 10px;
color:#090;
font-size:20px;
}

.mainprodudetaik2 P{
	text-align: left;
padding:0px 10px 5px 10px;
margin:0px 10px 5px 10px;
color:#000;
font-size:13px;
line-height:1.5em;
}
.mainprodudetaik2 h5{
	text-align: left;
padding:0px 10px 2px 10px;
margin:0px 10px 2px 10px;
color:#090;
font-size:16px;
line-height:1.3em;
}

.mainprodudetaik3 {
width:100%;
margin:20px auto;
text-align:center;
float:left;
padding-bottom:20px;
border:1px solid #090;
}
.detailprod {
	width:22%;
	float:left;
	padding:2px;
	background-color:#fff;
	margin:2px 0px 2px 0px;
}
.detailprod2 {
	width:76%;
	float:right;
	height:auto;
	padding:2px;
	background-color:#fff;
	margin:2px 0px 2px 0px;
}

.detailprodcart {
	width:98%;
    border-radius: 4px;
	border:1px solid #060;
	background-color: #fff;
	font-size:13px;
	margin-bottom:10px;
}
.detailprodcart1 {
	width:90%;
	padding:10px;
}
.detailprodcart2 img{
	float:left;
	width:30px;
	height:auto;
	margin:-8px 5px 0px 3px;
	padding:0px 0px 0px 3px;
}

.detailprodcart2b {
	float:left;
	width:90%;
	text-align:left;
	margin:10px 5px 0px 3px;
	padding:22px 0px 0px 3px;
}
.detailprodcart3 {
	width:60%;
	padding:10px 6px 15px 0px;
	margin-left:10px;
	float:left;
}

.detailprodimag {
	width:55%;
	float:left;
	margin:0px;
	
}
.detailprodimag h2{
	font-size:16px;
	color:#090;
	text-align:left;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}
.detailprodimag img{
	width:100%;
	float:left;
	margin:0px ;
	padding:0px;
}
.detailprodimagin {
	width:100%;
	float:left;
	margin:0px;	
}
.detailprodimagin p{
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	margin:5px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	
}
.detailprodimagin2 {
	
	float:left;
	margin:0px;
	
}
.detailprodimagin img{
	width:100%;
	float:left;
	margin:5px;
	padding:5px;
	
}
.detailprodimag2 {
	text-align:left;
	width:40%;
	float:right;
	padding-top:40px;
}

.detailprodimagin2 img{
	width:20px;
	margin:0px 2px 0px 2px;
	background-color:#090;
	
}
.despriproutprie {
	float:left;
}
.despriproutprie2 {
	float:left;
	padding-left:8px;
}

.detailprodimag2 td{
	border-top:1px solid #090;
}
.detailprodimag2 h2{
	font-size:16px;
	color:#090;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.detailprodimag2 h4{
	font-size:14px;
	color:#000;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.detailprodimag2 p{
		font-size:15px;
	color:#000;
	font-weight:bold;
	text-align: left;
margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
}

.detailprodimagamount {
	width:100%;
	float:right;
	color:#000;
	text-align: left;
	margin:3px 0px 3px 0px;
	padding:3px 0px 3px 0px;
}
.detailprodimagamount p{
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align: left;
margin:0px 0px 0px 10px;
	padding:0px 0px 0px 10px;
}
.detailprodimagamount h3{
	font-size:18px;
	color:#F00;
	font-weight:bold;
	text-align: left;
	margin:0px 0px 3px 0px;
	padding:0px 0px 3px 0px;

}
.detailprodimagamount .omc{
	width:100%;
	float:left;
}

.combbo {
	width:98%;
	float:left;
	padding:0px;
	margin-bottom:10px;
}
.combbo p{
	padding:5px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	margin:0px;
	font-size:13px;
	text-align:justify;
	line-height:1.3em;
}

.detailprodimagamount .omc2{
	width:100%;
	margin:10px 0px 5px 0px; 
	float: left;
}

.detailprodimagamount .omc3{
	width:100%;
	margin:20px 0px 5px 0px; 
	float: left;
}
.detailprodimagamount .omc4{
	width:100%;
	margin:5px 0px 5px 0px; 
	float: left;
}

.detailprodimagamount input[type=text] {
width:40px;
float:left;
    box-sizing: border-box;
    border-radius: 0px;
	text-align:left;
	border:2px solid #060;
	margin:0px 0px 5px 0px; 
	padding: 10px 10px 9px 10px;
}
.detailprodimagamount input[type=submit] {
	background:#090;
	border: none;
	float:left;
	color:#fff;
	background-image:url(../img/cart-2-24.png);
	background-repeat:no-repeat;
	background-position:80% 7px;
    font-size: 16px;
	padding:10px 60px 10px 15px;
	margin-bottom:8px;
	cursor: pointer;
}
.detailprodimagamount input[type=submit]:hover {
background-color:#666;
background:#999;
color:#fff;
	background-image:url(../img/cart-2-24.png);
	background-repeat:no-repeat;
	background-position:90% 9px;
}
.detailprodimagamount button{
	background:#090;
	border: none;
	float:left;
	color:#fff;
    font-size: 16px;
	padding:10px 10px 10px 19px;
	cursor: pointer;
}

.detailprodimagamount button :hover{
	background:#ccc;	
	color:#fff;
}

.content5 img{
	float:left;
	width:100%;
	height:auto;
	padding:0px;
}

.content4 img{
	float:left;
	width:100%;
	height:auto;
	padding:0px;
}
div.contentblock .content{
	width:100%;
	padding:0px 0px 0px 0px;
}

div.contentblock h3{
	color:#EC7600;
	font-weight:bold;
	font-size:20px;
	margin:15px 0px 15px 0px;
}

div.contentblock h2{
	color:#fff;
	font-size:16px;
	margin:15px 0px 15px 0px;
}
div.contentblock p{
	color:#fff;
	font-size:12px;
	margin:15px 0px 15px 0px;
	text-height:1.5em;
}

div.columnleft {
width: 55%;
float:left;
color:#FFF;
padding:0px 0px 0px 0px;
}
div.columnleft p{
	font-size:12px;
padding:0px 0px 0px 0px;
text-align:justify;
margin:5px 15px 10px 2px;
line-height:15px;
}

div.columnright {
width:45%;
float:left;
padding:0px 0px 0px 0px;
}

div.contentabout {
width: 100%;
margin: 0px auto;
padding:0px 0px 0px 0px;
}

div.contentabout h3{
	color:#EC7600;
	font-weight:bold;
	font-size:20px;
	margin:15px 10px 10px 20px;
}
div.contentabout p{
	font-size:12px;
padding:0px 0px 0px 0px;
font-family:Tahoma, Geneva, sans-serif;
text-align:justify;
margin:10px 20px 10px 20px;
line-height:1.5em;
}
div.aboutcolumnleft {
width: 55%;
float:left;
color:#FFF;
padding:0px 0px 0px 0px;
}


div.aboutcolumnright {
width: 45%;
float:right;
padding:0px 0px 0px 0px;
margin:0px;
}
div.philosocolumnleft {
width: 40%;
float:left;
color:#FFF;
padding:0px 0px 0px 0px;
}


div.philosocolumnright {
width: 60%;
float:right;
background-color:#CCC;
padding:0px 0px 0px 0px;
margin:0px;
}

div.videocolumnleft {
width: 70%;
float:left;
color:#FFF;
padding:0px 0px 0px 0px;
}


div.videocolumnright {
width: 30%;
float:right;
padding:0px 0px 0px 0px;
margin:0px;
}
.clear {
	height:5px;
	width:100%;
}

.aboutbox img{
	float:left;
	width:99%;
	height:auto;
	padding:0px;
	margin:0px 0px 0px 0px;

}

.maintop
{
        width:100%;
        padding:5px 0 5px 4px;
		font-size:15px;
        color: #09F;
		background:#000;
		font-weight:bold;
}
.maintoptext
{

        width:60%;
		background:#000;
		float:left;
		height: auto;
		padding:0px;
		margin:0px;
}


.maintoptext2
{
        background:#000;
		width:39%;
		float:right;
}

.line1 {
	height:40px;
	max-width:100%;
	float:left;
	padding:0px 0px 0px 0px;
}

.line2 {
	height:12px;
	max-width:100%;
	float:left;
	padding:0px 0px 0px 0px;
}
.line5 {
	height:20px;
	max-width:100%;
	float:left;
	padding:0px 0px 0px 0px;
}

.activemail {
width:100%;
float:left;
font-family: Arial, Helvetica, sans-serif;
padding:0px 0px 0px 0px;
}

.activemail a{
	color:#090;
}
.activemail a:hover{
	color:#000;
}
.activemail h3{
	font-size:20px;
	color:#060;
	text-align: left;
	font-weight:bold;
	margin:13px 10px 10px 10px;
	padding:0px;
}
.activemail h4{
	font-size:17px;
	color:#000;
	text-align: left;
	font-weight:bold;
	margin:10px 10px 0px 10px;
	padding:0px;
}
.activemail p{
	font-size:14px;
	margin:0px 10px 10px 5px;
	padding:0px;
	color:#000;
	line-height:1.5em;
	}
#cart50 {
width:100%;
	float:left;
	margin-bottom:3px;
	border-bottom:0px solid #060;
	background-color:#060;
}
.cart51 {
width:45%;
	float:left;
	margin:10px 0px 10px 0px;
	font-size:18px;
	color:#FFF;
}
.cart51 p{
	margin:0px 0px 0px 10px;
}
.cart51 span {
	color:#ff0;
	font-size:13px;
	font-weight:400;
}    
#cart22 {
width:100%;
	float:left;
	padding:10px 0px 10px 0px;
	margin:20px 0px 0px 0px;
	border-bottom:1px solid #060;
}

#cart22b {
width:100%;
	float:left;
	padding:10px 0px 10px 0px;
	margin:20px 0px 20px 0px;
	border-bottom:1px solid #060;
}
#cart22c {
width:100%;
	float:left;
	padding:10px 0px 10px 0px;
	margin:20px 0px 20px 0px;
	border-top:1px solid #060;
}
.cart21 {
width:45%;
	float:left;
	margin:17px 0px 0px 0px;
	font-size:20px;
	font-weight:bold;
}
.cart21 span {
	color:#F00;
	font-size:13px;
}

.cart54 {
width:50px;
	float: right;
	margin:10px 10px 0px 0px;
}    
.cart22 {
width:45%;
	text-align: right;
	float: right;
}


.cart22 button {
	background:#090;
	border: none;
	float:right;
	color:#fff;
	width:60px;
	padding:12px 10px 12px 10px;
	margin:8px 0px 8px 10px;
	margin-bottom:8px;
    font-size: 13px;
	cursor: pointer;
}

.cart22 input[type=submit]{
background:#999;
color:#fff;
	width:60px;
	padding:12px 10px 12px 10px;
	margin:8px 0px 8px 10px;
	margin-bottom:8px;
	cursor: pointer;
	
}

.cart22 button:hover {
background-color:#666;
background:#999;
}

.cart22 a {
	background:#090;
	border: none;;
	color:#fff;
    font-size: 15px;
	padding:12px 5px 12px 5px;
	margin:8px 0px 8px 10px;
	margin-bottom:8px;
	cursor: pointer;
	text-align:center;
	float:right;
}
.cart22 :hover {
background-color:#666;
background:#999;
}

.message_info a {
	background:#090;
	border: none;;
	color:#fff;
    font-size: 14px;
	padding:5px 10px 5px 10px;
	margin:10px 5px 0px 0px;
	cursor: pointer;
	text-align:center;
	float:right;
}
.message_info :hover {
background-color:#666;
background:#999;
}

.mess_img {
	max-width: 40px;
	float: left;
	margin: 5px;
	vertical-align: middle;
}
.mess_text {
max-width:60%;
	float: left;
	text-align: left;
	margin: 10px;
}
.message_ifo3 {
	float: left;
		padding:5px 10px 5px 10px;
	margin:0px 5px 0px 0px;
}

.mess_text2 {
max-width:75%;
	float: left;
	text-align: left;
	margin: 10px;
}
.message_ifo3 {
	float: left;
		padding:5px 10px 5px 10px;
	margin:0px 5px 0px 0px;
}


.cart24 {
width:45%;
	float: left;
}
.cart24 a {
	background:#090;
	border: none;;
	color:#fff;
    font-size: 15px;
	padding:12px 10px 12px 10px;
	margin:8px 0px 8px 0px;
	margin-bottom:8px;
	cursor: pointer;
	text-align:center;
	float: left;
}
.cart24 :hover {
background-color:#666;
background:#999;
}
#supporta {
width:100%;
	float:left;
	padding:0px 0px 0px 0px;
}
.support2 {
	width:25%;
	float:left;
	margin:0px;
}

.support3 {
	width:96%;
	float:left;
	border:1px solid #060;
	margin:5px 5px 10px 0px;
	background-color:#fff;
	padding:5px 0px;
}
.support4 {
	width:100%;
	float: right;
	border:1px solid #060;
	background-color:#fff;
	margin:5px 0px 10px 0px;
	padding:5px 0px;
}
.support4 h4{
	font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
	color: #060;
	text-align:center;
	font-weight:bold;
	margin:10px 10px 5px 10px;
	padding:0px;
}
.productfresh2 {
	float: left;
	width:70px;
	}
.productfresh2 img{
	padding:10px 10px 5px 10px;
	
	}
.productfresh {
	float: right;
width:70%;
	}
.productfresh p{
	font-family: Trebuchet MS, "Arial";
	font-size:14px;
	margin:0px 10px 10px 10px;
	padding:0px;
	color:#000;
	line-height:1.3em;
	}
.productfresh h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#060;
	text-align: left;
	font-weight:bold;
	margin:0px 10px 5px 0px;
	padding:10px 10px 5px 10px;
}
#contentall2 {
float:left;
	width:100%;		
	padding:8px 5px 0px 0px;

}

#contentall {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;	

}


.contentall2 {
	width:96%;
	border:1px solid #090;
	box-shadow: 4px 4px 8px 4px #090;
	margin:5px 10px 0px 0px;
	float:left;
}

.contentall2 h5{
	font:Arial, Helvetica, "sans-serif";
	font-size:13px;
	color:#000;
	
	margin:2px 0px 3px 0px;
}


.contentall2 h3{
	font:Arial, Helvetica, "sans-serif";
	font-size:13px;
	color: #F00;
	margin:8px 0px 3px 0px;
}

.contentall h5{
white-space:nowrap;
	overflow:hidden;
	max-width:12ch;
	text-overflow:ellipsis;
	font:Arial, Helvetica, "sans-serif";
	font-size:13px;
	color:#000;
	margin:8px 0px 3px 0px;
}

.contentall h4{
	font:Arial, Helvetica, "sans-serif";
	font-size:13px;
	color:#000;
	margin:0px;
}


.contentall h3{
	font:Arial, Helvetica, "sans-serif";
	font-size:13px;
	color: #F00;
	margin:8px 0px 3px 0px;
}
.contentall-image {
	width:80%;
	background-color: #FFF;
	display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.perce {
position: absolute;
  font:"Courier New", Courier, monospace;
  outline: 0;
  margin-top:10px;
  box-sizing: border-box;
  background-color:#FFF;
  border-radius:30px;
  border:1px solid #090;
}
.perce p {
  color: #F00;
  font:"Courier New", Courier, monospace;
  font-size:14px;
  padding:0px 5px 0px 5px ;

}
.perce4 {
	position: relative;
  margin:20px -30px -70px 0px;
  float:right;
  width:25px;
  border:1px solid #ccc;
}

.perce6 {
	position: relative;
  margin:10px -10px -70px 0px;
  float:right;
  width:15%;
  padding:5px;
  text-align:center;
  background-color:#FFF;
  border:1px solid #090;
}
.contentall-image2:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);

}


.contentall-title {
	text-align:left;
	margin-bottom:3px;
}
.contentall-title p {
	white-space:nowrap;
	overflow:hidden;
	max-width:25ch;
	font-size:13px;
	text-overflow:ellipsis;
	margin:0px;
	padding:0px;
}

.contentall-title h4{
	white-space:nowrap;
	overflow:hidden;
	max-width:25ch;
	font-size:13px;
	text-overflow:ellipsis;
	margin:0px;
	padding:0px;
}

.contentall-footer {
	background: #CCFBD8;
	padding:10px 10px 8px 10px;
	font-variant:200;
	text-align:left;
}
.contentall-addcart {
	height:20px;
	background:#060;
	padding:3px 10px 0px 10px;	
}
.contentall-price {
	font-size:14px;
	font-weight:600;
	margin-top:10px;
}
.contentall-price {
	float:left;
	width:45%;
	font-size:14px;
	font-weight:600;
	margin-top:10px;
}
.contentall-price2 {
	float:right;
	width:45%;
	margin-top:10px;

}
.contentall-price2 h3{
	font-size:12px;
	color:#666;
	text-decoration:line-through;
}

.contentall-price3 {
	float:left;
	width:100%;
	font-size:14px;
	font-weight:600;
	margin-top:10px;
}
.currp s{
	font-size:14px;
	font-weight:600;
	float:left;
	width:100px;
}
.oldp {
	font-size:14px;
	font-weight:600;
	float:right;
	width:100px;
}


conprice {
	width:65%;
	float:left
}

conprice2 {
	float: right;
	width:35%;
}
contentall-quantity {
    width:100%;
	float:left;
	background-color:#090;
}
.contentall-notstock {
    width:100%;
	float:left;
	padding:0px;
	margin-top:12px;
}
.contentall-notstock h3{
	text-align:center;
	padding:6px 0px 6px 0px;
}
.contentall-quantity input[type=text] {
width:20%;
float:left;
    box-sizing: border-box;
    border-radius: 4px;
	border:1px solid #060;
    background-position: 8px 5px; 
    background-repeat: no-repeat;
	 padding: 5px 10px 5px 3px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.searcl-message {
    width:100%;
	float:left;
	padding:0px;
	margin:0px;
	height:100px;
}

.searcl-message p{
text-align:center;
	color:#F00;
	font-size:14px;
}
.contentall-submit input[type=submit] {
	background:#090;
	width:100%;
	border: none;
	float:left;
	color:#fff;
	background-image:url(../img/cart-2-24.png);
	background-repeat:no-repeat;
	background-position:90% 2px;
    font-size: 13px;
	padding: 8px 10px 8px 3px;
	margin-bottom:8px;
	cursor: pointer;
}
.contentall-submit input[type=submit]:hover {
background-color:#666;
background:#999;
color:#fff;
	background-image:url(../img/cart-2-24.png);
	background-repeat:no-repeat;
	background-position:90% 4px;
}
.contentall-tile-footer {
    overflow: auto;
}
#contentall input {
  border: 1px solid #060;
  box-sizing: border-box;
  margin: 10px 0px 5px 0px;
  outline: none;
  padding: 6px;
}

#contentall .feature{
	float:left;
	width:100%;
	font-family:sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	text-align:center;
	background:#060;
	margin:0px 0px 5px 0px;
	padding:10px 0px 10px 0px;
}

#flider{
	width:100%;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	text-align:center;
	background:#060;
	margin:0px 0px 5px 0px;
	padding:10px 0px 10px 0px;
}
#flider2 {
	width:99%;
	font-weight:bold;
	font-size:16px;
	float:left;
	color:#FF0;
	text-align:left;
	background:#090;
	padding:5px 0px 5px 0px;
	margin:10px 0px 10px 0px;
	
}
.flider3 {
	width:150px;
	float:right;
	padding-top:8px;
}


.flider4 {
	float: left;;
	padding:7px 0px 7px 15px;
}
.message_info{
	float:left;
width: 100%;
	font-family:sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#030;
	text-align:center;
	border:1px solid  #030;
	margin:5px 0px;
	padding:5px 0px 5px 0px;
}

.message_info p{
	font-size:16px;
	color:#030;
	float: left;
	margin:10px 5px;
	padding:10px 0px;
}


.message_info2 {
	float:left;
	width: 100%;
	font-family:sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#f00;
	vertical-align: middle;
	text-align:center;
	border:1px solid  #f00;
	margin:5px 0px;

}

.message_info2 p{
	font-size:16px;
	color:#F70707;
	float: left;
	margin:5px 0px 5px 10px;
	padding:5px 0px 5px 0px;
}



.message_info2x {
	width:100%;
	font-family:sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#F00;
	text-align:center;
	border:1px solid  #F00;
	padding:10px 0px 10px 0px;
	margin-bottom:0px;
}


.emailactiva input[type=text] {
width:100%;
float:left;
height:80px;
font-size:30px;
padding:15px;
font: MS Serif, New York, "serif";
letter-spacing:32px;
    box-sizing: border-box;
    border-radius: 4px;
	border:1px solid #060;
	margin-bottom:10px;

}
.emailactiva input[type=submit] {
	background:#090;
	width:100%;
	float:left;
	height:40px;
	border: none;
	color:#fff;
    font-size: 13px;
	padding: 8px 10px 8px 3px;
	margin-bottom:20px;
	cursor: pointer;
}
.emailactiva input[type=submit]:hover {
background-color:#666;
background:#999;
color:#fff;
}

.message_info3{
	float:left;
	width:60%;
	font-family:sans-serif;
	font-weight:bold;
	font-size:14px;
	color:666;
	text-align: center;
	border:1px solid  #fff;
	margin:0px 0px 5px 0px;
	padding:10px 0px 10px 0px;
}
.message_info4{
	float:left;
	width:200px;
	border:1 solid #ccc;
	margin:0px 0px 0px 0px;
	padding:0px 5px 3px 5px;;
	font-size:9px;
}
.message_info4 a{
	color:#CCC;
}
.message_info4 a:hover{
	color:#000;
}

.formseuoe {
	margin:10px;
	padding:10px;
	text-align:left;
}
.formseuoe hi{
	color:#F00;
	font-size:20px;
	text-align:left;
}
.carou_btn {
	float:right;
	width:10%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;

}
.aution-sale {
	float:left;
	width:98.5%;
	height:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#FFF;
	background:#060;
	border:1px solid #999;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
}

#contentdeal {
	float:left;
	width:100%;
	font-size:16px;
	color:#000;
	text-align:center;
	margin:5px 0px 15px 0px;
	font-weight:bold;
}

.deal{
	float:left;
	width:100%;
	background:#060;
	margin:0px 0px 5px 0px;
	padding:12px 0px 12px 0px;
}

.deal1{
	float:left;
	width:70%;
	text-align:left;
	padding-left:10px;
	font-weight:bold;
	font-size:16px;
	color:#FF0;
}
.deal2{
	float:right;
	width:25%;
	text-align:right;
	color:#FFF;
}

.deal2 a{
	text-align:right;
	padding-right:10px;
	font-size:12px;
	
}
.deal2 a:hover{
	color:#666;
	
}
#contentpupolar{
	float:left;
	width:99.5%;
	height:auto;
	padding-top:10px;
	border-top:1px solid #999;
	margin:0px;

}
div#headermain
{
	background-color: #060;
	float:left;
		
}

#contentsubscribe{
	float:left;
	width:100%;
	background-color: #060;
}
#contentsubscribe span{
	font-style:italic;
	font-family:"Comic Sans MS", cursive;
	
}

.cosubscribespace {
	float:left;
	color:#fff;
	width:40%;
	height:40px;
}
.cosubscribe {
	float:left;
	color:#fff;
	width:100%;
	padding:0px;
}

.cosubscribe input[type=submit] {
	background:#090;
    border-radius: 4px;
	color:#fff;
    font-size: 13px;
    background-color: #090;
    background-position: 8px 5px; 
    background-repeat: no-repeat;
    padding: 5px 15px 5px 15px;
    transition: width 0.4s ease-in-out;
	cursor: pointer;
}
.cosubscribe input[type=submit]:hover {
	background:#666;
	color:#fff;
}

.cosubscribe input[type=text] {
    box-sizing: border-box;
    border-radius: 4px;
	color:#666;
    font-size: 13px;
    background-color: #fff;
    background-position: 8px 5px; 
    background-repeat: no-repeat;
    padding: 8px 2px 8px 20px;
}
#prizearea{
	float:left;
	width:100%;
	border-top:2px solid #090;
}
#contentinfoarea{
	font-family:"Arial Black", Gadget, sans-serif;
	float:left;
	width:100%;
	margin-bottom:10px;
	border-top:1px solid #090;
	border:1px solid #090;
	background-color:#060;
	box-sizing: border-box;
    border-radius: 10px;
	padding:10px 0px 10px 0px;
}


#contentinfoarea h1{
	text-align: left;
	color:#030;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:15px 5px 0px 15px;
	font-size: 30px;
}

#contentinfoarea h2{
	text-align: left;
	color:#FF0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:15px 5px 0px 15px;
	font-size: 20px;
}

#contentinfoarea p{
	padding:5px 10px 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:5px 10px 5px 10px;
	text-align:justify;
	line-height:1.5em;
	color:#fff;
}
#contentinfoarea ul il{
	padding:3px 5px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:10px 5px 0px 0px;
	text-align:left;
	line-height:20px;
	color:666;
}


#contentinfoarea2 {
	font-family:"Arial Black", Gadget, sans-serif;
	float:left;
	width:100%;
	background-color:#060;
	border:1px solid #060;
	box-sizing: border-box;
    border-radius: 10px;
	padding-bottom:10px;
}


#contentinfoarea2 h1{
	text-align: left;
	color:#030;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:15px 5px 0px 15px;
	font-size: 30px;
}

#contentinfoarea2 h2{
	text-align: left;
	color:#FF0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:5px 10px 5px 10px;
	padding:5px 10px 5px 10px;
	font-size: 20px;
}

#contentinfoarea2 p{
	padding:5px 10px 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:5px 10px 5px 10px;
	text-align:justify;
	line-height:1.5em;
	color:#fff;
}


#contentinfoarea3 {
	font-family:"Arial Black", Gadget, sans-serif;
	float:left;
	width:100%;
	background-color:#fff;
	border:1px solid #060;
	box-sizing: border-box;
    border-radius: 10px;
	padding-bottom:10px;
}
.cashoutlog a {
	background:#090;
	width:100%;
	text-align: center;
	color:#fff;
    font-size: 15px;
	margin-bottom:20px;
	cursor: pointer;
}
.cashoutlog a:hover {
	background:#fff;
	color: #090;
}


#contentinfoarea3 h1{
	text-align: left;
	color:#030;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:15px 5px 0px 15px;
	font-size: 30px;
}

#contentinfoarea3 h2{
	text-align: left;
	color:#060;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:5px 10px 5px 10px;
	padding:5px 10px 5px 10px;
	font-size: 20px;
}

#contentinfoarea3 p{
	padding:5px 10px 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:5px 10px 5px 10px;
	text-align:left;
	line-height:1.5em;
	color:#000;
}
#contentinfoarea5{
	font-family:"Arial Black", Gadget, sans-serif;
	float:left;
	width:100%;
	margin:10px 0px;
	border:1px solid #090;
	background-color:#fff;
	box-sizing: border-box;
    border-radius: 5px;
}


#contentinfoarea5 h1{
	text-align: left;
	color:#030;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:15px 10px 0px 20px;
	font-size: 25px;
}

#contentinfoarea5 h2{
	text-align: left;
	color:#090;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:10px 5px 5px 18px;
	font-size: 20px;
}

#contentinfoarea5 img{
	padding:10px;
	margin:10px 5px 5px 18px;
	width: 90%;
	
}

#contentinfoarea5 p{
	padding:5px 10px 5px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:5px 10px 5px 10px;
	text-align:justify;
	line-height:1.5em;
	color:#000;
}
#contentinfoarea5 ul il{
	padding:3px 5px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:10px 5px 0px 0px;
	text-align:left;
	line-height:20px;
	color:666;
}

#contentpartner {
	float:left;
	width:100%;
	padding:20px 0px;
	background-color: #030;
}

#contentpartner a{
	color:#fff;
	margin-bottom:10px;
	line-height:20px;
}

#contentpartner a:hover{
	color:#999;
}

#concheckout {
	float:left;
	width:100%;
	color:#666;
	font-family:"Georgia", Times New Roman, Times, serif;
	margin:5px 0px 20px 0px;
	font-size:13px;
}
#concheckout .back a{
	color:#666;
	background:#060;
	padding:5px 20px 5px 20px;
	border:1px solid #444;
}

#concheckout table {
	border-collapse: collapse;
	margin-top:5px;
	width:100%;
	font-size:14px;

}

#concheckout tr:nth-child(even) {
	background-color:#FBFFFC;
}

#concheckout th{
	background-color: #060;	
	color: white;
	padding:13px 10px 13px 10px;
}

#concheckout img{
	padding:2px;
}
#concheckout h3{
	font-size:18px;
	font-weight:bold;
}
.concheckout p{
	margin:5px 0px 5px 0px;
	padding:20px 10px;
}
.concheckout input[type=text] {
	width:10px;
    border-radius: 4px;
	border:1px solid #ccc;
	color:#666;
}

.concheckout input[type=submit] {
	width:10px;
    border-radius: 4px;
	border:1px solid #ccc;
	color:#666;
}

.viewcarttext{
	font-size:15px;
	font-weight:bold;
		margin:10px;
	padding:10px;
	border-right:1px solid #000;
	text-align:right;
}
.viewcarttext5 {
	font-size:14px;
	text-align:right;
	border-top:1px solid #000;
	margin:10px;
	padding:10px;
}
.viewcarttext3 {
	font-size:14px;
	padding-right:10px;
	text-align:right;
	border-left:1px solid #000;
}
.viewcarttext4 {
	font-size:14px;
	font-weight:bold;
	padding-right:10px;
	border-top:1px solid #000;
}

.viewcarttext01 td {
	padding:15px 0px 20px 0px;
	nargin:10px;
	
	
}

.viewcarttext00 td{
	padding:15px 0px 10px 0px;
	
}
.viewcartb2 td{
	border-bottom:1px solid #F00;

}

.viewcarttext8 a {
	background:#090;
	border: none;;
	color:#fff;
	float:left;
    font-size: 15px;
	padding:10px 8px 10px 10px;
	cursor: pointer;
	text-align:center;
}
.viewcarttext8 :hover {
background-color:#666;
background:#999;
}

.viewcarttext11 a {
	background:#f00;
	border: none;;
	color:#fff;
	float:left;
    font-size: 15px;
	margin-left:15px;
	padding:10px 8px 10px 10px;
	cursor: pointer;
	text-align:center;
}
.viewcarttext11 :hover {
background-color:#666;
background:#999;
}

.viewcarttext12 a {
	background:#030;
	border: none;;
	color:#fff;
	float:left;
    font-size: 15px;
	margin-left:15px;
	padding:10px 8px 10px 10px;
	cursor: pointer;
	text-align:center;
}
.viewcarttext12 :hover {
background-color:#666;
background:#999;
}

.viewcarttext13 {
	background:#999;
	border: none;;
	color:#fff;
	float:left;
    font-size: 15px;
	margin-left:15px;
	padding:10px 8px 10px 10px;
	text-align:center;

}
.viewcarttext2 {
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	font-size:16px;
	background-color:#666;
	font-weight:bold;
	padding-right:8px;
	color:#FFF;
	text-align:right;
}

.viewcarttext6 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	background:#030;
	padding:10px;
}
.viewcarttext7 {
	font-size:25px;
	font-weight:bold;
	text-align:left;
	color:#F00;
	padding-right:15px;
}

.viewcarttex7 h4{
	font-size:14px;
	color:#030;
	line-height:1.5em;
	margin:10px 0px 0px 0px;	
	padding:10px 0px 0px 0px;	
}
.viewcarttext7 h6{
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}
.viewcarttext7 p{
	font-size:13px;
	color:#000;
	padding:-5px 0px 10px 0px;
	margin:-5px 0px 10px 0px;
	line-height:1.5em;
}


.decheckout {
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	
	text-align:right;
	padding:10px;
	margin:10px;
	
	
}
.decheckout2 {
	text-align:left;
	padding-left:10px;	
	font-size:14px;
	font-weight:bold;	
}
.viewcarttext9 {
	color:#000;	
}

.viewcarttext9 p{
	font-size:13px;
	line-height:1.5em;
	margin:-5px 0px 0px 10px;	
	padding:-5px 0px 0px 10px;	
}

.viewcarttext9 h4{
	font-size:15px;
	color:#090;
	line-height:1.5em;
	margin:10px 0px 0px 15px;	
	padding:10px 0px 0px 15px;	
}
.viewcarttext9 h6{
	font-size:15px;
	color:#060;
	line-height:1.5em;
	margin:10px 0px 2px 5px;	
	padding:10px 0px 2px 5px;	
}
.concheckout_title {
	float:left;
	color:#fff;
	font-size:14px;
	width:100%;
	border-top:1px solid #030;
}

.concheckout_button a{
	font-family: Tahoma, Geneva, sans-serif;
	color:#fff;
	background:#060;
	background-image:url(../icon-delete.png);
	background-position:5px 8px;
	background-repeat:no-repeat;
	padding:10px 10px 10px 25px;
	float:right;
	margin-right:0px;
	border:1px solid #fff;
}


.concheckout_button a:hover{
	color:#fff;
	background:#666;
}

#contentpage2 {

	width:100%;
	height:40px;
	background-color:#060;	
}

#contentpage{
	float:left;
	width:100%;
	text-align:left;
	
}

#contentpage h4{
	font-family: Verdana, Geneva, sans-serif;
		font-size:14px;
	color: #060;
	text-align: left;
	font-weight:bold;
	margin:10px 0px 5px 0px;
	padding:10px 10px 2px 0px;
}
.conpagenav{
	float:left;
	width:100%;
	text-align:left;
	margin:2px 0px 2px 0px;
	border:1px solid #fff;
	background-color:#CCC;
	
}
.navcategry {
	float:left;
	width:20%;
	text-align:left;
	margin:0px 0px 0px 0px;
	color: #FF0;
	font-weight:bold;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
	padding :10px 0px 10px 10px;
	border:1px solid #030;
	background-color: #060;
	
}

.nav_nuv {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size:15px;
float:left;
margin-top:5px;
padding-top:5px;
	}
.nav_nuv a {
	padding:10px 12px 13px 12px ;
	color:#090;
	border-right:1px solid #090;
text-decoration:none; 
}
.nav_nuv a:active {
color: #fff; 
background-color:#090;
text-decoration:none; 
}
.nav_nuv a:hover {
	text-decoration:none;
color:#fff;
background-color:#090;
}

#contentpage h2 {
	font-size:20px;
}
.pagination {
	width:100%;
	color:white;
	float:left;
	margin:25px 0px;
	text-decoration:none;
	background-color: #060;
}
.pagination a{
	color:white;
	float:left;
	padding:8px 8px;
	margin:4px 4px;
	border:1px solid #fff;
	text-decoration:none;
	background-color: #060;
}
.pagination li{
	color: black;
	float:left;
	padding:8px 0px;
	text-decoration:none;
	list-style:none;
}

.pagination a:hover {
	background-color: #666;
	list-style:none;
}
.content_pag_title {
	width:100%;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	margin:2px 0px 2px 0px;
	padding:10px 0px 10px 0px;
	border:1px solid #ccc;
	background-color: #fff;
}
.content_pag_title a {
	padding:10px 10px 10px 10px;
	margin:2px 0px 2px 0px;
	
}
.content_pag_title :hover  {
	color:#090;
	
}
.content_pag_title2 {
	width:100%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	color:#060;
	font-weight:bold;
	text-align:center;
	float:left;
}

.contable img{
	width:40%;

}
.contable5 table{
	padding:5px 5px;
	width:100%;
}

.contable5 td{
	border-left:0px solid #060;
	border-right:0px solid #060;
	border-bottom:1px solid #060;
	padding-right:16px;
	font-size:14px;
	
}

.contable000 {
	padding:0px 0px 0px 0px;
	width:100%;
	color:#666;
	text-align:right;
}
.contable000 table{
	padding:0px;
	font: "Arial Black", Gadget, sans-serif;
	width:100%;
}



.contable000 button {
  background-color: #090;
  color: white;
	font-size: 18px;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

.contable000 td{
	font: "Arial Black", Gadget, sans-serif;
	border-left:0px solid #060;
	border-right:0px solid #060;
	border-bottom:0px solid #060;
	background-color:#FBFFFC;
	padding:10px 16px 15px 0px;
	font-size:18px;
}
.contable000 th{
	font: "Arial Black", Gadget, sans-serif;
	border-left:0px solid #060;
	border-right:0px solid #060;
	border-bottom:0px solid #060;
padding:10px 16px 15px 0px;
	padding-right:16px;
	font-size:18px;
	
}

.contable td{
	padding:10px 10px;
	border:1px solid #030;
}

.contable_total {
	font-weight:bold;
	font-size:15px;

}
.contable{
	font-family:"Georgia", Times New Roman, Times, serif;
	padding:5px 0px 0px 0px;
	width:100%;
	color:#666;
	font-size: 13px;
	text-align: left;	
}
.contable img{
	width:40%;
}

.contable2 img{
	width:40%;
}

.contableb td{
	padding:10px ;
	border-bottom:1px solid #030;
}

.contable_total {
	font-weight:bold;
	font-size:15px;

}
.contableb {
	font-family:"Georgia", Times New Roman, Times, serif;
	padding:5px 0px 20px 0px;
	color:#666;
	width:100%;
	font-size: 13px;
	text-align:left;	
}
.contableb img{
	padding:2px 10px 2px 10px;
	width:80%;

}
.contableb th{
	font-size:18px;

}

.contable input[type=text] {
    box-sizing: border-box;
	padding:3px 2px;
	border:1px solid #000;
    border-radius: 4px;
	color:#666;
	width:25px;
	text-align:center;
	background-color:inherit;
    font-size: 13px;
}

.contable5{
	font-family:"Georgia", Times New Roman, Times, serif;
	padding:5px 0px 10px 0px;
	width:100%;
	color:#666;
	font-size: 13px;
	text-align: left;	
}


.txt-heading {
	float:left;
	width:70%;
	font-size:15px;
	margin-left:5px;
	font-weight:bold;
}
.button-heading a{
	float:right;
	width:20%;
  display: block;
  color: #fff;
  text-align: center;
  padding: 2px 20px;
  text-decoration: none;
  font-size: 15px;
}
.colpar1{
	float:left;
	width:28%;
	color:#FFF;
	padding:15px 0px 0px 20px;
}

.colpar1 h4{
color:#FF0;
font-size:13px;
padding:5px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
.colpar1 p{
color:#fff;
padding:3px 0px 0px 0px;
margin:3px 0px 0px 0px;
font-size:14px;
line-height:1.5em;
}

.colpar2 {
	float:left;
	width:30%;
	color:#FFF;
	padding:0px 0px 0px 170px;
}
.colpar2 h4{
color:#FF0;
font-size:13px;
padding:5px 0px 3px 0px;
margin:0px 0px 3px 0px;
}
.colpar2 a{
color:#fff;
padding:5px 0px 0px 0px;
margin:5px 0px 0px 0px;
font-size:14px;
line-height:1.5em;
}
.colpar2 a:hover{
color:#666;
}

.colpar3 {
	float: right;
	width:20%;
	color:#FFF;
	font-size:13px;
	padding:0px 10px 0px 0px;
}
.colpar3 h4{
color:#FF0;
font-size:13px;
padding:5px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
.colpar3 p{
color:#fff;
padding:3px 0px 0px 0px;
margin:3px 0px 0px 0px;
font-size:14px;
line-height:1.5em;
}

.colpar3 input[type=submit] {
	background:#090;
    border-radius: 4px;
	color:#fff;
    font-size: 13px;
    background-color:#090;
    background-position: 8px 5px; 
    background-repeat: no-repeat;
    padding: 5px 15px 5px 15px;
    transition: width 0.4s ease-in-out;
	cursor: pointer;
}
.colpar3 input[type=submit]:hover {
	background:#666;
	color:#fff;
}

.colpar3 input[type=text] {
    box-sizing: border-box;
    border-radius: 4px;
	color:#666;
	width:90%;
    font-size: 13px;
    background-color: #fff;
    background-position: 8px 5px; 
    background-repeat: no-repeat;
    padding: 8px 2px 8px 20px;
}
#contentpcard2 {
	float:left;
	text-align:center;
	width:100%;
	background-color: #030;
	color:#ccc;
	padding:5px 0px 20px 0px;
}
#contentpcard2 h2{
	padding:0px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	font-size:18px;
	color:#FF0;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align:center;
}

#header0
{
	background:#060;
	max-width:100%;
	height:80px;
	padding:0px 10px 0px 15px;
	margin-top:3px;
}

.logotxt {
	float:left;
	height:auto;
	padding-top:5px;
}

.logotxt2 {
color:#fff;
font-size:25px;
font-weight:bold;
font-family:Verdana, 'Geneva', sans-serif;
float:left;
padding:24px 0px 0px 2px;
}
.logotxt3 {
color:#fff;
font-family:"Times New Roman", Times, serif;
padding-top:3px;
font-size:12px;
}

#conpersondata {
	float:left;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:10px;
	font-size:14px;
}

#conpersondata table{
	padding:20px;
	with:50%;
	text-align:left;
}


.conpersondata {
	float:left;
	width:20%;
}
.conpersondata2 {
	float:left;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
}
.conpersondata_title {
	float:left;
	width:100%;
	padding:10px 0px;
	font-size:18px;
	font-weight:bold;

}
.conpersondata_co2 {
	float:right;
	width:45%;
	padding:10px 0px;
	margin:10px 0px;
	border:1px solid #060;
	border-radius: 8px;
	color:#666;
}
.conpersondata_col {
	float:left;
	width:45%;
	padding:10px 5px;
	margin:10px 5px;
	border:1px solid #060;
	border-radius: 8px;
	color:#666;
}
.conpersondata_col_inner {
	width:98%;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #060;
	margin-bottom:5px;
}
.header1
{
		background-color: #060;
        width:32%;
		float:left;
		padding:0px 0px 5px 10px;
}
.header2
{
	    width:45%;
		float:right;
		padding:20px 0px 5px 10px;		
}

.header2 input[type=text] {
    width: 100px;
	float:right;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
   background-image: url(../img/chosen-sprite.png);
   background-position:-36px -27px; 
   background-size:70px; 
    background-repeat: no-repeat;
    padding: 6px 20px 5px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.header2 input[type=submit] {
    width: 100px;
	float:right;
    box-sizing: border-box;
	border: 1px solid #fff;
	color:#fff;
    border-radius:0px;
    font-size: 16px;
    background-color: #090;
    background-repeat: no-repeat;
    padding: 5px 20px 5px 40px;
	margin:3px 0px 0px 0px;
	cursor:pointer;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.header2 input[type=submit]:hover {
	color:#fff;
    background-color: #666;
}

.header2 input[type=text]:focus {
    width:60%;
background-color: white;
}

div#maincontent3 {
width:100%;
float:left;
background: #030;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
height:30px;
}

.barnav
{
	background-color: #030;
		 width:100%;
		 padding:0px;
}

div#barnav {
max-width:100%;
margin: 0px auto;
background: #030;
padding: 0px;
}
div#barnav2{
width:100%;

background: #030;
padding:3px 0px 3px 0px;

}

div#barnav3{
max-width:100%;
background:#030;

height:30px;
}
.barnav5 {
	background: #030;
		float:left;		
		padding:8px 10px;
}

.barnav7 {
       width:200px;
		float:left;
		color:#fff;
		padding:8px 2px 2px 10px;
		margin:2px 0px 0px 0px;
}


.barnav2 {
	width:60%;
	background: #030;
	float: right;
	text-align:right;
	padding:2px 5px 3px 2px;
}
.barnav8 a {
  float:right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 15px;
}

/* Change the color of links on hover */
.barnav8 a:hover {
  background-color: #ddd;
  color: black;
}
.chechout_button {
	width:40%;
	float:left;
}
.chechout_button2 {
	width:40%;
	float: right;
}

.chechout_button a{
	color:#fff;
	background:#060;
	padding:5px 20px 5px 20px;
	border:1px solid #fff;
}


.chechout_button a:hover{
	color:#666;
	background:#FFF;
	border:1px solid #060;
}
.chechout_button2 a{
	color:#fff;
	background:#060;
	padding:5px 20px 5px 20px;
	border:1px solid #fff;
}


.chechout_button2 a:hover{
	color:#666;
	background:#FFF;
	border:1px solid #060;
}

.out-btn {
	padding:2px 5px;
	margin:0px 5px;
	text-align:center;
	background-color:#fff;
	border:1px solid #060;
	border-radius: 8px;
	color:#666;;
}
.out-btn2 {
	float:right;
	padding:0px 5px 0px 0px;
	margin:0px 5px;
	text-align:30px;
}


.topadvertb
{
       width:100%;
		float: right;
		height:75px;
		padding:3px 0px 0px 0px;
		margin:2px 0px 0px 0px;
}

.headertext
{
        font-size:20px;
        color: #09F;
		font-weight:bold;
}

.header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#e56038;
        font-family: 'Baumans', cursive;
}

.header p
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}
#longin_host {
	float:left;
	background:#fff;
	width:100%;
	padding:50px;
}

.product-out {
	float: left;
	width:100%;
	color:#fff;
	margin:0px;
	background-color: #060;
}
.product-out h3 {
font-size:15px;
font-weight:bold;
padding:7px 0px 7px 20px;
margin:3px 0px 3px 0px;
}

.product-outbb {
	float: left;
	width:100%;
	margin:5px 0px;
	color:#666;
	background-color:#E6FFEC;
	border-bottom:1px solid #090;
	border-top:1px solid #090;
	
	
}
.product-outbb h3 {
font-size:15px;
font-weight:bold;
padding:7px 0px 7px 20px;
margin:3px 0px 3px 0px;
}

.formlabel {
	width:100%;
	text-align: left;
	margin:0px 10px 10px 10px;
	padding:0px 0px 0px 0px;
	font-family:"Georgia", Times New Roman, Times, serif;
}

.formlabel p {
	margin:0px 0px 0px 0px;
	 font-size: 13px;
	padding:0px 0px 0px 10px;
}
.formlabel input[type=text] {
    width:90%;
	float:left;
	color:#999;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
	margin:0px 10px 0px 10px;
    background-color: white; 
    padding: 5px 0px 10px 0px;
}
.formlabel select {
    width: 90%;
	float:left;
	margin:5px 10px 5px 0px;
	color:#999;
	background-color:#FFF;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 0px 5px 10px;
}

.shippingout p {
	color:#666;
    font-size: 13px;
	text-align: left;
	padding:5px 0px 5px 5px;
	line-height:1.2em;	
	margin:0px 0px 6px 0px;
}
.shippingout3 {
	padding:0px 10px 0px 0px;
	float:right;
	width:100px;
}
.shippingout3 p{
	color:#666;
    font-size: 13px;
	text-align:right;
	font-weight:400;
	line-height:1.2em;	
}
.shippingout6 p{
	font:"Arial Black", Gadget, sans-serif;
	color:#000;
margin:0px 0px 0px 0px;
	padding:0px 10px 3px 0px;
    font-size: 18px;
	font-weight:400;
	text-align:right;
	line-height:1.3em;	
}

.cashdiveli {
	margin:0px 0px 5px 0px;
	padding:q0px 0px 5px 10px;
	float: left;
	width:100%;
	color:#000;
	border:1px solid #090;
	
}
.cashdiveli p{
	margin:0px 0px 0px 0px;
	padding:10px;
	font-family: Verdana, Geneva, sans-serif;	
	color:#000;
		
}
.cashputalert {
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	float: left;
	width:100%;
	color:#000;
	background-color:#FC9;
	border:1px solid #FC9;
	
}

.cashputalert span{
	color:#000;
	font-weight:bold;
}
.cashputalert p{
	margin:0px 0px 0px 0px;
	padding:10px;
	
	color:#000;
		
}
.cashputalert2 {
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
	float: left;
	text-align: left;
	width:100%;
	color:#ECE9E9;
	background-color:#383636;
	border:1px solid #FC9;
	
}

.cashputalert2 img{
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}
.cashputalert2 p{
	margin:7px 10px;
	padding:7px 10px;
	line-height: 1.3em;
	text-align: 13px;
	text-align: justify;
	color:#ECE9E9;
		
}
.cashputalert2 h3{
	margin:10px 10px 5px 10px;
	padding:10px 10px 5px 10px;
	text-align: 15px;
	text-align: left;
	line-height: 1.5em;
	color:#ECE9E9;
		
}
	
.billinginfo {
	margin:0px 0px 25px 0px;
	padding:0;
	float: left;
	font-size: 14px;
	width:100%;
	color:#000;
	background-color:#FBFFFC;
	border-left:1px solid #FBFFFC;
	border-right:1px solid #FBFFFC;
	border-bottom:1px solid #FBFFFC;
}
.billinginfo7 {
	margin:0px 0px 25px 0px;
	padding:0px;
	float: left;
	width:100%;
	color:#000;
	background-color:#FBFFFC;
	border-left:0px solid #090;
	border-right:0px solid #090;
	border-bottom:0px solid #090;
}
.billinginfo2 {
	margin:0px 0px 25px 0px;
	padding:10px 0px 10px 0px;
	float: left;
	width:100%;
	color:#000;
	background-color:#FBFFFC;
	border:1px solid #090;
}
.billinginfo2 p{
	
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 10px;
}
.billinginfo2 input[type=text] {
width:40%;
    box-sizing: border-box;
    border-radius: 4px;
	border:1px solid #060;
    background-position: 8px 5px; 
    background-repeat: no-repeat;
	 padding: 5px 10px 5px 3px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.pedit {
	float:right;
	font-size:14px;
	margin-right:15px;
	margin-bottom:15px
}

.pedit a {
color:#fff;
padding:10px 10px;
background-color:#090;	
}

.pedit a:hover{
	color:#fff;
	background-color:#666;
	
	
}

.billinginfo p{
	color:#000;
    font-size: 13px;
	text-align: left;;
	padding:5px 0px 5px 10px;
	line-height:1.5em;	
	margin:0px 0px 6px 0px;
}


.shippingout2{
	margin:10px 5px 2px 5px;
	padding:10px 0px 3px 5px;
	font-size:15px;
	width:92%;
	text-align:right;
	font-weight:bold;
	
}

.shippingout2 p{
	margin:10px 5px 2px 5px;
	padding:10px 0px 3px 5px;
	font-size:15px;
	width:92%;
	text-align:right;
	font-weight:bold;
	
}


.row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:350px;
}

.row img
{
        float:left;
}

.row p
{
        margin-left: 100px;
}




/* FOOTER */

footer
{
	background-color:#030;
	position:relative;
	clear:both;
	width:auto;
	width:100%;
	color:#FFF;
	margin:0 auto;
	padding:0px 0px 28px 0px;
}

.colpar1 .wrapper
{
        margin:0px auto;
        padding:10px 0px 0px 0px;
        width:auto;
		color:#FFF;
        max-width:100%;
        font-size:12px;
}

.colpar1 .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#FFF;
        float:left;
        width:220px;
        margin-right:20px;
}

.colpar1 .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        padding:0 0 10px 10px;
        margin-bottom:0px;
        border-bottom: 1px solid #444444;
        background:url(img/arrowright2.png) left 6px no-repeat;
}

.colpar1 .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

.colpar1 .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:0px;
}

.colpar1 .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

.colpar1 .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

.colpar1 .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

.colpar1 .wrapper .column h4
{
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #444444;
        padding: 0 0 10px 0;

}

#copyright
{
        background:#030;
        height:40px;
		border:1px solid #999;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:13px;
		padding-left:15px;
		color:#FFF;
        font-size:12px;
		float:left;
		
	
}
.colpar1 .wrapper .social
{
        right:0;
        top:8px;
		padding-right:0px;
		margin-top:5px;
}
.colpar1 .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.8;
        margin-left: 0px;
		margin-right:5px;
        display:block;
        float:left;
}
.colpar1 .wrapper .social a:hover
{
        opacity: 0.7;
}
.colpar1 .wrapper a
{
        color: #CCC;
}

.colpar1 .wrapper a:hover
{
        color: #fff;
}
.backtop
{
        width:30px;
		float:left;
		height: auto;
		padding:0px 20px 0px 10px;
		margin:0px;
}
.backtop a
{
transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;

}

.backtop a:hover
{
        opacity: 0.7;
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
        border-top: 1px #d6d0c1 solid;
}
#slides
{
        display: none
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
        color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MISC */

.clear
{
        clear:both;
}
.clear2
{
        clear:both;
		height:0px;
		margin:0px;
		padding:0px;
}
.clear5
{
        clear:both;
		height:0px;
width:100%;
		margin:0px 0px 2px 0px;
		padding:0px;
}

.clear7
{
        clear:both;
		height:0px;
width:100%;
		margin:2px 0px 0px 0px;
		padding:0px;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);

}

.dropbtn {
	padding:0px;
		margin:0px;
		height:0px;
}

.dropdown 
{
	padding:0px;
		margin:0px;
		height:0px;
		
}

.dropbtn2 {
	padding:3px 0px 3px 0px;
		margin:0px;
		height:0px;
		font-weight:bold;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
}

.dropdown2 
{
	padding:0px;
		margin:0px;
		height:0px;
		
}


/* ========================= */
/*        CAROUSELS          */
/* ========================= */

.carousel-heading{
	color: #fff;
	background:#090;
	text-transform:uppercase;
	margin-bottom:10px;
	overflow:hidden;
	height:50px;
}

.carousel-heading h4{
	margin:0;
	display:inline-block;
	padding:12px 20px;
}

.carousel-arrows{
	display:inline-block;
	vertical-align:top;
	float:right;
	cursor:pointer;
}

.carousel-arrows .icons{
	float:left;
	height:100%;
	width:50px;
border-left:1px solid #e7f9fc;
	text-align:center;
	margin:0;
	padding:14px 0 0;
	transition:background 0.3s;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-ms-transition:background 0.3s;
	-o-transition:background 0.3s;
}

.carousel-arrows a{
	color:#fff;
}

.carousel-arrows .icons:hover{
	background-color:#060;
}




/* ========================= */
/*      PRODUCT ITEMS        */
/* ========================= */

.owl-carousel-wrap{
	padding:0;
}

.owl-carousel .owl-item{
	padding:0 5px;
}

.product{
	margin-bottom:30px;
	border:1px solid #CCC;
	box-shadow: 4px 4px 8px 4px rgba(0,0,0,0.2);
}

.product-info{
	background:#f7f7f7;
	overflow:hidden;
	padding:10px 15px;
}

.product-info h5{
	margin:10px 0 5px;
	color:#1f2228;
}

span.product-tag{
	position:absolute;
	background:#9b59b6;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	top:30px;
	z-index:5000;
	left:0;
	padding:5px 25px;	
}

span.price{
	color:#e74c3c;
	font-size:16px;
	font-weight:600;
}

span .price del{
	color:#596067;
	font-weight:300;
	margin-right:5px;
}

.product-image{
	position:relative;
	overflow:hidden;
}

.product-image img{
	width:100%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.product-categories{
	font-size:14px;
	color:#9b59b6;
	margin:0;
}

.product-categories a{
	color:#9b59b6;
}

.product-categories a:hover{
	color:#8e44ad;
}

a.product-hover{
	background:rgba(52,73,94, 0.7);
	padding:10px 15px;
	font-size:16px;
	height:40px;
	text-transform:uppercase;
	color:#fff;
	position:absolute;
	top:110px;
	left:0;
	right:0;
	width:160px;
	margin:0 auto;
	cursor:pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform:scale(0.8);
	-ms-transform:scale(0.8);
	-o-transform:scale(0.8);
	transform:scale(0.8);
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

a.product-hover:hover{
	background:rgba(52,73,94,1);	
}

.product-image:hover a.product-hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}

.product-image:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

.product-actions{
	color:#fff;
	display:table;
	width:100%;
	overflow:hidden;
}

span.product-action{
	color:#fff!important;
}

span.action-wrapper{
	position:relative;
	display:block;	
}

.product-actions>span{
	position:relative;
	border-left:1px solid #e7f9fc;
	cursor:pointer;
	width:40px;
	height:40px;
	padding:9px 0 0 8px;
	display:table-cell;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.product-actions>span.current{
	width:auto;	
}

.product-actions>span.current span.action-name{
	left:30px;
	width:220px;
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	white-space:nowrap;
}

span.add-to-cart{
	background:#060;
}

span.add-to-cart:hover{
	background:#090;	
}

span.add-to-cart .icons{
	margin-right:8px;
}

span.add-to-favorites{
	background:#e74c3c;
}

span.add-to-favorites:hover{
	background:#c0392b;	
}

span.add-to-compare{
	background:#3498db;
}

span.add-to-compare:hover{
	background:#2980b9;	
}

span.action-name{
	position:absolute;
	left:85px;
	text-transform:uppercase;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.product-info p{
	font-size:14px;	
}

.product.grid-view{
	background:#f7f7f7;
	overflow:hidden;
	position:relative;	
}

.product.grid-view .product-actions{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.product.grid-view .product-actions.full-width span.action-name{
	opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	left:30px;
}

.grid-view .product-image{
	padding:0;	
}








/* ========================= */
/*      QUICK VIEW MODAL     */
/* ========================= */


#quick-view-modal{
	position:fixed;
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	z-index:9999;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
}

#quick-view-close{
	position:absolute;
	right:-25px;
	top:-25px;
	cursor:pointer;
	z-index:9999;
}

#quick-view-close:before{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	color:#fff;
	content:'\ecf6';
}

#quick-view-content{
	position:relative;
	background:#f7f7f7;
	max-width:800px;
	max-height:500px;
	width:90%;
	height:90%;
	margin:2.5% auto 0 auto;
	overflow:visible;
}

#quick-view-content .product-fullscreen{
	display:none;
}

#quick-view-content .pinterest{
	position:relative;
	top:-6px;
}

#quick-view-content span.price{
	margin-top:0;
}

#quick-view-content .tabs{
	margin:0 20px;
}

#quick-view-content .product-action.green{
	display:none;
}


.quick-view-content{
	width:100%;
	height:100%;
	position:relative;
	margin:0;
	overflow-y:scroll;
}

.quick-view-container{
	padding:0!important;
	width:100%;
	overflow:hidden;
	background:#f7f7f7;

}
.viewprod input[type=image] {
	width:20px;
	float:left;
	border-image:none; 


}

.viewprod a {
	padding:10px 10px 10px 10px;
	height:45px;
	color:#F00;
}

.viewprod2 {
	width:20px;
	background-image:url(../img/103796_view_icon.png);
	background-repeat:no-repeat;
	background-size:15px;
	height:15px;
	margin:8px 0px 8px 6px;
	background-position:-1px 0px;
	
}
.phoneheader {
	float:left;
	width:24px;
	background-image:url(../img/icons8-whatsapp-5.png);
	background-repeat:no-repeat;
	background-size:20px;
	height:20px;
	background-position:0px 0px;
	padding:0px 3px 0px 0px;
	border-right:1px solid #ccc;
}
.phoneheader2 {
	float:left;
	width:17px;
	background-image:url(../img/icons8-phonecall-50.png);
	background-repeat:no-repeat;
	background-size:20px;
	height:20px;
	background-position:0px 0px;
	padding:0px 3px 0px 0px;
	margin-left:5px;
	
	
}

.phom2 {
	float:left;
	font-size:12px;
color:ccc;
margin-top:3px;
}

.phoneheader3{
float:left;
	width:28px;
	background-image:url(../img/icons8-email-50.png);
	background-repeat:no-repeat;
	background-size:20px;
	height:20px;
	background-position:8px 0px;
	padding:0px 3px 0px 0px;
	margin-left:10px;
	border-left:1px solid #ccc;	
}

.contental9-quantity input[type=text] {
width:100%;
float:left;
    box-sizing: border-box;
    border-radius: 4px;
	border:1px solid #060;
    background-position: 8px 5px; 
    background-repeat: no-repeat;
	 padding: 5px 10px 5px 3px;
	 margin:5px 0px 6px 0px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.contental9-submit input[type=submit] {
	background:#090;
	width:100%;
	border: none;
	float:left;
	color:#fff;
    font-size: 13px;
	padding: 5px 10px 5px 3px;
	margin-bottom:8px;
	cursor: pointer;
}
.productadd {
	float:left;
	width:48%;
	font-size:16px;
	text-align:center;
	color:ccc;
	border:1px solid #060;
	margin:5px 0px 5px 5px;
	padding:10px 0px 8px 5px;
}
.productadd2 {
	float:left;
	width:48%;
	font-size:16px;
	text-align:center;
	color:ccc;
	border:1px solid #060;
	margin:-px 0px 5px 5px;
	padding:10px 0px 8px 5px;
}
.productselect {
	float: right;
	width:48%;
	font-size:16px;
	color:ccc;
	border:1px solid #060;
	margin:5px 0px 5px 5px;
	padding:2px 0px 3px 5px;
}
.productselect select {
width:60%;
float:left;
border:none;
    background-position: 8px 5px; 
    background-repeat: no-repeat;
	 padding: 3px 0px 3px 0px;
	 margin:5px 0px 5px 0px;
	 cursor:pointer;
    -webkit-transition: width 0.4s ease-in-out;
}

.productselect input[type=submit] {
	background:#090;
	width:35%;
	border: none;
	float:left;
	color:#fff;
    font-size: 13px;
	padding:5px 10px 5px 3px;
	margin:5px 0px 5px 10px;
	cursor: pointer;
}

.sockv {
	
	width:100%;
	border: none;
	float:left;
	color:#090;
    font-size: 13px;
	text-align:center;
	padding:6px 10px 2px 3px;
	margin:5px 0px 5px 0px;

}
.paymevtout {
	
	width:100%;
	border:1px solid #0C0;
	float:left;
	background-color: #E8FFEE;

}

.paymevtout p {	
	color:#666;
    font-size: 13px;
	text-align: left;
	padding:5px 0px 5px 10px;
	line-height:1.2em;	
	margin:0px 0px 6px 0px;
}

.product-out2 {
	float: left;
	width:100%;
	color:#fff;
	margin:0px 0px 0px 0px;
	background-color:#060;
	font-family: Verdana, Geneva, sans-serif;
}
.product-out2 h3 {
font-size:12px;
font-weight:bold;
padding:7px 5px;
margin:0px;
font-family: Verdana, Geneva, sans-serif;
}

.error-message {
	padding:4px 2px 5px 12px;
	margin:0;
	text-align:left;
	font-size:15px;
	color:#F00;
}

.error-message2 {
	padding:5px 0px 5px 0px;
	margin:0;
	width:100%;
	float:left;
	font-size:13px;
	color:#fff;
}

.error-message3 {
	padding:5px 0px 8px 10px;
	margin:0;
	width:100%;
	float:left;
	font-size:13px;
	color:#f00;
}

.help-block {
	color:#f00;
}

 .mySlides {
        display: none
      }

 .slideshow-container {
        width:100%;
		overflow: hidden;
        position: absolute;
        margin: auto;
      }
	  
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border:1px solid #fff; /* Remove borders */
  outline: none; /* Remove outline */
  background-color:#060; /* Set a background color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  color:#fff;
  border-radius: 10px; /* Rounded corners */
  font-size: 14px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}  
	  
	  
	  
      /* Next & previous buttons */
      .prev,
      .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
      }
      /* Position the "next button" to the right */
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
      /* On hover, add a black background color with a little bit see-through */
      .prev:hover,
      .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }
      /* Caption text */
      .text {
		width:90%;
		font-family:"Georgia", Times New Roman, Times, serif;
        color:#000;
		top:0px;
        font-size:23px;
        position: absolute;
        text-align: right;
		padding:240px 10px 10px 0px;
		margin:50px 0px 0px 40px;
      }
	   .text a{
		  
        color:#fff;
        font-size:20px;
		background-color:#030;
		padding:10px 15px;
      }
	  
	  .text a:hover {
        color:#030;
		background-color:#fff;
      }
.text2 {
       color: #030;
	   position: absolute;
	   overflow:hidden;
		top:0px;
        text-align: left;
		line-height:1.0em;
		margin:90px 0px 0px 45px;
		text-shadow: 0px 0px 0px 6px #FFFFFF;
	animation-name:anim-lineUp;
	animation-iteration-count: infinite;
  animation-duration: 6s;
		
      }
	  

	  
	  span2 {
        color:#FF0;
      }
	  
	  span3 {
        color: #fff;
      }
	  span4 {
        color: #fff;
      }
	   span5 {
        color: #fff;
      }
	   span6 {
        color: #fff;
      }
	 
	  .text3 {
       color:#FF0;
		 font-size:70px;
		font-family:"Georgia", Times New Roman, Times, serif;
        position: absolute;
		top:0px;
        text-align: left;
		line-height:1.0em;
		margin:90px 0px 0px 45px;
		text-shadow: 0px 0px 28px 10px rgba(3,3,2,2.3);
		animation-name:anim-lineUp;
	animation-iteration-count: infinite;
  animation-duration: 6s;
      }
	  
	  .text4 {
       color: #090;
	   font-size:70px;
		font-family:"Georgia", Times New Roman, Times, serif;
        position: absolute;
		top:0px;
        text-align: left;
		line-height:1.0em;
		margin:90px 0px 0px 45px;
		text-shadow: 0px 0px 0px 6px #FFFFFF;
		animation-name:anim-fromtop;
	animation-iteration-count: infinite;
  animation-duration: 6s;
      }
	  
	  .text14 {
       color:#FF0;
	   font-size:70px;
		font-family:"Georgia", Times New Roman, Times, serif;
        position: absolute;
		top:0px;
        text-align: left;
		line-height:1.0em;
		margin:90px 0px 0px 45px;
		text-shadow: 0px 0px 0px 6px #FFFFFF;
		animation-name:anim-fromtop;
	animation-iteration-count: infinite;
  animation-duration: 6s;
      }
	  

@keyframes  slide-in {
	from {
		translate: 150vw 0;
		scale: 200% 1;
	}
	to {
		translate: 0 0;
		scale:100% 1;
	}
}



/* flipping class and key frames*/
.flipX {
  animation: 1s anim-flipX ease infinite;
}
@keyframes anim-flipX {
  0% {
    opacity: 0;
    transform: rotateX(720deg);
  }
  50% {
    opacity: 1;
    transform: rotateX(720deg);
  }
  100% {
    /* animate nothing to pause animation at the end */
    opacity: 1;
    transform: rotateX(720deg);
  }
}


.lineUp {
  animation: 2s anim-lineUp ease-out infinite;
}
/* lineup class and keyframes */
@keyframes anim-lineUp {
  0% {
	   opacity: 0;
  }
  20% {
	   opacity: 0;
  }
  50% {
	  opacity: 0;
    transform: translateY(100%);
  }
  100% {
	    opacity: 1;
    transform: translateY(0%);
  }
}
/* flipY class and keyframes*/
.flipY {
  animation-name: spin, depth;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 6s;
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
@keyframes depth {
  0% {
    text-shadow: 0 0 black;
  }
  25% {
    text-shadow: 1px 0 black, 2px 0 black, 3px 0 black, 4px 0 black, 5px 0 black;
  }
  50% {
    text-shadow: 0 0 black;
  }
  75% {
    text-shadow: -1px 0 black, -2px 0 black, -3px 0 black, -4px 0 black,
      -5px 0 black;
  }
  100% {
    text-shadow: 0 0 black;
  }
}

/* subtle zoom to attention and then back */
.pop-outin {
  animation: 2s anim-popoutin ease infinite;
}

@keyframes anim-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
  }
  25% {
    color: white;
    transform: scale(2);
    opacity: 1;
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
    opacity: 1;
  }
}

.fromtop {
  animation: 2s anim-fromtop linear infinite;
}
@keyframes anim-fromtop {
  0% { opacity: 0; transform: translateY(-100%);}
  25% { opacity: 1; transform: translateY(0%);}
  50% {
  }
  100% {
  }
}

.sharediv {
	width: 100%;
	margin: 5px 0px 10px 15px;
	float: left;
}	  
	  .text5 {
        color: #F00;
        font-size:25px;
		top:0px;
		margin:240px 0px 0px 45px;
        position: absolute;
        text-align: left;
		
		
      }
	  
	  .text16 {
        color: #090;
	   font-size:70px;
		font-family:"Georgia", Times New Roman, Times, serif;
        position: absolute;
		top:0px;
        text-align: left;
		line-height:1.0em;
		margin:90px 0px 0px 45px;
		text-shadow: 0px 0px 0px 6px #FFFFFF;
	animation-name:anim-popoutin;
	animation-iteration-count: infinite;
  animation-duration: 6s;
      }


	  .text7 {
        color: #F00;
		font-family: "Lucida Console", Monaco, monospace;
        font-size:22px;
		top:0px;
		margin:220px 0px 0px 55px;
        position: absolute;
        text-align: left;
		animation-name:anim-lineUp;
	animation-iteration-count: infinite;
  animation-duration: 6s
      }
	  .text9 {
        color:#000;
		font-family: Arial, Helvetica, sans-serif;
        font-size:22px;
		top:0px;
		margin:190px 0px 0px 55px;
        position: absolute;
        text-align: left;
		animation-name:anim-lineUp;
	animation-iteration-count: infinite;
  animation-duration: 6s
      } 

#contentblog {
	ont-family:"Arial Black", Gadget, sans-serif;
	float:left;
	width:100%;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-right: 1px solid #060;
}
.contentblogtitle {
	width: 100%;
	text-align: center;
	background: #090;
	
}
.contentblogtitle h2{
	margin: 0px;
	padding: 10px 0px;
	font-size: 18px;
	color: white;
}
.contentblogtitle h1 {
	margin: 0px;
	padding: 10px 0px;
	font-size: 18px;
	color: white;
}
.contentblog {
width: 49%;
	float: left;
	margin:0px;
	padding-bottom: 10px;
	padding-top: 7px;
	border-bottom:1px solid #060;
	border-left: 1px solid #060;	
}
.contentblogcol1 {
	width:27%;
	float: left;
	text-align: center;
}
.contentblogcol1 img {
	width: 80%;
	margin: 10px 10px 0px 5px;
	padding: 5px 5px; 
	
}
.contentblogcol2 {
	width: 70%;
	margin: 0px;
	float: left;
	text-align: left;
}

.contentblogcol2 p{
	margin-top: 0px;
	overflow:hidden;
	max-width:105ch;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:15px;
	max-height: 8ch;
	line-height: 1.3em;
	padding:5px 10px 10px 0px;
	color: #000;
	padding-bottom: 10px;
	
}

.contentblogcol2 h3{
	margin: 7px 0px 5px 0px;
	padding: 0px;
	color: #060;
	font-size: 18px;
	text-align: left;
}

.contentblogcol2 span5{
	margin: 5px;
	font-size: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: grey;
	text-align: right;
	
}
.contentblogB {
	width: 100%;
	float: left;
	margin:0px 0px 12px 0px;
	border-bottom:1px solid #060;
	border-left: 1px solid #060;
}
.contentblogBcol1 {
	width:25%;
	float: left;
}
.contentblogBcol1 img {
	width: 50%;
	margin: 0px;
	padding: 5px;
	
}
.contentblogBcol2 {
	width: 70%;
	float: left;
	text-align: left;
}
.contentblogBcol2 p{
	margin-top: 10px;
	overflow:hidden;
	max-width:105ch;
	font-size:15px;
	max-height: 8ch;
	margin:0px;
	padding: 0px;
	line-height: 1.2em;
	
}
.contentblogcBcol2 h3{
	color: #060;
	font-size: 18px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	text-align: left;
}

.contentblogcol2 span5{
	margin: 5px;
	font-size: 10px;
	padding-bottom: 10px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: grey;
	text-align: right;
	
}
.text13 {
        color:#fff;
		font-family: Arial, Helvetica, sans-serif;
        font-size:22px;
		top:0px;
		margin:190px 0px 0px 55px;
        position: absolute;
        text-align: left;
		animation-name:anim-lineUp;
	animation-iteration-count: infinite;
  animation-duration: 6s
      }
	  
	  
      /* Number text (1/3 etc) */
      .numbertext {
        color: #ffffff;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
      }
	  
	  .text12 {
        color:#fff;
		font-family: Arial, Helvetica, sans-serif;
        font-size:22px;
		top:0px;
		margin:190px 0px 0px 50px;
        position: absolute;
        text-align: left;
		animation-name:anim-lineUp;
	animation-iteration-count: infinite;
  animation-duration: 6s
      }
      /* The dots/bullets/indicators */
      .dot {
		  display:none;
		  margin:0px;
		  padding:0;
      }
      .active,
      .dot:hover {
        background-color: #111111;
      }
      /* Fading animation */
      .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 10s;
        animation-name: fade;
        animation-duration: 10s;
      }
      @-webkit-keyframes fade {
        from {
          opacity: .1000
        }
        to {
          opacity: 1
        }
      }
      @keyframes fade {
        from {
          opacity: .1000
        }
        to {
          opacity: 1
        }
      }




@media screen and (max-width: 9215px)
{
	
	div#baselect {
		visibility:hidden;
	}
	
.dropbtn {
		visibility:hidden;
	} 
.dropdown 
{
		visibility:hidden;
	}
	
.dropbtn2 {
		visibility:hidden;
	} 
.dropdown2 
{
	display:none;
	} 



}	
@media screen and (max-width:1200px) {

.colpar1{
	padding:0px 0px 0px 20px;
}
.colpar2 {
	padding:0px 0px 0px 90px;
}

.colpar3 {
	width:20%;
	float:right;
padding:0px 15px 0px 0px;
}

.dropbtn {
		visibility:hidden;
	} 
.dropdown 
{
		visibility:hidden;
	}  
	        	
        	
.dropbtn2 {
		visibility:hidden;
	} 
.dropdown2 
{
	display:none;
	}
/* Caption text */
      .text{
		  margin:0px 0px 0px 0px;
      }
	  
	  .text a{
        font-size:16px;
	   }
	  .text2 {
		  font-size:60px;
		 margin:70px 0px 0px 30px;
	  }
	  .text3 {
font-size:25px;
 margin:200px 0px 0px 30px;
      }
	  
	  .text4 {
font-size:60px;
		 margin:70px 0px 0px 30px;
      }.text14 {
font-size:60px;
		 margin:70px 0px 0px 30px;
      }
	 
	  .text5 {
 font-size:25px;
 margin:200px 0px 0px 30px;
      }
	  
	  .text6 {

       font-size:60px;
 margin:70px 0px 0px 30px;
      }
	 .text7 {
       font-size:20px;
 margin:230px 0px 0px 30px;
    
      }	
	 .text9 {
		 font-size:20px;
 margin:200px 0px 0px 30px;
}

}
@media screen and (max-width:1000px) {
/* Caption text */
.support2 {
	width:50%;

}
.support3 {
	width:100%;
}
      .text{
       margin:-80px 0px 0px 0px;
      }
	  
	  .text a{
        font-size:16px;
	   }
	  .text2 {
		  font-size:48px;
		 margin:60px 0px 0px 32px;
      }
	  
	  .text3 {
 font-size:25px;
		 margin:165px 0px 0px 32px;
      }
	  
	  .text4 {
 font-size:48px;
		 margin:60px 0px 0px 32px;
      }
	  .text14 {
 font-size:48px;
		 margin:60px 0px 0px 32px;
      }
	  .text5 {
       font-size:25px;
		 margin:165px 0px 0px 32px;
    
      }
	  
	  .text6 {
		  font-size:48px;
		 margin:70px 0px 0px 32px;
      }
	 .text7 {
       font-size:20px;
		 margin:185px 0px 0px 32px;
    
      }	
	 .text9 {
font-size:14px;
		 margin:165px 0px 0px 32px;
}

}
@media screen and (max-width:800px) {
/* Caption text */
      .text{
		  margin:-80px 0px 0px 0px;
      }
	  
	  .text a{
        font-size:16px;
		
	   }
	  .text2 {
		  font-size:38px;
		 margin:45px 0px 0px 28px;
      }
	  
	  .text3 {
		font-size:20px;
		margin:130px 0px 0px 25px;
      }
	  
	  .text4 {
 		font-size:38px;
		 margin:45px 0px 0px 28px;
      }
	  .text14 {
 		font-size:38px;
		 margin:45px 0px 0px 28px;
      }
	  .text5 {
		font-size:20px;
		margin:130px 0px 0px 25px;
      }
	  
	  .text6 {
		font-size:38px;
		 margin:45px 0px 0px 28px;
      }
	 .text7 {
     font-size:18px;
	margin:150px 0px 0px 25px;
      }	
	 .text9 {
		 font-size:13px;
margin:135px 0px 0px 25px;
}

}
@media screen and (max-width:767px) {

.contentall4 {
	width:44%;
	float:left;
	margin:5px 8px 0px 15px;
}

.colpar1{
	width:50%;
	float:left;
margin:0;
}
.colpar2 {
	width:25%;
	float: left;
	margin:0;
}

.colpar3 {
	float:left;
	width:90%;
margin:0;
padding:20px 0px 0px 20px;
}
	        
.colpar3 input[type=text] {
    
	width:40%;
}
 
 #contentpcard2 {
	padding:5px 0px 20px 0px;
	height:80px;
} 
	
	
.blog-content {
	max-width: 100%;
	margin: 10px;
}
	
	.blog-content {
	max-width: 100%;
	margin: 10px;
}
	
	.blog-content h4{
	font-size: 18px;
		text-align: left;
		color: #009900;
		
}

.blog-link {
	float: left;
	max-width: 100%;
	text-align:left;
	
}

 
/* Caption text */
     .text{
      margin:-60px 0px 0px 0px;
      }
	   .text a{
        font-size:15px;
	   }
	  .text2 {
		  font-size:46px;
		 margin:50px 0px 0px 28px;
      }
	  .text3 {
        font-size:18px;
        margin:150px 0px 0px 28px;
      }
	  
	  .text4 {
       font-size:46px;
		 margin:50px 0px 0px 28px;
      }
	  .text5 {
       font-size:18px;
        margin:150px 0px 0px 28px;
      }
	  
	  .text6 {
        font-size:46px;
		 margin:50px 0px 0px 28px;
      }
	 .text7 {
       font-size:16px;
        margin:170px 0px 0px 28px;
      }
	 .text9 {
		 font-size:14px;
        margin:150px 0px 0px 28px;
    
      } 
	
 .dropbtn {
    background-color:#060;
    color: white;
	 width: 100%;
    padding:0px 0px 15px 0px;
    font-size: 16px;
	margin:2px 0px 15px 0px;
	margin-bottom:2px;
	border:1px solid #333;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
     background-color:#060;
}

.dropdown {
    position: relative;
	 width: 100%;
    display: inline-block;
	 background-color:#060;
	 margin:3px 0px 0px 0px;
	 padding:5px 0px 26px 0px;
}

.dropdown-content {
    display: none;
    background-color:#060;
    width: 100%;
	margin:5px 0px 0px 0px;
	text-align:left;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #fff;
	width: 100%;
	 font-size: 14px;
    padding: 3px 0px 3px 0px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color:#181819}

.show {display:block;}

.dropbtn {
		visibility: visible;
	} 
.dropdown 
{
		visibility: visible;
	}  	

.dropbtn2 {
		visibility: visible;
	}	 



.dropbtn2 {
    background-color:#090;
    color:#ff0;
	 width: 100%;
    padding:8px 10px 30px 0px;
    font-size: 16px;
	margin:2px 0px 0px 0px;
	border:1px solid #ccc;
    cursor: pointer;
}

.dropbtn2:hover, .dropbtn:focus {
    background-color:#060;
	
}

.dropdown2 {
    position: relative;
	 width: 100%;
    display: inline-block;
}

.dropdown-content2 {
    display: none;
    background-color:#fff;
    width:100%;
	text-align:left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content2 a {
    color: #090;
	font-size: 14px;
    padding: 5px 0px 5px 7px;
	border-bottom:1px solid #090;
    text-decoration: none;
    display: block;
}


.dropdown2 a:hover {background-color:#090; color:#fff;}

.show {display:block;} 

.dropdown2 {
	visibility:visible;
}

.conpagenav {
	display:none;
}


.phom2 {
	display:none;
}
.bannernav {
	display: none;
}
.bannermain5 {
	width:100%;
	margin:10px 0px 0px 0px;
	
}
.header2{ 
	width:100%;
	border-top:1px solid #fff;
		float:left;
		padding:15px 0px 5px 5px
}
#header0
{
	height:140px;
}


.header1{
		float:left;		
		padding:0px 5px 5px 10px;
}
.content_pag_title {
	margin-top:10px;	
}

}


@media screen and (max-width:600px) {
.logotxt {
	width:7%;
	float:left;
	padding-top:5px;
}
	
.logotxt2 {
font-size:23px;
padding:22px 0px 0px 2px;
}
.logotxt3 {
color:#fff;
font-family:"Times New Roman", Times, serif;
padding-top:3px;
font-size:12px;
}  
	
.contcla3 {
	margin-top:0px;
	
	
}
	.contentblog {
	width: 100%;
}
	
.contentblogcol2 p{
	font-size:13px;
	line-height: 1.4em;
	margin: 5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
}

.detailprod {
	display:none;
}
.detailprod2 {
	width:100%;
}
.mainprodudetaik {
padding:0px 10px;
}
.cosubscribespace {
	display:none;
}
.cosubscribe {
	float:left;
	width:80%;
	padding:0px 0px 0px 0px;
}
.colpar1{
	width:40%;
	float:left;
margin:0;
}
.colpar2 {
	width:40%;
	float: right;
	margin:0;
	padding:0px;
}

.colpar3 {
	float:left;
	width:80%;
margin:0;
padding:20px 0px 0px 20px;
}
.logotxt {
	width:100px;
	float:left;
	height:auto;
	padding-top:5px;
}

.barnav8 {
	float:left;
	width:100%;
}
.barnav7{
       width:98%;
		float:left;
}

.barnav2{
       width:98%;
		float:left;
}


        	 

.contable img{
	padding:2px 0px 2px 2px;
	width:90%;

}
.contable td{
	padding:5px 5px;
	font-size:12px;
}
.contable th{
	font-size:11px;
	padding:5px 5px;
}
.contable_total {
	font-weight:bold;
	font-size:16px;

}
.contable {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	padding:5px 0px 5px 0px;
	width:100%;	
}


.contable input[type=text] {
	padding:3px 2px;
	border:1px solid #000;
    border-radius: 4px;
	color:#666;
	width:20px;
    font-size: 11px;


}
.chechout_button {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.chechout_button2 {
	width:100%;
	float:left;
}
.productadd {
	float: right;
	width:100%;
}
.productselect {
	float: right;
	width:100%;

}	

/* Caption text */
      .text {
       margin:-115px 0px 0px 0px;
      }
	  .text a{
        font-size:14px;
	   }
	  .text2 {
		   font-size:35px;
		 margin:35px 0px 0px 28px;
      }
	  .text3 {
        font-size:20px;
        margin:115px 0px 0px 28px;
      }
	  
	  .text4 {
        font-size:35px;
		 margin:35px 0px 0px 28px;
      }
	  .text14 {
        font-size:35px;
		 margin:35px 0px 0px 28px;
      }
	  .text5 {
       font-size:20px;
        margin:115px 0px 0px 28px;
      }
	  
	  .text6 {
      font-size:35px;
		 margin:35px 0px 0px 28px;
      }
	   .text7 {
         font-size:18px;
        margin:135px 0px 0px 28px;
    
      }
	   .text9 {
		   font-size:12px;
        margin:115px 0px 0px 28px;
    
      }
	  
.support2 {
	width:100%;
}
.support3 {
	width:100%;
}

.detailprodimag {
	width:100%;
	padding-top:0px;
	margin-top:10px;
}

.detailprodimag2 {
	width:100%;
	margin-top:10px;
	padding-top:0px;
}

.detailprodimagamount .omc{
	width:40%;
	float: left;
}
.detailprodimagamount .omc2{
	width:40%;
	margin:17px 0px 5px 0px; 
	float: left;
}

.detailprodimagamount .omc3{
	width:50%;
	margin:20px 0px 5px 0px; 
	float: left;
}
.detailprodimagamount .omc4{
	width:50%;
	margin:5px 0px 5px 0px; 
	float: left;
}
.popup-content {
                width: 60%;
               
            }
.contentall-title p {
	white-space:nowrap;
	overflow:hidden;
	max-width:20ch;
	font-size:13px;
	text-overflow:ellipsis;
}	
	
	.contentall-title h4 {
	white-space:nowrap;
	overflow:hidden;
	max-width:20ch;
	text-overflow:ellipsis;
}	
	
	.contactrow {
	width:100%; 
	}
	.contactrow2 {
	width:100%; 
	}
	
	.contactrow2 h5 {
		padding-left: 10px;
}

}

@media screen and (max-width:500px) {
/* Caption text */         	
      .text {
       margin:-0px 0px 0px 0px;
      }
	  .text a{
        font-size:11px;
	   }
	  .text2 {
		   font-size:30px;
		 margin:25px 0px 0px 28px;
      }
	  .text3 {
        font-size:15px;
        margin:85px 0px 0px 28px;
      }
	  
	  .text4 {
        font-size:30px;
		 margin:25px 0px 0px 28px;
      }
	  .text5 {
       font-size:15px;
        margin:75px 0px 0px 28px;
    
      }
	  
	  .text6 {
        font-size:30px;
		 margin:15px 0px 0px 28px;
      }
	   .text7 {
        font-size:13px;
        margin:90px 0px 0px 28px;
      }
	   .text9 {
		   font-size:10px;
        margin:90px 0px 0px 28px;
      }
	
	
	.mess_text {
max-width:55%;
	
}
	 
.support2 {
	width:100%;
}
.support3 {
	width:100%;
}

.detailprodimag {
	width:100%;
	padding-top:0px;
	margin-top:10px;
}

.detailprodimag2 {
	width:100%;
	margin-top:10px;
	padding-top:0px;
}
.colpar1{
	width:90%;
	float:left;
	margin:0;
}
.colpar2 {
	width:70%;
	float: left;
	margin:0;
	padding:0px 0px 0px 20px;
}

.colpar3 {
	float:left;
	width:90%;
	margin:0;
}


}
@media screen and (max-width:400px) {
.contentall4 {
	width:44%;
	float:left;
	margin:5px 10px 10px 5px;
}


.detailprodimag {
	width:100%;
	padding-top:0px;
	margin-top:10px;
}

.detailprodimag2 {
	width:100%;
	margin-top:10px;
	padding-top:0px;
}
  	
  .contentall2 {
	width:93%;
	margin:0px 0px 0px 0px;
}

.cosubscribe input[type=submit] {
    padding: 5px 8px 5px 8px;
}


.form-login {
	width:250px;
	margin-bottom:30px;

}
.login-form {
	width:80%;
	
}
.login-form2 {
	width:80%;
	
}
.login-form2 input[type=text] {

font-size:25px;

letter-spacing:15px;

}
.login-form {
	width:80%;
	
}

#copyright
{
        height:30px;
		
}

#copyright .wrapper
{
        padding-top:8px;
		padding-left:45px;
		
}
#copyright .wrapper .backtop
{
        top:5px;
}

/* Caption text */
      .text {
margin:-30px 0px 0px 0px;
      }
	  .text a{
        font-size:13px;
	   }
	  .text2 {
		   font-size:30px;
		 margin:10px 0px 0px 28px;
      }
	  .text3 {
       font-size:13px;
        margin:90px 0px 0px 28px;
      }
	  
	  .text4 {
 font-size:30px;
		 margin:10px 0px 0px 28px;
      }
	  .text14 {
 font-size:30px;
		 margin:10px 0px 0px 28px;
      }
	  .text5 {
        font-size:13px;
        margin:90px 0px 0px 28px;
    
      }
	  
	  .text6 {
		 font-size:30px;
		 margin:10px 0px 0px 28px;
      }

	 .text7 {
		  font-size:10px;
        margin:90px 0px 0px 28px;
      } 
	  .text9 {
		  font-size:10px;
         margin:0px 0px 0px 28px;
      } 
.colpar1{
	width:100%;
	float:left;
	margin:0;
}
.colpar2 {
	width:100%;
	float: left;
	margin:0;
}

.colpar3 {
	float:left;
	width:90%;
	margin:0;
}
.support2 {
	width:100%;
}
.support3 {
	width:100%;
}
}
@media screen and (max-width:350px)  {
	
.bannermain5 {
	width:100%;
	float:left;
	
}

.contentall2 {
	width:93%;
	float:left;
}

.header2 input[type=text]:focus {
    width: 100px;
background-color: white;
	background-image: url(../img/searchicon.gif);
}

.cosubscribe input[type=submit] {
    padding: 5px 5px 5px 5px;
}
.form-login {
	width:230px;

}
.login-form2 {
	width:80%;
	
}
.login-form {
	width:80%;
	
}

#copyright .wrapper
{
	font-size:9px;		
}
/* Caption text */
      .text {
        font-size:13px;
margin:-30px 0px 0px 0px;
      }
	  .text2 {
		margin:0px 0px 0px 10px;
      }
	  .text3 {
        font-size:13px;
      }
	  
	  .text4 {
        font-size:23px;
		line-height:1.2em;
      }
	  
	  .text14 {
        font-size:23px;
		line-height:1.2em;
      }
	  .text5 {
        font-size:13px;
    
      }
	  
	  .text6 {
        font-size:20px;
		line-height:1.2em;
        top: 0px;
      }
	 .text7 {
        font-size:13px;
        top: 85px;
    
      }
	.prev,
        .next,
        .text {
          font-size: 11px
        }
.colpar1{
	width:100%;
	float:left;
margin:0;
}
.colpar2 {
	width:100%;
	float: left;
	margin:0;
}

.colpar3 {
	float:left;
	width:90%;
margin:0;
}
}