.wp80{
	width: 80%;
}
.wp85{
	width: 85%;
}
.price_discount
{
	text-decoration: line-through;
}
.bg_input
{
	background:#efefef;
}
.p-top
{
	padding-top:6px;
}
.loadImg {
	overflow: hidden;
	position: absolute;
	right: 15px;
	width: 65px;
	height: 52px;
	top: 26px;
}
.f_left{
	float: left;
}
.right_register ul {
	list-style: none;
	display: inline;
}
.right_register ul li {
	background: url(../image/arrow_org_16x14.gif) 0 5px no-repeat;
	float: left;
	padding-left: 26px;
	margin: 0 0 14px 10px;
	font-weight: bold;
	font-size: 16px;
	clear: both;
}
.t_align_center{
	text-align: center;
}
.m-login.m-login--1 .m-login__wrapper {
	overflow: hidden;
	padding: 20px 2rem 2rem 2rem;
}
body, .btn{
	font-family: Arial,Helvetica,sans-serif ;
}
.alert .close:before {
	content: "x";
}
.m-brand.m-brand--skin-dark {
	background: #fff;
}
input.file-input {
	position: absolute;
	top: 0;
	left: 16px;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	width: 105px;
}
.colorLight{
	color: #FFF;
}
.t_align_left{
	text-align: left;
}
.m-error-6 .m-error_container .m-error_subtitle > h1 {
	font-size: 10rem;
	margin-top: 0rem;
	font-weight: 600;
}
.m-portlet.m-portlet--full-height{
	height: auto;
}

input.required:invalid,
select.required:invalid,
textarea.required:invalid { 
	border: 2px solid red;
}
p.has-error{
	display: none;
	position: absolute;
	top: -20px;
	right: 0px;
}
input.required:invalid ~ p.has-error,
select.required:invalid ~ p.has-error,
textarea.required:invalid ~ p.has-error{
	color: #a94442;
	display: block;
}

label {
	margin-top: .5rem;
}

label.required:after
{
	content: "*";
	margin-left: 5px;
	color: red;
	fonr-weight: bold;
}
.m-form__group.row .m-radio-inline {
	margin-top: 0px;
}
.m_top_10{
	margin-top: 10px;
}
.loadImg{
	overflow: hidden;
	position: absolute;
	right: 15px;
	width: 65px;
	top: 26px;
}
.m-portlet .m-portlet__body {
	padding: 1.0rem;
}
.m-portlet .m-portlet__head {
	padding: 0 1.5rem;
}
input[type=color]{
	width: 100%;
	height: 30px;
}
@media (min-width: 992px) {
	.modal-slg {
		max-width: 1200px; 
	} 
}
.red{
	color: #ff0000;
}
.req{
	color: red;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.text2translate {
	margin-top: 15px;
	margin-left: 15px;
	display: block;
	width: 90px;
}
input[type=inputImage]{
	display:none;
}
@media (min-width: 993px){
	.m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-footer {
		margin-left: 0px;
	}
}
@media (min-width: 1024px){
	.m-brand {
		width: 110px;
	}
}
/*amination*/
.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
          animation: shockwaveJump 1s ease-out infinite;
}
.btn--shockwave.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 10%;
  -webkit-animation: shockwave 1s 0.65s ease-out infinite;
          animation: shockwave 1s 0.65s ease-out infinite;
}
.btn--shockwave.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 10%;
  -webkit-animation: shockwave 1s 0.5s ease-out infinite;
          animation: shockwave 1s 0.5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(0.98);
  }
  55% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  50% {
    transform: scale(0.98);
  }
  55% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(2.25);
  }
}
@keyframes shockwave {
  0% {
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(2.25);
  }
}
.btn--jump.is-active {
  -webkit-animation: 0.4s jump ease infinite alternate;
          animation: 0.4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  100% {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  100% {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}
.btn--pulse.is-active {
  background: transparent;
}
.btn--pulse.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: pulse 0.4s ease infinite alternate;
          animation: pulse 0.4s ease infinite alternate;
  z-index: -1;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
  100% {
    transform: scale(1.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 45%;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
  100% {
    transform: scale(1.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 45%;
  }
}
.btn--blink.is-active {
  background: transparent;
}
.btn--blink.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: blink 1.33s ease-out infinite;
          animation: blink 1.33s ease-out infinite;
  z-index: -1;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.btn--wiggle.is-active {
  -webkit-animation: 1s wiggle ease infinite;
          animation: 1s wiggle ease infinite;
}

@-webkit-keyframes wiggle {
  0% {
    transform: rotate(-3deg);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}

@keyframes wiggle {
  0% {
    transform: rotate(-3deg);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}
.btn--wut.is-active {
  -webkit-animation: 1s fullRotation ease infinite;
          animation: 1s fullRotation ease infinite;
}
.btn--wut.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: wutBefore 0.8s 0.4s ease-out infinite;
          animation: wutBefore 0.8s 0.4s ease-out infinite;
  z-index: -1;
}
.btn--wut.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: wut 0.8s ease-out infinite;
          animation: wut 0.8s ease-out infinite;
  z-index: -1;
}

@-webkit-keyframes fullRotation {
  0% {
    transform: rotate(-3deg) scale(1) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate(50deg) translate3d(0, 5px, 0);
  }
  40% {
    transform: rotate(-15deg) scale(1.1) translate3d(0, 8px, -5px);
  }
  60% {
    transform: rotate(5deg) translate3d(5px, -8px, -80px);
  }
  90% {
    transform: rotate(-1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes fullRotation {
  0% {
    transform: rotate(-3deg) scale(1) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate(50deg) translate3d(0, 5px, 0);
  }
  40% {
    transform: rotate(-15deg) scale(1.1) translate3d(0, 8px, -5px);
  }
  60% {
    transform: rotate(5deg) translate3d(5px, -8px, -80px);
  }
  90% {
    transform: rotate(-1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes wut {
  0% {
    border-radius: 50%;
    transform: skew(0) translate3d(0, 0px, 0px);
  }
  10% {
    transform: translate3d(0, -10px, 0);
  }
  50% {
    border-radius: 50%;
  }
  80% {
    border-radius: 30%;
    transform: translate3d(20, 10px, 20px);
  }
  100% {
    border-radius: 50%;
    transform: skew(0) translate3d(0, 0px, 0px);
  }
}
@keyframes wut {
  0% {
    border-radius: 50%;
    transform: skew(0) translate3d(0, 0px, 0px);
  }
  10% {
    transform: translate3d(0, -10px, 0);
  }
  50% {
    border-radius: 50%;
  }
  80% {
    border-radius: 30%;
    transform: translate3d(20, 10px, 20px);
  }
  100% {
    border-radius: 50%;
    transform: skew(0) translate3d(0, 0px, 0px);
  }
}
@-webkit-keyframes wutBefore {
  0% {
    border-radius: 50%;
    transform: translate3d(0, 0px, 0px);
  }
  10% {
    transform: translate3d(-10px, 10px, 0);
  }
  70% {
    border-radius: 50%;
  }
  80% {
    border-radius: 30%;
    transform: translate3d(-20px, -10px, -20px);
  }
  100% {
    border-radius: 50%;
    transform: translate3d(0, 0px, 0px);
  }
}
@keyframes wutBefore {
  0% {
    border-radius: 50%;
    transform: translate3d(0, 0px, 0px);
  }
  10% {
    transform: translate3d(-10px, 10px, 0);
  }
  70% {
    border-radius: 50%;
  }
  80% {
    border-radius: 30%;
    transform: translate3d(-20px, -10px, -20px);
  }
  100% {
    border-radius: 50%;
    transform: translate3d(0, 0px, 0px);
  }
}
.m-pricing-table-1__price
{
	font-size:2.14rem !important;
}
.m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item
{
	border-bottom:0.07rem solid #ebedf2;
}
.m-pricing-table__price
{
	font-size: 1.5rem !important;
    font-weight: 600;
    display: block;
    color: #f7941d;
}
.m-pricing-table-1__description
{
	padding: 0px 15px 0px 15px;
    text-align: justify;
}
.new-hot {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    background-color: red;
    -webkit-animation: pulse-danger 2s infinite;
    -moz-animation: pulse-danger 2s infinite;
    animation: pulse-danger 2s infinite;
}
@keyframes pulse-danger {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
.fx_center
{
	margin-left:18%
}

/*SETUP cart*/
 div.chat-fixed {
    border: 4px solid #fff;
    padding: 10px;
    box-sizing: border-box;
}
div.chat-fixed {
    bottom: 200px;
    background: #f5f5f5 url(../image/cart.png) -3px;
	background-repeat: no-repeat;
	background-size: 100%;
}
div.chat-fixed {
    background-size: 80px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    position: fixed;
    z-index: 148;
    right: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
 div.chat-fixed{
    width: 80px;
    height: 80px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 2em;
    text-align: center;
}
.m--align-left .label{
	font-size:15px;
}
.m--align-left .label strong {
    font-weight: 600;
}
.m--align-left .price {
    width: 130px;
    display: inline-block;
	font-size: 15px;
    font-weight: 600;
}
.loading-process
{
	position: absolute;
    left: 40%;
    top: -31%;
}
.job_basic
{
	width:85%;
	border: 1px solid #dfdfdf;
}
.text-primary {
    color: #ff9900 !important;
}
.fx_mss
{
	color: #5822fd;
    font-weight: bold !important;
}
.bg_blue_light
{
	background: #F1F9FF;
    padding: 20px;
}
/*END cart*/