@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400);
@import url(http://fonts.googleapis.com/css?family=Montserrat:700,400);
@import url(http://fonts.googleapis.com/css?family=Slabo+27px);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Indie+Flower);
@import url(http://fonts.googleapis.com/css?family=Oleo+Script);
@import url(http://fonts.googleapis.com/css?family=Lemon);
@import url(http://fonts.googleapis.com/css?family=Black+Ops+One);
@import url(http://fonts.googleapis.com/css?family=Carme);
@import url(http://fonts.googleapis.com/css?family=Quicksand);
.configurator-bg {
    width: 100%;
    position: fixed;
    background-image: url(../../images/configuratot-bg.png);
    background-size: 100% 100%;
    z-index: -1;
}

.old-navigator {
    display: none;
    width: 100%;
    position: fixed;
    background: url(../images/tbg.png);
    z-index: 99;
}

.old-navigator div {
    width: 430px;
    margin: 160px auto 0;
    padding: 2px 22px;
    background: rgb(250, 249, 239);
    border: 3px solid #eb0e20;
}

.old-navigator div p {
    font-size: 15px;
    color: #eb0e20;
}

ul li span {
    display: inline-block;
    margin-right: 3px;
    width: 20px;
    height: 20px;
}

.canvases {
    position: absolute;
    width: 600px;
    height: 600px;
    overflow: hidden;
}

.canvases img {
    display: none;
}

.canvases canvas {
    position: absolute;
    width: 600px;
    height: 600px;
}

.prd-main-canvas,
.prd-logos-canvas {
    position: absolute;
}

.product-container {
    width: 600px;
    height: 600px;
    margin: 0 auto;
    background-size: 100% 100%;
}

.product-views {
    right: 18px;
    margin-top: -580px;
    position: absolute;
}

.product-views ul {
    padding: 0;
    margin: 0;
}

.product-views .view-thumb {
    position: relative;
    width: 62px;
    height: 62px;
    border: 1px solid gray;
    margin-bottom: 4px;
    list-style: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.product-views .view-thumb:hover {
    background-color: rgb(255, 255, 255);
}

.product-views .view-thumb img {
    width: 60px !important;
    height: 60px !important;
}

.hide {
    display: none;
}

.section-a,
.section-b,
.section-c,
.section-d {
    opacity: .7;
}

.canvas-stage,
.icons-canvas {
    position: absolute;
}

.prd-logos-canvas {
    pointer-events: none;
}

div#actions {
    width: 218px;
    position: absolute;
    background-color: white;
    display: inline-block;
    border: 1px solid rgb(227, 227, 227);
    margin-left: 25px;
    float: left;
    z-index: 1;
    margin-top: 22px;
}

div#actions h2 {
    margin: 10px 0;
    font-size: 14px;
    display: initial;
    font-style: italic;
    font-weight: 100;
}

div#designer {
    display: inline-block;
}

div#actions span.colorSelector {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: 2px solid rgba(226, 226, 226, 0);
}

div#actions span.colorSelector:hover {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 3000ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    border: 2px solid black;
}

div#actions span.colorSelector.selected {
    border: 2px solid #ef3e42;
}

div#actions span.removeColor {
    background: url('no_color.png') no-repeat;
}

div#actions span.white {
    background-color: white;
}

div#actions span.red {
    background-color: red;
}

div#actions span.green {
    background-color: green;
}

div#actions span.blue {
    background-color: blue;
}

div#actions span.orange {
    background-color: orange;
}

div#actions span.purple {
    background-color: purple;
}

div#actions span.yellow {
    background-color: yellow;
}

div#sectionContainer {
    margin-bottom: 15px;
}

div#sectionContainer div.section {
    height: auto;
    padding: 5px 10px;
}

div#logosContainer {
    margin-bottom: 10px;
}

span.logocontainer img,
div.finallogocontainer img {
    max-width: 50px;
    max-height: 50px;
    margin: 3px;
    float: left;
    cursor: pointer;
    padding: 1px;
    border: 1px solid white;
    box-shadow: 0px 0px 6px -2px black;
    position: relative !important;
}

span.logocontainer img:hover,
div.finallogocontainer img:hover {
    border: 1px solid #dddddd;
}

.finallogocontainer {
    float: left;
    position: relative;
}

.finallogocontainer .removelogo {
    display: none;
    width: 19px;
    height: 19px;
    position: absolute;
    top: -2px;
    right: -6px;
    background-image: url(../../images/remove.png);
    background-size: 100%;
    z-index: 1;
}

.finallogocontainer:hover>.removelogo {
    display: block;
}

.fpd-products img {
    width: 740px;
    height: 740px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    width: auto;
    display: inline-block;
    padding: 10px 12px 10px 12px;
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 10px;
    font-weight: 400;
    line-height: .8em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-bottom: 10px;
}

.btn-success h2 {
    display: block !important;
    margin: 0 0 !important;
    text-align: center;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

#progress, #progress2 {
    margin-top: 5px;
}

#progress .bar, #progress2 .bar {
    width: 0%;
    height: 18px;
    background-color: #5cb85c;
    border-radius: 5px;
}

.save-buttons .btn {
    width: 38.5%;
}

.color-picker {
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px;
    cursor: pointer;
    z-index: 1;
    box-shadow: 1px 1px 4px -1px black;
}

.drag-color .selected {
    position: absolute;
    width: 27px;
    height: 22px;
    background-image: url(../images/valid-icon.png);
    background-size: 100%;
    margin-top: -3px;
}

.toggle-area {
    margin-bottom: 7px;
    padding: 10px 6px;
    margin: -1px;
    border-bottom: 1px solid rgb(227, 227, 227);
    border-top: 1px solid rgb(227, 227, 227);
    cursor: pointer;
}

.toggle-area i {
    float: right;
    font-size: 24px;
}

#sectionContainer,
#textContainer,
#chooseStyle,
#logosContainer,
#saveButtons,
#shareButtons,
#commandeArea,
#patternContainer {
    display: none;
}

#saveButtons {
    margin-top: 15px;
}

#saveButtons span {
    display: block;
    margin: 0 auto;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
    line-height: 1.2;
    word-wrap: break-word;
    white-space: normal;
}

#commandeArea .btn {
    padding: 10px 20px;
    margin: 15px 46px;
}

#commandeArea a {
    outline: none;
}

div#chooseStyle h2 {
    display: block;
    margin-left: 18px;
}

.product-style {
    display: inline-block;
    width: 55px;
    height: 48px;
    margin: 6px 10px;
    background-size: 100%;
    cursor: pointer;
}

.collar-1 {
    background-image: url(images/col1.png);
}

.collar-2 {
    background-image: url(images/col2.png);
}

.sleeve-1 {
    background-image: url(images/sleeve-short.png);
}

.sleeve-2 {
    background-image: url(images/sleeve-long.png);
}

#configurator {}

#textContainer input[type='text'] {
    width: 90%;
    padding: 4px 6px;
    margin: 12px 8px;
    font-size: 14px;
    border: 0;
    box-shadow: 0px 0px 3px -1px dimgrey;
}

.btn-valid {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0 15px;
    padding-bottom: 0;
    line-height: 27px;
    font-size: 12px;
}

.chosen-container {
    width: 90% !important;
    margin: 0 0 11px 8px;
}

#textContainer hr {
    width: 90%;
    margin: 0 auto;
}

.text-color-picker {
    height: 23px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 12px;
    box-shadow: 1px 1px 7px -2px black;
}

.more-colors,
.text-more-colors {
    font-size: 16px;
    margin: 17px 0 0 7px;
    cursor: pointer;
}

#textfont_chosen {
    margin-top: 11px;
}

.finalProduct {
    display: none;
}

#wait {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    cursor: progress;
    background: rgba(0, 0, 0, 0.6);
    z-index: 110;
}

#wait .loading {
    width: 100px;
    height: 100px;
    position: relative;
    top: 40%;
    margin: 0 auto;
    background-image: url(../../configurator/images/loading.gif);
    background-size: 100% 100%;
}

.submit-order {
    padding: 10px 15px;
    margin-left: 0;
}

.share-container {
    margin: 0 auto;
    width: 142px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.share-button {
    display: inline-block;
    width: 69px;
    height: 25px;
    background-size: 100%;
    cursor: pointer;
}

.facebook {
    background-image: url(../../images/facebook.png);
}

.twitter {
    background-image: url(../../images/twitter.png);
}

.email {
    background-image: url(../../images/email.png);
}

#download-product {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    z-index: 9;
}

#download-product div {
    width: 300px;
    height: 185px;
    background: rgb(252, 252, 252);
    border: 1px solid rgb(178, 178, 178);
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 15%;
}

#download-product div a {
    padding: 13px;
    position: relative;
    left: 29%;
    top: 73px;
}

#tablet-text {
    position: absolute;
    bottom: 12px;
    width: 100%;
    pointer-events: none;
    display: none;
}

#tablet-text span {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.87);
    padding: 11px;
    box-shadow: 0px 0px 6px 0px black;
}

.not-allowed {
    border: 1px solid red !important;
    outline: none !important;
}

#fontcolors {
    padding: 5px 10px;
}

.text-more-colors {
    margin: 15px 0 15px 14px;
}

#zoom {
    position: relative;
    display: inline-block;
    left: 83%;
    top: 10px;
}

#zoom span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
    background-image: url(../images/zoom-in-out.png);
    background-size: 300%;
}

#zoom .zoom-in {}

#zoom .zoom-out {
    background-position: 40px 0;
}

#zoom .zoom-reset {
    background-position: 20px 0;
}

#show-actions {
    width: 31px;
    height: 31px;
    display: none;
    background-image: url(../images/gears.png);
    background-size: 85%;
    background-position: 3px 3px;
    position: absolute;
    left: 100%;
    top: -1px;
    background-color: white;
    background-repeat: no-repeat;
    box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgb(227, 227, 227);
    border-right: 1px solid rgb(227, 227, 227);
    border-bottom: 1px solid rgb(227, 227, 227);
}

#MSIEImage {
    display: none;
    width: 100%;
}

.product-desc {
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding: 14px;
    background: white;
}

.product-desc p {
    margin: 0;
}

.product-list .c3 {
    padding: 13px;
}

.product-list .one-product {
    padding-top: 7px;
    background-size: 100% 100%;
}

.product-list .one-product h5 {
    padding: 15px 5px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

#Tellsubmit {
    padding: 12px 20px;
}

#tips-container {
    position: absolute;
    background: white;
    padding: 13px;
    width: 200px;
    top: 0;
    left: 102%;
    display: none;
}

#tips-container #close-tips {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/close.png);
    background-size: 100% 100%;
    right: 0;
    top: 0;
    cursor: pointer;
}

.pixlrapp {
    position: absolute;
    bottom: -42px;
    left: -2px;
}

.pixlrapp img {
    width: 120px;
}

.btn.fileinput-button {
	text-transform: none;
}
#saveButtons .btn {
	text-transform: none;
    font-size: 12px;
}
#commandeArea .btn {
	text-transform: none;
    font-size: 12px;
}
#showOrderForm .btn {
	text-transform: none;
    font-size: 12px;
    margin: 0;
}

@media only screen and (max-device-width: 480px) {
    .container {
        width: 100%;
    }
    div.nav #navlogowrapper img {
        position: relative;
        top: -22px;
        right: 11px;
    }
    .product-container {
        width: 300px;
        height: 300px;
    }
    .product-views {
        margin-top: -268px;
    }
    .product-views .view-thumb {
        width: 30px;
        height: 30px;
    }
    .product-views .view-thumb img {
        width: 100% !important;
        height: 100% !important;
    }
    .canvases {
        width: 300px;
        height: 300px;
    }
    #zoom {
        left: 70%;
    }
    #zoom span {
        width: 15px;
        height: 15px;
    }
    #zoom .zoom-out {
        background-position: 30px 0;
    }
    #zoom .zoom-reset {
        background-position: 15px 0;
    }
    div#actions {
        width: 95px;
        margin-left: -95px;
        box-shadow: 2px 1px 3px 0px rgba(0, 0, 0, 0.5);
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
    }
    div#actions .fa {
        display: none;
    }
    #show-actions {
        display: block;
    }
    .toggle-area {
        padding: 8px 6px;
        text-align: center;
    }
    .color-picker {
        width: 15px;
        height: 15px;
        margin: 1px;
    }
    .more-colors {
        font-size: 9px;
        margin: 10px 0 0 0px;
    }
    .text-more-colors {
        font-size: 9px;
        margin: 9px 0 9px 5px;
    }
    div#sectionContainer div.section {
        padding: 5px 4px;
    }
    .drag-color .selected {
        width: 21px;
        height: 18px;
    }
    #logoUpload .btn {
        width: 95%;
        padding: 0 5px;
        font-size: 8px;
        margin-left: 2px;
    }
    #logoUpload .btn h2 {
        font-size: 11px;
    }
    span.logocontainer img,
    div.finallogocontainer img {
        max-width: 35px;
        max-height: 35px;
    }
    .btn-valid {
        display: block;
        width: 85%;
    }
    #fontcolors {
        padding: 5px 4px;
    }
    #textfont {
        width: 93px !important;
    }
    .share-container {
        width: 100%;
    }
    .share-button {
        display: block;
        width: 70px;
        margin: 0 auto;
    }
    #saveButtons span {
        width: 95%;
        margin-top: 6px;
        margin-bottom: 6px;
        padding: 8px 8px;
    }
    #commandeArea .btn {
        padding: 10px 20px;
        margin: 14px 9px;
    }
}