/*
  ================================================================================
	LAYOUT by Pixelirium.pl 2015
  ================================================================================
*/

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

html {
  margin:0;
  padding:0;
}

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

a {
  color: #0063D3;
}
a:visited {
  color: #71A8E8;
}
a:hover, a:focus {
  color: #085ea7;
}

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

/*a:hover, a:focus { color: #dd1985; }*/
img { border:none; }

/* Animation
============================================================================= */
/*body * {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}*/