@import url("//fast.fonts.net/lt/1.css?apiType=css&c=7bd405b6-3751-44c7-b792-9f2386c9a7f3&fontids=692643");

@font-face{

    font-family: "GloucesterW01-BoldExtCo";

    src: url("../fonts/692643/d9f2337a-5998-473d-9521-7772571a1a3b.eot?#iefix");

    src: url("../fonts/692643/d9f2337a-5998-473d-9521-7772571a1a3b.eot?#iefix") format("eot"),url("../fonts/692643/b193b47d-c432-4758-a27e-146fa7d57181.woff") format("woff"),url("../fonts/692643/103101bb-76ce-4c98-9f78-dea4f16f1f94.ttf") format("truetype"),url("../fonts/692643/5b921076-23af-48bb-bcac-b682d19ca2ed.svg#5b921076-23af-48bb-bcac-b682d19ca2ed") format("svg");

}

@font-face{

    font-family: "Veronan";

    src: url("../fonts/veronan/Veronan.woff") format("woff"),url("../fonts/veronan/Veronan.ttf") format("truetype"),url("../fonts/veronan/Veronan.svg") format("svg");

}

@font-face{

    font-family: "gc";

    src: url("../fonts/gc/GloucesterMTStd-Bold.woff") format("woff");

}

div{

    text-align: center;

}

button{

    margin: 3px 5px;

    padding: 5px 10px;

}

/*

a img{

    text-decoration: none;

    border: 0 none;

}

a, a:visited{

    color: blue;

}

*/

.main{

    width: 960px;

    margin: 40px auto;

}

.main .footer {
    margin-bottom: 9px;
    position: relative;
    min-height: 94px;
}

.main .footer .help {
    position: absolute;
    bottom: -17px;
    left: 40%;
    font-weight: bold;
    font-size: 1.4em;
}

.help-title {
    border-bottom: 1px solid #EEEEEE;
}

.main_title{

    font-size: 22px;

    margin: 20px 0;

}

.page_action{

    float: right;

    margin: 30px 50px 20px 0px;

}

.page_action > .btn-exp{

    padding: 5px 0px 5px 70px;

    font-family: arial, sans-serif;

    font-size: 20px;

	text-align:left;

}

.page_action > .btn-exp.back{

    padding: 5px 70px 5px 0px;

	

}

.page_action .top{

    margin-left: 10px;

    background-color: #101010; /*#676767;*/

    height: 1px;
    
/*    overflow: hidden;*/

}

.bottom{

    background-color: #676767;

    height: 1px;
    
    width: 100%;
    
}

.bottom-padding{

    background-color: #000000;

    height: 2px;

    width: 70px;
    
    float: left;

}

.page_action a {

    background-color: #ff0000;

    margin-left: 10px;

    color: #ffffff;

    background-image: none;

    border-radius: 0px;

}

.page_action a:hover{

    background-color: #AD0202;

    margin-left: 10px;

    color: #ffffff;

    background-image: none;

    border-radius: 0px;

}

.what{

    color: #676767 !important;

    text-decoration: none;

/*    cursor: help;*/

}

.what:hover{

/*    text-decoration: none;*/

}

.clearfix{

    clear: both;

}

.process{

    text-align: left;

    margin: 0 auto;

    width: 100px;

    padding: 20px 0;

}

.separator{

    background-color: #676767;

    height: 1px;

}

.separator-shadow{

    background-image: url(../img/selector-shadow.png);

    width: 225px;

    height: 23px;

}

.aseasyas{

    margin-top: 40px;
    
    position: relative;

}

#logo{

    background-image: url(../img/logo.png);

    width: 352px;

    height: 90px;

    float: left;    
}

#select-method{

    background-image: url(../img/select-method.png);

    width: 295px;

    height: 162px;

    margin-top: -15px;
    
    margin-right: 10px;

    float: right;

}

#guidelines-help {
    float: right;
    margin-right: 20px;
    margin-top: -8px;
}

#select-product{

    background-image: url(../img/select-product.png);

    width: 295px;

    height: 162px;

    margin-top: -15px;
    
    margin-right: 10px;

    float: right;

}

#preview{

    background-image: url(../img/preview.png);

    width: 306px;

    height: 162px;

    margin-top: -16px;

    float: right;

}

.content .title{

    font-size: 20px;

    padding: 20px 0px;

}

.separator2{

    background-color: #7b7b7b;

    height: 1px;

    border-bottom: 1px solid #bfbfbf;

}

#method-1{
    background-image: url(../img/deboss_new.png);
    cursor: pointer;
}

#method-2{
    background-image: url(../img/onecolor_new.png);
    cursor: pointer;
}

#method-3{
    background-image: url(../img/personalize_new.png);
    cursor: pointer;
}

#method-4{
    background-image: url(../img/fullcolor_new.png);
    cursor: pointer;
}

.method.disabled,
.method.disabled.selected,
.method.disabled:hover{

    -webkit-filter: grayscale(100%) contrast(35%) brightness(144%);
    filter: grayscale(100%) contrast(35%) brightness(144%);
    cursor: default;

}

.method {
    width: 100%;
    height: 270px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    position: relative;
}
.method:hover:not(.disabled) {
    box-shadow: 0px 16px 30px -20px black;
}
.method:after {
    content: ' ';
    display: block;
    bottom: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4c4+0,848484+63,707070+100 */
    background: #c4c4c4; /* Old browsers */
    background: -moz-linear-gradient(left, #c4c4c4 0%, #848484 63%, #707070 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c4c4c4 0%,#848484 63%,#707070 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c4c4c4 0%,#848484 63%,#707070 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#707070',GradientType=1 ); /* IE6-9 */

    -webkit-filter: grayscale(0%) contrast(100%);
    filter: grayscale(0%) contrast(100%);
}
.method:hover:not(.disabled):before {
    content: " ";
    display: block;
    width: 40%;
    height: 5px;
    margin: auto;
    left: 0;
    top: -7px;
    position: absolute;
    background: black;
    right: 0;
}

.view_all{

    text-align: center;

    float: left;

    color: #676767;

    margin-left: 30px;

}

.view_all img{

    margin-top: 5px;

}

.sku{

    color: #676767;

}

.type{

    font-style: italic;

}

.controls{

    text-align: left;

}

#cover-front{

    background-size: 200px 283px;
    
    position: relative;

}

#cover-back{

    background-size: 200px 283px;
    
    position: relative;

}

.cover{

    width: 200px;

    height: 283px;

    margin: 20px 10px 10px;

    float: left;

}

.cover-title{
    color: #888888;
    margin-bottom: 15px;
    font-weight: bold;
	text-transform: uppercase;
}

.preview-title{
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}

.save_buttons{
    padding: 10px 0;
}

.save_buttons > a{
    color: #676767;
    font-weight: bold;
}

.color-picker, .font-picker{
    margin-top: 10px;
}

.color-picker-title, .font-picker-title{
    font-weight: bold;
    text-align: left;
    color: #676767;
	font-size: 19px;
}

.color-picker-desc{
    color: #676767;
    text-align: left;
	font-size: 14px;
}

.color-picker-button-title{
    color: #676767;
    font-size: 0.8em;
}

.color-button{
    float: left;
    margin: 10px 10px 0 0;
}

.color-button > div:first-child{
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.color-button > div:first-child.selected{
    border: blue 1px solid;
}

#color-white{
    background-image: url(../img/white-button.png);
}

#color-gold{
    background-image: url(../img/gold-button.png);
}

#color-blue{
    background-image: url(../img/blue-button.png);
}

#color-red{
    background-image: url(../img/red-button.png);
}

#color-silver{
    background-image: url(../img/silver-button.png);
}

#color-black{
    background-image: url(../img/black-button.png);
}

#front1, #front2, #back1 {

    border: 1px dashed #FFFFFF;

    float: left;
    
    color: #fff;

    font-size: 13pt;
    
    position: relative;
    
    text-align: left;
    
    font-family: Veronan;
}

form{

    margin: 0 0;

}

form div{

    text-align: left;

}

.product_description{

    color:#676767;

    text-align: left;

    word-wrap: break-word;
    
/*    padding: 20px 0px;*/

}

.product_description > div{
    text-align: left;
    clear: both;
    padding: 10px 0;
}

.product_description > div:first-child{
    margin-top: 10px;
}

.product_description > div:last-child{
    padding: 20px 0;
    text-align: center;
    font-style: italic;
}

.product_description > div:last-child a{
    font-size: 0.85em;
}

.product_description > div > div:first-child{
    font-weight: bold;
    float: left;
    width: 75px;
    text-align: left;
    margin-left: 2px;
}

.product_description > div > div:last-child{
    font-style: italic;
    float: left;
    width: 145px;
    text-align: left;
}

.product_description > div > div:first-child + div{
    font-style: italic;
    float: left;
    width: 145px;
    text-align: left;
}

#art-image{

    max-width: 100%;

    max-height: 100%;
    
    float: left;
    
    margin: 0;

}

.ui-resizable-helper{

    border: 2px dotted #00F;

}



.product.selected{

    border: 1px solid blue;

}



.product{

    cursor: pointer;

}

.products .product {

    float: left;

    width: 25%;

    padding: 10px 10px;

}

.products .product,
.products .product:before,
.products .product:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-body, .modal-header, .modal-body > div{

    text-align:left;

}

#sample_1color .modal-body > div,

#sample_fullcolor .modal-body > div,

#sample_emboss .modal-body > div,

#sample_personalization .modal-body > div{

    text-align: center;
    
}

#sample_1color .modal-body,
#sample_fullcolor .modal-body,
#sample_emboss .modal-body,
#sample_personalization .modal-body{

    /*max-height: 630px;*/
    
}

#sample_1color, #sample_fullcolor, #sample_emboss, #sample_personalization {

    width: 1230px;
    margin: auto 0 0 -640px;

}

.description {
    padding-top: 10px;
}

#go_method_button,

#go_product_text,

#go_preview_text{

    margin-top: 380px;

    height: 75px;

	padding-top: 20px;

	font-size: 22px;

	font-weight: normal;	

    position: absolute;

    width: 238px;
    
    background-image: url(../img/bk1x.png);
}

#go_product_text{

	margin-left:350px;

}

#go_preview_text{

	margin-left:600px;

}

#go_method_button{

    margin-left: 112px;

    cursor: pointer;

}

.step-number-title{

	/*float: left;*/

	font-size: 35px;

	line-height: 35px;

	/*left: 10px;*/

	position: relative;

	text-shadow: 5px 5px 4px #ccc;
    
    vertical-align: bottom;

}

.position-buttons-group{
    padding: 10px 0;
    margin-left: 20px;
}

.position-buttons-group > div{
    margin: 10px 10px 0px 0px;
    width: 45px;
    float: left;
}

.color-buttons-group{
    margin-left: 20px;
}

.page_action .step-number-title{

	top:0;

}

.note{

	color:#676767;

	text-align: left;

}

.note > p:first-child{
	text-align: center;
}

/* overrides for popup windows */

.modal-header h3 {

	font-size:26px;

}

input[type="file"] {

	margin: 0 0 10px 20px;

}

.modal-body b {

	font-family:Arial, sans-serif;

	font-size: 17px;

}

.modal-body i{

	font-family:Arial, sans-serif;

	font-size: 15px;

}

#front1-text, #front2-text, #back1-text{
    display: none;
    resize: none;
    position: absolute;
}

#modal-dialog{
/*	width: 600px;
	margin-left: -270px;*/
}

.close{
    font-size: 30px;
    opacity: 0.5;
}

.close:hover{
    opacity: 0.8;
}

.category{
    text-align: left;
    color: #777;
    text-transform: uppercase;
    margin: 20px 0px;
    border-bottom: #777 solid 1px;
    font-size: 20px;
    padding: 10px;
	line-height: 120%;
}

#image-dialog .modal-body{
    /*max-height: 610px;*/
}

#image-dialog .carousel-indicators{
    right:  240px;
    top:  508px;
}

#image-dialog .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

#image-dialog .carousel-indicators .active {
    background-color: #000;
}

#image-dialog .carousel-inner > .item{
    height:  500px;
}

#image-dialog .carousel-inner > .item > img{
    height:  100%;
    margin:  0 auto;
}

.carousel-control{
    opacity: 0.1;
}

a.getstarted:link, a.getstarted:visited, a.getstarted:active {
	font-family: arial, sans-serif;
    font-size: 20px;
    text-align: left;
	color: #333;
	text-decoration: none;
	background-color: #fff;
}

a.getstarted:hover {
	font-family: arial, sans-serif;
    font-size: 20px;
    text-align: left;
	color: #333;
	text-decoration: underline;
}

a.selectlink:link, a.selectlink:visited, a.selectlink:active, a.selectlink:hover {
	font-size: 18px;
    line-height: 150%;
}

.modal {
	/*width: 800px;
    margin-left: -400px;*/
}

.modal-body {
    max-height: 620px;
}

img#large-image-ele {
	max-height: 590px;
}

.howtouse li b {
	color: #2B689E;
}

.howtouse li {
	padding-bottom: 8px;
}

.faqitems li b {
	color: #259894;
}

.faqitems li {
	padding-bottom: 8px;
}
	
.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50);
}
.carousel-control.right {
    right: 15px;
    left: auto;
}
.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}





