body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

a {
    color: #575756;
}

.adsbygoogle {
    width: 800px;
    height: 300px;
}

#canvas {
    position: absolute;
    top: 95px;
    width: 540px;
    height: 360px;
}

.logo-text {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .7px;
    padding-left: 7px;
    padding-top: 5px;
}

.top-img {
    width: 35px;
    margin-right: 5px;
}

a:hover {
    text-decoration: none;
}

.logo {
    width: 250px;
    height: 64px;
    display: flex;
    align-items: center;
}
.footer-link {
    display: flex;
    align-items: center;
}
.logo_footer {
    width: 101px;
}
.footer_title {
    position: absolute;
    left: 90px;
    font-size: 30px;
    font-weight: 700;
}
header {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    height: 64px;
    padding: 0 .75rem;
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.settings {
    display: flex;
    margin: 15px 0;
}

.upload {
    cursor: pointer;
}

.upload-section {
    margin: 20px 0;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigation a {
    display: flex;
    align-items: center;
    margin-right: 25px;
    height: 64px;
}

.downloads img {
    width: 100%;
}

.hidden-menu {
    display: none;
}

/*SWITCHES*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*END SWITCHES*/

.box {
    text-align: center;
    padding: 50px;
    width: 100%;
    border: 4px dashed #292b2c;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

input#file-5 {
    display: none;
}

/* style 4 */

.inputfile-4 + label {
    color: #292b2c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #292b2c;
    text-decoration: underline;
}

md-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    /*background-color: #722040;*/
}

.inputfile-4 + label svg {
    width: 100px;
    height: 100px;
    fill: #ccc;
}

/* style 5 */

.inputfile-5 + label {
    color: #ccc;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #ccc;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #ccc;
}

.prev.slick-arrow {
    left: -65px;
    top: 35%;
    position: absolute;
    width: 70px;
    height: 45px;
    cursor: pointer;
}

.photo-section {
    background-color: #f7f7f7;
    padding-top: 50px;
}

.names {
    font-size: 18px;
    margin-right: 15px;
}

.slick-arrow img {
    width: 100%;
}

.filters-sections {
    background-color: #efefed;
}

.filters-sections h4 {
    padding: 25px 15px 15px 15px;
    margin: 0;
}

.next {
    right: -65px;
    top: 35%;
    position: absolute;
    width: 70px;
    height: 45px;
    cursor: pointer;
}

.slick-list {
    /*padding-left: 15px !important;*/
}

.hidden {
    display: none !important;
}

.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    background-image: url(./images/select.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.active .bottom-title {
    z-index: 999;
}

.main-img-container {
    position: relative;
    margin: 35px 0;
}

.main-img {
    width: 100%;
}

.load:after {
    background-image: url(./images/loader.svg);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .5);
    background-position: center;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.style-loader {
    background-image: url(./images/loader.svg);
    text-align: center;
    height: 120px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 200px;
    display: block;
}

.card-slide {
    cursor: pointer;
    width: 178px;
    height: 203px;
    background-color: #fff;
    position: relative;
    margin: 10px auto;
    padding: 2%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/*@media (max-width: 768px) {*/
    /*.card-slide {*/
        /*width: 205px;*/
        /*height: 240px;*/
    /*}*/
/*}*/

.active .bottom-title {
    background: none;
}

.bottom-title {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 3px 0;
    font-size: 18px;
}
.jssocials-share-link { border-radius: 50%; }
.card-content img {
    height: 100%;
    left: 0;
    top: 0;
    background: #e6ecd3;
    display: flex;
    position: absolute;
    width: 100%;
    border: none;
}
/*#share-buttons img {*/
    /*width: 35px;*/
    /*padding: 5px;*/
    /*border: 0;*/
    /*box-shadow: 0;*/
    /*display: inline;*/
/*}*/

#stylesContainer a img {
    width: 30px;
    position: absolute;
    top: 22px;
    left: 0px;
    cursor: pointer;
}

.active {
    background-color: #6e6e6e;
    color: #fff;
    background-image: url(./images/select.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.active img {
    /*display: none !important;*/
}

.private-policy {
    margin-left: 90px;
    padding-top: 10px;
    display: block;
}

/*.hand {*/
/*width: 300px;*/
/*height: 300px;*/
/*}*/

.downloads {
    margin-top: 15px;
    text-align: right;
    width: 100%;
}

.downloads a {
    margin-bottom: 17px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.icons {
    /*display: flex;*/
    /*align-items: flex-end;*/
    /*justify-content: center;*/
}

.footer-add img {
    width: 40px;
}

.arrow {
    width: 300px;
    /*height: 400px;*/
}

.footer-add {
    display: flex;
    align-items: center;
}

.main {
    background-color: #F7F7F7;
}

.additional {
    padding: 0 40px 25px 40px;
    background-color: #EFEFED;
}

.additional-bottom {
    background-color: #E2E2E0;
    /*margin-top: 55px;*/
}

.filters-sections {
    background-color: #efefed;
    padding-bottom: 50px;
}

.additional-bottom h3 {
    margin: 0;
    text-align: center;
    font-size: 50px;
    padding: 35px 0 10px 0;
}

footer {
    background-color: #F7F7F7;
    padding: 15px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.additional-download {
    cursor: pointer;
    margin-bottom: 0 !important;
}

.mode {
    display: flex;
    align-items: center;
    width: 50%;
}

.intense {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-logo {
    position: relative;
    float: left;
    width: 270px;
}

.footer-logo .text {
    position: absolute;
    top: 45px;
    left: 90px;
}

.right {
    float: right;
}

@media (max-width: 460px) {
    .card-slide {
        width: 150px;
        height: 150px;
    }

}

@media (max-width: 567px) {
    footer {
        padding: 15px 0;
    }
}

@media (max-width: 768px) {
    .navigation a {
        margin-right: 10px;
    }
}

@media (max-width: 450px) {
    .footer-logo {
        float: none;
    }

    .right {
        margin-top: 15px;
        float: none;
    }
}

