/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* Background Styles
 ========================================================================== */
body {
  background: #46484b;
  background: -webkit-linear-gradient(-45deg, #4a4b4e 0%, #2d2e30 100%) 0 0 fixed;
  background: linear-gradient(135deg, #4a4b4e 0%, #2d2e30 100%) 0 0 fixed;
}
@media (min-width: 767px) {
  body > .tm-page-bg {
    background: url("../images/background/akgj_back2015.jpg") 40% 0 fixed no-repeat;
  }
}