*::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.7;
}
*:-moz-placeholder {
	color: #fff;
	opacity: 0.7;
}
*::-moz-placeholder {
	color: #fff;
	opacity: 0.7;
}
*:-ms-input-placeholder {
	color: #fff;
	opacity: 0.7;
}

*::-webkit-input-placeholder:hover {
	color: #fff;
	opacity: 1;
}
*:-moz-placeholder:hover {
	color: #fff;
	opacity: 1;
}
*::-moz-placeholder:hover {
	color: #fff;
	opacity: 1;
}
*:-ms-input-placeholder:hover {
	color: #fff;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: 'RobotoLight';
	overflow-x: hidden;
    color: #333;
}

.hidden {
	display: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 36px;
    font-family: "RobotoRegular";
}

h2 {
    font-size: 30px;
    font-family: "RobotoRegular";
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

.text-center {
    text-align: center;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
}

a:focus {
    outline: 0;
    outline-offset: 0;
}

.grey_section {
    background-color: #f1f1f1;
}

section {
    padding: 70px 0;
}

.header_topline {
    padding: 15px 0;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 4px 4px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 4px 4px 0px rgba(50, 50, 50, 0.2);
    z-index: 999;
}

.logo {
    float: left;
    line-height: 5;
}

.top_links, .phone {
    float: right;
}

.phone {
    font-size: 24px;
    font-family: "RobotoRegular";
}

.phone .btn_wrap {
    text-align: center;
}

.top_links a {
    margin-right: 20px;
}

.btn_call {
    font-family: 'RobotoLight';
    font-size: 16px;
    color: #2980b9;
    border: 2px solid #2980b9;
    border-radius: 10px;
    padding: 7px 20px;
    transition: all 0.2s;
}

.btn_call:focus {
    text-decoration: none;
    color: #2980b9;
}

.btn_call:hover {
    color: #fff;    
    background-color: #2980b9;
    text-decoration: none;
}

.menu_btn {
    float: right;
    font-size: 24px;
    background-color: transparent;
    line-height: 1.7;
    margin-right: 15px;
}

.menu_btn:hover {
    color: #525252;
}

.sale {
    margin-top: 30px;
}

.sale h3 {
    color: #2980b9;
}

.sale h4 {
    opacity: 0.7;
}

.btn_blue {
    background: linear-gradient(to bottom, #3498db, #2980b9);
    font-family: 'RobotoLight';
    font-size: 24px;
    color: #fff;
    border-radius: 30px;
    padding: 13px 35px;
    transition: all 0.2s;
}

.btn_blue:focus {
    text-decoration: none;
    color: #fff;
}

.btn_blue:hover {
    background: linear-gradient(to bottom, #2980b9, #3498db);
    color: #fff;
    text-decoration: none;
}

.main h3 {
    font-size: 20px;
}

.main_right {
    background-image: url(../img/charging.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 400px;
    height: 630px;
    margin-top: -30px;
    margin-bottom: -70px;
}

.main_right .item {
    display: inline-block;
    max-width: 200px;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}

.main_right .item img {
    margin-bottom: 15px;
}

.social {
    text-align: center;
    font-size: 24px;
    margin-top: -15px;
    margin-bottom: -20px;
}

.social a {
    opacity: 0.8;
    margin-right: 15px;
}

.social a:hover {
    opacity: 1;
}

.social span {
    font-size: 16px;
}

.problems {
    padding-bottom: 0;
}

.problems .items {
    margin-top: 60px;
}

.problem_item {
    display: inline-block;
    max-width: 565px;
    margin: 0;
    padding: 0;
    margin-left: -4px;
    margin-bottom: -8px;
    position: relative;
}

.problem_item img {
    display: block;
    width: 100%;
    height: auto;
}

.longer {
    margin-top: 60px;
}

.longer h2 {
    opacity: 0.5;
}

.gadgets1 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.about {
    background: linear-gradient(to bottom right, #4e95c3, #57c165);
}

.about p {
    font-size: 18px;
}

.about .item {
    display: inline-block;
    line-height: 1.2;
    margin-right: 35px;
    margin-top: 30px;
    width: 200px;
}

.about span {
    color: #256f50;
}

.number {
    font-size: 72px;
}

.about .items {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.miabout {
    background-color: #f1f1f1;
}

.mibank img {
    margin-top: -445px;
    float: right;
}

.btn_buy {
    padding: 13px 50px;
    line-height: 3.5;
}

.instock {
    color: #27ae60;
    line-height: 2.2;
}

.oldprice {
    color: #9c9c9c;
    font-size: 18px;
    text-decoration: line-through;
}

.newprice {
    color: #2980b9;
    font-size: 36px;
    font-family: "RobotoRegular";
    line-height: 1.2;
}

.good-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 5px;
}

.good-card img {
    display: block;
    margin: 0 auto;
}

.float {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
}
.float:hover {
    box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.2);
    transform: translateY(-5px);
}

.goods {
    padding-top: 0;
}

.goods-descript h2 {
    color: #2980b9;
}

.goods-descript h4 {
    opacity: 0.5;
    line-height: 2;
    margin-bottom: 50px;
}

.which {
    background-image: url(../img/which.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 30px 0;
}

input, textarea {
    background-color: rgba(28, 116, 90, 0.302);
    border-radius: 30px;
    border: 0;
    padding: 13px 30px;
}

input:hover, textarea:hover {
    background-color: rgba(23, 90, 70, 0.3);
}

select {
    background: transparent;
    border-radius: 30px;
    border: 0;
    padding: 13px 30px;
}

select:hover {
}

.help-form {
    margin-top: 30px;
}

.help-form input {
    margin-right: 10px;
}

button {
    border: 0;
}

.btn-help {
    padding: 10px 35px;
    font-size: 20px;
}

.compatibility ul li {
    list-style-type: none;
    font-size: 18px;
    margin-bottom: 12px;
}

.compatibility ul {
    padding: 0;
    margin-bottom: 30px;
}

.compatibility h2 {
    margin-bottom: 70px;
}


.people {
    padding-top: 10px;
}

/*Slider People*/

.image_wrap img {
    margin-left: auto;
    margin-right: auto;
}

.people-caption {
    float: none;
    margin: 30px auto 0;
}

.people-caption p {
    z-index: 999;
}

.owl-nav div {
    width: 24px;
    height: 80px;
    background-image: url(../img/arrows.png);
    position: absolute;
    top: 45%;
    opacity: 0.6;
}

.owl-nav div:hover {
    opacity: 0.9;
}

.owl-prev {
    left: 35px;
}

.owl-next {
    right: 35px;
    background-position: top right;
}

.owl-dots {
    width: 100%;
    text-align: center;
    margin-top: -50px;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #333;
    display: inline-block;
    margin: 0 4px;
    border-radius: 50%;
    opacity: 0.5;
}

.owl-dots .owl-dot.active {
    opacity: 0.9;
}

/*Slider People*/


.howwework {
    background-image: url(../img/howto-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.howwework h2 {
    margin-bottom: 40px;
}

.how-item {
    display: inline-block;
    max-width: 250px;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    margin: 30px 13px 0;
}

.how-item img {
    margin-bottom: 15px;
}

.aright {
    display: inline-block;
    margin-right: -50px;
    line-height: 6;
    vertical-align: top;
    font-size: 24px;
}

.delivery img {
    opacity: 0.4;
    float: right;
}

.delivery p {
    margin: 0 0 15px;
}

.delivery h2, .whywe h2 {
    margin-bottom: 60px;
}

.whyitem {
    display: block;
    max-width: 300px;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 40px;
}

.whyitem img {
    margin-bottom: 15px;
}

.feedback {
    background-image: url(../img/feedback_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.feedback h2 {
    margin-bottom: 60px;
    text-align: center;
}

.feedback_item .image_wrap, .text  {
    display: inline-block;
    max-width: 60%;
    vertical-align: middle;
}

.feedback_item {
    text-align: center;
}

.feedback_left h4, .feedback_left p {
    text-align: left;
    margin-left: 25px;
}

.feedback_right h4, .feedback_right p {
    text-align: right;
    margin-right: 25px;
}

.feedback_item p {
    margin-top: 8px;
}

.feedback_right, .feedback_left {
    margin-bottom: 55px;
}

.feedback_btn {
    text-align: center;
    margin-top: 50px;
}

.grey_line {
    background-color: #e1e1e1;
    height: 1px;
    width: 100%;
}

.order {
    background-image: url(../img/order_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
}

.order h2 {
    margin-bottom: 50px;
    text-align: center;
}

.order-form {
    color: #fff;
    display: block;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: linear-gradient(to bottom right, #4e95c3, #57c165);
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    position: relative;
}

.order-form h3 {
    margin-bottom: 20px;
}

.order-form input, .btn-order, .order-form select, .order-form textarea {
    display: block;
    width: 100%;
}

.order-form input, .order-form textarea {
    margin-bottom: 10px;
    padding: 15px 35px;
}

.order-form select {
    padding: 15px 35px;
    width: 500px;
}

option {
    color: #333;
}

.styled-select {
    background: url(../img/select_arrow.png) no-repeat right rgba(28, 116, 90, 0.302);
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 30px;
    padding-right: 15px;
}

.styled-select:hover {
    background: url(../img/select_arrow.png) no-repeat right rgba(23, 90, 70, 0.3);
}

.videoreview h2 {
    margin-bottom: 50px;
    text-align: center;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.videoreview .social {
    margin-top: 35px;
}

footer {
    padding: 50px 0;
}

.footer-links {    
    text-align: center;
    font-size: 14px;
}

.footer-links a {
    color: #a9a9a9;
}

.small-dialog {
	background: white;
    border-radius: 10px;
    color: #333;
	padding: 30px;
	text-align: left;
    max-width: 600px;
	margin: 40px auto;
	position: relative;
}

.small-dialog ul {
    margin: 5px 0 0;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}


.thankyou {
    padding-top: 10%;
    text-align: center;
}

#callme, #send-feedback, #mi5000, #mi10000, #mi16000, #mi20000 {
    max-width: 500px;
    margin: 200px auto;
}