@charset "UTF-8";
*, *:before, *:after {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    min-width: 320px;
    height: 100%;
    font: 12px/1.25 'Varela Round', Arial, Helvetica, sans-serif;
    background: #fff;
    color: #808080;
}

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

body.locked:after {
    height: 100%;
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(255, 255, 255, 0.8);
}

body.lockedForPopup:after {
    height: 100%;
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(255, 255, 255, 0.8);
}

a {
    color: #0033CC;
    text-decoration: none;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    display: inline-flex;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.container {
    margin: 0 auto;
    max-width: 850px;
    overflow: hidden;
    padding: 0 15px;
}

.loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
}

.popup {
    display: none;
    z-index: 101;
    display: none;
    border: 7px solid #4088cb;
    position: fixed;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    text-align: center;
    top: 35%;
    /*right: 33%;*/
    /*bottom: 50%;*/
    left: 36%;
    -webkit-transform: translate(0, 0);
    padding: 10px 0;
}

.locked .loader {
    display: block;
}

.lockedForPopup .popup {
    display: block;
}

.columm-holder > .column {
    padding: 0px 5px;
    float: left;
    width: 50%;
}

.columm-holder {
    padding-top: 1%;
    overflow: hidden;
    margin: 0 -10px;
}

.wrapper .img-block {
    /*border: 7px solid #4088cb;*/
    border: 5px solid transparent;
    padding: 4px;
    margin: 0 0 18px;
}

.wrapper .img-block img,
.parameters-box .preview-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.form-control {
    display: block;
    width: 90% !important;
    /*height: 25px;*/
    padding: 5px 7px;
    line-height: 1.25;
    color: #192730;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a3a3a3;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0;
}

.form-control::-webkit-input-placeholder {
    color: #b3b3b3;
}

.form-control::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #b3b3b3;
}

.btn {
    min-width: 112px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .15s;
    font-family: "Varela Round", Arial, Helvetica, sans-serif;
    font: 15px/17px Arial, Helvetica, sans-serif;
    position: relative;
    margin: 0 6px 6px;
    letter-spacing: normal;
    border-radius: 0;
}

.btn-default {
    text-decoration: none;
    background: #ccc;
    border-color: #ccc;
}

body:not(.is-mobile) .btn-default:hover {
    color: #ccc;
    background-color: #fff;
}

.btn-default:active {
    background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover,
.btn-default.disabled:focus, .btn-default.disabled.focus,
.btn-default.disabled:active, .btn-default[disabled],
.btn-default[disabled]:hover, .btn-default[disabled]:focus,
.btn-default[disabled].focus, .btn-default[disabled]:active,
.btn-default[disabled].active {
    background-color: #293740;
    border-color: #979797;
}

.btn-success {
    background-color: #009ee2;
    border-color: #009ee2;

    margin-top: auto;
    height: 33px;
    width: 90%;
}

.btn-success:hover, .btn-success:active, .btn-success.active {
    color: #009ee2;
    background-color: #fff;
}

.btn-default:hover, .btn-default:active {
    color: #ccc;
    background-color: #fff;
}

.flyer-holder {
    margin-bottom: 20px;
    background: #f1f0f0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    display: inline-block;
    width: 100%;
}


.flyer-holder.disabled {
    opacity: 0.2;
}

.flyer-holder h2 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 8px;
    color: #009ee2;
}

.parameters-box {
    overflow: hidden;
}

.parameters-box .img-upload {
    border: 2px dashed #9d9d9d;
    float: left;
    width: 126px;
    height: 147px;
    text-align: center;
    background: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.preview-image {
    margin-top: auto;
}

.parameters-box .img-upload .preview-image {
    padding: 6px 6px 12px;
    cursor: pointer;
}

.parameters-box .upload-input {
    position: relative;
    margin: 0 0 26px;
}

.parameters-box .upload-input .form-control {
    padding: 5px 45px 5px 7px;
}

.parameters-box .upload-input .btn-upload {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 0;
    width: 37px;
    height: 40px;
    padding: 0;
    margin: 0;
}

.parameters-box .upload-input .btn-upload:after {
    content: '';
    margin: -10px 0 0 -7px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 16px solid #fff;
    transition: all .15s;
}

.parameters-box .upload-input .btn-upload:hover:after {
    border-left-color: #009ee2;
}

.parameters-box .holder {
    overflow: hidden;
    padding: 0 0 0 10px;
}

.btn-holder {
    margin: 2% 0 0px 0px;
    /*display: grid;*/
    letter-spacing: -0.31em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn-holder {
        margin: 2% 0 0px 0px;
        display: table-caption;
        letter-spacing: -0.31em;
    }

}

.img-holder .btn-holder {
    text-align: center;
    padding: 26px 10px;
}

.img-holder .btn-holder .btn {
    margin: 0 12px 24px;
}

/*Styling the input file button*/

.file_upload {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 1em; /* example */
    height: auto; /* example */
    line-height: 2em /* the same as height */
}

.file_upload .button {
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 8em; /* example */
    height: 100%;
    text-align: center /* example */
}

.file_upload input[type=file] {
    position: absolute;
    top: 0;
    opacity: 0
}

.file_upload > button {
    width: 90px;
    height: 40px;
    background: #293740;
    border: 1px solid #00b483;
    border-radius: 0px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #00b483;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file_upload:hover > button {
    background: #00b483;
    color: #293740;
}

.file_upload:active > button {
    background: #00b483;
    color: #293740;
}

/*_______________________________________________*/

/*Styling checkboxes/radio*/
.radio-holder,
.checkbox-holder {
    margin: 0 0 10px 0;
    position: relative;
}

.radio-holder input[type="radio"],
.checkbox-holder input[type="checkbox"] {
    display: none;
}

.radio-holder input[type="radio"] + label,
.checkbox-holder input[type="checkbox"] + label {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}

.radio-holder [type="radio"] + label:before,
.checkbox-holder input[type="checkbox"] + label::before {
    content: "";

    height: 18px;
    width: 18px;
    border: 1px solid #979797;
    background: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #009ee2;

}

.radio-holder [type="radio"] + label:before {
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 0;
}

.radio-holder [type="radio"] + label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #009ee2;
    display: none;
}

.radio-holder input[type="radio"]:checked + label::after {
    display: block;
}

.checkbox-holder input[type="checkbox"]:checked + label::before {
    content: "\2713";
}

.form-upload {
    dispplay: none;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0px;
    width: 0px;
}

/* progressbar loader */
.progress-bar {
    height: 15px;
    width: 350px;
    border-radius: 3px;
    border: 1px solid #a0a0a0;
}

.progress-bar span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    background-color: #e1e1e1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;
}

.stripes span {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .65) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, .65) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .65) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, .65) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .65) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, .65) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
    animation: animate-stripes 2s linear infinite;
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 0;
    }
}

/*welcome-title */
.welcome-title {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    padding: 47px 0 14px;
}

.welcome-title h1 {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 6px;
    color: #312d5a;
    font-weight: normal;
}

.welcome-title p {
    margin: 0 0 10px;
}

.welcome-title h1 span {
    text-transform: uppercase;
}

.welcome-title h1 span strong {
    color: #009ee2;
}

.logoThumb {
    width: auto !important;
    max-height: 85px !important;
    margin: auto !important;
    cursor: default;
}

.progress-bar-text {
    text-align: center;
    font-weight: bold;
    vertical-align: text-top;
    text-transform: uppercase;
}

/*copyright-info */
.footer {
    text-align: center;
    font-size: 14px;
    line-height: 0.3;
    padding: 5% 0 14px;
    font-weight: bold;
}

.footer h1 {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 6px;
    color: #312d5a;
    font-weight: normal;
}

.footer p {
    margin: 0 0 10px;
}

.footer a {
    text-decoration: blink;
    color: #009ee2;
}

.footer a:visited {
    color: #009ee2;
}

.footer span {
    text-transform: uppercase;
}

.footer h1 span strong {
    color: #009ee2;
}

/*inputs*/
.inputs-block {
    margin-right: -2%;
}

.inputs-block:after {
    content: '';
    display: block;
    clear: both;
}

.inputs-block .input-holder {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.inputs-block .input-holder .form-control {
    width: 100%;
    margin: 5px;
}

.input-holder {
    padding-bottom: 15px;
    letter-spacing: -0.31em;
}

.input-holder * {
    letter-spacing: normal;
}

.input-holder:last-child {
    padding-bottom: 0;
}

.input-holder .form-control {
    width: 78%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
}

.input-holder .btn {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.inputLabel {
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 8px;
    color: #009ee2;
}

.redInput {
    border-color: red;
}

/*---------Social networks Style---------*/
.social-holder {
    position: absolute;
    z-index: 10;
    padding: 5px;
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 166px;
    left: 58%;
    top: 85%;
    margin-left: -80px;
    transition: opacity 0.2s, visibility 0.2s;
    opacity: 0;
    visibility: hidden;
}

.social-holder:before {
    top: -6px;
    left: 50%;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px;
}

.social-networks li {
    /* float: left; */
    margin-left: 1px;
    padding: 4px;
}

.social-networks li:first-child {
    margin-left: 0;
}

.social-networks a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    transition: background .15s;
    padding: 2px;
    border-radius: 7px;
    border: 3px solid #4088cb;
}

.social-networks a:hover {
    text-decoration: none;
}

.social-networks a.facebook {
    background-color: #316896;
}

.social-networks a.facebook:hover {
    background-color: #3775a9;
}

.social-networks a.twitter {
    background-color: #2ca8d2;
}

.social-networks a.twitter:hover {
    background-color: #40b1d7;
}

.social-networks a.google {
    background-color: #ce4d39;
}

.social-networks a.google:hover {
    background-color: #d35f4d;
}

.social-networks a.linkedin {
    background-color: #4498c8;
}

.social-networks a.linkedin:hover {
    background-color: #58a3ce;
}

.social-networks a.mail {
    background-color: #717171;
}

.social-networks a.mail:hover {
    background-color: #7e7e7e;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.list-reset, .list-inline, .nav-tabs, .social-networks, .canvas-holder .add-nav, .language-block ul, .options-list, .pallete-list, .tools-list, .techniques-list, .items-list, #header .nav {
    margin: 0;
    /*padding: 0;*/
    list-style: none;
}

/* --------Font Styles---------*/
.digit-title {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 1.1em;
    height: 1.1em;

    padding-top: 0.23em;
    padding-right: 1.3em;
    padding-bottom: 1.4em;
    padding-left: 0.2em;

    background-color:#009ee2;
    color: white;
    border: 0.1em solid #009ee2;;

    text-align: center;
    font: 14px Arial, sans-serif;
    font-weight: bold;

    margin-top: 20px;
    margin-left: 8px;
}

.digit-title.disabled {
    background-color:  grey;
    border: 0.1em solid grey;
}

/*responsive*/
@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.2;
    }

    .columm-holder {
        margin: 0;
    }

    .columm-holder > .column {
        width: 100%;
        height: auto;
        float: none;
        padding: 0;
    }

    .parameters-box .img-upload {
        width: 170px;
    }

    .btn-holder {
        margin: 0;
        width: 76%;
    }

    .btn {
        font-size: 14px;
    }

    .checkbox-holder input[type="checkbox"] + label::before {
        height: 22px;
        width: 22px;
        font-size: 22px;
        line-height: 22px;
    }

    .checkbox-holder {
        margin: 0 0 15px;
    }

    .flyer-holder h2 {
        margin: 0 0 25px;
    }

    .welcome-title {
        padding: 10px 0;
    }

    .popup .btn-holder {
        padding: 0 10px;
    }

    .popup {
        border-width: 3px;
    }

    .wrapper .img-block {
        border-width: 3px;
    }
}

@media screen and (max-width: 479px) {
    .welcome-title {
        font-size: 16px;
        line-height: 1.2;
    }

    .welcome-title br {
        display: none;
    }

    .welcome-title h1 {
        font-size: 26px;
    }

    .parameters-box .img-upload {
        float: none;
        margin: 0 auto 10px;
        width: 100%;
        height: auto;
        padding: 0 5px;
    }

    .parameters-box .holder {
        padding: 0;
    }

    .parameters-box {
        text-align: center;
        margin: 0 auto;
    }

    .checkbox-holder {
        text-align: left;
    }

    .btn {
        width: 92%;
    }

    .container {
        padding: 0 10px;
    }

    .logoThumb {
        height: 120px !important;
    }

    .inputs-block {
        margin: 0;
        padding: 0 10px;
    }

    .inputs-block .input-holder {
        float: none;
        width: 100%;
        margin: 0;
    }

    .inputs-block .input-holder .form-control {
        width: 100% !important;
        margin: 0;
    }

    .input-holder:last-child {
        padding-bottom: 15px;
    }
}

.navigator {
    /*display: none;*/
    /* position: fixed; */
    top: 5%;
    left: 50%;
    /*-webkit-transform: translate(-50%, -50%);*/
    transform: translate(4%, 0%);
    z-index: 2000;
}

div.wrap {
    width: 600px;
    position: relative;
    /*height: 50px;*/
}

.wrap img {
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    width: 30px;
}

.wrap img:hover {
    opacity: 1;
}

.wrap img:nth-of-type(1) {
    left: 0;
}

.wrap img:nth-of-type(2) {
    right: 0;
}

.hidden {
    /*display: none;*/
    visibility: hidden;
}

.innerNavigator {
    width: 100%;
    padding-top: 20px;
    /*text-align: justify;*/
    display: inline-block;
    vertical-align: top;
    /* IE fix. */
    *display: inline;
    zoom: 1;
}

.innerNavigator:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.navi-image {
    opacity: 0.3;
    cursor: pointer;
    width: 30px;
    position: relative !important;
}

.navi-image:hover {
    opacity: 1;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

/* ----------------------------------------------------------------------------------*/
.paginator-link {
    font-size: 18px;
    height: 35px;
    min-width: 35px;
    padding-top: 11px;

    padding-left: 5px;
    padding-right: 5px;
    background-color: #4088cb;
    margin: 3px;
    border-radius: 50%;
    color: #fff;
    vertical-align: top;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 0.8;
    font-family: 'PT Sans', sans-serif;
    opacity: 0.3;
}

.paginator-link:hover {
    opacity: 1;
}

.inner-navigator {
    margin-bottom: 7px;
    justify-content: space-around;
    padding-top: 9px;
    padding-left: 7%;
    padding-right: 7%;
    text-align: center;
    overflow-x: auto;
    margin-left: auto;
    margin-right: auto;
}

.paginator-arrow {
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    width: 30px;
}

.paginator-arrow:hover {
    opacity: 1;
}

.paginator-arrow:nth-of-type(1) {
    left: 0;
}

.paginator-arrow:nth-of-type(2) {
    right: 0;
}

/*.navigator-tablet {*/
/*position: relative;*/
/*padding-top: 0!important;*/
/*margin-top: 18px;*/
/*!*width: 90%;*!*/
/*-webkit-transform: translate(-50%, -50%);*/
/*margin-bottom: -23px!important;*/
/*}*/
.inner-navigator-tablet {
    padding-top: 12px;
    display: block !important;
    visibility: visible !important;
    margin-left: 11%;
    margin-right: 10%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: -webkit-center;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*.paginator-link-tablet {*/
    /*display: table-cell !important;*/
    /*opacity: 1 !important;*/
    /*-webkit-appearance: caret;*/
/*}*/

/*-------------------------- Navigator controls ----------------------------*/
@media (pointer: coarse) {
    .navigator-controls {
        padding: 1% 5% 0px 3% !important;
    }
}

.navigator-controls {
    display: flex;
    text-align: center;
    padding: 1% 35% 0px 30%;
}

.navigator-controls a {
    padding-left: 3px;
    padding-right: 3px;
}

.rewind-controls {
    margin: auto;
}

.navigator-controls .disabled {
    opacity: 0.2;
}

.navigator-button {
    background-color: #67a5de;
    border-radius: 8px;
    opacity: 0.7;
}

.navigator-button:hover {
    opacity: 1;
}

/*-------------------------- Slider bar ----------------------------*/
.slider {
    position: fixed;
    top: 1%;
    left: 1%;
    transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
    z-index: 2001;
    border: 1px solid black;
    height: 90%;
    width: 130px;
}

#downloadToggle {
    top: 5%;
}

#sharedToggle {
    top: 9%;
}

.slider-content {
    /*padding: 20px 0 0;*/
    min-width: 130px;
    position: fixed;
}

.thumbnails {
    display: flex;
    height: 84%;
}

.thumb {
    width: 70px;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    padding: 3px;
    /*border: 2px solid #4088cb;*/
}

ul {
    list-style: none;
}

.thumbs-list {
    margin-left: -10px;
    padding: 0px 7px 7px;
}

.thumbSelected {
    /*border: 4px solid red;*/
    opacity: 0.4;
}

.thumbs-list {
    overflow: hidden;
    overflow-y: scroll;
    height: 94%;
    width: 100%;
}

.thumb-link {
    color: #009ee2;
    font: 14px/1.25 'Varela Round', Arial, Helvetica, sans-serif;
    text-align: center;
    display: flex;
    cursor: pointer;
}

.thumb-link a.disabled {
    color: black;
    font-weight: bold;
    cursor: default;
}

#navlist {
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #778;
    font: bold 12px Verdana, sans-serif;
}

#navlist li {
    list-style: none;
    margin: 0;
    display: inline;
}

#navlist li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: none;
    background: #DDE;
    text-decoration: none;
}

#navlist li a:link {
    color: #448;
}

#navlist li a:visited {
    color: #667;
}

#navlist li a:hover {
    color: #000;
    background: #AAE;
    border-color: #227;
}

#navlist li a#current {
    background: white;
    border-bottom: 1px solid white;
}

.thumbsHeader {
    display: inline-flex;
    padding: 10px 10px 0px;
}

.caption {
    padding: 0px 10px 10px 15px;
    text-transform: uppercase;
    font-size: small;
    color: #4088cb;
}

.thumbId {
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 5px;
    background-color: grey;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    behavior: url(PIE.htc);
    text-align: center;
    font-size: 13px;
    margin-top: 24px;
    margin-right: 2px;
    margin-bottom: 26px;
    margin-left: 9px;
}

.disabled .thumbId {
    background-color: #009ee2;

}

.removeLogoButton {
    text-decoration: none;
    background: transparent url(../images/bin_icon.png) no-repeat;
    color: #808080;
    font: 12px/1.25 'Varela Round', Arial, Helvetica, sans-serif;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    border-radius: 0;
}

.img-block {
    text-align: center;
}

.img-holder {
    display: flex;
    text-align: center;
    vertical-align: middle;
    min-height: 500px;
    margin: auto;
    align-items: center;
    flex-flow: column;
}

.navi_block {
    /*border: 1px solid red;*/
    text-align: center;
    display: table-cell;
    width: 70px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 2003;
}

.navi_block img {
    -webkit-transition: all ease;
    transition: all ease;
    cursor: pointer;
}

.navi_block:hover > img {
    -webkit-filter: saturate(4);
    opacity: 0.7;
}

.navi_block.disabled {
    opacity: 0.2;
}


.navi_left, .navi_right {
    height: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#leftThumbImage, #rightThumbImage {
    height: 50px;
}

#leftNavi {
    left: 23%

}

#rightNavi {
    left: 73%
}

.share_controls .clickable {
    -webkit-transition: all ease;
    transition: all ease;
    cursor: pointer;
}

.share_controls .clickable:hover {
    -webkit-filter: contrast(4) saturate(4);
    opacity: 0.7;
}


#downloadAndSharingControls {
    padding: 25px 0px 25px 10px;
    display: block;
    width: 88%;
    margin: auto;
    min-width: 650px;
}

.share_controls {
    width: 100%;
    padding-top: 20px;
    margin-left: -10px;
}

ul.out {
    margin: 0;
    padding: 2px;
}

ul.out li {
    display: inline;
    padding: 6px;
}

.icon-caption {
    text-transform: uppercase;
    font-size: small;
    color: #4088cb;
}


#logosControls {
    min-height: 150px;
}

