/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;z-index:99999!important;border-radius:4px}.bootstrap-datetimepicker-widget.timepicker-sbs{width:600px}.bootstrap-datetimepicker-widget.bottom:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:7px}.bootstrap-datetimepicker-widget.bottom:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:8px}.bootstrap-datetimepicker-widget.top:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.top:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget .dow{width:14.2857%}.bootstrap-datetimepicker-widget.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget td.cw{font-size:10px;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#777}.bootstrap-datetimepicker-widget td.today{position:relative}.bootstrap-datetimepicker-widget td.today:before{content:'';display:inline-block;border-left:7px solid transparent;border-bottom:7px solid #428bca;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget td.disabled,.bootstrap-datetimepicker-widget td.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget td span.old{color:#777}.bootstrap-datetimepicker-widget td span.disabled,.bootstrap-datetimepicker-widget td span.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget th.picker-switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget th.disabled,.bootstrap-datetimepicker-widget th.disabled:hover{background:0 0;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-group.date .input-group-addon span{display:block;cursor:pointer;width:16px;height:16px}.bootstrap-datetimepicker-widget.left-oriented:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.left-oriented:after{left:auto;right:7px}.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody>tr>td{padding:0!important}@media screen and (max-width:767px){.bootstrap-datetimepicker-widget.timepicker-sbs{width:283px}}.action-timer {
	bottom: 0;
	display: block;
	left: 0;
	margin: 0;
	padding: 0 5px;
	position: absolute;
	right: 0;
	z-index: 9;
	transition: all 0.15s  ease 0s;
}
.product-thumb:hover .action-timer {
	opacity:0;
	transition: all 0.15s  ease 0s;
	z-index:-1;
}
.row_items .countdownHolder{
	font-size: 14px;
	height: 25px;
}
.row_items .time_productany{
	display:none;
}
.countdownHolder{
    font-size: 18px;
    text-align: center;
	height: 44px;
	color:#fff;
	border:1px solid #CA3030;
	opacity:0.9;
}
.countDays {
	display: block;
	float: left;
	position: relative;
	width: 25%;
	height: 100%;
	padding:2px;
	background:#f06262;
	border-right:1px solid #ca3030;
}
.countHours {
	display: block;
	float: left;
	position: relative;
	width: 25%;
	height: 100%;
	padding:2px;
	background:#f06262;
	border-right:1px solid #ca3030;
	border-left:1px solid #fd7373;
}
.countMinutes {
	display: block;
	float: left;
	position: relative;
	width: 25%;
	padding:2px;
	height: 100%;
	background:#f06262;
	border-right:1px solid #ca3030;
	border-left:1px solid #fd7373;
}
.countSec {
	display: block;
	float: left;
	position: relative;
	width: 25%;
	height: 100%;
	padding:2px;
	background:#f06262;
	border-left:1px solid #fd7373;
}
.time_productany {
  display: block;
  font-size: 13px;
}
/*PRODUCT COUNTDOWN*/
.special-countdown .countdownHolder{
    font-size: 30px;
	height:60px;
	border-left:0px;
	border-right:0px;
	
}
.special-countdown .countDays,
.special-countdown .countHours ,
.special-countdown .countMinutes,
.special-countdown .countSec{
	height:100%;
	padding:8px;
}
.special-countdown .digit.static {
  display: inline-block;
  height: 100%;
}
.special-countdown .position {
  display: inline-block;
  height: 25px;
  line-height: 25px;
}
.panel-special {
  border-color: #ca3030;
}
.panel-special > .panel-heading {
  background-color: #fff;
  border-bottom:0px;
  color: #333;
}
.panel-special .panel-body{
  padding:0px;

}
.panel-special > .panel-footer {
  background-color: #fff;
   border-top:0px;
  color: #333;
}.error_input{border:1px solid red !important;box-shadow:0 1px 1px rgba(255, 0, 0, 0.075) inset !important;}
.error_input:-moz-placeholder{color:red !important;}
.error_input::-moz-placeholder{color:red !important;opacity:1}
.error_input:-ms-input-placeholder{color:red !important;}
.error_input::-webkit-input-placeholder{color:red !important;}
#popup-quickorder .popup-center .panel-body{padding:5px;}
#popup-quickorder .price-new{color:red;font-size:14px;}
#popup-quickorder .price-old{color:#333;font-size:12px;text-decoration:line-through;}
#popup-quickorder .price_fast{color:#333;font-size:14px;}
#popup-quickorder{background:#fff none repeat scroll 0 0;margin:0 auto;max-width:600px;min-height:100px;position:relative;width:90%;}
#popup-quickorder .popup-heading{background:transparent none repeat scroll 0 0;border-bottom:1px solid #dfe4eb;color:#1c1c1c;font-size:21px;line-height:40px;min-height:40px;overflow:hidden;padding:0 25px;position:relative;text-align:left;}
#popup-quickorder .popup-center{overflow:hidden;position:relative;}
#popup-quickorder .popup-footer{background-color:#f2f6f9;border-top:1px solid #dfe4eb;padding:17px 15px;position:relative;vertical-align:bottom;overflow:hidden;display:block;}
#popup-quickorder .popup-footer #quickorder_btn{text-align:center;}
#popup-quickorder .mfp-close{border:0 none;cursor:pointer !important;height:40px;outline:medium none;position:absolute;right:0;top:0;width:45px;z-index:2;}
#popup-quickorder .price-quantity-quickorder .price_fast{font-size:16px;font-weight:500;background:#f1f1f1;border:1px solid #d9d9d9;padding:5px;margin-top:3px;margin-bottom:3px;display:inline-block;vertical-align:middle;}
#popup-quickorder .price-quantity-quickorder .special_fast{font-size:16px;font-weight:500;background:#f1f1f1;border:1px solid #d9d9d9;padding:5px;margin-top:3px;margin-bottom:3px;display:inline-block;vertical-align:middle;}
#popup-quickorder .price-quantity-quickorder .price-old{font-size:16px;font-weight:500;text-decoration:line-through;vertical-align:middle;display:inline-block;}
#popup-quickorder .price-quantity-quickorder .price-new{font-size:16px;font-weight:500;color:#f00;vertical-align:middle;display:inline-block;}
#popup-quickorder .price-quantity-quickorder .quantity_quickorder{display:inline-block;vertical-align:middle;}
#popup-quickorder .quantity_quickorder > input{border:1px solid #d9d9d9;text-align:center;height:30px !important;float:left;margin-left:-1px;}
#popup-quickorder .minus_quantity{border-right:0 none !important;width:20px;}
#popup-quickorder .plus_quantity{border-left:0 none !important;width:20px;}
#popup-quickorder .quantity_quickorder > input:hover{background:#fff;}
#decrease_quickorder, #increase_quickorder{height:30px !important;width:27px !important;}
#popup-quickorder .sections_block_rquaired .fa{color:#fc5c3c !important;}
#popup-quickorder .sections_block .fa{color:#67ca67 !important;}
#popup-quickorder .sections_block , #popup-quickorder .sections_block_rquaired{overflow:hidden;position:relative;}
#popup-quickorder .icon-append-1{font-size:15px !important;}
#popup-quickorder #error_name{background:#fff none repeat scroll 0 0;color:#fc5c3c;left:5px;line-height:29px;padding:0 25px 0 0;position:absolute;top:3px;z-index:999;}
#popup-quickorder #error_phone{background:#fff none repeat scroll 0 0;color:#fc5c3c;left:5px;line-height:29px;padding:0 25px 0 0;position:absolute;top:3px;z-index:999;}
#popup-quickorder #error_email{background:#fff none repeat scroll 0 0;color:#fc5c3c;left:5px;line-height:29px;padding:0 25px 0 0;position:absolute;top:3px;z-index:999;}
#popup-quickorder #error_comment_buyer{background:#fff none repeat scroll 0 0;color:#fc5c3c;left:5px;line-height:29px;padding:0 25px 0 0;position:absolute;top:3px;z-index:999;}
#popup-quickorder .owl-wrapper-outer{border:0px;border-radius:0px;box-shadow:none;}
#popup-quickorder .owl-carousel .owl-buttons div i{font-size:14px !important;margin:0px !important;}
#popup-quickorder .owl-carousel .owl-buttons div{opacity:1;position:relative;}
#popup-quickorder .btn-carousel-quickorder{color:#333 !important;border-radius:0px !important;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5) !important;background-color:#fff !important;opacity:0.6;border-color:#333 !important;padding:2px 4px 2px !important;}
#popup-quickorder .btn-carousel-quickorder:hover, .btn-carousel-quickorder:active{opacity:0.7 !important;}
#popup-quickorder .additional.owl-carousel{text-align:center;}
#popup-quickorder .owl-buttons .owl-next{position:absolute !important;top:28px !important;right:0px !important;}
#popup-quickorder .owl-buttons .owl-prev{position:absolute !important;top:28px !important;left:0px !important;}
.loading_quick_order img{font-size:35px;left:45%;position:absolute;top:40%;z-index:9999;}
.btn-quickorder{background-color:#47c843;border-color:#2cad28;border-style:solid;border-width:1px 1px 2px;color:#ffffff;font-size:13px;padding:8px 20px;float:right;text-transform:uppercase;font-weight:bold;}
.btn-quickorder:hover, .btn-quickorder:focus{background-color:#2cad28;color:#ffffff;}
.btn-continue-shopping{background-color:#e94e4e;border-color:#e81717;border-style:solid;border-width:1px 1px 2px;color:#ffffff;font-size:13px;padding:8px 20px;text-transform:uppercase;font-weight:bold;}
.btn-continue-shopping:hover, .btn-continue-shopping:focus{background-color:#e81717;color:#ffffff;}
.btn-quickorder-one{background-color:#47c843;border-color:#2cad28;border-style:solid;border-width:1px 1px 2px;color:#ffffff;font-size:13px;padding:8px 20px;text-transform:uppercase;font-weight:bold;}
.btn-quickorder-one:hover, .btn-quickorder-one:focus{background-color:#2cad28;color:#ffffff;}
@media (max-width:768px){.btn-continue-shopping{width:100%;margin-bottom:3px;}
.btn-quickorder{width:100%;margin-bottom:3px;}
.btn-quickorder-one{width:100%;margin-bottom:3px;}
}
.btn-quick-order{background:#ff6600;border-color:#f26202;border-radius:4px;border-style:solid;border-width:1px 1px 2px;color:#ffffff;font-size:14px;padding:9px 10px;}
.btn-quick-order:hover{background-color:#f26202;border-color:#f26202;color:#ffffff;}
.btn-ordercart{border-radius:4px;border-style:solid;border-width:1px 1px 2px;color:#ffffff;font-size:14px;padding:9px 10px;background-color:#5bb75b;border-color:#35A035;}
.btn-ordercart:hover, .btn-ordercart:active{background-color:#35A035;color:#fff;}
.fastorder{padding:5px 15px;}
.fastorder .btn-quick-order{margin:0px 0px 5px;}
#popup-quickorder .radio-checbox-options{display:inline-block;margin-bottom:5px;}
#popup-quickorder .radio-checbox-options input{display:none;}
#popup-quickorder .radio-checbox-options label{border-top:1px solid #2b8cdb;border-left:1px solid #2b8cdb;border-right:1px solid #2b8cdb;border-bottom:2px solid #1475c4;border-radius:4px;cursor:pointer;display:inline-block;font-weight:normal;padding:4px 5px;}
#popup-quickorder .radio-checbox-options label .option-price{border-radius:3px;display:inline-block;font-size:12px;padding:0 3px;}
#popup-quickorder .radio-checbox-options input:checked + label{background-color:#2b8cdb;border-color:#2b8cdb;box-shadow:0 1px 1px rgba(0, 0, 0, 0.46) inset;color:#fff;}
#popup-quickorder .radio-checbox-options input:checked + label{color:#fff;}
#popup-quickorder .radio-checbox-options input:checked + label .option-price{background:rgba(255, 255, 255, 0.3) none repeat scroll 0 0;}
#popup-quickorder .radio-checbox-options label:hover{background-color:#2b8cdb;border-color:#2b8cdb;box-shadow:0 1px 1px rgba(0, 0, 0, 0.46) inset;color:#fff;}
#popup-quickorder .radio-checbox-options label:hover .option-price{background:rgba(255, 255, 255, 0.3) none repeat scroll 0 0;}
#popup-quickorder .image-radio{display:inline-block;margin:2px;}
#popup-quickorder .image-radio input{display:none;}
#popup-quickorder .image-radio img{cursor:pointer;padding:1px;}
#popup-quickorder .image-radio input:checked +img{border-color:#2b8cdb;border-width:2px;border-style:solid;border-radius:4px;}
@media (min-width:768px){#popup-quickorder .image-radio img{max-width:39px;}
}
@media (min-width:992px){#popup-quickorder .image-radio img{max-width:41px;}
}
@media (min-width:1200px){#popup-quickorder .image-radio img{max-width:44px;}
}
.maskPopupQuickorder{opacity:0.6;}
#popup-quickorder .product .image{float:left;width:60px;}
#popup-quickorder .quick-cell-content{display:inline-block;position:relative;vertical-align:middle;white-space:normal;}
#popup-quickorder .quick-cell:after{content:"";display:inline-block;height:60px;vertical-align:middle;width:0;}
#popup-quickorder .product .pr-name{margin-left:75px;text-align:left;font-size:14px;}
#popup-quickorder .product .pr-name a{color:#333;}
#popup-quickorder .quantity_quickorder input{text-align:center;}
#popup-quickorder .btn-update-popup{font-size:12px;line-height:1.5;padding:5px 10px;background-color:#fff;border-color:#ccc;color:#333;}
#popup-quickorder .btn-update-popup:hover{background-color:#eee;}
#popup-quickorder .input-group-btn:last-child > .btn-update-popup{margin-left:-1px;z-index:2;}
#popup-quickorder .input-group-btn:last-child > .btn-update-popup{border-bottom-left-radius:0;border-top-left-radius:0;}
#popup-quickorder .input-group .form-control:focus{z-index:3;}
#popup-quickorder .delete-pr a{color:#333;}
#popup-quickorder .delete-pr a:hover{color:#da4f49;}
#popup-quickorder .totals a{color:#333;font-size:14px;}
#popup-quickorder .quick-cell-content-one{display:inline-block;position:relative;vertical-align:middle;white-space:normal;}
#popup-quickorder .quick-cell-one{white-space:nowrap;}
#popup-quickorder .quick-cell-one:after{content:"";display:inline-block;height:35px;vertical-align:middle;width:0;}
#popup-quickorder .product-name{font-size:14px;color:#333;padding:5px}
#popup-quickorder .option .color-option{border:2px solid #e7e7e7;box-sizing:content-box !important;cursor:pointer;display:inline-block;height:18px;margin:0px 2px;padding:0;vertical-align:middle;width:18px;border-radius:4px;}
#popup-quickorder .option .image-radio input:checked + span.color-option{padding:1px;border:2px solid #c4c4c4;box-shadow:0 0px 2px rgba(0, 0, 0, 0.36);}#popup-callback .img-phone-contact { max-width:100%; }
#popup-callback.wcb-4{max-width: 400px;}
#popup-callback.wcb-5{max-width: 500px;}
#popup-callback .circular {
border-radius: 99em;
box-shadow: 0 1px 5px 2px rgba(255, 255, 255, 0.3);
display: block;
height: 120px;
margin: 1em auto;
width: 120px;
padding:5px;
background:#fff;
}
#popup-callback .btn-callback {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background: #09f;
border-color: #0083e9;
border-radius: 4px;
border-style: solid;
border-width: 0 0 2px;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
margin-bottom: 0;
padding: 7px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
overflow:hidden;
}
#popup-callback .btn-callback:hover,
#popup-callback .btn-callback:active,
#popup-callback .btn-callback:focus{
background: #0088ee;
color: #ffffff;
}
#popup-callback .btn-callback.disabled, #popup-callback .btn-callback[disabled], fieldset[disabled] #popup-callback .btn-callback {
cursor:not-allowed;
pointer-events:none;
opacity:.65;
}
#popup-callback {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  min-height: 100px;
  position: relative;
  width: 90%;
}
#popup-callback .form-control.time_callback {width:50%;}
#popup-callback.popup-sm-750 {
	max-width: 750px;
}
#popup-callback.popup-sm-550 {
	max-width: 550px;
}
#popup-callback.popup-sm-450 {
	max-width: 450px;
}
#popup-callback .popup-heading {
background: transparent none repeat scroll 0 0;
color: #1c1c1c;
font-size: 18px;
line-height: 1.4;
padding: 10px 25px;
position: relative;
text-align: center;
vertical-align: baseline;
}
#popup-callback .popup-heading i{
	font-size:18px;
}
#popup-callback .popup-center {
display:block;
overflow: hidden;
padding: 0 0 15px;
position: relative;
width: 100%;
}
#popup-callback .popup-center form {
	padding-top:15px;
}
#popup-callback .popup-footer {
  background-color: #f2f6f9;
  display: inline-block;
  height: 100%;
  padding: 17px 25px;
  position: relative;
  vertical-align: bottom;
  width: 100%;
}
#popup-callback .popup-center .anytext-callback  {
	font-size:14px;
}
#popup-callback .mfp-close {
background: transparent none repeat scroll 0 0;
border: 0 none;
color: #fff;
cursor: pointer !important;
font-size: 55px;
height: 45px;
outline: medium none;
position: absolute;
right: -50px;
top: -10px;
width: 45px;
z-index: 1060;
}
@media (max-width: 768px) {
	#popup-callback .mfp-close {
		right: -10px;
		top: -44px;
	}
}
#popup-success-callback {
background: #dff0d8 none repeat scroll 0 0;
border-color: #d6e9c6;
color: #3c763d;
line-height: 25px;
margin: 0 auto;
max-width: 650px;
min-height: 50px;
padding: 10px 12px;
position: relative;
width: 90%;
}
#popup-callback .sections_block_rquaired .fa {
	color:#fc5c3c !important;
}
#popup-callback .sections_block .fa {
	color:#67ca67 !important;
}
#popup-callback .sections_block , .sections_block_rquaired{
  overflow: hidden;
  position: relative;
}
#popup-callback .marb {
	margin-bottom:10px;
}
#popup-callback .input-group-addon {
	background:#f5f5f5;
}
#popup-callback .error_input {
	border:1px solid red !important;
	box-shadow: 0 1px 1px rgba(255, 0, 0, 0.075) inset !important;
}
#popup-callback .form-control.error_input::-moz-placeholder {
	color:red !important;
}
#popup-callback .form-control.error_input:-ms-input-placeholder {
	color:red !important;
}
#popup-callback .form-control.error_input::-webkit-input-placeholder {
	color:red !important;
}
#popup-callback .error_callback {
	padding:0px 15px;
	color:red;
}
#popup-callback .btn-callback span.spinner .fa.fa-spinner {
	display:none;
}
#popup-callback .btn-callback i.fa {
	display:inline-block;
}
#popup-callback .btn-callback.active span.spinner .fa.fa-spinner {
	display:inline-block;
}
#popup-callback .btn-callback.active i.fa {
	display:none;
}
#callback {
	background:#09f;
    border: 1px solid #555555;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0 0 3px #ddd;
    cursor: pointer;
    height: 160px;
    margin-right: -60px;
    margin-top: -90px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 93px;
    z-index: 100;
}
#tcb_call_1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    bottom: 10%;
    display: block;
    height: 80px;
    opacity: 0.75;
    position: fixed;
    right: 38px;
    width: 80px;
    z-index: 850;
	  box-shadow: none;
    box-sizing: content-box;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    transform-origin: 50% 50% 0;
	cursor: pointer;
}
#tcb_call_1 .tcb_phone_1{
    background: #09f;
    border-radius: 50%;
    height: 50px;
    left: 16px;
    position: absolute;
    top: 14px;
    width: 50px;
}
#tcb_call_1 .tcb_phone_img_1 {
    background: url("theme/newstore/image/logo_drag_btn.png") no-repeat center center;
    border-radius: 50%;
	background-size:35px auto;
	-webkit-background-size:35px auto;
    max-height: 50px;
    position: absolute;
    max-width: 50px;
	width:100%;
	height:100%;
	-webkit-animation:shake_cb 1.5s 0s both infinite;
	-moz-animation:shake_cb 1.5s 0s both infinite;
	-o-animation:shake_cb 1.5s 0s both infinite;
	animation:shake_cb 1.5s 0s both infinite;
}
#tcb_call_1 .tcb_layout_1{
	bottom: 0px;
	width:100%;
	height:100%;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
	border-color: #09f transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
	animation-name: spin_cb;
    -webkit-animation-name: spin_cb; 
    animation-duration: 900ms;
    -webkit-animation-duration: 900ms;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
	animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
}
#tcb_call_1 .tcb_layout_2{
	width:100%;
	height:100%;
	bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
	border-color: #09f;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    position:absolute;
	opacity:0.25;
}
#tcb_call_1:hover .tcb_phone_1{
	background:#4BD82B;
}
#tcb_call_1:hover .tcb_layout_1{
	border-color: #4BD82B transparent;
	animation-name: spin_cb;
    -webkit-animation-name: spin_cb; 
    animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
	animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
}
#tcb_call_1:hover .tcb_layout_2{
	border-color: #4BD82B;
}
#tcb_call_1 a,
#tcb_call_1 a:hover,
#tcb_call_1 a:active,
#tcb_call_1 a:focus {
    outline: 0 none;
}
@media (max-width: 768px) {
	#tcb_call_1 {	
		height: 55px;		
		width: 55px;		
	}
	#tcb_call_1 .tcb_phone_1{		
		height: 36px;
		left: 10px;
		top: 9px;
		width: 36px;
	}
	#tcb_call_1 .tcb_phone_img_1 {
		background-size:25px auto;
		-webkit-background-size:25px auto;
		max-height: 35px;		
		max-width: 35px;		
	}
}
@-webkit-keyframes shake_cb {
	0% {-webkit-transform: scale3d(1, 1, 1);}
	10%, 20% {-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -10deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, 10deg);}
	40%, 60%, 80% {-webkit-transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -10deg);}
	100% {-webkit-transform: scale3d(1, 1, 1);}
}
@keyframes shake_cb {
	0% {transform: scale3d(1, 1, 1);}
	10%, 20% {transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -10deg);}
	30%, 50%, 70%, 90% {transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, 10deg);}
	40%, 60%, 80% {transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -10deg);}
	100% {transform: scale3d(1, 1, 1);}
}
@-webkit-keyframes spin_cb {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@keyframes spin_cb {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
#tcb-call {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    bottom: 10%;
    display: block;
    height: 80px;
    opacity: 0.75;
    position: fixed;
    right: 38px;
    width: 80px;
    z-index: 850;
	box-shadow: none;
    box-sizing: content-box;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    transform-origin: 50% 50% 0;
	cursor: pointer;
}
#tcb-call .tcb-layout1 {
	border-color: #09f transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    display: block;
    height: 100px;
    position: absolute;
    width: 100px;
	animation-name: spin_cb;
   -webkit-animation-name: spin_cb; 
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
	animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
}
#tcb-call .tcb-layout2 {
	border-color: #09f transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    display: block;
    height: 85px;
    width: 85px;
    left: 7.5px;
    position: absolute;
    top: 7.5px;
	animation-name: spin_cb;
    -webkit-animation-name: spin_cb; 
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
	animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
}
#tcb-call .tcb-layout3 {
	 border-color: #09f transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    display: block;
    height: 70px;
    width: 70px;
    position: absolute;
	left: 15px;
    top: 15px;
	animation-name: spin_cb;
    -webkit-animation-name: spin_cb; 
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
	animation-timing-function:linear;
	-webkit-animation-timing-function:linear;
}
#tcb-call .tcb-phone {
    background: #09f;
    border-radius: 50%;
    height: 50px;
    left: 26px;
    position: absolute;
    top: 26px;
    width: 50px;
}
#tcb-call .tcb-phone-img {
	background: url("theme/newstore/image/logo_drag_btn.png") no-repeat center center;
    border-radius: 50%;
	background-size:35px auto;
	-webkit-background-size:35px auto;
    max-height: 50px;
    position: absolute;
    max-width: 50px;
	width:100%;
	height:100%;
	-webkit-animation:shake_cb 1.5s 0s both infinite;
	-moz-animation:shake_cb 1.5s 0s both infinite;
	-o-animation:shake_cb 1.5s 0s both infinite;
	animation:shake_cb 1.5s 0s both infinite;
}
#tcb-call:hover .tcb-phone{
	background:#4BD82B;
}
#tcb-call:hover .tcb-layout1{
	border-color: #4BD82B transparent transparent;
}
#tcb-call:hover .tcb-layout2{
	border-color: #4BD82B transparent transparent;
}
#tcb-call:hover .tcb-layout3{
	border-color: #4BD82B transparent transparent;
}
#tcb-call a,
#tcb-call a:hover,
#tcb-call a:active,
#tcb-call a:focus {
    outline: 0 none;
}
@media (max-width: 768px) {
	#tcb-call {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: medium none;
		border-radius: 50%;
		bottom: 10%;
		display: block;
		height: 50px;
		opacity: 0.75;
		position: fixed;
		right: 38px;
		width: 50px;
		z-index: 1000;
		box-shadow: none;
		box-sizing: content-box;
		font-size: 14px;
		font-weight: 300;
		line-height: 1.2;
		margin: 0;
		padding: 0;
		transform-origin: 50% 50% 0;
		cursor: pointer;
	}
	#tcb-call .tcb-layout1 {
		height: 60px;
		width: 60px;
	}
	#tcb-call .tcb-layout2 {
		height: 50px;
		left: 5px;
		top: 5px;
		width: 50px;
	}
	#tcb-call .tcb-layout3 {
	  height: 40px;
	  left: 10px;
	  top: 10px;
	  width: 40px;
	}
	#tcb-call .tcb-phone {
		height: 32px;
		left: 14px;
		top: 14px;
		width: 32px;
	}
	#tcb-call .tcb-phone-img {
		background-size:25px auto;
		-webkit-background-size:25px auto;
		max-height: 35px;
		max-width: 35px;
	}
}
.ladda-button { position:relative; }
.ladda-button .ladda-spinner {
	position:absolute;
	z-index:2;
	display:inline-block;
	width:32px;
	height:32px;
	top:50%;
	margin-top:-16px;
	opacity:0;
	pointer-events:none;
}
.ladda-button .ladda-label {
	position:relative;
	z-index:3;
}
.ladda-button .ladda-progress {
	position:absolute;
	width:0;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.2);
	visibility:hidden;
	opacity:0;
	-webkit-transition:0.1s linear all !important;
	-moz-transition:0.1s linear all !important;
	-ms-transition:0.1s linear all !important;
	-o-transition:0.1s linear all !important;
	transition:0.1s linear all !important;
}
.ladda-button[data-loading] .ladda-progress {
	opacity:1;
	visibility:visible;
}
.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
	-webkit-transition:0.3s cubic-bezier(0.175,0.885,0.32,1.275) all !important;
	-moz-transition:0.3s cubic-bezier(0.175,0.885,0.32,1.275) all !important;
	-ms-transition:0.3s cubic-bezier(0.175,0.885,0.32,1.275) all !important;
	-o-transition:0.3s cubic-bezier(0.175,0.885,0.32,1.275) all !important;
	transition:0.3s cubic-bezier(0.175,0.885,0.32,1.275) all !important;
}
.ladda-button[data-style=expand-left] .ladda-spinner { left:14px; }
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner { left:4px; }
.ladda-button[data-style=expand-left][data-loading] { padding-left:56px !important; }
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner { opacity:1; }
.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] { padding-left:40px; }
.ladda-button[data-style=slide-left] { overflow:hidden; }
.ladda-button[data-style=slide-left] .ladda-label { position:relative; }
.ladda-button[data-style=slide-left] .ladda-spinner {
	left:100%;
	margin-left:-16px;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
	opacity:0;
	left:-100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
	opacity:1;
	left:50%;
}
.contacts-content {
position:relative;
padding: 10px 0px;
overflow:hidden;
}
#callbackpro_contacts {
background: none repeat scroll 0 0 #eeeeee;
border-bottom: 1px solid #cccccc;
box-shadow: 0 2px 2px #DDDDDD;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
left: 0;
top: -100%;
position: absolute;
transition: all 0.3s ease 0s;
width: 100%;
z-index: 3;
}
.callbackpro_contacts_open {
top: 0 !important;
}
.contact-open {
background-color: #eeeeee;
bottom: -26px;
cursor: pointer;
padding: 0 0 6px;
position: absolute;
right: 20px;
text-align: center;
}
.contact-open:before, .contact-open:after {
background: none repeat scroll 0 0 #eeeeee;
box-shadow: 0 2px 2px #cccccc;
content: "";
height: 99%;
position: absolute;
top: 0;
width: 100%;
z-index: -2;
}
.contact-open:before {
border-radius: 0 0 0 5px;
left: -10px;
transform: skew(20deg);
}
.contact-open:after {
border-radius: 0 0 5px;
right: -10px;
transform: skew(-20deg);
}
.contact-open a {
color: #333333;
margin: 0 10px;
position: relative;
text-decoration: none;
font-size:14px;
}
.contact-open a:hover {
color: #000000;
}
.contact-open a:before, .contact-open a:after {
content: "";
height: 100%;
position: absolute;
top: 0;
width: 20px;
}
#popup-callback .telephone div a{
	font-size:14px;
	color:#000000;
}
#popup-callback .email div{
	font-size:14px;
	color:#000000;
}
#popup-callback .skype a{
	font-size:14px;
	color:#000000;
}
#popup-callback .schedule .title-schedule{
	font-size:14px;
	color:#000000;
}
#popup-callback .schedule .config_daily, #popup-callback .schedule .config_weekend{
	font-size:14px;
	color:#000000;
}
#popup-callback .title-social {
	font-size:14px;
	color:#000000;
}
#popup-callback .social .social-icon{
	display:inline-block;
}
#animate_btn_4{	 width: 110px; height: 110px; position: fixed; bottom: 10%; right: 15px; z-index: 850; cursor: pointer; transform-origin: center center 0; }
.animate_btn_4 .ab4-img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.animate_btn_4 .ab4-circlephone{ border: 2px solid #29AEE3; width:110px; height:110px; bottom:0px; right:0px; top:0px; left:0px; margin:auto; position:absolute; -webkit-border-radius:100%; -moz-border-radius: 100%; border-radius: 100%; opacity: .5; -webkit-animation: circle-anim 2.4s infinite ease-in-out !important; -moz-animation: circle-anim 2.4s infinite ease-in-out !important; -ms-animation: circle-anim 2.4s infinite ease-in-out !important; -o-animation: circle-anim 2.4s infinite ease-in-out !important; animation: circle-anim 2.4s infinite ease-in-out !important; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all 0.5s;}
.animate_btn_4 .ab4-circle-fill{ background-color:#29AEE3; margin:auto; width:80px; height:80px; bottom:0px; right:0px; top:0px; left:0px; position:absolute; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out; -moz-animation: circle-fill-anim 2.3s infinite ease-in-out; -ms-animation: circle-fill-anim 2.3s infinite ease-in-out; -o-animation: circle-fill-anim 2.3s infinite ease-in-out; animation: circle-fill-anim 2.3s infinite ease-in-out; -webkit-transition: all .5s; -moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s; }
.animate_btn_4 .ab4-img-circle{ width:52px; height:52px; bottom: 0px; right: 0px; left: 0px; top: 0px; margin:auto; position:absolute; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; opacity: .7; }
.animate_btn_4 .ab4-img-circleblock{ box-sizing:content-box; -webkit-box-sizing:content-box; width:52px; height:52px; animation-name: tossing; -webkit-animation-name: tossing; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; background: rgba(0, 0, 0, 0) url("theme/newstore/image/callback_pro.png") no-repeat scroll center center / 30px auto; position: absolute; }
.animate_btn_4 .ab4-img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
.animate_btn_3:hover {
	opacity: 1;
}
.animate_btn_3 {
	width: 79px;
	height: 79px;
	position: fixed;
	bottom: 10%;
	right: 33px;
	z-index: 999;
	cursor: pointer;
	transform-origin: center center 0;
}
.animate_btn_3 .ab3-back-circle {
	width: 60px;
	height: 60px;
	opacity: 0.1;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
			border-radius: 50px;
	-webkit-animation: enlarge 1s infinite linear alternate both;
	   -moz-animation: enlarge 1s infinite linear alternate both;
			animation: enlarge 1s infinite linear alternate both;
}
.animate_btn_3 .ab3-circle {
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 35px;
	   -moz-border-radius: 35px;
			border-radius: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: shake_new 2s 1s infinite linear both;
	   -moz-animation: shake_new 2s 1s infinite linear both;
			animation: shake_new 2s 1s infinite linear both;
}
.animate_btn_3 .ab3-circle .ab3-handset {
	width: 36px;
	height: 44px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background: rgba(0, 0, 0, 0) url("theme/newstore/image/callback_pro.png") no-repeat scroll center center / 28px auto;
}
.animate_btn_3 .ab3-track {
	width: 77px;
	height: 77px;
	opacity: 0.1;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: 70px;
	   -moz-border-radius: 70px;
			border-radius: 70px;
}
.animate_btn_3:hover .ab3-circle,
.animate_btn_3:hover .ab3-back-circle {
	-webkit-animation-play-state: paused;
	   -moz-animation-play-state: paused;
			animation-play-state: paused;
}
.animate_btn_3:hover .ab3-circle {
    opacity: 0.9;
}
.animate_btn_3 .ab3-back-circle {
	background-color: #3269ff;
}
.animate_btn_3 .ab3-circle {
	background-color:#3269ff;
    opacity: 0.5;
}
.animate_btn_3 .ab3-track {
	border: 2px solid #3269ff;
}
/* ----- shake ----- */
@-webkit-keyframes shake_new {
	0%   {-webkit-transform: scale(1.05);}
	2%   {-webkit-transform: scale(1);}
	4%   {-webkit-transform: scale(1.05);}
	8%   {-webkit-transform: scale(1);}
	12%  {-webkit-transform: scale(1.05);}
	14%  {-webkit-transform: scale(1);}
	16%  {-webkit-transform: scale(1.05);}
	18%  {-webkit-transform: scale(1);}
	20%  {-webkit-transform: scale(1.05);}
	22%  {-webkit-transform: scale(1);}
	24%  {-webkit-transform: scale(1.05);}
	26%  {-webkit-transform: scale(1);}
	28%  {-webkit-transform: scale(1.05);}
	30%  {-webkit-transform: scale(1);}
	32%  {-webkit-transform: scale(1.05);}
	34%  {-webkit-transform: scale(1);}
	36%  {-webkit-transform: scale(1.05);}
	38%  {-webkit-transform: scale(1);}
	40%  {-webkit-transform: scale(1.05);}
	42%  {-webkit-transform: scale(1);}
	44%  {-webkit-transform: scale(1.05);}
	46%  {-webkit-transform: scale(1);}
	48%  {-webkit-transform: scale(1.05);}
	50%  {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(1);}
}
@-moz-keyframes shake_new {
	0%   {-moz-transform: scale(1.05);}
	2%   {-moz-transform: scale(1);}
	4%   {-moz-transform: scale(1.05);}
	8%   {-moz-transform: scale(1);}
	12%  {-moz-transform: scale(1.05);}
	14%  {-moz-transform: scale(1);}
	16%  {-moz-transform: scale(1.05);}
	18%  {-moz-transform: scale(1);}
	20%  {-moz-transform: scale(1.05);}
	22%  {-moz-transform: scale(1);}
	24%  {-moz-transform: scale(1.05);}
	26%  {-moz-transform: scale(1);}
	28%  {-moz-transform: scale(1.05);}
	30%  {-moz-transform: scale(1);}
	32%  {-moz-transform: scale(1.05);}
	34%  {-moz-transform: scale(1);}
	36%  {-moz-transform: scale(1.05);}
	38%  {-moz-transform: scale(1);}
	40%  {-moz-transform: scale(1.05);}
	42%  {-moz-transform: scale(1);}
	44%  {-moz-transform: scale(1.05);}
	46%  {-moz-transform: scale(1);}
	48%  {-moz-transform: scale(1.05);}
	50%  {-moz-transform: scale(1);}
	100% {-moz-transform: scale(1);}
}
@-ms-keyframes shake_new {
	0%   {-ms-transform: scale(1.05);}
	2%   {-ms-transform: scale(1);}
	4%   {-ms-transform: scale(1.05);}
	8%   {-ms-transform: scale(1);}
	12%  {-ms-transform: scale(1.05);}
	14%  {-ms-transform: scale(1);}
	16%  {-ms-transform: scale(1.05);}
	18%  {-ms-transform: scale(1);}
	20%  {-ms-transform: scale(1.05);}
	22%  {-ms-transform: scale(1);}
	24%  {-ms-transform: scale(1.05);}
	26%  {-ms-transform: scale(1);}
	28%  {-ms-transform: scale(1.05);}
	30%  {-ms-transform: scale(1);}
	32%  {-ms-transform: scale(1.05);}
	34%  {-ms-transform: scale(1);}
	36%  {-ms-transform: scale(1.05);}
	38%  {-ms-transform: scale(1);}
	40%  {-ms-transform: scale(1.05);}
	42%  {-ms-transform: scale(1);}
	44%  {-ms-transform: scale(1.05);}
	46%  {-ms-transform: scale(1);}
	48%  {-ms-transform: scale(1.05);}
	50%  {-ms-transform: scale(1);}
	100% {-ms-transform: scale(1);}
}
@-o-keyframes shake_new {
	0%   {-o-transform: scale(1.05);}
	2%   {-o-transform: scale(1);}
	4%   {-o-transform: scale(1.05);}
	8%   {-o-transform: scale(1);}
	12%  {-o-transform: scale(1.05);}
	14%  {-o-transform: scale(1);}
	16%  {-o-transform: scale(1.05);}
	18%  {-o-transform: scale(1);}
	20%  {-o-transform: scale(1.05);}
	22%  {-o-transform: scale(1);}
	24%  {-o-transform: scale(1.05);}
	26%  {-o-transform: scale(1);}
	28%  {-o-transform: scale(1.05);}
	30%  {-o-transform: scale(1);}
	32%  {-o-transform: scale(1.05);}
	34%  {-o-transform: scale(1);}
	36%  {-o-transform: scale(1.05);}
	38%  {-o-transform: scale(1);}
	40%  {-o-transform: scale(1.05);}
	42%  {-o-transform: scale(1);}
	44%  {-o-transform: scale(1.05);}
	46%  {-o-transform: scale(1);}
	48%  {-o-transform: scale(1.05);}
	50%  {-o-transform: scale(1);}
	100% {-o-transform: scale(1);}
}
@keyframes shake_new {
	0%   {transform: scale(1.05);}
	2%   {transform: scale(1);}
	4%   {transform: scale(1.05);}
	8%   {transform: scale(1);}
	12%  {transform: scale(1.05);}
	14%  {transform: scale(1);}
	16%  {transform: scale(1.05);}
	18%  {transform: scale(1);}
	20%  {transform: scale(1.05);}
	22%  {transform: scale(1);}
	24%  {transform: scale(1.05);}
	26%  {transform: scale(1);}
	28%  {transform: scale(1.05);}
	30%  {transform: scale(1);}
	32%  {transform: scale(1.05);}
	34%  {transform: scale(1);}
	36%  {transform: scale(1.05);}
	38%  {transform: scale(1);}
	40%  {transform: scale(1.05);}
	42%  {transform: scale(1);}
	44%  {transform: scale(1.05);}
	46%  {transform: scale(1);}
	48%  {transform: scale(1.05);}
	50%  {transform: scale(1);}
	100% {transform: scale(1);}
}
/* ----- enlarge ----- */
@-webkit-keyframes enlarge {
	0%   {-webkit-transform: scale(1);}
	50%  {-webkit-transform: scale(1.05);}
	100% {-webkit-transform: scale(1.1);}
}
@-moz-keyframes enlarge {
	0%   {-moz-transform: scale(1);}
	50%  {-moz-transform: scale(1.05);}
	100% {-moz-transform: scale(1.1);}
}
@-ms-keyframes enlarge {
	0%   {-ms-transform: scale(1);}
	50%  {-ms-transform: scale(1.05);}
	100% {-ms-transform: scale(1.1);}
}
@-o-keyframes enlarge {
	0%   {-o-transform: scale(1);}
	50%  {-o-transform: scale(1.05);}
	100% {-o-transform: scale(1.1);}
}
@keyframes enlarge {
	0%   {transform: scale(1);}
	50%  {transform: scale(1.05);}
	100% {transform: scale(1.1);}
}