body {
    background-color: black;
    background-color: rgba(78, 102, 130, 1);
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.formerize-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.wrapper.style1 ::-webkit-input-placeholder {
    color: #fbb5b5 !important;
}

.wrapper.style1 :-moz-placeholder {
    color: #fbb5b5 !important;
}

.wrapper.style1 ::-moz-placeholder {
    color: #fbb5b5 !important;
}

.wrapper.style1 :-ms-input-placeholder {
    color: #fbb5b5 !important;
}

.wrapper.style1 .formerize-placeholder {
    color: #fbb5b5 !important;
}

#footer ::-webkit-input-placeholder {
    color: gray !important;
}

#footer :-moz-placeholder {
    color: gray !important;
}

#footer ::-moz-placeholder {
    color: gray !important;
}

#footer :-ms-input-placeholder {
    color: gray !important;
}

#footer .formerize-placeholder {
    color: gray !important;
}

.bg-orange {
    background-color: orange;
}

.bg-purple {
    background-color: purple;
}

.bg-red {
    background-color: red;
}

.bg-blue {
    background-color: blue;
}

.adquizition-purple-color {
    color: #8c88ff;
}

.adquizition-purple-bg-color {
    background-color: #8c88ff;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: gray;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: gray;
}

.shadow-text {
    text-shadow: 1px 1px 2px black;
}

ul li small {
    color: #868686;
    font-size: 10px;
}

.thumbList li {
    display: inline-block;
    margin: 3px;
}

.thumbList li a {
    display: block;
    border: solid 1px #63acff;
}

.bg-img:before {
    opacity: 0.5;
}

.box {
    background: rgba(0, 0, 0, 0.8);
    /*	background-color: white;
	color: #222222;*/
}

ul {
    list-style: none;
}

body {}

footer .footer_logo {
    margin-top: 0px;
    font-size: 22px;
}

#footer {
    background-color: rgba(149, 194, 202, 0.57);
    background-color: rgba(78, 102, 130, 1);
}

#header.alt {
    background-color: rgba(149, 194, 202, 0.57);
    background-color: rgba(78, 102, 130, 1);
}

.center {
    text-align: center;
}