@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
#bg,
#bg div {
    height: 100%;
    top: 0;
    left: 0
}
.center-horizontal {
  text-align: center !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
pre code,
section {
    display: block
}

form .message,
input[type=text],
input[type=password],
input[type=email],
select {
    height: 2.75em
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

blockquote,
p,
pre {
    margin: 0 0 2em
}

blockquote,
em,
i {
    font-style: italic
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    -webkit-text-size-adjust: none;
    -ms-overflow-style: scrollbar;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #000
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-ms-viewport {
    width: device-width
}

body,
html {
    overflow-x: hidden
}

@media screen and (max-height:640px) {
    body,
    html {
        height: auto;
        min-height: 100%
    }
}

body.normal>* {
    position: relative;
    z-index: 2
}

body.is-loading *,
body.is-loading:after,
body.is-loading:before {
    -moz-animation: none!important;
    -webkit-animation: none!important;
    -ms-animation: none!important;
    animation: none!important;
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -ms-transition: none!important;
    transition: none!important
}

#bg {
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    opacity: .25;
    position: fixed;
    width: 100%;
    z-index: 1
}

#bg div {
    -moz-transition: opacity 3s ease, visibility 3s;
    -webkit-transition: opacity 3s ease, visibility 3s;
    -ms-transition: opacity 3s ease, visibility 3s;
    transition: opacity 3s ease, visibility 3s;
    background-size: cover;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 150%
}

#bg div.visible {
    -moz-animation: bg 45s linear infinite;
    -webkit-animation: bg 45s linear infinite;
    -ms-animation: bg 45s linear infinite;
    animation: bg 45s linear infinite;
    opacity: 1;
    visibility: visible;
    z-index: 1
}

#bg div.visible.top {
    z-index: 2
}

@media screen and (max-width:1280px) {
    #bg div.visible {
        -moz-animation: bg 29.25s linear infinite;
        -webkit-animation: bg 29.25s linear infinite;
        -ms-animation: bg 29.25s linear infinite;
        animation: bg 29.25s linear infinite
    }
}

@media screen and (max-width:736px) {
    #bg div.visible {
        -moz-animation: bg 18s linear infinite;
        -webkit-animation: bg 18s linear infinite;
        -ms-animation: bg 18s linear infinite;
        animation: bg 18s linear infinite
    }
}

#bg div:only-child {
    -moz-animation-direction: alternate!important;
    -webkit-animation-direction: alternate!important;
    -ms-animation-direction: alternate!important;
    animation-direction: alternate!important
}

body.is-loading #bg {
    opacity: 0
}
.img-responsive {
    width: 100%;
    height: auto;
}
@-moz-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@-webkit-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@-ms-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

body,
input,
select,
textarea {
    color: rgba(255, 255, 255, .75);
    font-family: Roboto, sans-serif;
    font-size: 16pt;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.65em
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: #fff;
    font-weight: 700
}

@media screen and (max-width:1680px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt
    }
}

@media screen and (max-width:1280px) {
    body,
    input,
    select,
    textarea {
        font-size: 11pt
    }
}

@media screen and (max-width:980px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt
    }
    header br {
        display: none
    }
}

@media screen and (max-width:736px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt
    }
}

@media screen and (max-width:480px) {
    body,
    html {
        min-width: 320px
    }
    body,
    input,
    select,
    textarea {
        font-size: 12pt
    }
}

a {
    -moz-transition: border-bottom-color .2s ease, color .2s ease;
    -webkit-transition: border-bottom-color .2s ease, color .2s ease;
    -ms-transition: border-bottom-color .2s ease, color .2s ease;
    transition: border-bottom-color .2s ease, color .2s ease;
    color: #DB0058;
    text-decoration: none
}

a:hover {
    border-bottom-color: transparent;
    color: #DB0058!important;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1em;
    margin: 0 0 1em
}

h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none
}

h1 {
    line-height: 1.25em
}

h2 {
    font-size: 1.75em
}

h3 {
    font-size: 1.35em
}

h4 {
    font-size: 1.1em
}

h5 {
    font-size: .9em
}

h6 {
    font-size: .7em
}

sub,
sup {
    font-size: .8em;
    position: relative
}

sub {
    top: .5em
}

sup {
    top: -.5em
}

code,
pre {
    font-family: "Courier New", monospace;
    font-size: .9em
}

blockquote {
    border-left: solid 8px rgba(255, 255, 255, .35);
    padding: .5em 0 .5em 2em
}

code {
    background: rgba(255, 255, 255, .125);
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, .35);
    margin: 0 .25em;
    padding: .25em .65em
}

pre {
    -webkit-overflow-scrolling: touch
}

.icon:before,
.select-wrapper:before,
form .message:before,
input[type=radio]+label:before,
input[type=checkbox]+label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    text-transform: none!important
}

pre code {
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto
}

hr {
    border: 0;
    border-bottom: solid 2px rgba(255, 255, 255, .35);
    margin: 2em 0
}

hr.major {
    margin: 3em 0
}

article.special,
section.special {
    text-align: center
}

header p {
    color: rgba(255, 255, 255, .5);
    position: relative;
    margin: 0 0 1.5em
}

header h2+p {
    font-size: 1.25em;
    margin-top: -1em;
    line-height: 1.5em
}

header h3+p {
    font-size: 1.1em;
    margin-top: -.8em;
    line-height: 1.5em
}

header h4+p,
header h5+p,
header h6+p {
    font-size: .9em;
    margin-top: -.6em;
    line-height: 1.5em
}

ol,
ul {
    margin: 0 0 2em
}

@media screen and (max-width:736px) {
    header br {
        display: inline
    }
}

@media screen and (max-width:480px) {
    header br {
        display: none
    }
}

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative
}

.icon:before {
    font-weight: 400
}

.icon>.label {
    display: none
}

ol {
    list-style: decimal
}

ul {
    list-style: disc
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    padding-top: 2em;
    text-align: center
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0
}

ul.icons li:last-child {
    padding-right: 0
}

ul.icons li .icon:before {
    font-size: 2.25em
}

ul.icons li a {
    color: inherit
}

form {
    margin: 0 0 2em
}

form .message {
    text-decoration: none;
    -moz-transition: opacity .2s ease-in-out, -moz-transform .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out, -ms-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    line-height: 2.75em;
    opacity: 0
}

form .message:before {
    font-weight: 400;
    margin-right: .5em
}

.left_F,
.left_T,
label {
    font-weight: 700
}

form .message.visible {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

form .message.success {
    color: #DB0058
}

form .message.success:before {
    content: '\f00c'
}

form .message.failure {
    color: #ff2361
}

form .message.failure:before {
    content: '\f119'
}

label {
    color: #fff;
    display: block;
    font-size: .9em;
    margin: 0 0 1em
}

@-moz-keyframes focus {
    0%,
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }
}

@-webkit-keyframes focus {
    0%,
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }
}

@-ms-keyframes focus {
    0%,
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }
}

@keyframes focus {
    0%,
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025)
    }
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: border-color .2s ease, background-color .2s ease;
    -webkit-transition: border-color .2s ease, background-color .2s ease;
    -ms-transition: border-color .2s ease, background-color .2s ease;
    transition: border-color .2s ease, background-color .2s ease;
    background-color: transparent;
    border-radius: 6px;
    border: none;
    border: 2px solid rgba(255, 255, 255, .35);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%
}

input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
    -moz-animation: focus .1s;
    -webkit-animation: focus .1s;
    -ms-animation: focus .1s;
    animation: focus .1s;
    background-color: rgba(255, 255, 255, .125);
    border-color: #DB0058;
}

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative
}

.select-wrapper:before {
    font-weight: 400;
    color: rgba(255, 255, 255, .35);
    content: '\f078';
    display: block;
    height: 2.75em;
    line-height: 2.75em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.75em
}

.select-wrapper select::-ms-expand {
    display: none
}

textarea {
    padding: .75em 1em
}

input[type=radio],
input[type=checkbox]:not(.menu) {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1
}

input[type=radio]+label,
input[type=checkbox]:not(.menu)+label {
    text-decoration: none;
    color: rgba(255, 255, 255, .75);
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    position: relative
}

input[type=radio]+label:before,
input[type=checkbox]:not(.menu)+label:before {
    font-weight: 400;
    content: '';
    display: inline-block;
    height: 1.65em;
    left: 0;
    line-height: 1.58125em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.65em
}

input[type=radio]:checked+label:before,
input[type=checkbox]:not(.menu):checked+label:before {
    background: #DB0058;
    border-color: #DB0058;
    color: #fff;
    content: '\f00c'
}

input[type=radio]:focus+label:before,
input[type=checkbox]:not(.menu):focus+label:before {
    border-color: #DB0058;
    box-shadow: 0 0 0 2px #DB0058
}

input[type=checkbox]:not(.menu)+label:before {
    border-radius: 6px
}

input[type=radio]+label:before {
    border-radius: 100%
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)!important;
    opacity: 1
}

:-moz-placeholder {
    color: rgba(255, 255, 255, .5)!important;
    opacity: 1
}

::-moz-placeholder {
    color: rgba(255, 255, 255, .5)!important;
    opacity: 1
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)!important;
    opacity: 1
}

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

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
    background-color: #b03567;
    border-radius: 6px;
    border: 0;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 2.125em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

#footer .copyright a,
#header a {
    color: inherit
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    background-color: #FF1D78
}

.button:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
    background-color: #199e83
}

.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled {
    opacity: .5
}

#header h1 {
    font-size: 3.25em;
    margin: 0 0 .55em
}

#header p {
    font-size: 1em;
    line-height: 1.65em
}

@media screen and (max-width:736px) {
    #header h1 {
        font-size: 2em
    }
    #header p {
        font-size: 1em
    }
}

@media screen and (max-width:480px) {
    #header {
        margin: 0 0 1em
    }
    #signup-form,
    #signup-form2 {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #signup-form2>*,
    #signup-form>* {
        margin: 1.25em 0 0
    }
    #signup-form .message,
    #signup-form2 .message {
        bottom: -1.5em;
        font-size: .9em;
        height: 1em;
        left: 0;
        line-height: inherit;
        margin-top: 0;
        position: absolute
    }
    #signup-form input[type=submit],
    #signup-form2 input[type=submit] {
        width: 100%
    }
}

#footer {
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: .5
}

#footer .icons {
    margin: 0 0 .5em
}

#footer .copyright {
    font-size: .8em;
    list-style: none;
    padding: .5em .5em;
    text-align: right;
    width: 10em;
    margin: 0 auto
}

#footer .copyright li {
    border-left: solid 1px rgba(255, 255, 255, .25);
    display: inline-block;
    line-height: 1em;
    margin: 0 0 0 .75em;
    padding: 0 0 0 .75em
}

#footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0
}

#footer:hover {
    opacity: 1
}

#footer>:last-child {
    margin-bottom: 0
}

#header_center {
    width: 90%;
    margin: 8em auto 0;
    padding: 8em 0 0;
    text-align: center
}

.left,
.right {
    text-align: justify
}

h1 {
    margin: 0 auto
}

.right {
    float: right;
    width: 20%
}

.left,
.left_T {
    padding: 1em;
    width: 33%;
    float: left
}

#intro,
.left_F,
.left_T,
body>h1.big,
body>h1.small {
    text-align: center
}

.left_T {
    margin: 0;
    color: #fff
}

.left_F {
    padding: 0 1em 1em;
    margin: 0 0 1em;
    float: left
}

.arrow a {
    color: #fff;
    text-decoration: none important!
}

.arrow {
    margin: .2em auto 4em;
    border-color: inherit;
    width: 5em;
    height: 5.5em;
    line-height: 4.5em;
    padding: 0;
    background-image: url(/images/dark-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10em;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    transition: all .2s ease-in-out;
    -webkit-appearance: none important!;
    -webkit-transition: all .2s ease-in-out;
    display:block;
}

#form_contact,
#intro,
.row {
    margin: 0 auto
}

.arrow:hover {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 60px
}

#intro {
    width: 90%;
	margin: 0 auto;
}

.row {
    width: 80%;
}

header#header_center img {
    width: 25em;
    height: auto;
    max-width: 500px;
    padding: 0 0 0 .5em
}

header#header_center h1 {
    float: left;
    text-align: center
}

body>h1.big {
    display: block
}

body>h1.small {
    display: none;
    width: 100%
}

@media screen and (max-width:1102px) {
    div.left section.first header h2,
    div.left section.last header h2,
    div.left section.middle header h2 {
        min-height: 84px
    }
    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
        margin: 0 auto;
        padding-top: 2em
    }
    ul.icons li {
        display: inline-block;
        padding: 0 1em 0 0
    }
    ul.icons li:last-child {
        padding-right: 0
    }
    ul.icons li .icon:before {
        font-size: 25px
    }
    ul.icons li a {
        color: inherit
    }
}

@media screen and (max-width:800px) {
    div.left,
    h1 {
        text-align: center
    }
    body>h1.big {
        display: none
    }
    body>h1.small {
        display: block
    }
    div.left {
        float: none;
        width: 99%
    }
    h1 {
        max-width: 500px;
        padding: 0 .5em
    }
    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
        margin: 0 auto;
        padding-top: 2em
    }
    ul.icons li {
        display: inline-block;
        padding: 0 1em 0 0
    }
    ul.icons li:last-child {
        padding-right: 0
    }
    ul.icons li .icon:before {
        font-size: 25px
    }
    ul.icons li a {
        color: inherit
    }
}

@media screen and (max-width:640px) {
    body>h1.big {
        display: none
    }
    body>h1.small {
        display: block
    }
    header#header_center img {
        max-width: 500px;
        padding: 0 1em 0 .5em
    }
    #header_center {
        width: 400px;
        margin: 0 auto;
        padding: 1em 0 0
    }
    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
        margin: 0 auto;
        padding-top: 2em
    }
    ul.icons li {
        display: inline-block;
        padding: 0 1em 0 0
    }
    ul.icons li:last-child {
        padding-right: 0
    }
    ul.icons li .icon:before {
        font-size: 25px
    }
    ul.icons li a {
        color: inherit
    }
}

h1 {
    font-size: 2em
}

@media screen and (max-width:512px) {


}

@media screen and (max-width:400px) {
    body>h1.big {
        display: none
    }
    body>h1.small {
        display: block
    }
    h1 {
        font-size: 1.8em
    }
    header#header_center img {
        width: 100%
    }
    #header_center {
        width: 90%;
        margin: .5em auto 0;
        /*padding: 6em 0 0*/
    }
    .left_F {
        padding: 0 1em 1em;
        float: left;
        text-align: center;
        font-weight: 700
    }
    ul.icons {
        cursor: default;
        list-style: none;
        padding-left: 0;
        margin: 0 auto;
        padding-top: 2em
    }
    ul.icons li {
        display: inline-block;
        padding: 0 1em 0 0
    }
    ul.icons li:last-child {
        padding-right: 0
    }
    ul.icons li .icon:before {
        font-size: 25px
    }
    ul.icons li a {
        color: inherit
    }
}

/* Login Form */

	#login-form{
		padding: 1.5em;

	}

	#login-form input {
		float: left;
		width: 10em;
		margin: 0em 0.2em;
		border-radius: 25px;
	}

	#login-form input:focus { color: #fff; }

/* Label */

	#login-form label{
		float: right;
		margin: 0em 0.2em;
		border-radius: 25px;
	    font-size: 1.2em;
        padding: 0.5em;
	}

  @media screen and (max-width:700px) {
    #login-form input {
      width: 10em;
      border-radius: 25px;
      margin: 7px auto;
      clear: both;
      display: block;
  }
}

.login-form-home{
  width: 300px;
  margin:0 auto;
  /*float: right;*/
}

/* Admin Panel */

	#admin_panel{
		    width: 15%;
			float: left;
			margin: 0.5em 0 0 2em;
	}

/* pic */

	.pic{
		    border-radius: 2em 0em 1em 1em;
			background-color: rgba(219, 0, 88, 0.46);
			box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.79);
	}

	.pic img{
			width:100%;
	}

	.section-text{
			padding:1em;
	}

	.first{
		text-align:center;
	}
		.middle{
		text-align:center;
	}
		.last{
		text-align:center;
	}

	.pic-caption.left-to-right {
		border-radius: 0em 0em 1em 1em;
	}
	.pic-caption.top-to-bottom {
		border-radius: 0em 0em 1em 1em;
		}
	.pic-caption.right-to-left{
		border-radius: 0em 0em 1em 1em;
	}

	.pic-caption.left-to-right p{
			color: rgba(64, 62, 62, 0.69);
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	}
	.pic-caption.top-to-bottom  p{
			color: rgba(64, 62, 62, 0.69);
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
		}
	.pic-caption.right-to-left  p{
			color: rgba(64, 62, 62, 0.69);
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	}

	.pic-caption.left-to-right p:hover{
			color: black!important;
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	}
	.pic-caption.top-to-bottom  p:hover{
			color: black!important;
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
		}
	.pic-caption.right-to-left  p:hover{
			color: black!important;
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	}

	.pic-caption.left-to-right p a{
			color: rgba(64, 62, 62, 0.69);
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	}
	.pic-caption.top-to-bottom  p a{
			color: rgba(64, 62, 62, 0.69);
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
		}
	.pic-caption.right-to-left  p a{
			color: rgba(64, 62, 62, 0.69);
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	}

	.pic-caption.left-to-right p a:hover{
			color: black!important;
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	}
	.pic-caption.top-to-bottom  p a:hover{
			color: black!important;
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
		}
	.pic-caption.right-to-left  p a:hover{
			color: black!important;
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	}

	.pic-title a:hover{
			color: black!important;
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	}

		.pic-title p a:hover{
			color: black!important;
			text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	}

	.left_2elements{
		    padding: 1em;
			width: 50%;
			float: left

	}
