/* register button */
.regbutton {
  background: #4dd620;
  background-image: -webkit-linear-gradient(top, #4dd620, #42b82b);
  background-image: -moz-linear-gradient(top, #4dd620, #42b82b);
  background-image: -ms-linear-gradient(top, #4dd620, #42b82b);
  background-image: -o-linear-gradient(top, #4dd620, #42b82b);
  background-image: linear-gradient(to bottom, #4dd620, #42b82b);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Comic Sans MS;
  color: #ffffff;
  font-size: 13px;
  display: inline-block;
/*  padding: 10px 20px 10px 20px;i */
  text-decoration: none;
}

.regbutton:hover {
  background: #42b82b;
  background-image: -webkit-linear-gradient(top, #42b82b, #4dd620);
  background-image: -moz-linear-gradient(top, #42b82b, #4dd620);
  background-image: -ms-linear-gradient(top, #42b82b, #4dd620);
  background-image: -o-linear-gradient(top, #42b82b, #4dd620);
  background-image: linear-gradient(to bottom, #42b82b, #4dd620);
  text-decoration: none;
}



/*** my stylei**/

.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

/**************************/
/*    product page style **/
.jm-item {
	padding: 10px;
	display: inline-block;
	text-align: left;
	width: 350px;
        height: 280px;
}
.jm-item-wrapper {
	position: relative; 
	padding: 7px;
/*	border:1px;
	border-color:red;*/	
/*	background: #E8D7B6; */
}
.jm-item-image {
	position: relative;
	overflow: hidden;
        border:1px;
        border-color:red;
}
.jm-item-image-cn {
        position: relative;
}
.jm-item-image img {
	display: block;
     /*   width: 280px;
        height: 187px;
*/
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
}
.jm-item-image-cn img {
        display: block;
}
.jm-item-image img:hover {
       /* height: 250px;
        width: 350px;*/
}

.jm-item-image-cn img:hover {
-moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc;
}
.jm-item-title {
    position: absolute;
    left: -10px;
    bottom: 17px;
    background: #76B109; 
    line-height: 1.5em;
    font-weight: normal;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1em;
}
.jm-item-title-cn {
    position: absolute;
    left: -10px;
    bottom: 17px;
    background: #76B109;
    line-height: 1.5em;
    font-weight: normal;
    padding: 7px 9px 6px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1em;
}
.jm-item-overlay {
	background: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}
.jm-item-wrapper:hover .jm-item-overlay {
	opacity: 0.3;
}
.jm-item-button {
	height: 50px;
	width: 50px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -25px;
 	z-index:10
}

.jm-item-button-ru {
        height: 50px;
        width: 50px;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        z-index:10
}
.jm-item-button-cn {
        height: 70px;
        width: 90px;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -45px;
}
.jm-item-button a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #76B109;*
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
}

.jm-item-button-ru a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #76B109;*
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 0.90em;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
}


.jm-item-button-cn a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #76B109;*
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
}





.jm-item-button .jm-item-button-ru a:hover {
	background: #3b3b3b;	
}
.jm-item-button-cn a:hover {
        background: #3b3b3b;
}

.second .jm-item-wrapper .jm-item-title {
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.second .jm-item-wrapper:hover .jm-item-title {
/*	left:-5000px ; */
	 opacity:0;
   	transition: opacity .7s;
        -o-transition: opacity .7s;
        -ms-transition: opacity .7s;
        -moz-transition: opacity .7s;
        -webkit-transition: opacity .7s;
	/* display:none */

}


.second .jm-item-description {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	background: rgba(0,0,0,0.4);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	 text-align: justify;
	font-size: 1em;
}
.second .jm-item-description-cn {
        position: absolute;
        width: 80%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: rgba(0,0,0,0);
        color: white;
        top: 50%;
        -webkit-transition: all 0.5s ease-in 0s;
        -moz-transition: all 0.5s ease-in 0s;
        -o-transition: all 0.5s ease-in 0s;
        transition: all 0.5s ease-in 0s;
         text-align: center;
        font-size: 1em;
	opacity:0;
}
.second .jm-item-wrapper:hover .jm-item-description {
	top: 0;
}
.second .jm-item-wrapper:hover .jm-item-description-cn {
	opacity:100;        
}
/*    product page end ****/
/**************************/
.product_container {
/*	width: 1120px;
*/
	margin: 10 auto 50px auto;
}
.product_container ul {
	list-style-type: none;
}

.product_container li {
	float: left;
	position: relative;
	width: 350px;
	height: 250px;
	overflow: hidden;
	text-align: center;
}
.product_container li:hover {
	cursor: pointer;
}

/*------PARAGRAPH------*/
.product_container li a {
	position: absolute;
	color: transparent;
	font: 200 20px/187px 'Arvo', Helvetica, Arial, sans-serif;
	background: transparent;
	width: 350px;
	height: 250px;
	top: 0;
	left: 0;
	text-align: center;
	text-transform: uppercase;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.product_container li:hover a {
	color: white;
	background: rgba(0,0,0,0.4); 
	z-index: 1;
}

/*------IMAGES------*/
.product_container img {
	width: 280px;
	height: 187px;
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.product_container li:hover img {
	height: 250px;
	width: 350px;
}

/* 
.product_container li:hover img {
        height: 270px;
        width: 320px;

   */
 .product_name{
    font-size:18px;
	font-family:Montserrat,Arial, Helvetica;
        outline: 0;
        color: #000000;
        text-decoration: none;
        text-align: center;
        }
.product_name:hover,
.product_name:focus {
            font-size:18px;
            outline: 0;
            color: #444444;
            text-decoration: none;
        }
.product_name
        {
            font-size:18px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

.product_category {
        font-size: 22px;
        color: #76B109;
}
h2 {
        font-size: 16px;
        color: #76B109;
}
h3 { 
        font-size: 13px;
        color: #76B109;
	font-style: italic;
}
.product_box {
	float: left;
line-height: 20px; margin: 0px 0px 18px; padding: 0px; border: 2px solid #76b109; outline: 0px; vertical-align: top; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; color: #000000; height: 270px; width: 350px; text-align: center;
}

.product_box_left {
        width: 360px;
        float: left;
	text-align: center;
}

.product_box_right {
        width: 351px;
        border: 1px solid red;
        float: left;
}

.more_info_btn {
  background: #419639;
  background-image: -webkit-linear-gradient(top, #419639, #76B109);
  background-image: -moz-linear-gradient(top, #419639, #76B109);
  background-image: -ms-linear-gradient(top, #419639, #76B109);
  background-image: -o-linear-gradient(top, #419639, #76B109);
  background-image: linear-gradient(to bottom, #419639, #76B109);
  -webkit-border-radius: 18;
  -moz-border-radius: 18;
  border-radius: 18px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}

.more_info_btn:hover {
  background: #76B109;
  background-image: -webkit-linear-gradient(top, #76B109, #419639);
  background-image: -moz-linear-gradient(top, #76B109, #419639);
  background-image: -ms-linear-gradient(top, #76B109, #419639);
  background-image: -o-linear-gradient(top, #76B109, #419639);
  background-image: linear-gradient(to bottom, #76B109, #419639);
  color: #ffffff;
  font-size: 18px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}
.div_seperator {
border-bottom: 1px solid #ccc;
box-shadow: 0 1px 0 #fff;
}



.multiarticle_left h1 {
text-decoration: none;
font-size: 16px;
line-height: 20px;
color: #76B109;
text-transform: uppercase;
font-weight: bold;
outline: none;
        padding-bottom: 10px;
        padding-top: 15px;
}


.multiarticle_right h1 {
text-decoration: none;
font-size: 16px;
line-height: 20px;
color: #76B109;
text-transform: uppercase;
font-weight: bold;
outline: none;
        padding-bottom: 10px;
        padding-top: 15px;
}



.multiarticle_right p {
	margin-right: 0.4pt; 
	text-align: justify;
}

.multiarticle_left p {
        margin-right: 0.4pt;
        text-align: justify;
}
	


.image_left {
float: left;
margin: 10px 10px 0 0;
padding: 5px;
}

.image_right {
float: right;
margin: 10px 15px 10px 10px;
}

body {
/* background:url("/images/light-grey.jpg") repeat center top;
*/
background: #ffffff

}

.green_bullets li {
 list-style: none;	
	padding: 0 0 4px 20px; 
	background:url(/images/images-others/bullet_green.png) 0 2px no-repeat;
}
.multiarticle_left .references {
	font-size: 100;
	font-color: grey;
}
sup {
    vertical-align: super;
    font-size: smaller;
	font-color: blue;
}

.buybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:-1px;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:Comic Sans MS;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:27px;
	line-height:27px;
	width:150px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 2px 0px #cd8a15;
}
.buybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}
.buybutton:active {
	position:relative;
	top:1px;
	color:#ffffff;
}
.buybutton:visited {
        position:relative;
        top:1px;
        color:#ffffff;
}

/* This button was generated using CSSButtonGenerator.com */

.readmorebutton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	padding:4px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.readmorebutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
      text-decoration:none;
       color:#ffffff;

}
.readmorebutton:active {
	position:relative;
	top:1px;
}


@media (max-width: 767px) {

.multiarticle_top {
        width: 100%;
  text-align: justify;
}
.multiarticle_left {
        width: 100%;
        padding-bottom: 0px;
        padding-right: 0px;
  text-align: justify;
}
.multiarticle_right{
        width: 100%;
  text-align: justify;
}
.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

}

@media (min-width: 768px) {
.multiarticle_top {
        width: 100%;
  text-align: justify;

}
.multiarticle_left {
        width: 60%;
        float: left;
//        padding-top: 10px;
        padding-bottom: 0px;
        padding-right: 0px;
  text-align: justify;
}
.multiarticle_right{
        width: 30%;
        float: left;
//      padding-top: 10px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 50px;
	  text-align: justify;
}
.videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
}

@media only screen and (max-width: 480px) {
  .floating_box {
    visibility: hidden;
    display: none;
  }
}
.bottomBorderGreen {
    border-bottom-color: #75b10c;
    border-bottom-style: solid;
}
</style>
