div.various_cont {
  clear:both;
  margin:0;0%
  padding:0;
}
div.various_cont div{
  float:left;
}
div.various_cont div.border{
  border:1px solid #CCCCCC;
  border-bottom:none;
}
.animate_div{
  position:relative;
  width:100%;
  height:560px;
  overflow:hidden;
}
.hover_open{
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_div:hover .animate_text1.hover_open{
  /*-webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;*/
  -moz-transform:scale(0.8);
  -webkit-transform:scale(0.8);
  -ms-transform:scale(0.8);
}
.animate_div:hover .animate_text.hover_open{
  /*-moz-transform-origin:left top;
  -webkit-transform-origin:left top;
  -ms-transform-origin:left top;*/
  -moz-transform:scale(0.8);
  -webkit-transform:scale(0.8);
  -ms-transform:scale(0.8);
/*float:none !important;*/
}

.animate_btn_left{
  background:#28A7E1;
  width:50%;
  float:left;
  position:absolute;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
  z-index:11;
  left:0;
  text-align:center;
  overflow:hidden;
  height:560px;
  cursor:pointer;
}
.animate_btn_left:hover{
  background:#D8E480;

  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
  /*overflow:hidden;*/
}
.animate_text{
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_text,.animate_text1{
  position:relative;
  float:right !important;
  margin-right:65px;
}
.animate_btn_left.open .plus_btn, .animate_btn_right.open .plus_btn{
  -ms-transform:rotate(45deg); /* IE 9 */
  -webkit-transform:rotate(45deg); /* Chrome, Safari, Opera */
  transform:rotate(45deg);
}

.animate_text{
  float:left !important;
}
.animate_btn_left.open .animate_text, .animate_btn_right.open .animate_text1{
  width:300px;
  margin:0 auto 0 233px;
}
.animate_btn_right.open .animate_text1{
  float:none;
  margin:0px auto;
  width:185px;
}
.animate_btn_right.open .animate_text1 .center_box{
  position:relative;
}
.animate_btn_left:hover .animate_text{

  -webkit-transition:ease 1.1s;
  -moz-transition:ease 1.1s;
  transition:ease 1.1s;
  -moz-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -ms-transform:scale(1.2);/*
  -moz-transform-origin:left top;
  -webkit-transform-origin:left top;
  -ms-transform-origin:left top;*/
  margin-left:55px;
}
.animate_btn_left:hover .center_box > h3{
  color:#000 !important;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_btn_left:hover .plus_btn{
  border-color:#000;
  color:#000;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_btn_left:hover h2{
  color:#000;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_btn_left:hover p{
  color:#000;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_btn_left h2 {
  color:#fff;
  font-size:30px;
  font-weight:normal;
  line-height:33px;
  margin-top:44px;
  padding-left:23px;
  text-align:left;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_btn_left p{
  color:#fff;
  font-size:10px!important;
  text-align:left;
  padding-left:20px;
  margin:15px 0 0 0!important;
  width:310px;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_text1 {
  float:none !important;
  margin:0 auto;
  width:170px;
}
.animate_text1 .center_box{
  left:auto;
  right:auto;
}
.animate_btn_left.open .center_box_left{
  margin-top:0 !important;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_btn_left.open .center_box{
  float:none !important;
  margin-left:73px !important;
  margin:0px auto 0;
  position:relative;
  top:auto;
  width:190px;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_btn_left.open{
  background:#D8E480;
}
.animate_btn_left.open h2, .animate_btn_left.open p{
  color:#000;
  border-color:#000;
}
.animate_btn_left.open .center_box > h3, .animate_btn_left.open .center_box .plus_btn{
  color:#000;
  border-color:#000;
}
.animate_btn_right.open:hover .animate_text1{
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;

  -moz-transform:scale(1) !important;
  -webkit-transform:scale(1) !important;
  -ms-transform:scale(1) !important;
}

.animate_btn_left.open:hover .animate_text{
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;/*
  -moz-transform-origin:left top;
  -webkit-transform-origin:left top;
  -ms-transform-origin:left top;*/
  -moz-transform:scale(1) !important;
  -webkit-transform:scale(1) !important;
  -ms-transform:scale(1) !important;

  margin:0 auto 0 233px;
  width:300px;
}
.center_box_left{
  position:relative !important;
  top:66px !important;
  left:0 !important;
  margin-left:100px;

  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_btn_right.open{
  background:#e6fafc;
}
.animate_btn_right.open h2, .animate_btn_right.open p{
  color:#000;
  border-color:#000;
}
.animate_btn_right.open .center_box > h3, .animate_btn_right.open .center_box .plus_btn{
  color:#000;
  border-color:#000;
}
.animate_btn_right{
  background:#28A7E1;
  width:50%;
  float:right;
  position:absolute;
  z-index:10;
  right:0;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
  text-align:center;
  overflow:hidden;
  height:560px;
  cursor:pointer;
}
.animate_btn_right:hover{
  color:#000 !important;
  background:#e6fafc;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  transition: ease 1s;
}
.animate_btn_right:hover .center_box > h3{
  color:#000 !important;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_btn_right:hover .plus_btn{
  border-color:#000;
  color:#000;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}

.animate_text1{
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.animate_btn_right:hover .animate_text1{

  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
  -moz-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -ms-transform:scale(1.2);
}

.outline_left{
  background:none repeat scroll 0 0 #fff;
  float:right;
  height:100%;
  position:absolute;
  right:0;
  width:1px;
}
.outline_right{
  background:none repeat scroll 0 0 #fff;
  float:right;
  height:100%;
  position:absolute;
  left:0;
  width:1px;
  display:none;
}
.animate_btn_left_slide{
  /*display:none;*/
  height:590px;
  float:left;
  width:100%;
}
.close_btn{
  height:70px;
  float:left;
  width:100%;
  text-align:center;
  cursor:pointer;
  -webkit-transition:opacity .1s ease-in-out;
  -moz-transition:opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}
.close_btn:hover {
  opacity:.75;
}


#slider_left{
  float:left;
  width:100%;
}
#slider_right{
  height:560px;
  float:left;
  width:100%;
}

.animate_btn_right_slide{
  display:none;
  height:590px;
  float:left;
  width:100%;
}
.camera_pie{
  display:none;
}
.varios_footer .footer_menu{
  padding-bottom:0 !important;
}
.top_text{
  text-align:left;
}


/*#varios div.product_list_area{
  padding-top:0px !important;
  padding-bottom:5px !important;
}

#iclave div.product_list_area{
  padding-top:0px !important;
  padding-bottom:5px !important;
}*/

.left_content {
  display:none;
}
.left_content .close_btn{
  background:#D8E480;
}
/*.left_content .close_btn:hover{
  background:url('images/varios_minus.png') no-repeat center #D8E480;
}*/
.right_content {
  display:none;
}
.right_content .close_btn{
  background:#e6fafc;
}
/*.right_content .close_btn:hover{
  background:url('images/varios_minus.png') no-repeat center #e6fafc;
}*/

.center_box {
  left:100px;
  position:absolute;
  top:223px;
  transition:all 1s ease 0s;
  width:190px;

  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}
.plus_btn {
  border:2px solid #fff;
  border-radius:100px;
  color:#fff;
  font-size:69px;
  font-weight:bold;
  height:94px;
  line-height:84px;
  margin:0 auto;
  width:94px;
  float:none !important;

  transition:all 1s ease 0s;
  width:95px;
  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}

.center_box > h3 {
  font-size:25px;
  font-weight:normal;
  color:#fff;
  margin-bottom:13px;

  -webkit-transition:ease 1s;
  -moz-transition:ease 1s;
  transition:ease 1s;
}

#cf {
  position:relative;
  height:53px;
  width:53px;
  margin:9px auto 0;
  float:none !important;
}

.slide-bullet span {
  box-shadow:0 0 2px #000;
}
.lb_special_modal {
  display:none;
}
