/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lekton-regular - latin */
@font-face {
  font-family: 'Lekton';
  font-style: normal;
  font-weight: 400;
  src: local('Lekton'), local('Lekton-Regular'),
       url('../fonts/lekton-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lekton-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


*{margin:0; padding:0; border:0; outline:none;font-family: 'Lekton','Raleway', sans-serif; font-size:14px; line-height:14px;}

body {background:#111; margin:0; color:#ccc;}

a{text-decoration:none; opacity:1; color:#B4F602; transition:all 0.15s; -webkit-transition:all 0.15s; -moz-transition:all 0.15s;}
a:hover {background:#000; color:#666; transition:all 0.15s; -webkit-transition:all 0.15s; -moz-transition:all 0.15s;}
.wrapper {background:#000 url(../pix/bg.jpg) repeat-y; width:500px; padding:0px 50px; margin:0 auto;}
.wrapper > * {display:inline-block; vertical-align:top;}
.wrapper p {width:500px; text-align:justify;}
.wrapper .footer {border-top:dashed #666 1px; margin:25px 0; padding-top:15px; width:500px; text-align:center;}
.wrapper img {width:100%; height:auto;}
iframe {margin-bottom:15px;}

hr {border-top:dashed #666 1px; width:100%; height:0px; margin:25px 0;}

h1 {font-family: 'Raleway', sans-serif;font-size:16px; text-transform:uppercase; font-weight:bold; margin-bottom:10px; text-align:center; width:100%;}
h1 img {/*margin-bottom:10px;*/}
h1 span {display:block;}
h2 {font-family: 'Raleway', sans-serif;font-size:20px; color:#ccc; margin-bottom:10px; width:100%;}
h2 a:hover {color:#ccc; transition:all 0.15s; -webkit-transition:all 0.15s; -moz-transition:all 0.15s;}

