@media only screen and (min-width:1025px)
{
#mobile { display:none; }#desktop { display:block; }
body {
  margin: 0 auto;
  width: 1280px;
  min-height:920px;
  background:url("../img/bg.jpg") #005959;
  background-repeat: no-repeat;
  background-position: center;
}
.ca { cursor:pointer; }
.top { margin-top:20px; }
.gal { margin-left:-20px;margin-bottom:30px; }
.gal img { border-radius:12px; box-shadow: 2px 4px #626262; }
td img { border-radius:0 !important; box-shadow: 0 !important; }

.reg { margin-top:-70px;margin-left:-50px;font-size:18px;color:#696969; }
}
@media only screen and (max-width:1024px)
{
#desktop { display:none; }#mobile { display:block; }
body {
  background-color:#83bbcd;
  margin: 20px auto;
  width: 98%;
}
.top { margin-top:20px; }
.gal { margin-bottom:30px; }
.gal img { width:100%;height:auto;border-radius:12px; box-shadow: 2px 4px #626262; }
.bgm .row { margin:150px 0 0 0 !important;padding:20px; }
.footer {
    bottom: 0;
    color: #ececec;
    left: 0;
    padding: 20px 30px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    right: 0;
}
.footer a { color: #ececec; }