@font-face {
    font-family: 'AbrahamLincoln';
    src: url('../font/abrahamlincoln-webfont.eot');
    src: url('../font/abrahamlincoln-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/abrahamlincoln-webfont.woff') format('woff'),
        url('../font/abrahamlincoln-webfont.ttf') format('truetype'),
        url('../font/abrahamlincoln-webfont.svg#abrahamlincoln-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CarolynaProBlack';
    src: url('../font/emily_lime_-_carolynaproblack-webfont.eot');
    src: url('../font/emily_lime_-_carolynaproblack-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/emily_lime_-_carolynaproblack-webfont.woff') format('woff'),
        url('../font/emily_lime_-_carolynaproblack-webfont.ttf') format('truetype'),
        url('../font/emily_lime_-_carolynaproblack-webfont.svg#emily_lime_-_carolynaproblack-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
/***POSTCARD-80***/
.clear {
    clear: both;
    float: none;
}
.mainCont {
    height: auto; 
    max-height: 1600px;
    overflow: visible;
}
.cardFrame, .postCard80 {
    overflow: hidden;
    width: 480px;
    height: 663px;    
}
.cardFrame {    
    float: left;
}
.postCard80 {
    position: relative;  
}
.cardBg {
    background-image: url("../img/bg80.png");
    background-repeat: no-repeat;    
}
.bgNone {
    background: none !important;
}
.postCard80 p {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.text1 {
    font-family: 'AbrahamLincoln';
    text-transform: uppercase;
    line-height: 65px;
    top: 543px;
}
.text2, .text3 {
    font-family: 'CarolynaProBlack';
    line-height: 46px;
}
.text2 {
    top: 577px;
}
.text3 {
    top: 607px;
}

/*image crop section*/
.textInputs {
    width: 240px;  
    margin-top: 40px;
    margin-left: 30px;
}
.postcard_container {
    overflow: visible;
}
.crop1 {
    font-family: 'FuturaMedium';
    font-weight: normal !important;
    letter-spacing: 1px;
    z-index: 99;
}
button.crop1:hover {
    opacity: 0.8;
}
.export {
    width: 108px;
    font-size: 12px;
    font-weight: bold;
    line-height: 33px;
    padding: 0 9px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 0;
    color: #050505;
    border-bottom: 1px solid #9f9f9f;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    background: #dddddd;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#dddddd));
    background: -webkit-linear-gradient(#ffffff, #dddddd);
    background: -moz-linear-gradient(#ffffff, #dddddd);
    background: -ms-linear-gradient(#ffffff, #dddddd);
    background: -o-linear-gradient(#ffffff, #dddddd);
    background: linear-gradient(#ffffff, #dddddd);
    cursor: pointer;
}
.newCropSave {
    position: absolute;
    top: 175px;
    left: 0;
    width: 375px;
    text-align: center;
}   
.cropit-image-zoom-input {
    position: absolute;
    top: 10px;
    left: 15px;
}
.browseLoaderBox {
    overflow: hidden;
    height: 36px;
    margin-bottom: 10px;
}
.browseLoaderBox > * {
    float: left;
}
.browseLoaderBox .loadingIcon1 {
    margin-left: 20px;
}
.cropit-image-preview {
    /*border-radius: 100%;*/    
}
.cropit-image-preview {
    background-size: cover;
    width: 389px;
    /*    height: 419px;*/
    height: 423px;
    cursor: move;
    /*border-width: 11px;*/
    border-width: 4px;
    border-style: solid;
    border-color:#e7cfb0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cropPos, .crop-img {
    margin-top: 70px;
    margin-left: 52px;    
}
.img-size {
    width: 375px;
}
.cropit-image-background {
    opacity: .2;
    cursor: auto;
}
.editTitle span:last-child {
    letter-spacing: -0.5px;
}