@CHARSET "ISO-8859-1";

@media (min-width: 1200px) {
    .container{
        max-width: 970px;
    }
}	

.focusedInput {
    border-color: rgba(82,168,236,.8) ;
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
}

.subcat1 {
	display:none;
	color:grey;
}

#x_beta_03_cat2 {
	display:none;
}

.value_bt {
	display:none;
}

.listaImg {
	cursor:move;
	padding: 5px;
    float: left;
    width: 90px;
    height: auto;
    border: 1px solid lightgrey;
    border-style: solid; 
    list-style-type:none;
}

.deleteIm {
    cursor: pointer;
    padding: 0px;
    border: 0px;
}

.naviheight {
	height: 20px;
    padding-top: 10px;
    padding-bottom: 6px;
}

.form-aux {
	border: 1px solid lightgrey;
}

#upload1 {
	cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
     color: whitesmoke !important;
     background: #67a463 !important;
 }
 select {
   background: #67a463;
 }  
 #btnUp {
    display: none; 
    position: fixed; 
    bottom: 20px;
    right: 30px; 
    z-index: 2; 
    border: none; 
    outline: none; 
    background-color: #fd7e14; 
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
}
#btnUp:hover {
    background-color: #555;
    border: 1px solid;
    border-color: #fd7e14;
}
.front-last-item {
	position: relative;
	overflow:hidden;
}
.front-last-look {
	transition: .5s ease;
  	opacity: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	text-align: center;
}
.front-last-image {
	opacity: 1;
 	display: block;
	/*width: 100%;*/
 	height: auto;
	transition: .5s ease;
 	backface-visibility: hidden;
 	transform: scale(1.3);
}
.front-last-item:hover .front-last-image {
  opacity: 0.6;
  transform: scale(1.4);
  
}
.front-last-item:hover .front-last-look {
  opacity: 1;
}

