/* CSS Document */
/*
 * Author:  Dawid Tomczyk
 * Website:  http://www.dawidtomczyk.eu/
*/


/*Import styles*/
/*============================================================================*/
@import url("normalize.css");
@import url("main.css");
@import url('bootstrap/bootstrap.css');
@import url('bootstrap/bootstrap-theme.css');
@import url('bootstrap/bootstrap-datetimepicker.css');
@import url('bootstrap/bootstrap-spinedit.css');
@import url('jquery-ui/cupertino/jquery-ui-1.10.4.custom.css');
@import url("fonts.css");

/* Base Styles
============================================================================= */
*{ 
  margin:0;
  padding:0;
}

html {
  margin:0;
  padding:0;
  overflow-x: hidden;
}

/* Stile default styles
============================================================================= */
h1,h2,h3,h4,h5,h6 {
  font-family: Verdana, Geneva, Kalimati, sans-serif;
  font-weight: normal;
}

a, a:visited { 
  color: #555555; 
  text-decoration: none; 
  outline: 0; 
  -webkit-transition: background-color .8s ease, border .8s ease, color .8s ease, opacity .8s ease-in-out, outline .8s ease;
  -moz-transition: background-color .8s ease, border .8s ease, color .8s ease, opacity .8s ease-in-out, outline .8s ease;
  -ms-transition: background-color .8s ease, border .8s ease, color .8s ease, opacity .8s ease-in-out, outline .8s ease;
  -o-transition: background-color .8s ease, border .8s ease, color .8s ease, opacity .8s ease-in-out, outline .8s ease;
  transition: background-color .8s ease, border .8s ease, color .8s ease, opacity .8s ease-in-out, outline .8s ease;
}

a:hover, a:focus { color: #d81d24; }
img { border:none; }

/* Media Screen
============================================================================= */