body{
    margin:0;
    background: #4c4c4c;
}
#header {
    width:100%;
    height: 600px;
    background: url('images/background.jpg') center top no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    box-shadow: -2px 2px 20px 0px;
}
#header .logo a {
    color: #f7f7f7;
    font-size: 25px;
    font-family: 'Open Sans Condensed', sans-serif;
    position: relative;
    top: 10px;
    left: 15px;
}
#header #sidebar {
    font-family: 'Open Sans Condensed', sans-serif;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 60px;
    position: fixed;
}
a { 
text-decoration: none;
}
ul {
    position: relative;
    right: 15px;
    float: right;
    display: inline;
}
li {
        padding-right: 25px;
    display: inline;
}
li a {
    position: relative;
    top: -35px;
    font-size: 20px;
     color: #f7f7f7;
    transition: all 0.3s;
}
li a:hover {
    color: #fff;
}
.mouse {
    position: relative;
    top: 500px;
    left: 49%;
  border: 2px solid #ccc;
  border-radius: 17px;
  height: 50px;
  width: 30px;
  display: block;
  z-index: 10;
}
.mouse .wheel {
  position: relative;
  border-radius: 4px;
  background:#ccc;
  width: 2px;
  height: 7px;
  margin: auto;
}
.mouse .wheel {
  -webkit-animation-name: wheel;
          animation-name: wheel;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes wheel {
  0% {
    top: 3px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 18px;
    opacity: 0;
  }
}

@keyframes wheel {
  0% {
    top: 3px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 18px;
    opacity: 0;
  }
}
#content {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}
.block {
    background: #5a5a5a;
    width: 1000px;
    padding: 25px;
    font-size: 20px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0px 3px 12px 0px;
}
h1 {
    color: #ccc;
}
.block p {
    color: #ccc;
}
#monitoring {
    margin-top: 25px;
        box-shadow: inset 0 0px 20px 2px;
    background: url('images/monitoring.jpg') center center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 400px;
    font-size: 25px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.button1 {
    color: #fff;
    transition: all 0.3s;
}
.button1:hover {
    color: #ccc;
}
.serv {
    display: inline-block;
    padding: 50px;
    color: #f7f7f7;
}
#owners {
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 25px;
    background: #5a5a5a;
    width: 80%;
    box-shadow: 0px 3px 12px 0px;
}
#owners .own {
    color: #fff;
    display: inline-block;
    padding: 25px;
    font-size: 25px;
}
#owners .own a {
    color: #ccc;
    border: #f7f7f7 solid 2px;
    padding: 5px;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.3s;
}
#owners .own a:hover {
    color: #f7f7f7;
    border: #ccc solid 2px;
}
#footer {
    font-size: 20px;
    width: 100%;
    height: 60px;
    background: url('images/footer.jpg') center center;
}
#footer a {
        top: 10px;
    position: relative;
}
.select {
    user-select: none;
    margin: 10px;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    width: 250px;
    background: #848484;
    padding: 4px 10px;
    border: 1px solid #000;
    border-top-right-radius: 15px;
    border-bottom-left-radius:15px;
    font-weight: bold;
    font-size: 20px;
}
.form-control {
    margin: 10px;
        border-top-right-radius: 15px;
    border-bottom-left-radius:15px;
    font-family: "Roboto Condensed", sans-serif;
    background: #848484;
    border: 1px solid #000;
    color: #f4f4f4;
    text-align: center;
    width: 250px;
    padding: 4px 10px;
    font-weight: bold;
    font-size: 20px;
}
input[type="submit"] {
    color: #ccc;
    width: 250px;
    height: 35px;
    border: #f7f7f7 solid 2px;
    padding: 5px;
    background: rgba(255, 255, 255, 0);
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.3s;
}
input[type="sumbit"]:hover {
    color: #f7f7f7;
    border: #ccc solid 2px;
}
h2 {
    font-family: 'Open Sans Condensed', sans-serif;
}
#upbutton {
    height: 60px;
    width: 60px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    font-size: 40px;
    color: #353535;
}
#upbutton a i {
    color: #353535;
    transition: all 0.3s;
}
#upbutton a i:hover {
    color: #ccc;
}
::selection {
    background: #ccc;
    color: #000;
}
::-webkit-scrollbar-thumb {
    background: #000;
}
::-webkit-scrollbar {
    width: 10px;
    height: 0;
    background: #ccc;
}
#paymentblock2{
    display:none
}

a.buttonh {
    color: #ccc;
    width: 250px;
    height: 35px;
    border: #f7f7f7 solid 2px;
    padding: 3px;
    background: rgba(255, 255, 255, 0);
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.3s;
} 