.croppie-container .cr-resizer,
.remodal .popWrap .content-wrap .tab-content .dropzone.dropzone_square .croppie-container .cr-viewport {
    box-shadow: none;
    background: rgba(0, 0, 0, .3)
}

.remodal .popWrap {
    width: 100%;
    font-family: Lato, sans-serif !important
}

.remodal .popWrap .Topheader {
    width: 100%;
    margin-bottom: 10px
}

.remodal .popWrap .Topheader>h2 {
    font-size: 24px;
    margin: 0 0 5px
}

.remodal .popWrap .content-wrap {
    width: 100%
}

.remodal .popWrap .content-wrap ul.tabs {
    margin: 0 0 10px;
    padding: 0 0 5px;
    list-style: none;
    border-bottom: #d1d1d1 1px solid
}

.remodal .popWrap .content-wrap ul.tabs li {
    background: 0 0;
    color: #222;
    display: inline-block;
    cursor: pointer;
    margin-right: 25px
}

.remodal .popWrap .content-wrap ul.tabs li.current {
    color: #ff5a00
}

.remodal .popWrap .content-wrap .tab-content {
    display: none;
    height: 420px;
    padding-right: 10px;
    overflow-y: auto
}

.remodal .popWrap .content-wrap .tab-content.current {
    display: inherit
}

.remodal .popWrap .content-wrap .tab-content .imgWrap {
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    float: left;
    margin: 5px 0;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 49%;
    height: 180px;
    overflow: hidden
}

.remodal .popWrap .content-wrap .tab-content .imgWrap img{width:100%;height: 100%; margin:auto;}

.remodal .popWrap .content-wrap .tab-content .imgWrap .cityName {
    position: absolute;
    right: 5px;
    top: 5px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 5px 10px;
    display: none
}

.remodal .popWrap .content-wrap .tab-content .imgWrap:nth-child(odd) {
    margin-right: 2%
}

.remodal .popWrap .content-wrap .tab-content .noImg-message {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    font-weight: lighter;
    margin: 150px 0 0
}

.remodal .popWrap .content-wrap .tab-content .noImg-message>a {
    cursor: pointer
}

.remodal .popWrap .content-wrap .tab-content .imgWrap.large .Ttip.com-reassign-btn {
    position: fixed
}

.remodal .popWrap .content-wrap .tab-content .imgWrap.imgTypeDivCls-5>img {
    height: 164px
}

.remodal .popWrap .content-wrap .tab-content .imgWrap.imgTypeDivCls-6>img {
    height: 302px
}

.remodal .popWrap .content-wrap .tab-content .imgWrap.large>img {
    height: 450px
}

.remodal .popWrap .content-wrap .tab-content .imgWrap>.img-label {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    bottom: 10px;
    left: 5px;
    padding: 5px;
    color: #fff
}

.remodal .popWrap .content-wrap .tab-content .imgWrap.active:before {
    content: "";
    background-color: #fff000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, .5)
}

.remodal .popWrap .content-wrap .tab-content .imgWrap .faIconcntr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9
}

.remodal .popWrap .content-wrap .tab-content .imgWrap .faIconcntr {
    display: none
}

.remodal .popWrap .content-wrap .tab-content .imgWrap.active .faIconcntr {
    display: inline-block
}

.remodal .popWrap .content-wrap .tab-content .imgWrap .faIconcntr .fa-check,
.remodal .popWrap .content-wrap .tab-content .imgWrap .faIconcntr .fa-trash {
    background: #435660;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    font-size: 28px;
    color: #fff;
    cursor: pointer
}

.remodal .popWrap .content-wrap .tab-content .imgWrap.active>span:hover {
    background: #f45722
}

.remodal .popWrap .content-wrap .tab-content .imgWrap.large.active .faIconcntr .fa-check,
.remodal .popWrap .content-wrap .tab-content .imgWrap.large.active .faIconcntr .fa-trash {
    background: #435660;
    width: 45px;
    line-height: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 2;
    font-size: 32px;
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: center
}

.btn-container {
    width: 100%;
    text-align: center;
    padding: 20px 0
}

.btn-container>button,
.btn-container>input {
    background: #545454;
    border: 0;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

.btn-container>button:hover,
.btn-container>input:hover {
    background: #f45722;
    cursor: pointer
}

.remodal .popWrap .content-wrap .tab-content .dropzone {
    border: none;
    padding: 0 0 0
}

.remodal .popWrap .content-wrap .tab-content .dropzone .dz-message {
    margin: 0;
    padding-top: 0;
    transform: translateY(50%)
}

.remodal .popWrap .content-wrap .tab-content .dropzone .dz-message>h3 {
    font-size: 22px;
    font-weight: 500
}

.remodal .popWrap .content-wrap .tab-content .dropzone .dz-message>span {
    margin: 20px 0;
    display: block
}

.remodal .popWrap .content-wrap .tab-content .dropzone .dz-message>p {
    font-size: 14px
}

.remodal .popWrap .content-wrap .tab-content .dropzone .dz-message>.needsclick {
    margin: auto;
    background: #ff5a00;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block
}

.remodal .popWrap .content-wrap .tab-content .dropzone .dz-preview {
    width: 100%;
    min-height: auto;
    margin: 0
}

.remodal .popWrap .content-wrap .tab-content .dropzone .dz-preview .dz-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 5px 0
}

.remodal .popWrap .content-wrap .tab-content .dropzone .dz-preview .dz-image img {
    width: auto
}

.drag-over {
    border: 2px solid #00aef0
}

html.remodal-is-locked {
    -ms-touch-action: none;
    touch-action: none
}

.remodal,
[data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
    background: rgba(43, 46, 56, .5)
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    padding: 10px 10px 0
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff;
    border: 5px solid #6f6f6f;
    text-align: left
}

.remodal-cancel,
.remodal-close,
.remodal-confirm {
    overflow: visible;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    border: 0
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-close,
.remodal-close:before {
    position: absolute;
    top: 0;
    display: block;
    width: 35px
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    right: 0;
    height: 35px;
    padding: 0;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #95979c;
    background: 0 0
}

.remodal-close:focus,
.remodal-close:hover {
    color: #2b2e38
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 35px;
    line-height: 35px;
    left: 0;
    content: "\00d7";
    text-align: center
}

.remodal-cancel,
.remodal-confirm {
    font: inherit;
    display: inline-block;
    min-width: 110px;
    padding: 12px 10px;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:focus,
.remodal-confirm:hover {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:focus,
.remodal-cancel:hover {
    background: #ef5350
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
    padding: 0;
    border: 0
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media only screen and (min-width:641px) {
    .remodal {
        max-width: 955px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 800px
}

.dropzone .dz-preview .dz-remove {
    position: relative;
    bottom: 30px;
    z-index: 99;
    font-size: 20px !important;
    font-weight: 700
}

.dropzone.dz-started .dz-message {
    margin-bottom: 50px !important
}

.Ttip {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.Ttip .arrow-up {
    display: none
}

.croppie-container .cr-boundary {
    overflow-x: auto !important
}

.btn-container.tabbtn {
    position: absolute;
    right: 20px;
    top: 30px;
    text-align: right
}

.remodal .popWrap .content-wrap .tab-content.tabcontentiHgt {
    height: 420px
}

.croppie-container .cr-original-image {
    display: none !important
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    -webkit-filter: initial;
    filter: initial
}

.cr-slider-wrap {
    /*display: none*/
}

.dz-details {
    display: none !important
}

#showMessage {
    z-index: 99999
}

#imageDimension {
    display: none
}

.Ttip {
    display: none;
    position: absolute;
    width: 460px;
    z-index: 13000;
    margin: 10px 0
}

.ttip {
    margin: 0;
    background: #535353;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    padding: 15px;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

[class^=arrow-] {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent
}

.arrow-up {
    border-top: 0;
    border-bottom-color: #535353;
    top: -9px
}

.arrow-down {
    border-bottom: 0;
    border-top-color: #535353;
    bottom: -9px
}

.arrow-left {
    border-left: 0;
    border-right-color: #535353;
    left: -9px;
    top: 10%
}

.arrow-right {
    border-right: 0;
    border-left-color: #535353;
    right: -9px;
    top: 10%
}

.ttip>h1 {
    border-bottom: 1px solid #ededed;
    color: #fff;
    font-size: 150%;
    font-weight: 400;
    margin: 0
}

.ttip>p {
    color: #fff;
    float: left;
    width: 100%
}

.ttip div {
    float: left;
    margin: 15px 0;
    text-align: center;
    width: 100%
}

.ttip div input {
    float: none !important;
    min-width: 30%;
    text-align: center
}

.ttip select {
    border: 1px solid #ededed;
    color: #444;
    float: left;
    margin: 15px 0 0;
    padding: 1%;
    width: 100%
}

.ttip>p>a {
    color: #ededed !important
}

.Ttip input[type=button],
.Ttip input[type=submit] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #568dc9;
    cursor: pointer;
    float: right;
    height: 30px;
    margin: 0 0 0 2%;
    padding: 0 1%;
    width: auto
}

.Ttip.com-reassign-btn {
    right: 85px
}

.ttip h2 {
    border-bottom: 1px solid #fff;
    color: #fff !important;
    display: block;
    font-size: 18px;
    margin: 0 0 10px !important;
    padding: 0 0 5px;
    width: 100%
}

.Privew-overlay {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 100
}

.Privew-overlay .innside {
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    height: auto;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 360px;
    border: 5px solid #6f6f6f
}

.Privew-overlay .innside #closeButton {
    border: solid 1px #299c9b;
    color: #299c9b;
    border-radius: 16px;
    padding: 2px 16px;
    font-size: 15px;
    cursor: pointer;
}

.overLay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .3);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50000
}

.loader {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 5px #444;
    height: 130px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 130px
}

.loader img {
    position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 555
}

.loading {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

#page-load {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999
}
#tab-2 #page-load {top:160px!important;}
#page-load .inner {
    bottom: 0;
    height: 54px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px
}

#page-load span.loading {
    border-color: rgba(0, 0, 0, .08) rgba(0, 0, 0, .08) rgba(0, 0, 0, .08) rgba(0, 0, 0, .5);
    border-radius: 50%;
    border-style: solid;
    border-width: 0;
    font-size: 10px;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-indent: -12345px;    
    z-index: 100001;
}

/* ========= customize image upload popup =========== */
/* for-chrome-browser */
.cr-slider::-webkit-slider-thumb{
    background: #1da1f2;
}
.cr-slider::-webkit-slider-runnable-track {
    height: 4px;
    background: #1b95e0;
}
/* for-firefox-browser */
.cr-slider::-moz-range-thumb{
    background: #1da1f2;
}
.cr-slider::-moz-range-track {
    height: 4px;
    background: #1b95e0;
}
/* for-ie-browser */
.cr-slider::-ms-thumb{
    background: #1da1f2;
}
.cr-slider::-ms-track {
    height: 4px;
    background: #1b95e0;
}
.croppie-container .cr-slider{height: 30px;}
.croppie-container .cr-slider-wrap {
    width: 50%;
    position:relative;
}
.croppie-container .cr-slider-wrap::before{
    content: "\f010";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 0;
    top:0;
    transform:translate(-30px, 5px);
}
.croppie-container .cr-slider-wrap::after{
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 0;
    top:0;
    transform:translate(30px, 5px);
}
.remodal .popWrap .content-wrap .tab-content.tabcontentiHgt {
    min-height: 420px !important;
    height: auto !important;
}
.zoom-msg{
    font-size: 15px;
    word-spacing: 0px;
}


/*** -- Media Queries Start ---- ***/
/*@media only screen and (max-width: 600px) {
    .croppie-container .cr-slider-wrap::after{
        right: 18%;
    }
    .croppie-container .cr-slider-wrap::before{
        left: 18%;
    }
}*/

@media only screen and (max-width: 575px) {
.remodal .popWrap .content-wrap .tab-content .imgWrap .faIconcntr .fa {margin:5px 0}
.remodal .popWrap .content-wrap .tab-content .imgWrap{height: 104px;}
#tab-2 #page-load {top:140px!important;}
}