/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

html{
  height: 100%;
}
body {
  font: 12px/18px Arial, sans-serif;
  min-height: 100%;
  background-color: #ccc;
}



.row{
	margin: 0px;
}


.doc-width{
  max-width: 1170px;
  margin: auto;
}








/* INCLUDE FONTS
-----------------------------------------------------------------------------*/
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/sansation_light.woff);
}




/* WRAPPER
-----------------------------------------------------------------------------*/
.wrapper {
  width: 100%;
  min-width: 200px;
  background-color: #fffbfc;
  padding: 15px;
  border: 7px solid #333232;
  max-width: 600px;
  margin: auto;
  margin-top: 30px;
}
.wrapper table{
  width: 100%;
}

@media(max-width: 600px){
  .wrapper {
    margin-top: 0px;
  }
}



.wrapper table tr td{
  vertical-align: middle;
}

.wrapper table tr td .logo{
  width: 337px;
  height: 85px;
  margin: auto;
  background-image: url(../img/logo.png);
  background-color: none; 
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media(max-width: 500px){
  .wrapper table tr td .logo{
    width: 250px;
    height: 63px;
    margin: auto;
    background-image: url(../img/logo.png);
    background-color: none; 
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}


.wrapper table tr td .buttons{
  padding-top: 0px;
  padding-bottom: 50px;
  padding-top: 30px;
}
.wrapper table tr td .buttons a{
  display: block;
  max-width: 510px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  height: 36px;
  line-height: 36px;
  background-color: #39ba2b;
  color: #fffbfc;
  border-radius: 5px;
}
.wrapper table tr td .buttons a:first-child{
  margin-bottom: 25px;
}


.wrapper table tr td .text{
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.wrapper table tr td .links{
  text-align: center;
  padding-top: 35px;
  padding-bottom: 25px;
}
.wrapper table tr td .links a{
  text-decoration: underline;
  color: black;
}
.wrapper table tr td .links a:first-child{
  margin-right: 22px;
}

@media(max-width: 500px){
  .wrapper table tr td .links span{
    display: block;
    padding-top: 10px;
  }
}



.wrapper table tr td .adult{
  width: 38px;
  height: 38px;
  margin: auto;
  background-image: url(../img/18+.png);
  background-color: none; 
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}







/* LOGIN
-----------------------------------------------------------------------------*/
.login{

}
.login .title{
  font-size: 1.2em;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.login .authorization{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.login .text{
  padding-top: 15px;
}
.login .text div{
  padding-bottom: 15px;
}
.login .text div a{
  color: black;
  text-decoration: underline;
}








/* RULES
-----------------------------------------------------------------------------*/
.rules{
  padding: 15px;
}
.rules h1{
  padding-bottom: 30px;
  font-size: 1.4em;
}
.rules p{
  padding-bottom: 20px;
}





/* LITTLE FOOTER
-----------------------------------------------------------------------------*/
.little-footer{
  max-width: 600px;
  margin: auto;
  padding: 20px 0px;
  font-size: 0.8em;
  text-align: center;
}