* {
    margin: 0px;
    padding: 0px;
    background: no-repeat top center;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /* margin-top: 55px; */
    background-color: #101010;
    color: #CCC;

    /* line-height: 130%; */
}

div {
    overflow: hidden;
}

section {
    height: auto;
    min-height: 100vh;
    padding-top: 20px;
}

input[type=text],
input[type=url],
input[type=email],
input[type=password] {
    margin: 5px 0px;
    width: 100%;
    padding-left: 25px;
}

td img {
    width: 100%;
}

h1 img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

h2 img {
    width: 25px;
}

h1 a,
h2 a,
h3 a {
    text-decoration: none;
}

hr {
    clear: both;
    margin-top: 10px 0px;
}

iframe {
    border: none;
    width: 100%;
    min-height: 55px;
}

audio,
video {
    width: 100%;
}

.youtube,
.vimeo,
.frame {
    height: 500px;
}

a {
    text-decoration: none;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}

a:hover {
    color: #000;
    background-color: #FFF;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

strong {
    font-size: 15px;
}

form textarea {
    width: 100%;
}

input[type=text],
input[type=url],
td textarea {
    width: 100%;
}

.button,
input[type=submit] {
    /* min-width: 35px; */
    text-align: left;
}

textarea {
    height: 500px;
}

#nav a {
    color: #FFF;
    text-decoration: none;

    /* width: 20px; */
    height: 20px;
}

#nav a:hover {
    color: #000;
    background-color: #FFF;
}

#search .searchbox {
    width: 200px;
    height: 30px;
    background-image: url(../data/files/icon/search.svg);
    background-size: 25px;
    background-position: 3px center;
    background-repeat: no-repeat;
    background-color: #000;
    color: #CCC;
    padding-left: 30px;
    font-size: 12px;
}

footer {
    padding: 20px 0px;
    color: #999999;
    font-size: 15px;
}

.avatar {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
}

.button {
    color: #FFF;
    border-radius: 50px;
    height: 50px;
    width: 175px;
    text-align: center;
}

.icon {
    background-size: 15px;
    background-position: left center;
    background-color: #000;
}

.hidden {
    display: none;
}

.desk {
    display: inherit;
}

.mobile {
    display: none;
}

/* Styles for screen 515px and lower */
@media only screen and (max-width : 500px) {
    .desk {
        display: none;
    }

    .mobile {
        display: inherit;
    }
}
