@charset "utf-8";

/* ****************************************************************************
 * BACK-TOT-TOP WIDGET
 * ****************************************************************************
 */

/*
 * Back-to-top element
 * ****************************************************************************
 */
#backtotop {
  display               : none;
  background            : #3B444E;
  -webkit-border-radius : 2px;
     -moz-border-radius : 2px;
          border-radius : 2px;
  cursor                : pointer;
  font-size             : 14px;
  text-align            : center;
  position              : fixed;
  bottom                : 0.5em;
  right                 : 0.5em;
  padding               : 10px;
  z-index               : 1000;
  -webkit-transition    : all 0.4s ease 0s;
     -moz-transition    : all 0.4s ease 0s;
      -ms-transition    : all 0.4s ease 0s;
       -o-transition    : all 0.4s ease 0s;
          transition    : all 0.4s ease 0s;
}

#backtotop:hover {
  background            : #000000;
}

.img_backtotop {
  background            : url("../images/up.png");
  height                : 12px;
  width                 : 23px;
}



/*
 * SCREEN 'regular' - between 1024px and 1279px
 * ****************************************************************************
 */
@media only screen and (min-width:1024px) and (max-width:1279px) {
}


/*
 * SCREEN 'medium' - between 768px and 1023px
 * ****************************************************************************
 */
@media only screen and (min-width:768px) and (max-width:1023px) {
}


/*
 * SCREEN 'small' - between 480px and 768px
 * ****************************************************************************
 */
@media only screen and (min-width:480px) and (max-width:767px) {
}


/*
 * SCREEN 'lite' - smaller than 480px
 * ****************************************************************************
 */
@media only screen and (min-width:0px) and (max-width:479px) {
}
