a {
    color: #252d40; }
a:hover {
    color: #303f63; }
a.disabled {
    color: #c9c9c9;
    cursor: default;
    opacity: 0.7;
    box-shadow: none;
}
hr.row {
    margin: 1rem auto;
    border-top: 1px solid #252d40; }
#wrapper {
    min-height: 100%;
    position: relative; }
#container {
    padding-bottom: 200px; }
/*  START : Header */
#header {
    padding: 1.5rem 0;
    background-color: white;
    max-width: none;
    color: #2f3c52;
}
#header a {
    color: inherit;
}
.logo {
    height: auto;
    width: auto; }
.button {
    background-color: #252d40;
    margin-top: 10px; }
.button:hover, .button:focus {
    background-color: #303f63; }
.login {
    padding-top: 2px; }
.button.border {
    background-color: #fff;
    color: #303f63;
    border: 1px solid #303f63; }
.button.border:hover {
    background-color: #303f63;
    color: white; }
.logout .name {
    text-transform: uppercase; }
.menu {
    text-align: center; }
.menu a.active,
.logout a.active {
    padding: 0 5px;
    border-bottom: 2px solid #2f3c52; }
#small-menu {
    margin-top: 1.7rem;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #303f63; }
#small-menu li a {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 100;
    color: #394253; }
.f-dropdown:after, .f-dropdown:before {
    display: none; }
/*  END : Header */

/* START : Log in and Sign up */
.close {
    text-align: right;
    font-size: 2rem;
    top: 0; }
.reveal-modal .close-reveal-modal {
    font-size: 2rem;
    font-weight: normal;
    color:  #303f63}
li.alert {
    list-style: none; }
.error {
    color: #303f63; }
/* END : Log in and Sign up */
/*  START : Footer */
#footer {
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    background-color: #252d40;
    text-align: center; }
#footer .row {
    padding-top: 15px; }
#footer p {
    color: #fff;
    font-weight: lighter; }
#footer a {
    color: #fff;
    font-weight: lighter; }
#footer a:hover {
    color: #252d40; }
.fotter-links a {
    padding: 15px;
}
#signup-footer {
    background-color: white;
    padding: 20px;
}
#signup-footer .information {
    font-size: 1.5rem;
}
#footer-signup-button {
    font-weight: bold;
}
/*  END : Footer */

/*  START : Index page */
/* Upload */
.hideMe {
    display: none; }
.content h2,
.content h3 {
    text-transform: uppercase;
    color: #303f63;
    font-weight: lighter;
    padding-bottom: 2rem; }
.content h3 {
    padding-top: 4rem; }
.fileUpload {
    position: relative;
    overflow: hidden;
}
.bottom-border {
    border-bottom: 2px solid #303f63;
    font-weight: lighter; }
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 6rem;
    font-size: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
.fileUpload p {
    font-size: 0.8rem;
    color: white;
    text-align: left;
    margin-top: 2rem;
    margin-left: 2.5rem; }
.tabs .tab-title > a {
    display: inline;
    padding: 0.4rem 2rem;
    color: #303f63; }
.upload .tabs .tab-title > a {
    background-color: #fff; }
.upload .tabs .tab-title > a:hover {
    background-color: #252d40; }
.tabs .tab-title.active a {
    background-color: #303f63;
    color: #fff; }
.tabs .tab-title.active a:hover {
    background-color: #303f63; }
.progress-bar {
    height: 5px;
    width: 0%;
    transition: width 1s ease-in-out;
}
.progress-bar.active {
    background: #252d40;
}
.progress-bar.success {
    background: green;
}
.progress-bar.failure {
    background: red;
}
#pluss {
    font-size: 1.4rem; }
@media only screen and (max-width: 40.0625em) { /* Small screen */
    .fileUpload p {
        text-align: center; }
}
@media only screen and (max-width: 64.0625em) { /* Medium screen */
    .upload {
        padding-left: 1.5rem; }
    .fileUpload p {
        margin-left: 0.5rem; }
}
.hideMe {
    display: none; }
#selectedFiles .close {
    font-size: 2rem;
    color: #bbb; }
#selectedFiles .row {
    padding: 1rem 0;
    border-bottom: 1px solid #ddd; }
#selectedFiles .medium-3 {
    float: left;
    text-align: left;
    padding-top: 1rem; }
#selectedFiles img {
    display: block;
    width: auto;
    height: 100px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
#selectedFiles p {
    display: none;
    position: absolute;
    top: 40px;
    background: rgba(255,255,255, 0.8);
    width: 100%; }
#selectedFiles img:hover + p {
    display: block; }
#selectedFiles h6 {
    padding-left: 1rem; }
#main-button, #footer-signup-button {
    background-color: #ca1913;
    background: linear-gradient(#d6423e, #ca1913);
    border: 1px solid #b90601;
    border-radius: 3px;
}
.uploader-input {
    border-radius: 3px;
}
#form {
    background: 
        linear-gradient(
          rgba(47, 60, 82, 0.6), 
          rgba(47, 60, 82, 0.6)
        ), 
        url("/img/main_page_clouds_2.jpg") center no-repeat;
    background-size: cover;
}
#upload-bar a {
    color: white;
}
#upload-bar a {
    color":;
}
/* Share */
.share label {
    color: white;
    text-align: left; }
.share select {
    background-color: #fff;
    border-color: #303f63; }
.content {
    text-align: center; }
/* Discover */
.background-img {
    position: relative;
    float: left;
    margin-bottom: 1rem; }
.background-img img {
    width: 100%;
    height: auto; }
.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,119,158, 0);
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
.background-img:hover .img-overlay {
    background-color: rgba(0,119,158, 0.6); }
h2.image-name {
    margin-top: 50%;
    color: rgba(255, 255, 255, 0);
    text-transform: capitalize;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out; }
.background-img:hover h2.image-name {
    color: rgba(255, 255, 255, 1); }
@media only screen and (max-width: 64.0625em) { /* Medium screen */
    h2.image-name {
        font-size: 1.4rem; }
}
@media only screen and (max-width: 40.0625em) { /* Small screen */
    .img-overlay-small {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0,119,158, 0.3);*/ }
    h2.image-name-small {
        margin-top: 0;
        color: #303f63;
        text-transform: capitalize;
        font-size: 3rem;
        font-weight: 200; }
}
.filename {
    color: white;
}
.add-files {
    color: #ca1913 !important;
    font-weight: bold;
}
.add-files:hover {
    color: #d6423e !important;
}

/* END : Index page */

/* START : Image info page */
.img-info {
    margin-top: 2rem;
    margin-bottom: 2rem; }
/* Single image */
#single-image {
    text-align: center; }
#single-image img {
    height: auto;
    max-height: 35rem; }
.back, .next {
    padding: 0.5rem; }
#imgModal {
    text-align: center;
    border:none;
    box-shadow: none;
    background-color: rgba(0,0,0,0.7); }
/* Image info */
.img-info .tooltipe label {
    font-size: 80%; }
.share-link {
    font-weight: bold;
}
.img-info .tooltipe input {
    height: 35px;
    margin-bottom: 4px;
    border-radius: 3px; }
.description.tooltipe {
    padding: 2px 0;
    color: #394253;
}
.img-info .description select {
    background-color: #fff;
    height: 25px;
    font-size: 0.8rem;
    padding: 0px;
    padding-left: 5px;
    margin-bottom: 4px; }
.img-info .link {
    height: 27px; }
.img-info .link .left {
    padding-top: 2px;
    margin-top: 2px; }
.img-info .right {
    text-align: left; }
.description {
    padding: 0;
    font-size: 80%; }
h3.description {
    text-align: center;
    font-size: 110%;
    text-transform: uppercase; }
h3.header {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    color: #394253;
}
.downloader-container {
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.downloader-container > div, .border-button {
    text-align: center;
    border: 1px solid #394253;
    color: #394253;
    padding: 9px 12px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
}
.border-button.signup {
    margin-right: 0;
    background-color: #ca1913;
    border-color: #b90601;
    color: white !important;
    font-weight: bold;
}
.border-button.login {
    margin-left: 3px;
    font-weight: bold;
}
#header .border-button {
    display: inline;
}
a.download {
    color: #000;
}
#file-title {
    font-weight: bold;
    text-align: center;
    color: #394253;
}
#file-title div:not(.left-spacer) {
    float: right;
    padding: 5px 10px;
    margin-right: 2px;
    background-color: #394253;
    color: white;
    border-radius: 1px;
}
#file-title div.left-spacer {
    padding: 1px 100px 0 0;
    float: left;
}
.main-image {
    margin: auto;
    margin-top:18px;
}

.switch-images {
    padding-left: 5px;
}

.scroll {
    position: relative;
    bottom: 75px;
    padding: 5px 10px;
    margin-right: 2px;
    background-color: #394253;
    color: white;
    border-radius: 1px;
    opacity: 0.7;
}
.scroll:hover, .scroll:focus {
    opacity: 0.9;
    color: white;
}
#update-form a {
    color: #c81a11;
    text-decoration: underline;
}
.link-preview {
    color: #252d40;
}
/* Image thumbnales */
.th.active {
    border: solid 4px #252d40;
    box-shadow: 0 0 0 1px #252d40;}
.separator {
    border-bottom: 1px solid #bbb;
    margin: 20px 0;
}
/* END : Image info page */

/* START : Discover */
.nav-bar span {
    padding: 0 1rem;
    float: left; }
.discover h4 a {
    color: #545454; }
.discover h4 .active {
    border-bottom: 2px solid #303f63; }
#category-Modal a {
    color: #303f63;
    padding: 0 5px; }
.discover h4 a:hover,
#category-Modal a:hover {
    border-bottom: 2px solid #303f63; }
.discover h4 {
    font-size: 1rem; }
.users-images img, .discover img {
    width: 100%;
    height: auto;
    padding: 0.6rem 0; }
.discover .f-dropdown li a {
    text-align: center;
    padding: 0.3rem; }
/* Pagination */
ul.pagination {
    display: inline-block;
    margin-top: 2rem; }
.pagination .active {
    border-radius: 5px;
    background: #ddd;
    padding: 0 8px; }
/* END : Discover */

/* START : Users */
.user, .album {
    border: 1px solid #ddd;
    padding: 0.6rem;
    width: 23%;
    margin: 1%;
    text-align: center; }
.user:hover, .album:hover {
    border: 1px solid #303f63; }
.album p {
    text-align: center; }
@media only screen and (max-width: 64.0625em) { /* Medium screen */
    .user, .album {
        width: 30%; }
}
@media only screen and (max-width: 40.0625em) { /* Small screen */
    .user, .album {
        width: 48%; }
}
.users-profile h2,
.users-profile h3 {
    text-align: center; }
.users-profile h2 {
    text-transform: uppercase; }
.users-menu.active, .users-menu:hover {
    border-bottom: 2px solid #303f63; }
.no-images {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 9rem; }
.no-images p {
    font-size: 1.5rem; }
/* END : Users */

/* START : LOGED IN index page */
.logout {
    padding: 0 5px;
    text-align: center;
}
.f-dropdown {
    text-align: right;
    padding: 10px; }

/* My Account */
.my-account .left {
    text-align: right; }
.my-account form {
    padding-top: 2rem; }
.button.change {
    background-color: rgba(43, 61, 82, 0.75); }
#delete.reveal-modal {
    text-align: center; }

/* START : About */
.mainform {
    text-align: left; }
.mainform p {
    font-size: 0.8rem;
    line-height: 1rem; }
.about .block {
    border: 1px solid #ddd;
    padding: 15px; }
.about .tabs .tab-title.active a span,
.about .tabs .tab-title > a:hover span {
    border-bottom: 2px solid #303f63;
    color: #303f63; }
.about .tabs .tab-title > a,
.about .tabs .tab-title > a:hover {
    background-color: #fff; }

/*
    END : About
*/

/* Citām lapām */
#edit {
    height: 10px;
    padding-top: 0.2rem;
    padding-bottom: 0.8rem; }