.transAll {
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#flip {
    border: 1px solid black;
    display: inline-block;
    color:orange;
}
div#tryThemOn {
    overflow:hidden;
}
div#tryThemOn span.close-reveal-modal {
    z-index:500;
    font-size:0.8em;
    top:0.75em;
    right:0.75em;
}
div.container {
    position:relative;

}
div.scrollHelper {
    width:20px;
    background:#ef6848;
    height:100%;
    padding-top:30px;
    position: fixed;
    top:0;
    right:0;
}
div.scrollHelper span#close {
    width:20px;
    height:30px;
    padding:0 0 0.25em;
    top:0;
    color:white;
    right:0;
    text-align: center;
    border-bottom:1px solid brown;
}
div.scrollHelper img.down {
    position:absolute;
    bottom:0;
    right:0;
}
#drawing {
    display:block;
    position: absolute;
    width:100%;
    max-width: 480px;
    height:480px;
    background:#19336a;
    position: relative;
    top:0;
}
#drawing canvas, #pd-test canvas {
    background:none;
    display:block;
    position: absolute;
    top:0;
    left:0;

}
#pd-test {
    display:block;
    position: absolute;
    width:100%;
    height:768px;
    background:#f7f7f7;
    position: relative;
    top:0;

}
div#image-controls input[type='file']{
    display:inline-block;
    width:40%;
    padding:0.25em;
    border:1px solid dimgray;
    vertical-align: top;
    margin:0.2em;
    float:right;
}
div#image-controls input#begin {
    width:auto; 
    font-size:0.7em; 
    padding-right:1em;
    line-height:1; 
    vertical-align:top;
    background-position: 10px center;
    padding-left:3em;
}

div#compare {
    position: absolute;
    background:white;
    width:100%;
    top:0;
    z-index:50;
    left:500px;
    opacity:0;
    -webkit-box-shadow:  0px 3px 3px 0px rgba(25, 25, 25, 0.4);
    box-shadow:  0px 3px 3px 0px rgba(25, 25, 25, 0.4);
}
div.how-to {
    padding:0.5em 0;
}
div#compare div.panel {
    margin:0;
    padding:0.5em;
}
div#compare h6 span {
    float:right;
    color:green;
}
div#compare div.details {
    padding:0.5em;
    border:1px solid whitesmoke;
    margin-bottom:0.5em;
}
span.frame-generic-color {
    width:25px;
    height:25px;
    margin:1px;
    background:red;
    border:2px solid white;
    display:inline-block;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}
div#file-controls {
    padding:20px;
    background:white;
    border:1px solid gainsboro;
}
div#file-controls h6 {
    clear:both;
    display:block;
    margin:0.25em 0;
}

div#image-controls {
    position:absolute;
    bottom:0;
    height:50px;
    padding:5px;
    z-index: 10;
    width:100%;
    background:rgba(25,25,25,0.6);
}
div#image-controls input[type='button'] {
    width:40px;
    height:40px;
    padding:10px 5px;
    font-size:1.2em;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    border-color:dimgray;
    background-size: 20px;
}
div#image-controls input[type='button']:hover {
    background-color:rgba(50,50,50,0.8);
}
div#image-controls input[type='button'].active {
    background-color:#2284a1;
}
input#smaller {
    background:rgba(25,25,25,0.3) url(/cart/images/minus.svg) no-repeat center;
}
input#larger {
    background:rgba(25,25,25,0.3) url(/cart/images/plus.svg) no-repeat center;
}
input#clockwise, input#rotateRight {
    background:rgba(25,25,25,0.3) url(/cart/images/clockwise.svg) no-repeat center;
}
input#counterclockwise {
    background:rgba(25,25,25,0.3) url(/cart/images/counterclockwise.svg) no-repeat center;
}
input#scale {
    background:rgba(25,25,25,0.3) url(/cart/images/scale.svg) no-repeat center;
}
input#begin {
    background:rgba(25,25,25,0.3) url(/cart/images/scale.svg) no-repeat 20px 5px;
}
input[type='button']:disabled {
    background-color:dimgray;
    pointer-events:none;
}
input#reset {
    background:rgba(25,25,25,0.3) url(/cart/images/scale.svg) no-repeat center;
}
input#help {
    background:rgba(25,25,25,0.3) url(/cart/images/tutorial.svg) no-repeat center;
}
input#rotate_face_counterclockwise, input#rotateLeft {
    background:rgba(25,25,25,0.3) url(/cart/images/facecounterclockwise.svg) no-repeat center;
}
input#rotate_face_clockwise, input#rotateRight {
    background:rgba(25,25,25,0.3) url(/cart/images/faceclockwise.svg) no-repeat center;
}
div#dropbox {
    width:100%;
    min-height:6em;
    text-align: center;
    color:gray;
    background:url(/cart/images/drop-here.svg) no-repeat center 10px;
    margin-bottom:0.5em;
    padding:3.7em 0.5em 1.3em;
    border:1px solid gainsboro;
}
div#dropbox:hover {
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(25, 25, 25, 0.5);
    box-shadow: inset 0px 0px 3px 0px rgba(25, 25, 25, 0.5);
}
div#dropbox.droppable:hover, div#dropbox.droppable {
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(55, 150, 35, 0.7);
    box-shadow: inset 0px 0px 7px 0px rgba(55, 150, 35, 0.7);ß
}

input#upload {
    border:1px solid gainsboro;
    padding:0.5em;
    margin:0;
}
.radius {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.facebook {
    background:#3b5998 url(/cart/images/facebook.svg) no-repeat 0.5em center;
    border-color:#204182;    border: 0px solid #d0d0d0;
}
.facebook:hover {
    background: #274889 url(/cart/images/facebook.svg) no-repeat 0.5em center;
}
div.image-list {
    display:block;
    width:100%;
    clear:both;
}
div.image-list a.th.radius {
    width:18%;
    position:relative;
    margin:0.5em 1%;
    float:left;
    display:inline-block;
    height:70px;
    overflow:hidden;
}
span.th.radius {
    width:18%;
    position:relative;
    margin:0.5em 1%;
    float:left;
    display:inline-block;
    height:70px;
    overflow:hidden;
}
div#user_photos a .destroy, div#favorite a .destroy{
    content:'-';
    display:none;
    position:absolute;
    top:5px;
    font-weight:bold;
    right:5px; 
    width:15px;
    height:15px;
    z-index:20;
    padding:0.7em 0;
    color:white;
    background:#FF6138;
}
div#user_photos a:hover .destroy, div#favorite a:hover .destroy {
    display:block;
}
.destroy2 {
	content:'-';
    font-weight:bold;
    width:15px;
    height:15px;
    z-index:20;
	padding-left: 5px;
	padding-right: 5px;
    color:white;
    background:#FF6138;
}
div.image-list a img {
    width:100%;
    height:auto;
}
span#information, span#cc_enter {
    opacity:0;
    pointer-events:none;
    left:50%;
    margin-left:-15%;
    position: absolute;
    top:25px;
    z-index:70;
}
div#loading_screen {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    background:white;
    z-index:50;
    padding:20px;

}
div#loading_screen p {
    text-align: center;
    font-size:0.8em;
    color:gray;
    margin-top:180px;
}
div#progress_bar {
    width:100%;
    height:10px;
    z-index:100;
    border:0;
    background:gainsboro;

}
div#progress_bar span.meter {
    background:#ff6600;
    color:white;
    width:0;
}
div.heading{
    background:#333333;
    padding:10px;
    position: absolute;
    top:0;
    width:100%;
    z-index:50;
}
div.heading h6 {
    color:white;
}
div.container.vto {
    width:100%;
    max-width:480px;
}
div.container.pd {
    max-width:100%;
}
div.container h6 {
    text-transform: uppercase;
    color:dimgray;
}
div#enter-pd, div#enter-email{
    z-index:50;
    position:absolute;
    top:10px;
    width:50%;
    left:25%;
}
div#enter-pd input[type='text'] {
    padding:0.5em;
    height:30px;
}
div#enter-pd h5 {
    margin-bottom:0.5em;
}
div#enter-pd p {
    font-size:1em;
}
div#enter-pd a.button {
    margin:0;
}

/* TOUR CSS */

.tour_item.active {
    z-index: 9998;
    position: relative;
}
#tour_mask {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity:0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 550;
}
#tour_dialog {
    background-color: #555555;
    border:1px solid gainsboro;
    color: white;
    display: none;
    font-size:0.8em;
    padding: 15px;
    position: absolute !important;
    z-index: 9999;
    text-align: center;
    max-width: 380px;
    font-size: 14px
    -webkit-box-shadow:  0px 5px 5px 0px rgba(25, 25, 25, 0.1);
        
        box-shadow:  0px 5px 5px 0px rgba(25, 25, 25, 0.1);
}
#tour_dialog:hover a {
    opacity: 1;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
}
#tour_dialog hr {
    visibility: hidden
}
#tour_dialog div.button {
    width:100%;
    background: white;
	color: #000000;
    margin:0;
    -webkit-border-radius: 0px;
    border-radius: px;
}
#tour_dialog .arrow {
    position: absolute;
    width: 0;
    height: 0;
}
#tour_dialog .arrow.top {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid gainsboro;
    bottom: -5px;
    left: 48%;
}
#tour_dialog .arrow.bottom {
    border-bottom: 10px solid gainsboro;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 48%;
    top: -10px;
}
#tour_dialog .arrow.right {
    border-bottom: 10px solid transparent;
    border-right: 10px solid gainsboro;
    border-top: 10px solid transparent;
    left: -10px;
    top: 8px;
}
#tour_dialog .arrow.left {
    border-bottom: 10px solid transparent;
    border-left: 10px solid gainsboro;
    border-top: 10px solid transparent;
    right: -10px;
    top: 8px;
}
div#derivedPD {
    position:absolute;
    top:50px;
    background:rgba(15,15,15,0.7);
    right:20px;
    padding:0.5em;
    color:#00e079;
    font-weight: bold;
    border:3px solid #00e079;
    z-index:50;
    display:none;
}
div#derivedPD p {
    text-align: center;
    color:#00e079;
    margin:0;
}

.button-group.radius>*:first-child, .button-group.radius>*:first-child>a, .button-group.radius>*:first-child>button, .button-group.radius>*:first-child>.button {
    -moz-border-radius-bottomleft: 0px;
    border: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.alert-box.success {
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
    color: #fff;
}