#content {
	margin-left: auto;
	margin-right: auto;
}
.generator {
	padding:10px;
	/*min-height:525px;*/
	float:left;
	position: relative;
	border: 1px solid #afafaf;
background-color: #e5e5e5;
}
.postercontainer {
padding: 10px;
}
.poster {
/*	padding: 5px 10px 25px 25px;*/
    text-align:center;
    display: table;
background-color:#fff;
border:1px solid #afafaf;

}
.posterimg {
    display: table-cell;
    vertical-align: middle;
}
.posterimg img {
width: 90%;
height: auto;
}
.frame {

}
.configurator {
padding-right: 10px;
padding-left: 0px;
}
.creator-options {
  padding-right: 0px;
	padding-left: 10px;
}
.creator-options {

}
.configurator input[type="text"] {
    background-color: #fff;  
}

.lft {
	width:145px;
	float:left;
	padding-left:20px;
	margin-top:20px;
}
.lft label {
	color:#491700;
	font-size: 13px;
	float:left;
	text-transform: uppercase;
}

.line {
float: left;
width:100%;
margin-bottom:5px;
}

.line input {

    margin-bottom: 3px;
}
#form1 .row {
margin: 0px 0px 5px 0px;
}
input[type="text"].textinput {
	font-family: 'Keep Calm', sans-serif;
	width: 100%;
	font-size: 28px;
	padding: 0px 0px !important;
line-height: 30px;
height: 40px !important;

	color:#646464;
	text-align: center;
	border: 1px solid #b0b0b0;
margin:0px !important;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
box-shadow: inset 1px 0px 10px -2px #B0B0B0;
-webkit-box-shadow: inset 1px 0px 10px -2px #B0B0B0;
-moz-box-shadow: inset 1px 0px 10px -2px #B0B0B0;
-o-box-shadow: inset 1px 0px 10px -2px #B0B0B0;
	
}
#textinput .columns {
    padding: 0px;
}
.textinput:focus {
/*	background-image: url(../images/input_small_hover.jpg);*/
	background-colour:#FFC;
	outline: none;
}
}
.rgt {
	width:154px;
	float:left;
	padding-left:10px;
	margin-top:20px;
}
.rgt label {
	color:#491700;
	font-size: 13px;
	float:left;
	text-transform: uppercase;
}
.rgt input {
	float:left;
	margin-bottom:3px;
	/*background-image: url(../images/input_color.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;*/
	border:none;
	width:126px;
	height:38px;
	padding-left:10px;
	color:#fed9aa;

	cursor: pointer;
}
.rgt input:focus {
/*	background-image: url(../images/input_color_focus.png);*/
	outline: none;
}
.rwdc-button {
	background-color:#485269;
	border-top:none;
	border-left:none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	text-indent: -9999px;
	width:145px;
	height:42px;
	cursor: pointer;
	position: absolute;
	top:15px;
	left:86px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;	
}
.rwdc-button:hover {
/*	background-image: url(../images/button_hover.png);*/
	background-color: #F00;
	cursor: pointer;
}
.generate_button {
/*	background-image: url(../images/bg_button.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;*/
	position: absolute;
	width:314px;
	height:69px;
	top: 418px;
	left: 0px;
	display:none;
}
.purchase_button {
/*	background-image: url(../images/bg_button.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;*/
	position: absolute;
	width:314px;
	height:69px;
	top: 418px;
	left: 0px;
}
a.button_buy {

}
a.button_buy:hover {

}
/********* TABS ***********/


.tabs {
	float: left;
	position: relative;
	height:430px;
	width:330px;
}
UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	width:330px;
	float:left;
	height:33px;
	font-size: 13px;
	font-weight: bold;

	margin-top:23px;
}
UL.tabNavigation LI {
	display: inline;
}
UL.tabNavigation LI A {
	padding: 8px 0px 0px 0px;
	text-align: center;
	color: #491700;
	text-decoration: none;
	background-image: url(../images/tab_1_inactive.jpg);
	width:133px;
	height:24px;
	float:left;
	margin-left:20px;
}
UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover {
	color: #491700;
	background-image: url(../images/tab_1.jpg);
}
UL.tabNavigation LI A:focus {
	outline: 0;
}
/****************** dropdown ********************/


.nice_dropdown {
	margin-top:5px;
	float:left;
}
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:274px;
	height: 48px;
	margin-left:24px;
}
.dd .ddTitle {
	background:transparent;
	border:none !important;
	padding:8px 0px 0px 10px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
	background-image: url(../images/dropdown.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 40px;
	color:#fed9aa;

	font-size:16px;
	cursor: pointer;
}
.dd .ddTitle:hover {
	background-image: url(../images/dropdown_hover.jpg);
}
.dd .ddTitle span.arrow {
	float:right;
	display:inline-block;
	width:16px;
	height:16px;
	cursor:pointer;
}
.dd .ddTitle span.ddTitleText {
	text-indent:1px;
	overflow:hidden;
	line-height:16px;
}
.dd .ddTitle span.ddTitleText img {
	text-align:left;
	padding:0 10px 0 0
}
.dd .ddTitle img.selected {
	padding:0 4px 0 0;
	vertical-align:top;
}
.dd .ddChild {

	position:absolute;
	border:1px solid #bf741e;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#f8c573;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
	padding-left:10px
}
.dd .ddChild a {
	display:block;
	padding:2px 0 2px 3px;
	text-decoration:none;
	color:#491700;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background-color:#ca9a4e;
}
.dd .ddChild a img {
	border:0;
	padding:0 4px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background-color:#ca9a4e;
}
.hidden {
	display:none;
}
.dd .borderTop {
	border-top:1px solid #c3c3c3 !important;
}
.dd .noBorderTop {
	border-top:none 0 !important
}
/******************** color selection ************************/

.color_selection {
	float:left;
	position: relative;
	width:277px;
	margin-left:23px;
	margin-top:10px;
	padding: 0px;
}
#topicons {
    width:100%;
    display: block;
    overflow: auto;
}
#topicons a {

    font-size:10px;
    color:#000;
    text-decoration: none;
    text-align:center;
text-transform: uppercase;
padding:0px;
}
#topicons img {
width: 100%;
}
.jPicker .Icon {
	display: inline-block;
	height: 24px;
	position: absolute !important;
	text-align: left;
	width: 25px;
	right:10px !important;
	top:35px !important;
}
#Binded {
	float:left;
	margin-bottom:3px;
	background-image: url(../images/input_large.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent !important;
	font-size: 20px;
	border:none;
	padding-top:0px;
	width:277px;
	height:48px;
	padding-left:0px;
	color:#fed9aa !important;

	text-align: center;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
}
#Bindedd {
	float:left;
	margin-bottom:3px;
	background-image: url(../images/input_large.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent !important;
	font-size: 20px;
	border:none;
	padding-top:0px;
	width:277px;
	height:48px;
	padding-left:0px;
	color:#fed9aa !important;

	text-align: center;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
}
#Binded:focus {
	outline: none;
}
#Bindedd:focus {
	outline: none;
}
.color_selection h2 {
	color: #491700;
	font-size: 13px;
	
	float: left;
	text-transform: uppercase;
	float:left;
	width:100%;
	margin-bottom:3px;
	margin-top:0px;
}
/*********** checkbox styling ******************/

.checkthing input[type="checkbox"] {
	-webkit-appearance: none;
	height:25px;
	width:25px;
	cursor:pointer;
	margin: 0px;
	padding: 0px;
}
.checkthing .custom_checkbox {
	background-image: url(../images/checkbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	height:25px;
	width:25px;
	margin-top:-5px;
	margin-left:-50px;
}
.checkthing .selected {
	background-image: url(../images/checkbox_selected.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.checkthing {
	float:left;
	position: relative;
	width:277px;
	margin-left:23px;
	margin-top:10px;
}
.checkthing label {
	color: #491700;
	font-size: 13px;
	
	float: left;
	text-transform: uppercase;
	float:left;
	width:225px;
	font-weight: bold;
}
.icon_selector {
	width:520px;
	height:310px;
	position: absolute;
	top:50px;
	left:70px;
	z-index:9999;
	background-color: #efefef;
	padding:2px;
}
.nice_icon {
	height:48px;
	width: 48px;
	float: left;
	border:2px solid #dddddd;
	background-color: #fff;
	cursor: pointer;
}
.nice_icon:hover {
	border:2px solid #999999;
}
.rwdc-current {
	border:2px solid #af3d3d;
}
.selecticon {
	float:left;
	margin-bottom:3px;
	background-image: url(../images/input_large_select.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent !important;
	font-size: 20px;
	border:none;
	padding-top:0px;
	width:277px;
	height:48px;
	padding-left:0px;
	color:#fed9aa !important;

	text-align: center;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	outline:none;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.selecticon:hover {
	background-image: url(../images/input_large_select_hover.jpg);
	cursor: pointer;
}
.selecticon:focus {
	outline: none;
}
/*********** eye checkbox ******************/

.visible, .fontsize {
	-webkit-appearance: none;
	
	cursor:pointer;
	margin: 0px;
	padding: 0px;
	display:none;
}
.custom_checkbox_1 input {
	background-image: none !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom_checkbox_1 {
    display:none;
    background: url(//cdn2.bigcommerce.com/server2100/da4a7/templates/__custom/images/keepcalm/txtShow.png?t=1609965506) top center no-repeat;	    
	float:right;
    cursor:pointer;    
	height:40px;
	width:40px;
    /*
	margin-top:0px;
	margin-left:5px;
	margin-right:40px;*/

}
.custom_checkbox_2 input {
	/*overflow:hidden;*/
	background-image: none !important;	
	/*height:27px !important;
	width:55px !important;*/
	cursor:pointer;
	/*margin: 0px !important;
	padding: 0px !important;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom_checkbox_2 {
	background: url(//cdn2.bigcommerce.com/server2100/da4a7/templates/__custom/images/keepcalm/txtsmall40.png?t=1609965506) top center no-repeat;	
    cursor:pointer;    
	/*overflow:hidden;*/
	float:right;
	height:40px;
	width:40px;
	/*margin-top:6px;*/

}
.line .selected_1 {

	margin-left:45px;
	margin-right:5px;
    background: url(//cdn2.bigcommerce.com/server2100/da4a7/templates/__custom/images/keepcalm/txtHide.png?t=1609965506) top center no-repeat;	        
}
.line .selected_2 {
	background: url(//cdn2.bigcommerce.com/server2100/da4a7/templates/__custom/images/keepcalm/txtlarge40.png?t=1609965506) top center no-repeat;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    /*background: #000;*/
    display: none;
}

#selectIcon {

	display:none;
	width:530px;
	height:500px;
	background-color:#f9eab6;
	border:2px solid #d38545;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	padding:25px;	
	margin:0px;
}
#selectIcon h2 {
	margin-top:0px;
	font-size:20px;
}

.icon {
	border:2px solid; border-color:transparent;
	float:left;
	margin:14px;
}

.iconSelected, a.icon:hover {
	border-color: #090;	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
}

.iconSelected, .icon, .iconlink, .icon > img {
	width:80px;
	height:80px;
}


/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0px; padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;margin-top:10px;}
ol.bjqs-markers li{display:inline; }
ol.bjqs-markers li a{display:inline-block; margin-right:5px; text-decoration:none;
	border: solid 1px #999; padding:3px 6px 3px 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;	
	color:#000;
}


ol.bjqs-markers li a:hover,ol.bjqs-markers li.active-marker a {
	background-color:#ccc;
}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;
}


#selectBG {

	display:none;
	width:500px;
	height:500px;
	background-color:#f9eab6;
	border:2px solid #d38545;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	padding:25px;	
	margin:0px;
}
#selectBG h2 {
	margin-top:0px;
	margin-bottom:0px;
	font-size:20px;
}

.bg {
	border:2px solid; border-color:transparent;
	float:left;
	margin:5px;
}

.bgSelected, a.bg:hover {
	border-color: #090;	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
}

.bgSelected, .bg, .bglink, .bg > img {
	width:100px;
	height:142px;
}

.roundedbox {
	margin-top:5px;
	padding:3px;
	border:2px solid #d38545;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-color:#fff;
}

.bgSettings {
	height:90px;
	width: 80px;
	display:block;
	text-align:center;
	margin-left:3px;
}
	

.genSettings {
	height:90px;
	width: 80px;
	display:block;
	text-align:center;
	margin-left:3px;
}
		
.iconSettings {
	height:90px;
	width:85px;
	display:block;
	margin-left:24px;
}

#imgBG {
	border:none;
}


.ui-widget-content { border: 1px solid #d38545/*{borderColorContent}*/; background: #f9eab6/*{bgColorContent}*/ /*url(../images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.jPicker .Container {
	z-index: 9999 !important;
}
#fbshare a {width:147px; height:21px; display:block;}
#fbshare a:hover {cursor: hand; cursor:pointer;}
#fbshare img {border:0px;}

#back-to-text {
	clear:both; 
	margin-left:20px; 
	margin-top:5px; 
	width:100px; 
	text-align:center; 
	background-color:#4f6701; 
	color:#fff; 
	padding:5px;
	border:2px solid #a36813;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	cursor: pointer;
	
}
.icon-label {
/*	background-color:#a65513;
	color:#fed9aa;
	display: block;
	width:80px;
	padding:1px;
	margin:0px 0px 1px 0px;*/
	display: block;
	font-weight:bold;
	margin-bottom:2px;
}
a.showAll {
	text-decoration:none;
	font-style:italic;
}
a.showAll:hover {
	text-decoration:underline;
}
	
.mb0 {
	margin-bottom:0px;
}
a.creator-update {
	float:left;
	display:block;
	width: 160px;
	background-color:#36802c;
	color:#fff !important;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	padding: 8px 25px 6px 10px;
	font-size: 15px;
	cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;	
	text-align:left;	
	font-family: 'Oswald Regular', sans-serif;	  
	margin-right:10px;
}
a.creator-reset {
	float:left;
	display:block;
	width: 120px;
	background-color:#af3d3d;
	color:#fff !important;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	padding: 8px 25px 6px 10px;
	font-size: 15px;
	cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;	
	text-align:left;	
	font-family: 'Oswald Regular', sans-serif;	  
}

a.creator-reset:hover {

}
div.resetbutton {

}

#caticons {
	width:600px;
	overflow:auto;
}
#caticons ul,
#caticons li {
	list-style:none;
	padding:0px;
	text-align:center;
	float:left;
}
#caticons li {
	margin:0px 14px 14px 14px;
}
#caticons a {
	text-decoration:none;
}
#iconsearch {
	background:url(../images/icon-search.png) no-repeat; 
	height: 34px; 
	width:295px;
	padding:7px 0px 7px 10px;
	float:right;	
	margin-bottom:10px;
}
#iconsearchtitle {
	float:left;
	width:285px;
}
#iconsearchtitle h3 {
	margin-top:10px;
}
.creator-title-bar {
	height:83px;

}
.creator-base-panel {
	height:54px;

}
#rwdcreator {
	clear:both;
} 
.creator-options {

}
.creator-update-reset {
	float:left;
	margin-top:20px; 
	margin-left:10px;
}
.rwdc-txtac {
    text-align: center;
}
.row.rwdc-buttonbar {
    margin-top: 10px;
}
.scrollcontent {
    position: absolute;   
    display: none;
    background-color: #f1f1f1;
    top: 0px;
    left: 0px;
    z-index: 1;
    overflow-y: scroll;
    width: 100%;
    padding: 50px;
}
@media only screen and (max-width: 767px) {
#rwdcreator {
padding: 8px;
}
#rwdcreator > .row {
padding: 0px !important;
margin: 0px !important;
}
.configurator, .poster {
margin-bottom: 10px;
}
    .line {
        width: 100% !important;
        float: left !important;
    }
    .configurator .ten {
        width: 83.3% !important;
        float: left !important;
    }    
    #topicons .three, .line .three {
        width: 25% !important;
        float: left !important;        
    }
    .generator .four {
        width: 50% !important;
        float: left !important;
    }        
    .configurator .one {
        width: 8.3% !important;
        float: left !important;
    }  
    .configurator .two {
        width: 16.6% !important;
        float: left !important;
    }    
    .scrollcontent {
        padding: 10px;
    }
    #creatorcontrols .six {
        width: 50% !important;
        float: left !important;  
        padding: 5px;
    }
.configurator {

}
    
}
@media only screen and (max-width: 640px) {

    .generator .four {
        width: 100% !important;
        float: left !important;
    }  


.generator .five {
width: 41.66667% !important;
        float: left !important;
}
}
.downloadlink, .button_buy {
    margin-bottom: 5px;
}
.downloadlink, .btn-grey {
 background-color: #7b7b7b;
}
#matchspace {
    display: hidden;
}
.prodPreview a {
    display: block;
    float: left;
    width: 29%;
    padding: 2%;
    margin-right: 4%; 
    margin-bottom: 10px;
    float: left;
 -webkit-transition: box-shadow 0.15s  ;
  -moz-transition: box-shadow 0.15s  ;
  -ms-transition: box-shadow 0.15s  ;
  -o-transition: box-shadow 0.15s  ;
  transition: box-shadow 0.15s  ;
  border: 1px solid #b2afa5;
  border-color: #e1e0dc #c9c8c1 #b2afa5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.439);
  background: -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -moz-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -ms-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -o-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: linear-gradient(top, #f6f5f0, #e1e0dc);
  -pie-background: linear-gradient(top, #f6f5f0, #e1e0dc);
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -moz-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -ms-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -o-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  color: #6b635b;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;     
}
.prodPreview a:hover {
    border-color: #000;
}
.resetlink, .updatelink, .fontbutton, .optbutton {
text-align: center;
width: 100%;
 -webkit-transition: box-shadow 0.15s  ;
  -moz-transition: box-shadow 0.15s  ;
  -ms-transition: box-shadow 0.15s  ;
  -o-transition: box-shadow 0.15s  ;
  transition: box-shadow 0.15s  ;
  border: 1px solid #b2afa5;
  border-color: #e1e0dc #c9c8c1 #b2afa5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.439);
  background: -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -moz-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -ms-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -o-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: linear-gradient(top, #f6f5f0, #e1e0dc);
  -pie-background: linear-gradient(top, #f6f5f0, #e1e0dc);
  color: #6b635b;
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -moz-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -ms-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -o-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #6b635b;
  padding: 6px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; 


font-size:10px;    
/*height: 25px; */
padding: 5px 0px 7px 0px;
text-transform: uppercase;
}
.resetlink, {
margin-top: 5px;
}
.fontbutton {
margin-top: 6px;

}
a.resetlink:hover, a.resetlink:visited,  {

color: #af3d3d;
font-weight: bold;
}
.btnoff {
display:inline;
color: #af3d3d;
}
.btnon {
display:none;
color: #5e8d2f;
}
.equalon .btnoff, .outlineon .btnoff {
display: none;
}
.outlineon .btnon, .equalon .btnon {
display: inline;
}


a.updatelink:hover, a.updatelink:visited  {
color:#fff;
color: #5e8d2f;
font-weight: bold;
}
.pad0 {
    padding: 0px !important;
}
#topicons {
 padding-bottom: 10px;
}
#topicons .columns {
    padding: 0px 3px 0px 0px;
}
#topicons a {
    float: left;
	max-width:100%;
 -webkit-transition: box-shadow 0.15s  ;
  -moz-transition: box-shadow 0.15s  ;
  -ms-transition: box-shadow 0.15s  ;
  -o-transition: box-shadow 0.15s  ;
  transition: box-shadow 0.15s  ;
  border: 1px solid #b2afa5;
  border-color: #e1e0dc #c9c8c1 #b2afa5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.439);
  background: -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -moz-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -ms-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -o-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: linear-gradient(top, #f6f5f0, #e1e0dc);
  -pie-background: linear-gradient(top, #f6f5f0, #e1e0dc);
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -moz-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -ms-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -o-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  color: #6b635b;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; 

}

/* Toggle light style */

.toggle-light .toggle-slide {
  border-radius: 9999px;
  -webkit-box-shadow: 0 0 0 1px #999;
          box-shadow: 0 0 0 1px #999;
}
.toggle-light .toggle-on,
.toggle-light .toggle-off {
  font-size: 11px;
  font-weight: 500;
}
.toggle-light .toggle-on,
.toggle-light .toggle-select .toggle-inner .active {
  background: #45a31f;
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
}
.toggle-light .toggle-off,
.toggle-light .toggle-select .toggle-on {
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#f5f5f5));
  background: -webkit-linear-gradient(#cfcfcf, #f5f5f5);
  background: linear-gradient(#cfcfcf, #f5f5f5);
}
.toggle-light .toggle-blob {
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfcfcf));
  background: -webkit-linear-gradient(#f5f5f5, #cfcfcf);
  background: linear-gradient(#f5f5f5, #cfcfcf);
  -webkit-box-shadow: 1px 1px 2px #888;
          box-shadow: 1px 1px 2px #888;
}
.toggle-light .toggle-blob:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#f9f9f9));
  background: -webkit-linear-gradient(#e4e4e4, #f9f9f9);
  background: linear-gradient(#e4e4e4, #f9f9f9);
}
#Xfontid {
width: 100%;
font-size: 14px;
    padding:11px;
    margin: 0;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background: #fff;
border: 1px solid #464646;
    color:#000;

    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
text-transform: uppercase;
font-weight: bold;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    #Xfontid {padding-right:18px}
}

/* end style */

.dd-option-image, .dd-selected-image {
max-width: 60%;
}
.dd-option, .dd-selected {
padding: 0px;
}
.dd-selected label {
padding-top: 3px;
padding-left: 5px;
}
.dd-option-text, .dd-selected-text {

margin-bottom: 0px;
text-align: left;
}
.dd-image-right {
margin-right: 20px;
}
.dd-container {
margin-bottom: 10px;
}
.clearboth {
clear: both;
}

.fontcaption {
 text-align: center;
font-size: 8px;
padding-top: 15px;
}

.padr0 {
padding-right: 0px !important;
}

.dd-container {

 -webkit-transition: box-shadow 0.15s  ;
  -moz-transition: box-shadow 0.15s  ;
  -ms-transition: box-shadow 0.15s  ;
  -o-transition: box-shadow 0.15s  ;
  transition: box-shadow 0.15s  ;
  border: 1px solid #b2afa5;
  border-color: #e1e0dc #c9c8c1 #b2afa5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.439);
  background: -webkit-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -moz-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -ms-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: -o-linear-gradient(top, #f6f5f0, #e1e0dc);
  background: linear-gradient(top, #f6f5f0, #e1e0dc);
  -pie-background: linear-gradient(top, #f6f5f0, #e1e0dc);
  color: #6b635b;
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -moz-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -ms-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  -o-box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;
  box-shadow: rgba(255, 255, 255, 0) 0 0 1px 0, rgba(255, 255, 255, 0) 0 0 0 1px inset, white 0 1px 0 0;

}
.sp-palette {
max-width: 200px !important;
}
.configurator form {
margin: 0px;
}
.creator-welcome {
text-align:center; 
padding-top: 0px;
}

.creator-welcome h3 {
    margin-top: 0px;    
}
@media only screen and (max-width: 420px) {
.creator-welcome {  }
}
#fontid label {
text-transform: uppercase;
}