/*Style the DIV*/
.container {
  width:100%;max-width:1084px;
  margin: 5px auto 5px auto;
  width:auto;
  padding: 0px 30px 0px 10px;
  display:block;   
}
   body {background: #fff url('bg2.jpg') no-repeat top center;font-family: 'Roboto Slab', Verdana, Arial, Tahoma, sans-serif;font-size:13pt;color:#000000;line-height:130%;font-weight:400;}
p {
  display:block;
  color:#000000;
  padding:10px;
  margin:4px 0px 10px 0px;
  box-shadow: 3px 3px 15px #666;
  border-radius:12px;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, .55);
}
.arr 
{
    margin:4px;
    padding:4px;
    font-size:42pt;
    font-weight:bold;
    color:#FFFFFF;
    height:32px;
    width:44px;
    box-shadow: 3px 3px 15px #666;
    border-radius:12px;
    background : rgb(255, 128, 0);
    float:right;
}
A {font-family: 'Roboto Slab', Verdana, Arial, Tahoma, sans-serif;font-size:13pt;color:#000000;line-height:130%;}
A:link { text-decoration: none; }
A:visited { text-decoration: none; }
A:active { text-decoration: none; }
A:hover { text-decoration: none; }

  .h1{font-size:18pt;font-weight:700; color: #6C6C00; line-height:140%; display:block;text-align:center;}
  .h2{font-size:16pt;font-weight:700; color: #81B80E; line-height:140%; display:block;text-align:left;}
  @media all and (min-width: 1021px) and (max-width: 2800px)
{
   .container {max-width:1084px;}
   body {background: #fff url('bg2.jpg') no-repeat top center;}
}
 @media all and (min-height: 1px) and (max-height: 600px)
{
    body {background: #F5F5F5;}
    .container img
    {
     display:block;   
    }
}
#gtis {display:none;padding:10px;margin:10px;}
.bot2
{
 font-size:10pt;
 text-align:center;
 color:#666666;
 width:100%;
 display:inline-block;
 padding:10px;
 margin:10px;  
}
.cta, .cta A
{
 color:#FFFFFF;
 background: #ccc url('parket2.jpg') repeat;
}