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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-panel-box {background: transparent !important;}



  @media only screen and (max-width: 1250px) {

  body {  background: #e65600 !important; /* Old browsers */
background: -moz-linear-gradient(top,  #e65600 0%, #000 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e65600), color-stop(100%,#000))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e65600 0%,#000 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e65600 0%,#000 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e65600 0%,#000 100%)!important; /* IE10+ */
background: linear-gradient(to bottom,  #e65600 0%,#000 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65600', endColorstr='#000',GradientType=0 )!important; /* IE6-9 */


} 
