@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
		url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
		url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-download:before {
  content: "\f019";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-phone:before {
  content: "\f095";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
/*----------*/
* {
	box-sizing: border-box;
}
html {
    min-height: 100%;
    position: relative;
}
body {
	margin-bottom: 420px;
}
.footer_new_full {
    bottom: 0;
    height: 420px;
    position: absolute;
    width: 100%;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
/*-----------------------*/

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*-------------------------*/
.page-wrapper {
    overflow: hidden;
}
.text-blue {
	color: #1971ba;
}
.text-orange {
	color: #f69220;
}
.text-red {
	color: #ed2a30;
}
.text-skyblue {
	color: #00abf1;
}
.site-btn.blue-btn {
	background-color: #3B5998;
	color: #FFFFFF;
}
.site-btn i {
	color: #FFFFFF;
}
.site-btn.blue-btn:hover {
	background-color: #318FB2;
	color: #FFFFFF;
}
.btn-icon-group {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.btn-icon-group .btn-icon {
    position: absolute;
    padding: 0 15px;
    right: 0;
    top: 0;
    display: block;
}
.blue-btn .btn-icon,
.blue-btn .btn-icon i {
		color: #FFFFFF;
		line-height: 32px;
		font-size: 22px;
}
.blue-btn .btn-icon {
	background-color: #1B3978;
}
.blue-btn .btn-icon:hover {
	background-color: #177598;
}

.img-responsive {
	max-width: 100%;
	display: block;
}
.clearfix {
	clear: both;
}
.white-bg {
	overflow: hidden;
	background-color: #FFFFFF !important;
}
.grey-bg {
    overflow: hidden;
		background-color: #e9ebee !important;
}
.darkgrey-bg {
    overflow: hidden;
		background-color: #a3a4a6 !important;
}
.blue-bg {
		background-color: #3B5998 !important;
		color: #FFFFFF !important;
}
.mt20 {
		margin-top: 20px;
}
.p20 {
	padding: 20px;
}
.pt15 {
	padding-top: 15px;
}
.pt40 {
	padding-top: 40px;
}
.pb40 {
	padding-bottom: 40px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.alert {
    background: #e9ebee none repeat scroll 0 0;
}
.site-banner-slider {
    overflow: hidden;
}
.main-height {
	min-height: 200px;
}
.border-none {
    border: 0 none !important;
}

/*-------------*/
#wrap {
    margin: auto;
    width: 1027px;
    clear: both;
}
#mainContainer {
    width: 977px;
    margin: auto;
    overflow: hidden;
    position: relative;
	background-color: #FFFFFF;
}
.payment {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
#header {
    height: 121px;
    position: relative;
    border-bottom: 1px solid #ffffff;
    width: 977px;
    margin: auto;
}
.header_outer {
    margin: auto;
    width: 1027px;
}
#header .sitelogo {
    position: absolute;
    top: 20px;
    left: 8px;
}
#newuser {
    position: absolute;
    top: 40px;
    right: 280px;
    font-weight: bold;
    height: 41px;
    text-align: center;
    padding: 8px 5px 22px 0;
    border-right: 1px solid #9B9B9B;
    width: 115px;
    text-decoration: none;
    color: #3C3636;
}
#newuser a {
    position: absolute;
    top: 1px;
    right: 280px;
    font-weight: bold;
    height: 41px;
    text-align: center;
    padding: 8px 5px 22px 0;
    color: #333333;
    border-right: 1px solid #9B9B9B;
    width: 115px;
    text-decoration: none;
    left: -1px;
}
#newuser a:hover {
    text-decoration: underline;
}
#logindiv {
    position: absolute;
    width: 258px;
    right: 0px;
    top: 11px;
}
#loggedin {
    position: relative;
    float: right;
    right: 10px;
    top: 40px;
}
#loggedin a {
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}
#loggedin a:hover {
    text-decoration: underline;
}
.menu_outer {
    background: #F38605;
    width: 100%;
}
#topMenu {
    height: 26px;
    overflow: hidden;
    /*background:url(../images/leftTopBg.jpg) repeat-x top;*/    
    width: 977px;
    margin: auto;
}
#topMenu ul {
    list-style: none;
    float: left;
}
#topMenu ul li {
    float: left;
    border-left: 1px solid #FFFFFF;
}
#topMenu ul li a {
    display: block;
    background: #f38605;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 5px 10px;
    font-weight: bold;
}
#navigation li li {
    background: none repeat scroll 0 0 transparent;
    list-style-type: none !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #topMenu ul li a {
        padding: 5px 14px;
    }
}
#topMenu ul li a.active,
#topMenu ul li a:hover {
    background: #f4051c;
}
.menu {
    position: absolute;
    top: 27px;
    visibility: hidden;
    padding: 0px;
    margin: 0;
    list-style: none;
    width: 250px;
    z-index: 999;
}
.menu a {
    display: block;
    height: 20px;
    padding: 3px 0px 0 5px;
    color: #ffffff;
    text-decoration: none;
    background-image: url('../images/menu-arrow.gif');
    background-repeat: no-repeat;
    background-position: 5px 10px;
    text-decoration: none;
    background-color: #f38605;
    text-transform: capitalize;
    border-top: 1px solid #fff;
    font-size: 10px;
}
.menu a:hover {
    background-color: #ffb307;
}
#centerContainer {
    z-index: -10000;
}
#leftPart {
    width: 168px;
    float: left;
    padding: 24px 0 0;
    text-align: center;
}
.homepage #leftPart {
    clear: both;
}
#leftPart .address {
    margin: 0px auto 25px 0px;
    text-align: right;
    font-size: 14px;
}
#leftPart .address span {
    display: block;
    font-size: 13px;
    margin-top: 13px;
    color: #70706f;
    font-weight: bold;
    /*font-style:italic;

	font-weight:bold;

	color:#70706f;*/
}
#leftPart .address_add {
    margin: 0px auto 10px 0px;
    text-align: left;
    font-size: 14px;
}
#leftPart .address_add span {
    display: block;
    font-size: 13px;
    margin-top: 13px;
    color: #70706f;
    font-weight: bold;
    /*font-style:italic;

	font-weight:bold;

	color:#70706f;*/
}
#leftPart .address_add span.address_local {
    margin-top: 7px !important;
}
.leftpart_conetnt {
    font-style: italic;
    font-weight: bold;
    color: #70706f;
}
/*right conteiner css*/

#rightContainer {
    width: 778px;
    float: right;
    margin: 25px 32px 0 0;
    /* before work on front four images margin:25px 35px 0 0;*/
    
    _margin: 35px 18px 0 0;
    overflow: hidden;
    padding-bottom: 3px;
}
.shadow_left {
    border-left: 1px solid #d7d7d7;
    /*box-shadow: -3px 7px 8px 1px #ebebeb;*/
}
.homeIcon {
    margin: 23px 0 0 0;
    width: 778px;
    border-bottom: 1px solid #8c8c8c;
    display: table;
    padding-bottom: 30px;
}
.special_task_front {
    /*margin:10px 0 20px;*/
    
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    color: #FF0000;
    width: 720px;
}
.upload1 {
    width: 200px;
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #696969;
    font: 12px Arial, Helvetica, sans-serif;
    background: url(../images/services-line.jpg) no-repeat 201px;
    padding-right: 3px;
    left: -2px;
}
#upload1 {
    color: #f71e1b;
    font: bold 12px Arial, Helvetica, sans-serif;
}
.upload1 ol {
    list-style: none;
    padding-top: 5px;
}
.upload2 {
    width: 200px;
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #696969;
    font: 12px Arial, Helvetica, sans-serif;
}
.upload2 ol {
    list-style: none;
    padding-top: 5px;
}
.upload3 {
    width: 2 0px;
    float: left;
    text-align: center;
    color: #696969;
    font: 12px Arial, Helvetica, sans-serif;
    padding-left: 21px;
    background: url(../images/services-line.jpg) no-repeat;
    /* css by sj*/
    
    width: 200px;
    /* css by sj*/
}
.upload3 ol {
    list-style: none;
    padding-top: 5px;
}
.download-price a {
    list-style: none;
    color: #E00120;
    font-weight: bold;
    font-size: 12px;
    font: Arial, Helvetica, sans-serif;
    padding-left: 9px;
    text-decoration: none;
}
.download-price a:hover {
    text-decoration: underline;
}
.text {
    /*font-family:Arial, Helvetica, sans-serif, "Century Gothic";*/
    
    font-size: 12px;
    padding: 0 18px;
    color: #505050;
}
.text p {
    margin: 9px 0;
}
h2.creative {
    text-align: center;
    font-size: 15px;
    color: #505050;
    /*font-family:Arial, Helvetica, sans-serif, "Century Gothic";*/
}
.footer {
    background: #eeeeed;
    padding: 5px 10px;
    font-weight: bold;
}
.footer a {
    color: #505050;
    text-decoration: underline;
}
.footer a:hover {
    color: #505050;
    text-decoration: none;
}
ul.leftMenu {
    margin-left: 15px;
    margin-top: 15px;
}
ul.leftMenu li {
    list-style: disc;
    /*font-family:Arial, Helvetica, sans-serif, "Century Gothic";*/
    
    font-size: 12px;
    margin: 2px 0;
}
ul.leftMenu li a {
    color: #878787;
}
ul.leftMenu li a:hover {
    color: #000000;
}
/*right conteiner for inner pages*/

#rightContainerInner {
    float: right;
    overflow: hidden;
	padding-bottom: 20px;
	width: 788px;
	padding-left: 20px;
	background-color: rgb(255, 255, 255);
}
.leftbox {
    width: 486px;
    float: left;
}
.bannerAd {
    width: 218px;
    float: right;
}
.textInner {
    /*font-family:Arial, Helvetica, sans-serif, "Century Gothic";*/
    
    font-size: 12px;
    padding: 0 18px;
    color: #505050;
}
.textInner p {
    margin: 10px 0;
}
.textInner p a {
    color: #971b0f;
}
.textInner p a:hover {
    color: #000000;
}
h2.welcomeHeading {
    font-size: 13px;
    margin: 11px 0 41px 0;
    font-weight: normal;
}
h2.welcomeHeading a {
    font-size: 13px;
    margin: 11px 0 41px 0;
    font-weight: normal;
    color: #000000;
}
h2.welcomeHeading a:hover {
    text-decoration: underline;
}
.grayLine {
    background: #CCCCCC;
    margin: 20px 2px 5px 0;
    clear: both;
    height: 2px;
}
.stepOne {
    clear: both;
}
/*.stepLeft {
    box-sizing: border-box;
    float: left;
    padding-right: 40px;
    width: 495px;
}*/
.toOrder {
    clear: both;
    text-align: center;
    font-size: 13px;
}
.orderSelect {
    text-align: center;
    /* margin:10px 0 30px 0;*/
}
.orderSelect .paginate {
    padding-top: 15px;
}
.rfimax {
    padding-left: 39px;
}
/*
.rfimax img{border:1px #666666 solid;}
*/
.imgMenu {
    /*commented by SJbackground:url(../images/cholder.gif) no-repeat left; */
    /*border:1px solid #c8b096;*/
    
    text-align: center;
    color: #EED601;
    margin: 12px 0 50px 0;
    width: 335px;
    padding: 0 60px;
    height: 26px;
    line-height: 26px;
}
.left_bg_img {
    background: url(../images/cholder.gif) no-repeat left;
}
.imgMenu a {
    color: #990000;
    text-decoration: none;
}
.imgMenu a:hover {
    text-decoration: underline;
}
.orderSelect_t4 .imgMenu {
    /*commented by SJbackground:url(../images/cholder.gif) no-repeat left; */
    /*border:1px solid #c8b096;*/
    
    text-align: right;
    color: #EED601;
    margin: 12px 0 43px 0;
    width: 335px;
    padding: 0 92px;
    height: 26px;
    line-height: 26px;
}
.orderSelect_t4 .rfimax {
    margin: 10px auto 13px auto;
    /*commented by SJwidth:309px; */
}
/* real estate next previous buttons */

.real_estate_previous_next {
    float: left;
    /*background-color:#EED601;*/
    
    color: #990000;
    padding: 0px 11px;
    position: relative;
    top: -10px
}
.rightForm {
    width: 273px;
    float: right;
    margin-right: 15px;
    _margin-right: 20px;
    /*	margin-top:20px !important;*/
    
    margin-bottom: 10px;
}
.rightForm img.clstooltip {
    float: right;
    position: absolute;
    padding-left: 5px;
    cursor: pointer;
}
.left_select select {
    float: right;
    margin-right: 39px;
}
.left_select label {
    float: right;
    margin-right: 100px;
    color: #FF0000;
}
.formBg {
    background: url(../images/rightFormBg.jpg) repeat-y;
    margin-top: -3px;
    margin-bottom: -5px;
}
.formnewBg {
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 0 10px 15px;
}
.formnewBg.shipping_block {
    padding-top: 10px;
}
.rightForm img {
    margin: 0;
    padding: 0;
}
p.price {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 33px 0;
    text-align: center;
    background-color: #f4f4f4 !important;
    padding: 9px 0;
		overflow: hidden;
}
p.price span.showAmountLabel {
    color: #000000;
    display: inline-block;
    float: left;
    font-weight: normal;
    padding-bottom: 10px;
    text-align: right;
    width: 50%;
}
p.price span.showAmount {
    color: #000000;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 3%;
    text-align: left;
    width: 47%;
}
.price_desc_amt {
    color: #000000;
}
.stepTwo {
    clear: both;
}
.step2 {}
/*business card*/

.bussinessCard {
    width: 357px;
    float: left;
    text-align: left;
}
.bussinessCard h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    color: #656464;
    margin: 32px 0 0 10px;
}
.formnewBg .form-group {
    position: relative;
}
.formnewBg .help-block {
    background-color: #ffffff;
    border: 1px solid #9ccb40;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    right: -35em;
    top: -2em;
    width: 400px;
    z-index: 9;
    text-align: left;
}
.formnewBg .form-group > a:hover + .help-block {
    display: block !important;
}
.formnewBg .form-group > a:hover:before {
    display: block;
}
.formnewBg .sets-element .help-block {
    right: -30.5em;
    top: 0;
}
.formnewBg .help-block h3 {
    background-color: #9ccb40;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
}
.help-block > p {
    margin: 10px;
}
.sub-inner-text {
    line-height: 20px;
    margin: 10px 10px 10px 30px;
}
.formnewBg .form-group a {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
/*symbol form*/

.SymbolBusiness {
    width: 357px;
    float: right;
    text-align: left;
}
.SymbolBusiness h2 {
    text-transform: uppercase;
    font-size: 15px;
    color: #656464;
    margin: 32px 0 0 0px;
}
.noSymbolBusiness {
    width: 357px;
    float: right;
    text-align: left;
}
.noSymbolBusiness h2 {
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 15px;
    color: #656464;
    margin: 32px 0 0 0px;
}
#authorize {
    
    /*float: left;
	 * Uncomment this if auth.net icon is on left menu, now it is on bottom

	position:relative;

	margin:10px 37px;*/
    /*width :100%;*/
}
#godaddy {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.font11px {
    font-size: 11px;
}
.fontcolorred {
    color: #ff0000;
}
.width100percent {
    width: 100%;
}
#designandprint #front_text {
    position: relative;
    float: left;
    width: 490px;
    margin: 10px 0 0 0;
    height: 26px;
}
#product_name {
    position: relative;
    float: left;
    /*width:504px;*/
    
    width: 100%;
    height: 36px;
    background: url(../images/cholder.png) no-repeat;
    vertical-align: middle;
    text-align: center;
    color: #990000;
    font-weight: bold;
    line-height: 33px;
}
#previous_next {
    position: relative;
    float: left;
    width: 150px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #fd9701;
    color: #ffffff;
}
#previous_next a {
    color: #ffffff;
    text-decoration: none;
}
#previous_next a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#product_image {
    width: 488px;
    height: 325px;
}
.highlight_red {
    color: #000;
    font-weight: bold;
    padding: 0 0 4px 8px;
    text-align: right;
		font-size: 12px;
}
#upload_instructions {
    float: left;
    text-align: left;
    width: 100%;
    margin-left: 10px;
}
#upload_instructions h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    color: #656464;
    margin: 10px 0 0 0px;
}
#upload_instructions ul {
    margin-left: 15px;
}
#upload_instructions ul li {
    list-style: disc;
    font-size: 12px;
    margin: 2px 0;
}
ul#designAndPrintLeftMenu {
    margin-left: 15px;
    margin-top: 15px;
}
ul#designAndPrintLeftMenu li {
    list-style: disc;
    /*font-family:Arial, Helvetica, sans-serif, "Century Gothic";*/
    
    font-size: 12px;
    margin: 2px 0;
}
ul#designAndPrintLeftMenu li a {
    color: #005DAD;
}
ul#designAndPrintLeftMenu li a:hover {
    color: #868686;
    font-weight: bold;
}
ul#designAndPrintLeftMenu li a.active {
    color: #868686;
    font-weight: bold;
    font-size: 12px;
}
.bar {
    height: 26px;
    overflow: hidden;
    /*background:url(../images/leftTopBg.jpg) repeat-x top;*/
}
.left-navmenu-container {
    padding-right: 20px;
    float: right;
}
.overlay {
    float: left;
    padding: 5px 10px;
    background-color: #ffffff;
    clear: both;
}
h2.overlay {
    margin-left: 125px;
    margin-top: -45px;
    font-size: 18px;
    color: #767676;
}
img.overlay {
    margin-top: -40px;
}
h2.headingBorderTopBottom {
    text-align: center;
    font-size: 18px;
    color: #767676;
    /*padding:10px 0px;

	border-top:1px solid #CDCDCD;

	border-bottom:1px solid #CDCDCD;*/
    
    clear: both;
}
#copyscape {
    position: absolute;
    bottom: 30px;
    left: 40px;
    margin-top: 10px;
}
/* classes added for review page as on 20090404 */

.review {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.review h1,
.review h2,
.review h3 {
    margin: 0px;
}
.review h1 {
    color: #a21438;
    /*font-family:'Lucida-Grande', Verdana, sans-serif; */
    
    font-size: 1.9em;
    padding-bottom: 10px;
}
.review h2 {
    font-size: 1.3em;
}
.review h3 {
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0;
}
p.bot_right {
    padding-top: 60px;
    margin: 0;
}
p.bot_left {
    padding-top: 30px;
    margin: 0;
}
.sj_grayLine {
    border-bottom: 1px solid #CDCDCD;
    margin: 20px 0 5px 0;
    height: 4px;
    clear: both;
}
.home_content {
    /*font-family:Helvetica;*/
    
    font-size: 11px;
    color: #707070;
}
.home_ul {
    list-style: outside disc !important;
    margin-left: 12px !important;
}
ul.home_ul li {
    margin-top: 9px !important;
}
p.home_content a,
ul.home_ul li a {
    color: #004d8c !important;
    text-decoration: underline;
}
.login_bg {
    width: 293px;
    height: 19px;
    background: url(../images/login_top_bg.png) no-repeat;
    position: absolute;
    right: 0px;
    padding: 0 0 0 45px;
}
.login_bg ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.login_bg ul li {
    margin: 0px;
    float: left;
    padding: 0 18px;
    background: url(../images/safreter.png) no-repeat right;
}
.login_bg ul li a {
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.new_right_box_top {
    width: 384px;
    position: absolute;
    right: 0px;
    height: 100px;
}
.icon_box {
    width: 206px;
    left: 173px;
    padding: 0;
    position: absolute;
    top: 24px;
}
.icon_box ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.icon_box ul li {
    margin: 0px;
    float: left;
    padding: 0 9px;
}
.icon_box ul li a {
    border: 0px;
    outline: none;
}
li.vish_icon a {
    width: 41px;
    height: 27px;
    background: url(../images/visa_icon.png) no-repeat;
    display: block;
    margin: 16px 0 0;
}
li.master_card_icon a {
    width: 44px;
    height: 29px;
    display: block;
    background: url(../images/master_card_icon.png) no-repeat;
    margin: 12px 0 0;
}
li.hunde_icon a {
    width: 67px;
    height: 50px;
    display: block;
    background: url(../images/100_icon.png) no-repeat;
}
li.bbb_icon a {
    width: 80px;
    height: 43px;
    display: block;
    background: url(../images/bbb_icon.png) no-repeat;
    margin: 5px 0 0 0;
}
.date {
    width: 522px;
    position: absolute;
    top: 87px;
    left: -120px;
}
.date h2 {
    font-size: 24px;
    font-style: italic;
    color: #565656;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.date h2 span {
    font-size: 11px;
    color: #565656;
    font-style: normal;
}
#leftPart .address1 {
    font-size: 14px;
    margin: 18px auto 18px 0;
    text-align: center;
    border-bottom: 1px #848484 solid;
    border-top: 1px #848484 solid;
    padding: 13px 0;
    clear: both
}
.textfloat {
    float: left;
    width: 227px;
    text-align: top;
}
.textfloatleft {
    float: left;
}
.textfloatleftmargin {
    margin-top: 3px;
}
.textfloat img {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
.texth2 {
    width: 275px;
    float: left;
}
.menu_sj {
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    /*font-family:verdana,geneva,arial,helvetica,sans-serif;*/
    
    font-size: 12px;
    color: #FFFFFF;
    /*background:#f38605;*/
    /*background:#f8f8f8;*/
    
    z-index: 9999;
}
/*

.menu_sj ul{



	height:26px;

	list-style:none;

	margin:0;

	padding:0;

        width: 977px;

        margin: auto;

	}

	.menu_sj li{

		float:left;

		}

                .menu_sj li:hover{

		float:left;

                background:#99ca3c;

		}

	.menu_sj li a{

		color:#FFFFFF;

		display:block;

		line-height:27px;

		padding:0px 20px;

		text-align:center;

		text-decoration:none;

                border-left:solid 1px #fff;

		}

                .menu_sj li:last-child a{

		border-right:solid 1px #fff;

		}

		.menu_sj li a:hover{

			color:#FFFFFF;

			text-decoration:none;

			}

	.menu_sj li ul{

		/*background:#f38605;*/
/*background:#A8A8A8;

		display:none;

		height:auto;

		position:absolute;

		width:185px;

                z-index: 9999;

		

		}

	.menu_sj li:hover ul{

		display:block;

		}

	.menu_sj li li {

		display:block;

		float:none;

		width:185px;

		}

                .menu_sj li li:hover {

		display:block;

		float:none;

		width:185px;

                background:#99ca3c;

                

		}

	.menu_sj li ul a{

		display:block;

		font-size:12px;

		font-style:normal;

		padding:0px 10px 0px 15px;

		text-align:left;

                border-bottom:1px solid #FFFFFF;

		}

		.menu_sj li ul a:hover{

			background:#99ca3c;

                        color:#FFFFFF;

                        display: block;

			}

	.menu_sj p{

		clear:left;

		}

	.menu_sj #current{

		background:#99ca3c;

		color:#ffffff;

		}

*/

.menu_sj1 #current {
    background: #3B5B9A;
    color: #ffffff;
}
.cart_buttons {
    width: 100%;
    float: left;
}
.cartcontinue {
    float: left;
    margin-left: 0;
    margin-top: 15px;
    width: auto;
}
.cartcontinue a {
    font-size: 14px;
    color: #fefefe;
    font-weight: bold;
}
.cartcheckout {
    float: right;
    margin-top: 15px;
    width: auto;
}
.cartcheckout a {
    font-size: 14px;
    color: #fefefe;
    font-weight: bold;
}
/*cart page*/

.cart_total_info {
    width: 50%;
    float: right;
    margin-top: 20px;
}
.review-inner-element .cart_total_info {
	width: 100%;
    float: none;
    margin-top: 10px;
}
.cart_container {
    display: block;
    float: left;
    background: #ECECEC;
    border: 1px solid #CDCDCD;
    padding: 3%;
    width: 94%
}
.pickup_block {
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom: 12px;
    border-bottom: 1px solid #AFAFAF;
}
/*.shipping_block{float: left; width: 100%}*/

.makeyourSelection {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
}
.service_type_block {
    margin-bottom: 10px;
    color: #000000;
    width: 100%;
    float: left
}
.enter_zip_block {
    color: #000;
    width: 100%
}
.enter_zip_block input[type="text"] {
    border: 1px solid #dadada;
    box-shadow: 0 1px 4px #ececec inset;
    color: #888;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 100px;
    margin: 0 15px
}
.enter_zip_block .showAvailableShiOptions td {
    border-top: 1px solid #cdcdcd
}
.showAvailableShiOptions .fancy_radio label {
    padding-bottom: 0
}
.ship-rates-btn {
    background: #cbcbcb;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    /*font-family: Arial;*/
    
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 32px;
    text-decoration: none;
    width: 148px !important;
}
.ship-rates-btn:hover {
    text-decoration: none;
    background-color: #d7d7d7;
}
.fancy_radio .label_radio input {
    margin-right: 5px;
}
.fancy_radio label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 9px;
    /*text-shadow: 0 -1px 0 rgba(0,0,0,.2);*/
}
.fancy_radio .label_radio {
    padding-left: 34px;
}
.fancy_radio .label_radio {
    background: url(../images/radio-off.png) no-repeat;
    width: 33%;
    float: left;
}
.fancy_radio label.r_on {
    background: url(../images/radio-on.png) no-repeat;
    width: 33%;
}
.fancy_radio .label_radio input {
    position: absolute;
    left: -9999px;
}
.lable_save_bill {
    float: left;
    width: 242px;
}
.lable_chk_bill {
    float: left;
    padding-left: 27px;
}
.fancy_check label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 9px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.fancy_check .label_check {
    padding-left: 34px;
}
.fancy_check .label_check {
    background: url(../images/radio-off.png) no-repeat;
}
.fancy_check label.c_on {
    background: url(../images/radio-on.png) no-repeat;
}
.fancy_check .label_check input {
    position: absolute;
    left: -9999px;
}
.lable_check_payment {} .lable_check_payment .label_check {
    float: left;
    padding: 15px !important;
}
.footer_new {
    float: left;
    width: 100%;
    padding-top: 10px;
    /*background: #ededed*/
}
.footer_new_left {
    float: left;
    width: 168px
}
.footer_new .footer_new_right {
    float: none;
    width: 806px;
    padding-bottom: 25px;
    border-bottom: 1px solid #333333;
    margin: 0 auto;
}
.footer_new_full .footer_new_right {
    float: left;
    width: 977px;
    padding: 25px 0;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #cccccc
}
.footer_block {
    width: 20%;
    float: left;
}
.footer_block h2 {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    padding: 0 0 15px 0;
}
.footer_block ul {
    list-style: none;
}
.footer_big_block {
    width: 38%;
    float: left;
}
.payment_mode_icon {
    margin: 10px 0;
		overflow: hidden;
}
.footer_logo #authorize > a {
    display: inline-block;
}
.footer_logo {
    clear: both;
    padding-top: 40px;
    overflow: hidden;
}
.footer_logo img {
    margin-right: 20px;
}
.payment_mode_icon > img {
    float: left;
    margin-top: 10px;
}
.footer_new .footer_bottom_right {
    float: none;
    width: 806px;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto;
}
.footer_new_full .footer_bottom_right {
    float: left;
    width: 977px;
    padding: 15px 0;
    text-align: center;
}
.footer_bottom_right a {
    color: #6f6f6f !important;
    font-weight: bold
}
.email_opt_out * {
    color: #8A8A8A
}
.email_opt_out {
    float: left;
    width: 77%;
    padding: 61px 25px 10px;
}
.email_opt_out .existing_content {
    float: left;
    width: 100%;
}
.email_opt_out .mail_block {
    width: 100%;
    /*border: 1px solid #dadada; background: #F7F7F7; */
    
    float: left
}
.email_opt_out .block_header {
    border-bottom: 1px solid #dadada;
    padding: 20px 0 10px 20px;
}
.email_opt_out .block_header h1 {
    font-size: 25px;
    font-weight: bold;
}
.email_opt_out .block_header p {
    margin: 5px 0
}
.email_opt_out .block_content {
    padding: 25px 0;
}
.email_opt_out .login_error {
    color: #ff0000;
    padding-left: 70px;
    text-align: center;
}
.email_opt_out .input_block {
    padding-bottom: 20px;
}
.email_opt_out .input_block label {
    display: block;
    width: 35%;
    text-align: right;
    float: left;
    margin: 12px 5px 0 0;
}
.email_opt_out .input_block input[type="text"],
.input_block input[type="password"] {
    border: 1px solid #dadada;
    box-shadow: 0 1px 4px #ececec inset;
    color: #888;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 180px;
}
.email_opt_out .submit_block {
    padding-bottom: 20px;
}
.email_opt_out .submit_block label {
    display: block;
    width: 35%;
    text-align: right;
    float: left;
    margin: 12px 0 0 0;
}
.rightContainerUserOrdList * {
    color: #8A8A8A;
}
.rightContainerUserOrdList {
    float: left;
    width: 777px;
    margin: 0 16px 10px;
}
/*.rightContainerUserOrdList h2{padding-top: 20px;}

.rightContainerUserOrdListBLock{width: 775px; margin-top: 70px; border: 1px solid #dadada;}*/

.rightContainerUserOrdListBLock {
    width: 775px;
    margin-top: 70px;
    border: 1px;
}
.live_block {
    float: left;
    width: 100%;
}
/*.completed_block{float: left; width: 100%; margin-top: 0; background: #f7f7f7}*/

.completed_block {
    float: left;
    width: 100%;
    margin-top: 0;
}
/*.filter_block{float: left; padding: 15px; border-color: #bebebe; border-style: none solid solid; border-width: 0 1px 1px; background: #f7f7f7}*/
/*.filter_block{float: left; padding: 15px; border-color: #bebebe; border-style: none solid solid; border-width: 0 1px 1px;}*/

.filter_block {
    float: left;
    padding: 55px;
}
.filter_block .row_block {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.filter_block .row_block div {
    float: left;
    width: 33%
}
.filter_block .row_block label {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: bold
}
.filter_block .date_block {
    float: left;
    width: 100%;
}
.filter_block .date_block div {
    float: left;
    width: 33%;
	position: relative;
}
.live_block .filter_block input[type="text"],
.completed_block .filter_block input[type="text"],
.live_block .date-pick,
.completed_block .date-pick {
    border: 1px solid #dadada;
    box-shadow: 0 1px 4px #ececec inset;
    color: #888;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 180px;
}
.live_block select,
.completed_block select {
    border: 1px solid #dadada;
    box-shadow: 0 1px 4px #ececec inset;
    padding: 5px;
    width: 100%;
}
a.dp-choose-date {width: 16px;height: 16px;padding: 0;margin: 10px 3px 0;
	display: block;text-indent: -2000px;overflow: hidden;background: url(../images/calendar.png) no-repeat;
	position: absolute;right: 17px; top: -4px;}

.live_block .filter_block input.date-pick {
    padding-right: 22px;
}
a.dp-choose-date.dp-disabled {background-position: 0 -20px;cursor: default;}
input.dp-applied {width: 140px;float: left;}
/*.tab_block{float:left; width:95%; border:#BEBEBE solid 0px; margin: -47px 0 0 0px}*/

.tab_block {
    border-bottom-color: #3B5998;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #3B5998;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #3B5998;
    border-top-color: #3B5998;
    float: left;
    margin-bottom: 20px;
    margin-left: 130px;
    margin-right: 0;
    margin-top: -48px;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 0;
    padding-top: 0;
    width: 65%;
}
/*.tabDefault{float:left; width:180px; padding:15px; border:#BEBEBE solid 1px; border-bottom: 0; background-color:#f7f7f7; cursor:pointer; font-weight:bold; color:#000; font-size:14px; text-align:center;}*/

.tabDefault {
    float: left;
    width: 157px;
    padding: 15px;
    border: #BEBEBE solid 1px;
    border-bottom: 0;
    background-color: #3B5998;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    padding-right: 10px;
}
.tabGreen {
    float: left;
    width: auto;
    padding: 15px;
    border: #BEBEBE solid 1px;
    border-bottom: 0;
    background-color: #d7d7d7;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
    padding-right: 10px;
}
.personalization_heading {
    background: none repeat scroll 0 0 #ececec;
    color: #6f6d6e;
    font-size: 12px;
    height: 20px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.personalization_heading.top-head {
    background: #d7d7d7;
    color: #535453;
}
.gray {
    background: none repeat scroll 0 0 #ececec;
}
.personalization_block {
    background: #f4f4f4;
    padding: 15px 10px;
}
.productTabDefault {
    float: left;
    width: 135px;
    padding: 4px 2px;
    border: 1px solid #3B5998;
    background-color: #3B5998;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.productTabGreen {
    float: left;
    width: 135px;
    padding: 4px 2px;
    border: 1px solid #BEBEBE;
    border-bottom: 1px solid #ececec;
    background-color: #ececec;
    cursor: pointer;
    font-weight: normal;
    color: #000;
    font-size: 12px;
    text-align: center;
}
/*.rightContainerLogin .tab_block > div:hover, .rightContainerUserOrdListBLock .tab_block > div:hover{float:left; width:180px; padding:15px; border:#BEBEBE solid 1px; border-bottom: 0; background-color:#f7f7f7; cursor:pointer; font-weight:bold; color:#000; font-size:14px; text-align:center;}*/
/*.rightContainerLogin .tab_block > div:hover, .rightContainerUserOrdListBLock .tab_block > div:hover{float:left; width:180px; padding:15px; border:#BEBEBE solid 1px; border-bottom: 0; background-color:#a1ce4a; cursor:pointer; font-weight:bold; color:#000; font-size:14px; text-align:center;color: #fff;}*/

.rightContainerLogin .tab_block > div:hover,
.rightContainerUserOrdListBLock .tab_block > div:hover {
    float: left;
    width: 157px;
    padding: 15px;
    border: #BEBEBE solid 1px;
    border-bottom: 0;
    background-color: #3B5998;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    padding-right: 10px;
}
.header_new_design {
    float: right;
    padding-top: 25px;
}
.header_new_design ul {
    list-style: none;
}
.phone-box span {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}
.new_menu_new_des li a {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}
.new_menu_new_des li {
    float: left;
    border-right: 1px solid #a8a8a8
}
.new_menu_new_des .phone-box {
    background: url(../images/tel_edit.png) no-repeat;
    height: 34px;
    width: auto;
    padding: 10px 20px 0 40px;
    margin: 0 10px
}
.new_menu_new_des .login-box {
    background: url(../images/User_edit.png) no-repeat;
    height: 34px;
    width: auto;
    padding: 10px 20px 0 40px
}
.new_menu_new_des .logout-box {
    background: url(../images/User_logout.png) no-repeat;
    height: 34px;
    width: auto;
    padding: 10px 20px 0 40px
}
.new_menu_new_des .contact-box {
    background: url(../images/email_edit.png) no-repeat;
    height: 34px;
    width: auto;
    padding: 10px 20px 0 40px;
    border-right: none;
    margin: 0 0 0 10px
}
.social_icon {
    padding-top: 5px;
    float: right
}
.social_icon li {
    margin: 0 10px;
    float: left
}
.social_icon li a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    font-size: 24px;
    height: 36px;
    padding: 5px;
    width: 36px;
}
.social_icon li:hover a i {
	color: #FFFFFF;
}
.social_icon li.yelp-logo:hover a {
	background: #FF0000 none repeat scroll 0 0;
}
.social_icon li.fb-logo:hover a {
	background: #007BB6 none repeat scroll 0 0;
}
.social_icon li.gplus-logo:hover a {
	background: #DC4A38 none repeat scroll 0 0;
}
.social_icon li.lk-logo:hover a {
	background: #007BB6 none repeat scroll 0 0;
}
.social_icon li.yelp-logo a .fa-yelp:before {
    background-image: url("../images/yelp.png");
	background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    width: 18px;
}
.social_icon li.yelp-logo:hover a .fa-yelp:before {
	background-position: 0 -37px;
}
.estimatePage .leftpart {
    float: left;
    width: 49%;
    margin-right: 1%;
    border-right: 1px solid #cdcdcd
}
.estimatePage .rightpart {
    float: left;
    width: 46%;
    margin-left: 2%
}
.estimatePage h2 {
    padding: 54px 0px 35px 0px;
    text-align: center;
    font-size: 18px;
    color: #6f6f6f;
    font-weight: bold
}
.estimateForm h2 {
    padding: 0;
    font-size: 13px;
    margin-bottom: 12px;
}
.estimateForm .form-element {
    float: left;
    width: 100%
}
.estimateForm .form-element label {
    width: 85px;
    float: left;
    text-align: right;
    margin: 8px 10px 0 0;
    font-weight: bold;
    color: #000
}
.estimateForm .form-element input[type="text"] {
    width: 200px;
    height: 35px;
}
.estimateForm .form-element select {
    width: 200px;
    margin-right: 10px;
    height: 35px
}
.tooltip {
    float: right
}
.form-element > div {
    float: left;
    margin-bottom: 10px;
}
.rightTop {
    margin-bottom: 15px;
}
.rightpart div {
    margin: 25px 0
}
.rightpart div p {
    margin-bottom: 15px
}
.rightpart fieldset {
    border: 0;
}
.rightpart label {
    margin-right: 5px;
}
.rightpart input {
    margin-right: 10px;
}
.comments_block {
    margin: 35px 0
}
.comments_block p {
    color: #000;
    font-size: 13px;
    font-weight: bold
}
.comments_block textarea {
    width: 100%;
    border: 1px solid #cccccc;
}
.no_custom {
    margin-right: 10px
}
.prodStep {
    margin: 10px 0 20px;
}
.prodStep .number {
    margin: -3px 10px 0 0;
}
.number {
    background-color: #abcf00;
    border-radius: 50px;
    box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.16);
    color: #fff;
    display: block;
    font-size: 14px;
    height: 12px;
    padding: 6px 6px 9px 9px;
    width: 12px;
    float: left
}
p.price2 {
    margin: 13px;
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #afafaf;
    border-top: 1px solid #afafaf;
    color: black;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    background-color: #FFFFB6 !important;
    padding: 3px 0
}
.inOutDownloadTemplatesHR {
    border: 1px solid #ddd
}
.showAvailableShiOptions {
    padding: 10px 0
}
.shipping_estimate_heading {
    background: #ececec none repeat scroll 0 0;
    color: #6f6d6e;
    font-size: 12px;
    margin: 5px -10px 0;
    padding: 8px 10px;
    text-transform: uppercase;
}
.showAvailableShiOptions td {
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: normal !important
}
.paginate {
    /*font-family:Arial, Helvetica, sans-serif; */
    
    padding: 3px;
    margin: 3px;
    text-align: center
}
.paginate a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #999;
    text-decoration: none;
    color: #666;
}
.paginate a:hover,
.paginate a:active {
    border: 1px solid #999;
    color: #000;
}
.paginate span.current {
    margin: 2px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #999;
    font-weight: bold;
    background-color: #999;
    color: #FFF;
}
.paginate span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #DDD;
}
.paginate li {
    padding: 4px;
    margin-bottom: 3px;
    background-color: #FCC;
    list-style: none;
}
.paginate ul {
    margin: 6px;
    padding: 0px;
}
/*------------------------New style*/

.personalization_heading.shipping_block {
    background-color: #edec64;
    margin-top: 25px;
}
.pcss3mm .print-product-submenu {
    position: absolute;
    background-color: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-top: 0 none;
    padding: 0 15px;
    margin-left: -1px;
    display: none;
		text-align: left;
}
.pcss3mm li.print-product:hover .print-product-submenu {
    display: block;
}
.pcss3mm .print-product-submenu-element {
    float: left;
		min-width: 150px;
		padding: 0 10px 10px;
}
.pcss3mm .print-product-submenu-element:first-child {
    border-right: 1px solid #d9d9d9;
}
.pcss3mm .print-product-submenu-element > ul {
    min-height: 68px;
}
.print-product-submenu-element h5 {
    color: #505153;
    font-size: 14px;
}
.pcss3mm li.print-product {
    position: static;
}
.pcss3mm .print-product-submenu-element li {
    border: 0 none;
    background-color: transparent;
}
/*Below was by SJ on Mar 09 2017*/
.pcss3mm .print-product-submenu-element p {
    padding-right: 5px;
    line-height: 18px;
}
.pcss3mm .print-product-submenu-element a:hover {
    background: none !important;
    color: #6f6f6f !important;
}
/*Above was by SJ on Mar 09 2017*/
.pcss3mm .print-product-submenu-element a {
    /*Below was by SJ on Mar 09 2017*/
    display: inline-block;
    text-decoration: underline;
    /*Above was by SJ on Mar 09 2017*/
    line-height: 20px;
    padding: 0 4px 0 0;
}
.pcss3mm .print-product-submenu-element a strong {
		font-weight: 600;
		color: #1971ba;
}
/*-----------------------*/

table.pricing-table {
    border: 1px solid #ececec;
    border-spacing: 0;
    margin-top: -5px;
    width: 100%;
}
.pricing-table tr td,
table.pricing-table tr th {
    background-color: #ffffff;
    border: 1px solid #ececec;
    padding: 10px;
    text-align: center;
}
table.pricing-table tr th {
    background-color: #ececed;
    padding: 10px;
}
.pricing-table tr:nth-child(2n+1) td {
    background-color: #fbfbfb;
}
/*---------------------*/
.element-title {
		color: #000000;
		display: block;
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 5px;
		text-align: center;
}
.uploadOrderfile-page #bcard {
		box-shadow: 0 3px 2px #ddd;
		-webkit-box-shadow: 0 3px 3px #ddd;
		margin-top: 10px;
}
.uploadOrderfile-page #bcard tr td {
		padding: 10px;
		background-color: #E9EBEE;
		border: 0 none;
}
.uploadOrderfile-page #bcard tr:first-child td,
.uploadOrderfile-page #bcard tr:last-child td {
    background-color: #3B5998;
		text-align: center;
		font-size: 12px;
		color: #fff47e;
		text-transform: uppercase;
}
.uploadOrderfile-page #bcard tr:first-child td strong,
.uploadOrderfile-page #bcard tr:last-child td strong {
		color: #FFFFFF;
}
.uploadOrderfile-page #bcard tr td li {
	line-height: 24px;
}
/*---------------------*/

.upload-middle-section {
    margin: 2em auto;
    width: 100%;
}
.file-delivery-element {
    text-align: center;
}
.file-delivery-element > label {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.upload-file-list {
    margin: 4em 0 2em;
    padding: 10px;
    background-color: #ececec;
    width: 100%;
    border: 1px solid #aaaaaa;
}
.upload-file-list.upload_file_block {
		width: 83%;
		margin: 4em auto 2em;
}
.imageupload_frm {
    margin: 0 auto;
    width: 83%;
    overflow: auto;
}
.upload-file-list > h2 {
    color: #df4002;
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 8px;
}
.upload-file-list > ul {
    list-style: none;
}
.upload-file-list li {
	padding-left: 20px;
	color: #6F6F6F;
	line-height: 24px;
	position: relative;
	margin-bottom: 5px;
}
.upload-file-list li:before {
	background-image: url(../images/exclamation-xxl.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 15px;
	height: 15px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
/*------------------------------------*/

.footer_social-links {
    overflow: hidden;
    text-align: center;
}
.footer_social-links .social_icon {
    float: none;
    padding: 0;
}
.footer_social-links .social_icon > ul {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 30px;
    margin-top: 10px;
    overflow: hidden;
    width: auto;
}
/*-----------------------*/

.industry_sub_menu > ul {
    list-style: outside none none;
    margin: 20px 0 0;
}
.industry_sub_menu li {
    display: inline-block;
    padding-left: 0;
    vertical-align: top;
    margin-bottom: 5px;
}
.industry_sub_menu li span {
    font-weight: bold;
    text-transform: uppercase;
}
.industry_sub_menu li a {
    display: block;
    margin: 0 5px 0 0;
    padding: 0 5px;
    position: relative;
}
.industry_sub_menu li a::before {
    content: "/";
    display: inline-block;
    left: -6px;
    padding-right: 0;
    position: absolute;
}
.industry_sub_menu li a:hover {
    background-color: #eff2f2;
}
.industry_sub_menu li:nth-child(2) a::before {
    display: none;
}
#front_container .front_data,
#back_container .back_data,
.place-order-tab .data {
    overflow: hidden;
    text-align: center;
}
.frontImgRadioClass,
.backImgRadioClass {
    margin-bottom: 9px;
}
.place-order-tab .data .prd_img img,
#front_container .front_data > .prd_img img,
#back_container .back_data > .prd_img img,
#selection_preview .selection_p_block_front img,
#selection_preview .selection_p_block_back img {
    max-width: 100%;
}
.place-order-tab .data .prd_img,
#front_container .front_data > .prd_img,
#back_container .back_data > .prd_img,
#selection_preview .selection_p_block_front,
#selection_preview .selection_p_block_back {
    width: 49%;
    display: inline-block;
    text-align: center;
	vertical-align: top;
}
.place-order-tab .data .prd_img,
#front_container .front_data > .prd_img,
#back_container .back_data > .prd_img {
    border-bottom: 1px solid #c0c0c0;
    padding: 20px 10px;
}
.place-order-tab .data .prd_img:nth-child(2n),
#front_container .front_data > .prd_img:nth-child(2n),
#back_container .back_data > .prd_img:nth-child(2n) {
    border-left: 1px solid #c0c0c0;
}
/*.prd_img_block {

    margin-bottom: 5px;

}*/

.prd_img_block {
    text-align: center !important;
}
.stepLeft > div#selection_preview {
    overflow: hidden;
}
.tab_block_desc {
    clear: both;
    padding: 18px 0px 0px;
    display: block;
}
.stepLeft .tab_block {
    float: none;
    margin: 20px auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 99%;
}
.stepLeft .tab_block .productTabDefault,
.stepLeft .tab_block .productTabGreen {
    float: none;
    margin: 0;
    display: inline-block;
}
.stepLeft .tab_block > div:hover {
    background-color: #3B5998;
    border: 1px solid #3B5998;
    color: #FFFFFF;
}
.stepLeft .tab_block > div:first-child {
    float: left;
    margin-left: 7em;
}
.stepLeft .tab_block > div:last-child {
    float: right;
    margin-right: 7em;
}
.poll-wrap .poll-content {
    width: 1027px;
    border-bottom: 3px solid #004b80;
    /*background: #e8e8e8 none repeat scroll 0 0;*/
    
    margin-bottom: -3px;
}
select {
    position: relative;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../image/arrow-down-light.png") 96% 55% no-repeat;
    border: solid 1px #ccc;
}
.menu_sj {
    width: 977px;
    margin: 0 auto;
}
/*-----------------------------*/

.header_outer,
.menu_sj,
#wrap {
    padding-left: 10px;
}
.site-header .header_outer,
.site-header .menu_sj {
	padding: 0;
}
/*@media only screen and (

 *max-width:640px) {

	#wrap, #mainContainer, #centerContainer, .orbit-wrapper, #featured, #featured img {

	    width: 100% !important;

	}

}*/
/*-------------*/

.faq-page-section #centerContainer {
    width: 100%;
}
.faq-page-section #rightContainer {
    float: none;
    margin: 0;
    width: 100%;
}
.accordion.faq-content-sectn {
    margin: 20px 0;
    width: auto;
    border: 1px solid #ddd;
}
.accordion.faq-content-sectn h1,
.accordion.faq-content-sectn h2,
.accordion.faq-content-sectn h3,
.accordion.faq-content-sectn h4 {
    cursor: pointer;
}
.accordion.faq-content-sectn h1 {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    ;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 12px 20px;
    border-radius: 0 !important;
    text-transform: capitalize;
}
.accordion.faq-content-sectn div,
.accordion.faq-content-sectn p {
    display: none;
}
.accordion.faq-content-sectn h2 {
    color: #333333;
    font-size: 13px;
    padding: 5px 35px;
}
.accordion.faq-content-sectn p,
.accordion.faq-content-sectn > div > div {
    border-bottom: 1px solid #ddd;
    padding: 5px 35px;
    font-size: 12px;
    color: #333;
    line-height: 1.3rem;
    border-radius: 0 !important;
}
/*.accordion.faq-content-sectn .opened-for-codepen {
    display: block;
}*/
.faq-inner-points {
    padding-left: 10px;
}
.accordion.faq-content-sectn table div {
    display: block !important;
}
.accordion.faq-content-sectn table {
    margin: 10px 0;
}
.accordion.faq-content-sectn table td,
.accordion.faq-content-sectn table th {
    padding: 5px 8px;
}
.accordion.faq-content-sectn h1 span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
}
.landing-sprite-tag {
    background-color: #8b9dc3;
    width: 100%;
    margin: 0px 0px 10px 0;
    text-align: center;
    padding: 13px 0;
    color: #FFFFFF;
    font-size: 13px;
	clear: both;
}
.landing-sprite-tag a {
	font-weight: 600;
	color: #FFF;
}
.product-element {
    float: left;
    margin: 0 14px 23px 0;
}
.product-element:hover {
	box-shadow: 0 0 4px #000000;
	-webkit-box-shadow: 0 0 4px #000000;
	-moz-box-shadow: 0 0 4px #000000;
}
.product-element:nth-child(3n) {
    margin-right: 0;
}
.product-element > a {
    display: block;
}
.contact-page #rightContainerInner {
    width: 977px;
    margin-top: 30px;
    border-top: 1px solid #cdcdcd;
}
.contact_us_container {
    width: 70%;
    margin-top: 20px;
}
.contact-page .rft {
    width: 28%;
}
.contact-page .fist-form-element {
    width: 50%;
}
.contact-page .second-form-element {
    width: calc(50% - 20px);
}
.contact-page .third-form-element {
    width: 100%;
}
.contact-page .contact_us_container input[type="text"],
.contact-page .contact_us_container select {
    box-sizing: border-box;
    height: 35px;
    width: 100%;
		padding: 5px;
}
.contact-page .contact_us_container dd {
    margin-bottom: 20px;
}
.contact_us_container textarea {
    height: 145px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 0;
}
.contact-page .captcha_block {
    width: 53%;
    float: left;
}
.contact-page .captcha_block.submit-btn {
    padding-top: 4em;
    width: auto;
}
.contact-page .contact-map iframe {
		border: 5px solid #ffffff !important;
}
.contactus-content {
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0 0 3px #cccccc;
    margin: 20px 0;
    padding: 10px;
}
.contactus-content p {
    margin-bottom: 9px;
}
.contactus-content p span {
		display: block;
}
.contactus-content > h4 {
    font-size: 18px;
    margin: 0 0 20px;
}
.contactus-content h4 small {
    font-size: 12px;
}
.contactus-content > .ofc-timing h4 {
		margin-bottom: 5px;
}
.ofc-timing strong {
    display: block;
    margin-bottom: 4px;
}
.testimonials-page #rightContainerInner {
    width: 961px;
}
.testimonials-section {
    float: left;
    width: 75%;
}
.half-testi-section {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}
.half-testi-section .testi-element {
    float: left;
    margin: 1em 0;
    overflow: hidden;
    width: 48%;
}
.testi-msg-part {
    border: 1px solid #DDDDDD;
    padding: 20px;
    position: relative;
}
.testi-msg-part::after {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    bottom: -7px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
}
.testi-user-part {
    display: table;
    margin: 20px 0;
    width: 100%;
}
.testi-user-part .user-icon {
    float: left;
    padding-right: 15px;
}
.testi-user-part h4 {
    color: #777777;
}
.testi-user-part h4 span {
    display: block;
    font-weight: 400;
    margin: 5px 0;
}
/*-------------Payment Invoice*/

.sj_class {
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.pi_reset_button {
    background: url(images/RESET2.png) no-repeat;
    border: 0px;
    width: 110px;
    height: 29px;
    cursor: pointer;
}
.pi_field_name {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}
h2.headertext1 span {
    font-family: Arial;
    font-size: 12px;
    color: #3B5B9A;
    padding-left: 8px;
}
.payinvoice-page #rightContainer {
    float: none;
    width: 100%;
}
.payment-form-container {
    overflow: hidden;
    padding-top: 30px;
}
.personal_info {
    padding: 0 30px;
    float: left
}
.personal_info > div {
    float: none;
    width: 100%;
}
.calculator_form label {
    width: 100%;
    float: left;
    padding-top: 10px
}
.personal_info.calculator_form input {
    width: 70%
}
.form-invoice-section {
	float: left;
    padding-left: 20px;
}
.form-invoice-inner-section {
    float: left;
    width: 28%;
}
.payinvoice-page .form-invoice-section > .calculator_form {
    float: left;
    border-left: 1px solid #dadada;
    padding-left: 20px;
	padding-right: 20px;
    width: 70%
}
.form-credit-card-input {
    float: left;
    padding-right: 30px;
}
.form-card-expire-date {
    float: left;
}
.form-card-code {
    clear: both;
    width: 30%;
}
.form-card-address {
    float: left;
    width: 100%
}
.form-balance-section {
    float: left;
    width: 100%;
    margin-top: 0;
}
/*.form-text-info p {
    text-align: center;
}*/
.form-text-info > p {
    line-height: 20px;
}
.form-card-type-image {
    float: left;
    margin-left: 40px;
}
.form-card-type-image > img {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}
.calculator_form .form-card-type-image a {
    display: inline-block;
    margin: 0;
}
.form-card-address input {
    width: 400px;
}
.form-card-fulladdress > div {
    float: left;
    margin-right: 15px;
}
.form-card-fulladdress > div input,
.form-balance-section input {
    width: 120px;
}
.form-credit-card-input input {
    width: 140px;
}
.form-balance-section input .zipcode-input {
    width: 82px;
}
.form-card-address input {
    width: 434px;
}
.calculator_form .form-card-type select {
    float: left;
}
.calculator_form .form-card-type select#pi_ctlCCType {
    margin-top: 10px;
}
.form-name-card {
    float: left;
    width: 100%;
    padding-top: 18px;
}
.form-name-card input {
    width: 291px;
}
.form-text-info {
    clear: both;
    overflow: hidden;
}
.form-card-code input {
    width: 68px;
}
/*-------------------Confirm Payment*/

.pay_invoice_form > h3 {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 10px;
}
.personal_info.calculator_form {
    display: flex;
    flex-direction: row;
    margin: 20px;
    float: none;
}
.payment_info {
    min-width: 30%;
    overflow: hidden;
}
.payment_info > h1 {
    color: #000000;
    font-size: 15px;
    line-height: normal;
		text-align: center;
}
.payment_info h1 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    color: #464646
}
.payment_amount_info {
    margin: 30px 0;
    text-align: center;
}
.payment_amount_info > .payment_info > h1 {
    font-size: 22px;
}
.calculator_form a {
    display: block;
    margin: 20px 0;
    text-decoration: underline;
    text-transform: uppercase;
}
.agree_terms {
    background-color: #eeeeee;
    box-sizing: border-box;
    display: inline-block;
    margin: 20px 0;
    padding: 15px 30px 5px;
    width: 100%;
}
.fancy_check .label_check {
    background-position: 0 5px;
    color: #464646;
}
#content1 {
    font-family: Arial;
}
.confirm-payment-page .pay_invoice_form .topTitle,
.email-opt-out .topTitle,
.page-head-sect .topTitle {
    text-align: center;
    width: 100%;
}
/*.confirm-payment-page .pay_invoice_form .sub-topTitle,
.email-opt-out .sub-topTitle,
.page-head-sect .sub-topTitle,
 .ticket-page .sub-topTitle{
    font-size: 13px;
    color: #000;
    font-weight: normal;
    text-align: center;
	padding: 0 10px;
}
.email-opt-out .sub-topTitle,
.page-head-sect .sub-topTitle {
    /*border-bottom: 1px solid #000;
    padding-bottom: 5px;
}*/
.page-head-sect {
    margin-top: 30px;
}
.site-form.emailform-element .form-group {
    margin: 10px auto;
    width: 300px;
}
/*---------------------------ticket*/

.form_block {
    display: none
}
.full_width_div {
    width: 100%;
    float: left;
    padding: 0 30px;
    border-top: 1px solid #ccc;
}
.select_type {
    padding: 35px 0
}
.full_width_div label {
    width: 15%;
    float: left;
    text-align: right;
    margin: 7px 10px 0 0;
}
.ticket_form {
    float: left;
    width: 100%;
    text-align: center
}
.enter_details {
    padding: 20px 0;
}
.enter_details input[type="submit"] {
    float: left
}
.show_details {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc
}
.ticket_form select {
    border: 1px solid #dadada;
    box-shadow: 0 1px 4px #ececec inset;
    padding: 4px;
    width: 202px;
}
.ticket_form input[type="text"] {
    border: 1px solid #dadada;
    box-sizing: border-box;
    color: #6f6f6f;
    font-size: 12px;
    height: 35px;
    line-height: 15px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
}
.large_input {
    width: 200px;
}
.small_input {
    width: 70px
}
.paddingtop {
    padding-top: 20px
}
.left_details {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc
}
.right_details {
    float: left;
    width: 49%;
    float: left;
    padding-top: 40px;
}
.show_details label {
    width: 30%
}
/*.right_details label{text-align: center; float: left; width: 100%; padding-bottom: 14px;margin: 4px 10px 0 0}*/

.right_details input[type="text"],
.right_details textarea {
    display: block;
    margin: 0 auto;
}
.captcha_block {
    padding-top: 30px;
}
.recaptchatable {
    border: 0 !important
}
.ticket-page #rightContainer {
    width: 100%;
    float: none;
    margin: 25px 0px 0;
}
/*-----------------------*/

body .rightContainerNew {
    width: 100%;
    float: none;
    margin: 25px 0 0;
}
.confirm-payment-page #leftPart .address1 {
    visibility: hidden;
}
.confirm-payment-page .personal_info.calculator_form {
    float: none;
}
.email-opt-captcha {
    display: inline-block;
    margin: 0 auto 20px;
    width: auto;
}
.payinvoice-page .payment-form-container .form-element {
    float: left;
    width: 33.333%;
    margin-bottom: 0;
}
/*-------------------------*/

.user-account-page .tab_block {
    border-bottom: 1px solid #3B5998;
    border-top-color: #3B5998;
    float: none;
    margin: 0 auto 40px;
    overflow: hidden;
    padding: 0;
    width: 405px;
	text-align: center;
}
.user-account-page .tab_block #loginTab {
    display: inline-block;
    float: none;
    padding: 10px 0;
    width: 200px;
}
.user-account-page .tab_block #registerTab {
    display: inline-block;
    float: none;
    margin-left: 10px;
    padding-top: 10px;
    width: auto;
}
.user-account-page .fancy_check .label_check {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    padding-left: 25px;
}
.user-account-page .fancy_check .label_check::before {
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    content: "";
    display: block;
    height: 17px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 17px;
}
.user-account-page .fancy_check .label_check::after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.user-account-page .fancy_check .label_check.c_on::after {
    opacity: 1;
}
.user-account-page .input_block.company_section {
    padding-left: 60px;
}
.user-account-page .login_block .input_block > input {
    width: 300px;
}
.register_block_left .block_content {
    padding: 25px 30px 0 20px;
}
.register_block_right .agent_block {
    padding: 20px 0 10px 20px;
}
.register_block_left .block_content .input_block input[type=text],
.register_block_left .block_content .input_block input[type=password] {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
}
.login_block .block_content .input_block input[type=text],
.login_block .block_content .input_block input[type=password],
.input-control {
    box-sizing: border-box;
    height: 35px;
}
.forgot_password .rightContainerInner1 {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 0
}
.forgot_password .block_content .input_block input {
    width: 300px;
}
.forgot_password .forgot_block {
    background: 0 none;
    border: 0 none;
}
.forgot_password .block_header {
    padding: 0;
}
.submit_block input,
.site-btn,
.register_submit_block input[type=submit] {
    background: #bfbfbf;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    min-width: 150px;
    padding: 8px 15px;
    cursor: pointer;
}
.site-btn {
    border-radius: 0 !important;
    box-sizing: content-box;
		font-family: arial;
}
.site-btn:before {
    content: " ";
    display: table;
}
.submit_block input:hover,
.site-btn:hover,
.register_submit_block input[type=submit]:hover {
    background-color: #d7d7d7;
}
.register-msg .alert {
    margin: 0 20px 20px;
		border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    padding: 15px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
/*---------------------*/

.ticket-page .label_block {
    display: inline-block;
    margin-right: 25px;
}
.ticket-page .input_block {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}
.ticket-page .input_second_block {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.ticket_form.enter_details h3 {
    display: inline-block;
    float: none;
    margin: 0 auto;
    width: 50%;
}
.ticket-page .email_block .input_block input {
    width: 283px;
}
/*---------------------------Order History*/

.after-login-page .rightContainerUserOrdListBLock {
    width: 100%;
    margin: 30px 0 0;
}
.order-history .tab_block,
.estimate-orders .tab_block {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 400px;
}
.order-history .tab_block > div,
.order-history .tab_block > div:hover,
.estimate-orders .tab_block > div:hover,
.estimate-orders .tab_block > div {
    display: inline-block;
    float: none;
}
.order-history .filter_block,
.estimate-orders .filter_block {
    float: left;
    padding: 40px;
}
.after-login-page .rightContainerUserOrdList {
    width: calc(80% - 32px);
}
.after-login-page .shadow_left.rightContainerUserOrdList {
    margin-top: 25px;
}
.rightContainerUserOrdList .filter_block h2,
.estimate-orders .filter_block h2 {
    border-bottom: 1px solid #cccccc;
    letter-spacing: 0.05em;
    margin: 20px 0;
    padding: 0 0 10px;
}
/*-------------*/

.customers-page .rightContainerUserOrdList .lft > div#master0,
.customers-page .rightContainerUserOrdList .lft div#canvas0_0,
.customers-page .rightContainerUserOrdList .lft div#canvas0_1,
.customers-page .rightContainerUserOrdList .lft img {
    width: 100% !important;
}
.customers-page .rightContainerUserOrdList .lft img {
    height: auto;
}
.arrowsidemenu {
    padding: 0 !important;
}
.fb_iframe_widget_lift {
    z-index: 9999 !important;
}
/*------------------------------Estimate Orders*/

.toggle_container {
    display: none;
}
.toggle_container #inner {
    background-color: #F0F0F0;
    border: 1px solid #666666;
    display: inline-block
}
.box_contents {
    min-height: 350px;
    padding: 10px;
    text-align: left;
}
.box_contents p {
    margin: 15px 0
}
.details_content_left {
    float: left;
    margin: 15px 15px 15px 0;
    width: 100%;
}
#job_name_product_lbl {
    margin-top: 0;
}
.subtitle2 {
    font-size: 18px;
}
.hr_bottom {
    background: url("../images/fake_hr.png") no-repeat scroll left bottom transparent;
    margin-bottom: 2px;
    margin-top: 15px;
    overflow: hidden;
    padding-bottom: 2px;
    width: 330px;
}
.subheading {
    font-size: 15px;
}
#bcard #estimte_table td {
    border: none;
    padding: 10px 2px;
}
.specs_table td.right {
    width: 100px;
    text-align: right;
}
.specs_table td.max_250 {
    width: 90%;
    color: #000;
}
.other_table td.right {
    width: 70%;
    text-align: right;
}
.other_table td.max_250 {
    width: 25%;
    color: #000;
}
.bold {
    font-weight: bold
}
#estimate_note {
    padding-top: 10px;
}
#estimate_left {
    border-left: 1px solid #cccccc;
    float: left;
    width: 190px;
}
#estimate_left div {
    margin: 0 20px 20px;
}
.subtitle2 {
    font-size: 18px;
}
.styled_button {
    background: url("https://secure.zooprinting.com/img/ui/flex_button.png") repeat-x scroll left top transparent;
    border: 1px solid #b2b2b2;
    border-radius: 8px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 12px;
}
#estimate_right {
    border-left: 1px solid #cccccc;
    float: left;
    width: 218px;
}
#estimate_right div {
    margin: 0 0 20px 20px;
}
#dashboard a {
    color: #b10e10;
    cursor: pointer;
    font-weight: bold;
}
.screenshot_tr a {
    text-decoration: underline;
    color: #000
}
.black {
    color: #000
}
/*---------------------------*/

.col2-form .form-group {
    display: inline-block;
    margin: 0 15px 15px 0;
    text-align: left;
    vertical-align: middle;
    width: calc(50% - 17px);
}
.custom-form .form-group input[type=text],
.custom-form .form-group input[type=password] {
    margin: 0;
    width: 100%;
}
.newsletter-form-container {
    margin: 40px auto;
    text-align: center;
    width: 70%;
}
.custom-form .full-group {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}
/*------------------------------------T1 Place Order*/

.place-order-page .stepLeft > div#selection_preview {
    background-color: #eeeeee;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}
.place-order-page .rightForm .calculator_form a {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    float: left;
}
.place-order-page .rightForm .calculator_form .personalization_heading a {
    display: inline;
    float: none;
}
.place-order-page .personalization_heading {
    height: auto;
    overflow: hidden;
}
.place-order-page .personalization_heading a {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    text-decoration: underline;
    vertical-align: text-top;
}
.place-order-page .rightForm .calculator_form a.site-btn {
    border-radius: 0 !important;
    box-sizing: content-box;
    margin-bottom: 0;
}
.place-order-page .symbolbusiness-logo li {
    display: inline-block;
    float: left;
    min-height: 40px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    width: 31%;
    margin-bottom: 15px;
}
.place-order-page .calculator_form .symbolbusiness-logo label {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 6px;
    vertical-align: top;
    width: auto;
}
.bussinessCard textarea {
    border: 1px solid #cccccc;
    padding: 5px;
}
.place-order-page .bussinessCard {
    float: left;
    text-align: left;
    width: 60%;
}
/*.padding14vertical12horizontal {
    overflow: hidden;
}*/
.bussinessCard .form-group {
    float: left;
    width: 50%;
}
.bussinessCard .form-group.full-element-group {
    width: 100%;
    float: none;
}
.bussinessCard .form-group.instruction-element,
.bussinessCard .form-group.full-group-element {
    float: none;
    width: 100%;
    overflow: hidden;
}
.form-group .inner-form-group {
    float: left;
    margin-right: 10px;
}
.bussinessCard label {
    padding: 0;
    margin: 10px 0 5px;
}
.bussinessCard label span {
    color: #000000;
    line-height: normal;
}
.real-estate-element {
    overflow: hidden;
    padding: 0 10px 0 3px;
}
.real-estate-input {
    float: left;
    margin: 0 10px;
    width: calc(50% - 20px);
}
.place-order-page .real-estate-input > select {
    height: 32px;
    width: 100%;
}
.SymbolBusiness .real-estate-input input {
    border: 1px solid #dadada;
    height: 30px;
    vertical-align: 5px;
    width: 100%;
    margin: 0;
    padding: 0 5px;
}
.inner-SymbolBusiness {
    overflow: hidden;
    background-color: #EEEEEE;
    margin-bottom: 20px;
    padding-bottom: 40px;
}
.SymbolBusiness-head {
	background: #E3E3E3;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
.inner-noSymbolBusiness {
    background-color: #EEEEEE;
    padding-bottom: 20px;
    margin-top: -32px
}
.inner-noSymbolBusiness .details_ins {
    border: 0 solid red;
    text-align: center;
}
.inner-noSymbolBusiness textarea {
    height: 277px;
    width: 95%;
}
.bottom-form-section {
    background-color: #EEEEEE;
    width: 100%;
    overflow: hidden;
}
.place-order-page .bottom-form-section .bizcard_upload_files {
    background-color: #eeeeee;
    float: left;
    margin-top: 0;
    min-width: 35%;
}
.place-order-page .bizcard_upload_files label {
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.upload-image-section {
    border-left: 1px solid #cccccc;
    float: left;
    padding: 15px 15px 15px 30px;
    min-height: 125px;
    width: 50%;
}
.upload-image-section label span {
    color: #000000;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.place-order-page .SymbolBusiness {
    margin: 0;
}
.place-order-page .noSymbolBusiness {
    margin: 0;
}
.SymbolBusiness input#files-upload {
    margin-top: 12px;
}
.place-order-page ul#file-list {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 0 10px 15px;
    width: 100%;
}
.lft .pay_invoice_form .form-group label {
    margin: 5px 0 3px;
    padding-top: 10px;
}
.pro-form-title {
    margin-bottom: 5px;
}
/*-----------------------*/

.place-order-page .rightForm .form-element {
    overflow: hidden;
}
.place-order-page .rightForm .form-element select {
    float: left;
}
.rightForm .form-element label {
    float: none;
}
.place-order-page .rightForm .calculator_form .form-element a {
    clear: right;
    display: block;
    margin: 0;
}
.place-order-page .additional {
    margin: 15px 0 0;
    text-align: center;
	position: relative;
}
.additional .reset-button {
    position: absolute;
	left: 0;
}
.additional .reset-button > a,
.additional .edit-form-link > a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
    text-transform: uppercase;
}
.additional .edit-form-link {
    display: inline-block;
	position: absolute;
	left: 0;	
}
.edit-form-link,
.add-cart-link {
    display: inline-block;
    vertical-align: text-bottom;
}
.add-cart-link {
    display: inline-block;
    vertical-align: middle;
}
.place-order-page .paginate {
    clear: both;
    display: inline-block;
    margin: 30px 0 15px;
    padding: 3px;
    text-align: center;
    width: 100%;
}
.place-order-page .personalization_headin {
    overflow: hidden;
}
.right-sidr-form.pay_invoice_form.shipping_block {
    clear: both;
    width: 100%;
}
.note-text {
    display: block;
    font-size: 11px;
    margin-top: 5px;
}
.pay_invoice_form.shipping_block .radio-element {
    overflow: hidden;
}
.place-order-page .radio-element .label_radio {
    float: left;
    margin-right: 9px;
    padding: 0;
    text-align: left;
    width: auto;
}
.rightForm .radio-element input {
    vertical-align: sub;
    width: auto;
}
.pay_invoice_form.shipping_block > div#hideMyDiv {
    overflow: hidden;
}
.pay_invoice_form.shipping_block .form-group {
    float: none;
    margin: 15px 0;
    overflow: hidden;
}
.pay_invoice_form.shipping_block .form-group input {
    margin: 0;
}
.place-order-page .rightForm .shipping_block a.ship-rates-btn {
    box-sizing: border-box;
    text-align: center;
    width: 100% !important;
    display: block;
}
.place-order-page .showAvailableShiOptions {
    padding: 0
}
/*--------*/

#front_container .front_pagination ul li.inactive,
#back_container .back_pagination ul li.inactive,
#front_container .front_pagination ul li.inactive:hover,
#back_container .back_pagination ul li.inactive:hover {
    color: #bababa;
    cursor: default;
}
#front_container .front_data ul li,
#back_container .back_data ul li {
    list-style: none;
    font-family: verdana;
    margin: 5px 0 5px 0;
    color: #000;
    font-size: 13px;
}
#front_container .front_pagination,
#back_container .back_pagination {
    clear: both;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
#front_container .front_pagination ul li,
#back_container .back_pagination ul li {
    list-style: none;
    display: inline-block;
    padding: 2px 6px 2px 6px;
    margin: 0 3px 0 3px;
    font-size: 14px;
    color: #3B5B9A;
    font-weight: bold;
}
#front_container .front_pagination ul li:hover,
#back_container .back_pagination ul li:hover {
    color: #fff;
    cursor: pointer;
    background-color: #A8A8A8
}
.SpecComboBox input[type="checkbox"] {
    height: auto
}
#selection_preview .selection_p_block_front.only_front {
    margin: 0;
    text-align: center;
    width: 100%;
}
/*#selection_preview .selection_p_block_front.only_front img {

	width: auto;

}*/
/*--------------------*/

.orderSelect .data {
    overflow: hidden;
}
/*------------Order Review*/

.review-page td textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.first-review-part {
    margin-bottom: 10px;
}
.image-table p {
    font-weight: bold;
    margin-bottom: 6px;
    margin-left: 10px;
}
.image-table img {
    margin-left: 10px;
}
.review-page .imgMenu {
    width: 320px;
}
.review-page .first-review-part img,
.review-page .image-table img {
    border: 1px solid #e3e3e3;
}
.review-page .headertext1 {
    overflow: hidden;
    border: 1px solid #cdcdcd;
    margin-top: 10px;
    padding: 5px 10px;
}
.review-page .label_radio > input {
    vertical-align: middle;
    margin-right: 3px;
}
.review-page .calculator_form select {
    width: 70%;
}
.review-page .inner-image-table {
    min-height: 205px;
}
.review-page .calculator_form label {
    padding-top: 5px;
}
.free-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: inline-block;
}
.cart_container .label_radio {
    display: inline-block;
    margin-right: 15px;
}
.image-table {
    padding: 5px;
    background-color: #EEEEEE;
}
.new_checkbox {
    padding-left: 6px;
}
.billAddress-top .new_checkbox {
    float: left;
    margin-right: 40px;
}
.new_checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    line-height: 24px;
	color: #000000;
}
.new_checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 3px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.new_checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: -1px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 13px;
    color: #555555;
}
.new_checkbox input[type="checkbox"] {
    opacity: 0;
}
.new_checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.new_checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.new_checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.new_checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.new_checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.new_checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
/*-----------------T8 review*/

#container .pagination ul li.inactive,
#container .pagination ul li.inactive:hover {
    color: #bababa;
    cursor: default;
}
#container .data ul li {
    list-style: none;
    font-family: verdana;
    margin: 5px 0 5px 0;
    color: #000;
    font-size: 13px;
}
#container .pagination {
    width: 375px;
    height: 25px;
    float: left;
}
#container .pagination ul li {
    list-style: none;
    float: left;
    padding: 2px 4px 2px 4px;
    margin: 0 3px 0 3px;
    font-size: 14px;
    color: #3B5B9A;
    font-weight: bold;
}
#container .pagination ul li:hover {
    color: #fff;
    cursor: pointer;
    background-color: #A8A8A8
}
.bizcard_upload_files .new_checkbox {
    line-height: 24px;
}
.calculator_form .T9bussinessCard label {
    padding-top: 0
}
/*-------------*/

.newtextbox .new_checkbox input {
    display: none;
}
.newtextbox .new_checkbox {
    overflow: hidden;
    padding-left: 22px;
}
#paymentForm input[type=radio] {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}
.payment_block .new_checkbox {
    display: inline-block;
    margin: 0 15px 10px;
}
/*----------------------------------*/

.agree_terms.new_checkbox {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
		border: 1px solid #cccccc;
}
.agree_terms.new_checkbox input[type="checkbox"] {
    display: none;
}
#paymentForm .form-action .site-btn {
    margin-right: 10px;
}
#paymentForm .form-action a {
    text-transform: uppercase;
    text-decoration: underline;
}
.fourth_section .button_block {
    padding-top: 30px;
}
.ticket_form .third_section.full_width_div {
    padding: 0 15px;
    border-bottom: 0 none;
}
.ticket_form .left_details {
    padding-bottom: 20px;
}
.ticket_form .right_details {
    padding-top: 0;
}
.ticket_form .form-element {
    padding-top: 20px;
}
.ticket_form .third_section input[type="text"],
.ticket_form .third_section select {
    width: 250px;
}
.ticket_form textarea {
    box-sizing: border-box;
    resize: none;
    width: 250px;
    padding: 3px 3px 3px 5px;
}
.reset-btn {
    border: 0 none;
    background: 0 none;
    text-decoration: underline;
    text-transform: uppercase;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
}
.ticket_form .show_details label {
    display: block;
    float: none;
    margin: 0;
    text-align: center;
    width: auto;
}
.ticket_form .show_details .agent-section label,
.ticket_form .show_details .project-name-section label {
    margin: 0 0 5px;
}
.g-recaptcha {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    width: 304px;
}
.fourth_section .captcha_block {
    float: none;
    width: 100%;
}
/*---------------------------------Industry Product*/

.industry-product-list {
    list-style: outside none none;
    text-align: center;
}
.industry-product-list li {
    display: inline-block;
    margin: 0 14px 20px 0;
    vertical-align: middle;
    width: 32%;
    width: calc(33.33% - 17px);
}
.industry-product-list li a {
    display: block;
}
.industry-product-list li img {
    width: 100%;
}
.industry-product-list li:nth-child(3n) {
    margin-right: 0;
}
/*--------------------------*/

.form-title-block {
    background: #E3E3E3;
    padding: 10px;
}
.form-title-block h2 {
    padding: 0;
    margin: 0;
}
.place-order-page .full-bussinessCardlayout .noSymbolBusiness {
    float: left;
    margin: 0;
    width: 100%;
    clear: both;
}
.full-bussinessCardlayout .inner-noSymbolBusiness {
    float: left;
    width: 50%;
    margin: 0 0 15px;
    padding: 0;
}
.full-bussinessCardlayout .inner-noSymbolBusiness:first-child {
    margin-right: 15px;
    width: calc(50% - 15px);
}
.full-bussinessCardlayout .OneSide-layout .inner-noSymbolBusiness {
    width: 100%;
    margin: 0 0 15px;
}
.full-bussinessCardlayout .noSymbolBusiness .details_ins {
    background-color: #eeeeee;
    margin-bottom: 0;
    padding: 15px;
}
.full-bussinessCardlayout .noSymbolBusiness .details_ins textarea {
    border: 1px solid #cccccc;
    height: 150px;
    width: 100%;
}
.full-bussinessCardlayout .calculator_form {
    width: 100%;
    float: none;
}
.place-order-page .full-bussinessCardlayout .bussinessCard {
    width: 100%;
    float: none;
}
.col-section {
    display: table;
}
.rft.col-item {
    width: 65%;
}
.product-img-item {
    float: left;
    margin: 0 10px 10px;
    width: calc(50% - 20px);
}
.stepLeft .tab_block.single-tab > div {
    float: none;
    margin: 0 auto;
    padding: 5px 10px;
    width: auto;
}
.product-threeimg-item {
    float: left;
    width: 33.333%;
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	padding: 20px 0;
}
.product-threeimg-item:nth-child(3n+1) {
    border-left: 0 none;
}
.cart_page h2.headertext1,
h2.headertext1 {
    height: auto;
    overflow: hidden;
}
.new-headertext1.blue-bg strong,
.headertext1.blue-bg strong,
.headertext1.blue-bg span {
		color: #FFFFFF;
}
.new-headertext1 {
		font-size: 12px;
		padding-left: 10px;
		line-height: 25px;
		font-weight: 400;
}
.table-head {
    overflow: auto;
    width: 100%;
    margin-top: 20px;
}
.topcart-link {
    float: left;
    margin-top: 15px;
    margin-right: 40px;
}
.topcart-link > a {
    display: block;
    height: auto;
    line-height: 30px;
}
.top-step-image {
    margin-top: 20px;
}
.ship-addrs .newtextbox select {
    height: 35px;
}
.checkout_page .divtable table thead th {
    background-color: #3B5998;
    font-weight: 400;
    padding: 5px;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    margin: 0;
}
/*---------------------*/

.table {
    width: 100%;
    border: 1px solid #cdcdcd;
    border-bottom: 0;
    margin: 20px 0;
}
.table tr th {
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    color: #FFFFFF;
    padding: 5px;
    background-color: #3B5B9A;
    font-size: 1.2em;
    padding: 10px 5px;
    font-weight: 600;
}
.table tr td {
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    padding: 5px;
    background-color: #ECECEC;
    vertical-align: top;
}
.table tr td:first-child {
    text-align: center;
    vertical-align: middle;
}
.payment-page-table.table tr td:first-child {
    text-align: left;
    vertical-align: top;
}
.table tr th:last-child,
.table tr td:last-child {
    border-right: 0 none;
}
.table tr td li {
    color: #6f6f6f;
    list-style-type: square;
    margin-left: 15px;
}
.table td font,
.table td span {
    color: #000000;
    font-size: 12px;
}
.table td.newtextbox input {
    margin-bottom: 3px;
    width: 210px !important;
}
.table td span.error-text {
    color: #ff0000;
}
.ex-time-element {
    display: inline-block;
    margin-right: 5px;
}
.payment_block .card-ex-time label {
    display: inline-block;
    float: none;
    margin-right: 5px;
    width: auto;
}
.cart-product-details {
    margin-bottom: 10px;
}
.cart-product-details .table {
    margin: 0;
}
/*--------------------*/

input[type=text],
textarea,
input[type="password"] {
    box-shadow: 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 !important;
    -moz-box-shadow: 0 0 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
textarea {
    border: 1px solid #cccccc;
}
.text-center {
    text-align: center;
}
.text-left {
	text-align: left;
}
.text-upper {
    text-transform: uppercase;
}
text-right {
    text-align: right;
}
/*----------*/

.card-info-section {
    background-color: #f5f5f5;
    padding: 10px 20px;
}
.card-info-item {
    margin: 0 0 15px;
}
.payment_block .card-info-item > label {
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 5px 0;
    text-align: right;
    width: 45%;
}
.payment_block .card-info-item > .card-control {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 15px;
    text-align: left;
    width: 50%;
}
.card-control > p {
    display: inline-block;
    vertical-align: middle;
}
.payment_block .card-control > input {
    box-sizing: border-box;
    min-width: 180px;
}
.payment_block .card-date-valid > select {
    width: 89px;
}
.list-product-item.industry-product-list li {
    justify-content: center;
    align-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-content: center;
    -webkit-align-items: center;
    background-color: #96d42c;
    color: #ffffff;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: -webkit-inline-box;
    flex-direction: column;
    height: 200px;
    position: relative;
}
.list-product-item span {
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 20px;
    height: 22px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.site-main-section {
    clear: both;
}

/*-------------------Retail Price*/

.retail-price-tabs.ui-widget-content.ui-widget {
    border: 0 none;
    padding: 0;
}
.retail-price-tabs *{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.retail-price-tabs .ui-widget-header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 solid #dddddd;
}
.ui-tabs.retail-price-tabs .ui-tabs-nav li {
	margin: 1px -1px 0 0;
}
.retail-price-tabs .ui-tabs-nav .ui-state-active,
.retail-price-tabs.ui-widget-content .ui-tabs-nav .ui-state-active,
.retail-price-tabs .ui-tabs-nav .ui-widget-header .retail-price-tabs .ui-tabs-nav .ui-state-active,
.retail-price-tabs .ui-tabs-nav a.ui-button:active,
.retail-price-tabs .ui-tabs-nav .ui-button:active,
.retail-price-tabs .ui-tabs-nav .ui-button.ui-state-active:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cfcfcf;
    color: #000000;
}
.ui-tabs.retail-price-tabs .ui-tabs-nav .ui-tabs-anchor {
    color: #d7d7d7;
    font-size: 14px;
	font-weight: 400;
}
.ui-tabs.retail-price-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
	color: #000000;
}	
.retail-price-tabs.ui-tabs .ui-tabs-panel {
	border-width: 1px;
	padding-top: 10px;
	overflow: hidden;
}
.product-title {
    border-bottom: 1px solid #dddddd;
    color: #000000;
    font-size: 18px;
    padding-bottom: 10px;
		margin-bottom: 15px;
}
.product-details-img {
    float: left;
    margin-right: 10px;
		margin-bottom: 20px;
    margin-top: 47px;
}
.product-fltctr {
    float: none !important;
    margin-right: 10px;
		margin-bottom: 20px;
    margin-top: 47px;
}
.product-details-img > img,.product-fltctr > img{
    display: block;
		margin: 0 auto;
		position: relative;
		z-index: 99;
}
.pro-full-description {
    clear: both;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.pro-full-description > h3 {
    border-bottom: 1px solid #dddddd;
    color: #747474;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.pro-full-description > p {
    line-height: 20px;
}
.product-description-element {
    margin: 0;
    text-align: center;
}
.product-table-element {
    float: left;
    margin: 0 10px 15px;
	min-width: 220px;
}
.product-table-element:nth-child(3n) {
    min-width: 320px;
}
.small-table.product-table-element:nth-child(3n) {
	min-width: 220px;
}
.ml50 {
    margin-left: 50px;
}
.ml60 {
    margin-left: 60px;
}
.mt47 {
	margin-top: 47px;
}
.mr50 {
    margin-right: 50px;
}
.mr60 {
    margin-right: 60px;
}
/*.retail-pro .product-details-section {
    margin-top: 15px;
}*/
.product-description-element h4 {
    border-bottom: 1px solid #dddddd;
    color: #000000;
    display: table;
    height: 32px;
    margin: 0 auto;
    width: 205px;
}
.product-table-element h4 span {
    display: table-cell;
    vertical-align: middle;
}
.product-description-element table {
    border: 1px solid #dddddd;
    border-collapse: collapse;
	margin: 15px auto 0;
}
.product-description-element table th {
    background-color: #f4f4f4;
	font-size: 14px;
}
.product-description-element table th, .product-description-element table td {
    border-bottom: 1px solid #dddddd;
    padding: 5px 15px;
}
.ui-accordion .product-title.ui-state-default {
	background: #f4f4f4 none repeat scroll 0 0;
	border: 0 none;
    border-bottom: 1px solid #c5c5c5;
    border-radius: 0;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
	margin-top: 10px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ui-accordion .product-title.ui-state-default.ui-state-active {
	background: transparent;
	font-weight: 600;
	color: #3B78CA;
}
.ui-accordion .product-title .ui-icon {
	background-image: url("../images/pro-accordion-arrow.png");
    background-position: 0 0;
    float: right;
    height: 20px;
    margin-top: -2px;
    width: 20px;
}
.ui-accordion .product-title.ui-state-active .ui-icon {
	background-position: 0px -55px;
}
.retail-pro .ui-accordion .ui-accordion-content.ui-widget-content {
    border: 0 none;
    padding: 10px 20px;
}
.ui-accordion .ui-accordion-content .product-title.ui-state-default {
	font-size: 14px;
}
.seprator-item {
	margin: 15px 0;
	height: 1px;
	clear: both;
	background-color: #999999;
}
/*----------------------------*/
.retail-pro .ui-accordion .ui-accordion-content {
	overflow: hidden;
}
.product-description-point {
    list-style: outside none none;
    margin: 15px 0 0;
    padding: 0;
}
.product-description-point > li {
    border-bottom: 1px solid #dddddd;
    display: table;
    margin: 10px 0 20px;
    padding: 0 10px 20px;
    width: 100%;
}
.product-description-point > li:first-child {
    border-top: 1px solid #dddddd;
	padding-top: 20px;
}
.product-description-point .pro-icon {
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: inline-block;
    float: left;
    margin-right: 20px;
    padding: 12px;
}
.product-description-point .description-text {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.product-description-point .description-text > p {
    line-height: 20px;
}
.product-description-point h4 {
    font-size: 14px;
    margin-bottom: 2px;
    padding: 5px 0;
}
.product-description-element1 {
    float: left;
    width: 58%;
}
.tabs-subdetails, .tabs-subdetails ul,
.tabs-subdetails img {
	margin: 10px 0;
}
.tabs-subdetails > p {
    line-height: 20px;
    margin-bottom: 10px;
}
.tabs-price-text {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    bottom: 20px;
    color: #000000;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px;
    position: absolute;
    right: 20px;
}
.tabs-sect.ui-tabs.retail-price-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 13px;
    padding: 0.5em;
}
.tabs-sect.retail-price-tabs.ui-tabs .ui-tabs-panel {
    min-height: 325px;
    padding-bottom: 50px;
    position: relative;
}
.TableRunner .tabs-sect.retail-price-tabs.ui-tabs .ui-tabs-panel {
    min-height: 350px;
}
.tabs-sect.ui-tabs.retail-price-tabs .ui-tabs-nav li {
    margin: 0px -1px -1px 0;
}
/*-----------*/

.inner-container {
    clear: both;
}
.inner-product-section {
    list-style: outside none none;
    text-align: center;
}
.inner-product-section > li {
    display: inline-block;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 23%;
}
.inner-product-section > li .product-flag {
	width: 100%;
	border: 1px solid #cdcdcd;
	padding: 15px 5px;
	min-height: 232px;
}
.flag-product.inner-product-section > li .product-flag {
	min-height: inherit;
}
.inner-product-section li img {
    max-height: 150px;
    max-width: 100%;
    width: auto;
}
.Advertisement-flags .inner-product-section li img {
	max-height: 185px;
}
.inner-product-section li .tabs-price-text {
    display: inline-block;
    float: none;
    font-size: 12px;
    left: 0;
    margin: 0 auto;
    padding: 6px 10px;
    right: 0;
    width: 100px;
}
.inner-product-section li .multi-price .tabs-price-text {
    font-size: 10px;
    margin-bottom: 4px;
    min-width: 82px;
    padding: 6px;
    position: static;
    width: auto;
}
.second-layout .product-table-element {
    float: none;
	min-width: 10px;
	display: inline-block;
	margin: 0 0 10px;
	width: 100%;
}
.second-layout .product-description-element table {
	margin: 10px 0;
	width: 100%;
}
.second-layout .product-table-element td {
	padding: 5px 8px;
}
.second-layout .product-table-element table tr td:first-child {
	text-align: left;
	background-color: #f4f4f4;
	border-right: 1px solid #dddddd;
	font-weight: 600;
}
.second-layout .product-description-element {
    margin-top: 15px;
}
.second-layout .product-description-element h4 {
	height: auto;
	width: auto;
}
.product-flag > h4 {
    margin-top: 8px;
}
.Accessories-Section .inner-product-section li .tabs-price-text,
.EconoFeather-item .inner-product-section li .tabs-price-text {
	clear: both;
    display: block;
    position: static;
}
.Accessories-Section .inner-product-section li .tabs-price-text {
	margin-top: 10px;
}
.EconoFeather-item .flag-product.inner-product-section > li .product-flag {
    min-height: 247px;
	display: inline-block;
    vertical-align: top;
    width: 49%;
}
.EconoFeather-item .inner-product-section > li {
    width: auto;
}
/*------------------*/
.home-rightsidr {
	float: right; width: 186px; margin-top: 23px;
}
.home-rightsidr > img {
	margin-bottom: 23px;
	max-width: 100%;
}
.shipbill-address div#contentleft1 {
	overflow: hidden;
}
.shipaddr-form-section {
    text-align: center;
}
.shipaddr-form-item {
    display: inline-block;
    vertical-align: top;
	margin-right: -3px;
}
.shipbill-address .newtextbox.borderright dd {
	padding-right: 30px;
	text-align: right;
	overflow: hidden;
}
/*.shipbill-address .newtextbox dd input {
	text-align: left;
	float: left;
}*/
.shipbill-address .newtextbox.rightsidrbox dd {
	padding-left: 30px;
	padding-right: 0;
	overflow: hidden;
}
.billAddress-top {
    margin: 20px 0;
	overflow: hidden;
}
.payment-table tr:first-child {
	background: #3B5998;
}
.payment-table tr:first-child h2 strong {
	color: #FFFFFF;
}
/*------*/

.EconoStockFlag-head {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
	margin-top: 10px;
}
.EconoStockFlag .product-flag > h4 {
    margin-top: 14px;
}
.EconoStockFlag .tabs-price-text {
	position: static;
}
.EconoStockFlag-details.pro-full-description {
    clear: none;
    float: left;
    margin-left: 20px;
    width: 44%;
	margin-top: 0;
}
.EconoStockFlag .EconoStockFlag-head .inner-product-section {
    float: left;
    padding-left: 7px;
    text-align: left;
    width: 51%;
}
.EconoStockFlag .EconoStockFlag-head .inner-product-section > li {
    width: 46%;
}
.EconoStockFlag .inner-product-section > li .product-flag {
	padding: 25px 5px; 
}
.pro-full-description > p.pro-price-section {
    border-top: 1px solid #dddddd;
    color: #000000;
    line-height: normal;
    margin-top: 12px;
    padding-top: 15px;
    text-align: left;
}
.EconoStockFlag-details .pro-price-section span {
    color: #000000;
    display: inline-block;
	margin-right: 27px;
}
.EconoStockFlag-details .pro-price-section span:last-child {
	margin: 0;
}
.EconoStockFlag .EconoStockFlag-details .pro-price-section .tabs-price-text {
    display: inline-block;
    float: none;
    font-weight: 400;
    margin: 8px 0 0;
    padding: 8px 12px;
    position: static;
}
/*-----------------------New Style Sheet*/
body {
	background-color: #e9ebee;
}
.container {
	margin: auto;
    position: relative;
    width: 977px;
}
/*----------------------Header Section*/
.top-navigatioin {
	background-color: #3B5998;
}
	
/*-------------*/
.main-content-element {
    display: table;
    float: left;
    margin: 0;
    width: 778px;
}
.rightForm .site-btn.add-cart-btn {
    min-width: 112px;
}
.notetext {
	font-family:Helvetica;
	font-size: 11px;
	color:#707070;
	clear: both;
	margin-bottom: 15px;
}
/*------------------New Footer Section*/

.footer_new_full {
    background-color: #3b5998;
    border-top: 5px solid #8b9dc3;
    padding: 15px 0 0;
	clear: both;
}
.homepage .footer_new_full {
	margin-top: 30px;
}
.footer_new_full .container {
	overflow: hidden;
}
.footer_block h2 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0 0 15px;
    text-transform: uppercase;
}
.footer_new_full .footer_block a {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
}
.footer_bottom {
    background-color: #8b9dc3;
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
	clear: both;
	overflow: hidden;
}
.footer_bottom a {
    color: #FFFFFF;
    font-weight: bold;
}
.footer_bottom div {
	color: #FFFFFF;
}
.PaymentForm-element,
.emailform-element {
	overflow: hidden;
}
/*----------------------T3 Payment*/

.step-element {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    overflow: hidden;
}
.element-desctiption {
    margin: 10px 0;
    overflow: hidden;
}
.page-step-title {
    background-color: #e9ebee;
    border-bottom: 1px solid #dddddd;
    color: #222222;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
}
.template-tab-section {
    margin: 0 auto;
    width: 80%;
}
.new_tab_block {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    text-align: center;
}
.new_tab_block .tabs-item {
    font-size: 14px;
    text-transform: capitalize;
}
.new_tab_block .tabs-item:first-child {
    margin-left: 8em;
}
.new_tab_block .tabs-item:last-child {
    float: right;
    margin-right: 8em;
}
.step-element > .selection_preview {
    background-color: #e9ebee;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 10px;
    text-align: center;
    width: 75%;
}
/*----------*/

.review-section {
    margin: 15px 0;
    overflow: hidden;
}
.review-inner-element {
    float: left;
    width: 50%;
}
.review-inner-element .pro-review-img {
    float: left;
    padding: 0 10px;
    width: 50%;
}
.pro-review-img > img {
    max-width: 100%;
}
.review-inner-element:last-child {
    text-align: center;
}
.block-title-section > h2 {
    background-color: #abb3d8;
    color: #ffffff;
    
    padding: 10px;
}
table .block-title-section > h2 {
	min-height: 53px;
}
.block-title-section span {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.rfimax {
    margin: 10px 0 20px;
	padding: 0;
}
.rfimax-text > h3 {
    color: #ff0000;
}
/*------*/
#designandprint {
    width: 458px !important;
}
.product_image > img {
    max-width: 100%;
}
input.form-control,
select.form-control{
    border: 1px solid #dddddd;
    height: 30px;
    padding: 5px;
    width: 96%;
}
/*------------------*/
.site-form {
	overflow: hidden;
}
.site-form .form-group {
	margin: 10px 0;
}
.site-form .form-group.half-group {
	width:50%;
}
.site-form .form-group label {
	display: block;
	margin-bottom: 5px;
}
.site-form .form-group input[type=text],
.site-form .form-group input[type=password],
.site-form .form-group select {
	border: 1px solid #dddddd;
    height: 30px;
    padding: 5px;
    width: 96%;
}
.form-action {
    margin: 20px 0 0;
}
.my-profile-section {
    display: table;
    margin-top: 15px;
    width: 100%;
}
.my-profile-section > div {
    display: table-cell;
    width: 50%;
	vertical-align: top;
}
.my-profile-section .profile-left-part {
    padding-top: 17px;
}
.static-main {
    float: left;
    width: 70%;
}
.template_container {
    overflow: hidden;
    text-align: center;
}
.template_container_item {
    display: inline-block;
    padding: 4px 20px 20px;
    text-align: left;
    vertical-align: top;
    width: 22%;
}
.template_container_item h3 {
    border-bottom: 1px solid #3b5998;
    color: #3b5998;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0 0 5px;
}
.user_order_details {
    margin: 20px 0;
    overflow: hidden;
}
.order_details_element {
    float: left;
    width: 40%;
}
.order_details_element > table {
    width: 100%;
}
.order_details_element.order_details_right_part {
    float: right;
}
/*------------*/

.retail-price-tabs.ui-tabs .ui-tabs-panel.place-order-tab  {
	padding: 20px;
}
.second-step-element .step-left-part {
	text-align: left;float: left;margin-right: 2%; width: 63%;
}
.place-order-page #orderForm .second-step-element .rightForm.step-right-part {
	float: right;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 0;
	width: 33%;
	clear: none;
}
/*----------------*/
.step-left-part .product-description-element {
    overflow: hidden;
}
.step-left-part .product-description-element .table-item {
    display: inline-block;
    width: 48%;
}
.step-left-part .product-description-element .table-item:first-child {
    margin-right: 15px;
}
.step-left-part .product-table-element {
	margin: 0 0 15px;
	float: none;
}
.step-left-part .product-table-element > h3 {
    color: #000000;
    text-align: left;
}
.step-left-part .product-description-element table {
	width: 100%;
	margin: 8px 0 0;
}
.step-left-part .product-description-element table th,
.step-left-part .product-description-element table td {
	padding: 5px 10px;
}
.step-left-part .product-description-element table td {
	background-color: #fcfcfc;
}
.step-left-part .pro-amount-details table tr td:first-child,
.step-left-part .pro-amount-details table tr th:first-child {
    text-align: right;
}
.step-left-part .pro-amount-details table tr td:last-child,
.step-left-part .pro-amount-details table tr th:last-child {
    text-align: left;
}
.inner-product-section.accessories-product {
    padding-top: 10px;
	background-color: #fcfcfc;
}
.inner-product-section.accessories-product > li {
    width: 30%;
}
.inner-product-section.accessories-product.pro-half-col > li {
    width: 32%;
	margin: 0 15px 12px;
}
.inner-product-section.accessories-product > li .product-flag {
    border: 0 none;
    min-height: inherit;
}
.inner-product-section.accessories-product .product-flag > p {
    margin: 8px 0;
	font-weight: 600;
	color: #000000;
}
.inner-product-section.accessories-product li .tabs-price-text {
    position: static;
	color: #6f6f6f;
	background-color: #fcfcfc;
}
.inner-product-section.accessories-product li img {
	max-height: none;
}
.step-left-part .product-description-point .pro-icon {
	width: 65px;
	height: 65px;
}
.step-left-part .product-description-point .pro-icon > img {
    width: 100%;
}
.accessories-section {
    border: 1px solid #dddddd;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.accessories-section > h3 {
    background-color: #F4F4F4;
	border-bottom: 1px solid #DDDDDD;
	color: #6f6f6f;
    padding: 7px;
    text-align: center;
}
.product-table-element a {
    background-image: url("../images/tooltip.png");
    border-radius: 50%;
    display: inline-block;
    height: 21px;
    overflow: hidden;
    text-align: center;
    text-indent: -30px;
    vertical-align: middle;
    width: 21px;
}
.new-form-layout {
    overflow: hidden;
}
.new-form-layout textarea {
    height: 200px;
    border: 1px solid #dadada;
    box-shadow: 0 1px 4px #ececec inset !important;
    color: #888888;
    font-size: 12px;
    line-height: 15px;
    margin-right: 5px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 229px;
}
/*------------*/
.third-step-element.step-element .top-form-section {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.top-form-section .top-form-text {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.third-step-element.step-element .selection_preview {
    background-color: rgba(0, 0, 0, 0);
    float: left;
    width: 33.33%;
	text-align: center;
	padding-right: 10px;
	margin-top: -4px;
}
.third-step-element.step-element .selection_preview.full-width {
    padding: 0;
    width: 100%;
}
.third-step-element.step-element .selection_preview.half-prev-section {
    width: 42%;
}
.place-order-tab .third-step-element .data .prd_img,
.third-step-element #selection_preview.full-prev-section .selection_p_block_front,
.third-step-element #selection_preview.full-prev-section .selection_p_block_back {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.third-step-element #selection_preview.half-prev-section .selection_p_block_front,
.third-step-element #selection_preview.half-prev-section .selection_p_block_back {
	margin: 0 5px 0 0;
	width: 48%;
}
.selection_preview > div > p {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
	letter-spacing: 0.05em;
}
.steptwo.step-pro-form-section {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 30%;
}
.place-order-page .third-step-element .SymbolBusiness {
    float: right;
    padding-left: 10px;
    width: 35%;
}
.place-order-page .third-step-element .SymbolBusiness.half-element-SymbolBusiness {
	width: 28%;
}
.third-step-element .SymbolBusiness.half-element-SymbolBusiness li {
	width: 50%;
}
.step-element.third-step-element .inner-SymbolBusiness {
	margin-bottom: 0;
}
.step-element.third-step-element .inner-SymbolBusiness .rgt-images {
	width: 100%;
}
.place-order-page .third-step-element .bussinessCard {
    float: none;
    width: 100%;
}
.third-step-element .bussinessCard .form-group {
	float: none;
	width: 100%;
}
.third-step-element .bussinessCard input {
	width: 100%;
}
/*-----------*/
.price.price_desc {
    margin: 0;
    width: 100%;
}
.place-order-page .price.price_desc {
    margin: 10px 0;
}
.place-order-page p.price {
    margin-bottom: 15px;
}
.price_desc_title {
    display: block;
    font-size: 14px;
    padding: 0 10px;
    text-align: right;
	font-weight: 400;
}
.shipping-transit-page .inner-container {
	display: table;
}
.shipping-transit-page .inner-container .transit-leftsidr {
    display: table-cell;
    padding: 0 15px 0 0;
}
.faq-content-sectn .ui-widget .ui-widget-content,
.transit-leftsidr .ui-widget .ui-widget-content {
	border: 0 none;
}
.transit-leftsidr .ui-widget .ui-widget-content {
	padding: 1em;
}
.shipping-transit-page .inner-container .shipping-map {
    border: 1px solid #dddddd;
    border-radius: 10px;
    display: table-cell;
    margin: 0 10px;
    padding: 10px 20px;
    vertical-align: top;
    width: 35%;
}
.shipping-map img {
    max-width: 100%;
}
.shipping-map-element > h3 {
    font-size: 18px;
    line-height: normal;
}
.shipping-map-element > h3 span {
	display: block;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 14px;
}
.MapModal .shipping-map-image,
.shipping-map-element .shipping-map-image {
    border-bottom: 1px solid #dddddd;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.shipping-map-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.shipping-map-content .site-btn {
    display: block;
    margin: 20px auto;
    text-align: center;
}
.MapModal .shipping-map-image {
	display: block;
}
.MapModal .shipping-map-image .img-responsive {
    margin: 0 auto;
}
.MapModal p {
	margin: 10px 0;
}
.nation-list {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 0;
}
.nation-list > li {
    float: left;
    margin-bottom: 5px;
    min-width: 49%;
}
.MapModal-inner-text {
    margin: 0 0 5px;
}
.MapModal .modal-title {
    margin-top: 5px;
}.map-inner-content {
	margin: 0 15px;
}
/*-------------*/

.product-contact-section p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}
.ui-widget-content a.text-blue {
	color: #1971ba;
}
.product-contact-section ul li {
	margin-bottom: 10px;
	font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}
.helpModal .modal-header {
    background-color: #3b5998;
}
.helpModal .modal-title {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 24px;
}
.helpModal .close {
    color: #ffffff;
	opacity: 1;
}
.helpModal .close span {
	color: #FFFFFF;
}
.helpModal .modal-body > p {
    font-size: 13px;
    line-height: 22px;
}
.helpModal .sub-inner-text > ul {
    list-style: outside none disc;
}
.helpModal .modal-body ul li {
	margin-bottom: 5px;
	font-size: 11px;
    line-height: 18px;
	font-family: Arial;
}
.helpModal .sub-inner-text {
	margin-left: 15px;
}
.helpModal .modal-body > h4 {
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-top: 15px;
}
/*-----------*/
.welcome-newsletter input[type=text] {
	border: 1px solid #dadada;
    box-sizing: border-box;
    color: #888888;
    font-size: 12px;
    height: 35px;
    line-height: 15px;
    margin-bottom: 20px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
}
.WelcomeModal .modal-content {
    background-color: #e9ebee;
    border-radius: 0;
}
.heading-popup h3 {
    border-bottom: 1px solid #b8b8b8;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 15px 0;
	letter-spacing: 0.02em;
}
.heading-popup > p {
    letter-spacing: 0.02em;
    line-height: 22px;
    padding: 0 2em;
	font-size: 16px;
}
.heading-popup .close {
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 5px;
}
.welcome-newsletter .newsletter-form-container {
    margin: 40px auto 0px;
}
.welcome-newsletter.col2-form .form-group:nth-child(2n+1) {
    margin-right: 0;
}
.design-services h2 {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.design-services > p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}
.design-services-tabing.ui-widget.ui-widget-content {
    border: 0 none;
    padding: 0 5em;
}
.design-services-tabing.ui-tabs .ui-tabs-nav {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 0;
    text-align: center;
}
.ui-tabs.design-services-tabing .ui-tabs-nav li {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: #dddddd;
	float: none;
	display: inline-block;
	vertical-align: top;
}
.ui-tabs.design-services-tabing .ui-tabs-nav .ui-tabs-anchor {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
}
.ui-tabs.design-services-tabing .ui-tabs-nav .ui-state-default:hover .ui-tabs-anchor,
.ui-tabs.design-services-tabing .ui-tabs-nav .ui-tabs-active  .ui-tabs-anchor {
	border-bottom: 2px solid #3b5998;
}
.ui-tabs.design-services-tabing .ui-tabs-panel {
    border-top: 1px solid #dddddd;
    display: inline-block;
    padding: 24px 0;
    width: 100%;
}
.design-services-tabing p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.expertise_image {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 200px;
}
.expertise-section img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.expertise-section > li {
    border: 1px solid #dddddd;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    display: inline-block;
    float: left;
    margin: 0 10px 15px;
    vertical-align: top;
    /*width: 23%;*/
width: 30%;
}
.expertise-section li p {
    font-size: 12px;
    padding: 10px;
}
.expertise-section li p strong {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
}
/*----------*/

.turnaround-time > h2 {
    border-bottom: 1px solid #1971ba;
    margin-bottom: 15px;
}
.turnaround-time > img {
	margin-bottom: 15px;
}
.turnaround-time > h2 span {
    font-size: 12px;
    font-weight: 400;
}
/*------------*/
.font-collection-list {
	list-style: none;
}
.font-collection-list > li {
    background-color: #f4f4f4;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
	overflow: hidden;
}
.font-collection-list > li:hover {
	background-color: #e7e7e7;
}
.font-collection-list li a {
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
	vertical-align: middle;
}
.font-collection-list > li p {
    font-size: 15px;
}
.title-section {
    font-size: 24px;
    margin: 30px 0;
    text-decoration: underline;
}
/*----------------------file upload */
.uploadfile_tip{float: left; width: 100%; padding-top: 24px;}
.uploadfile_tip h2{background-color: #D9D9D9; color: #000; text-align: left; height: 28px; padding: 12px 0 0 15px; font-weight: bold}
.reg_style{font-weight: normal; color: #000}
.sample_filename_block{background-color: #f2f2f2; padding: 0 0 30px 15px}
.sample_filename_block ul{list-style: inside}
.sample_filename_block ul li{padding: 15px 0 0 0}
.sample_filename_block p{color: #000; padding-bottom: 18px;}
.sample_filename_block strong{color: #000;}
.sample_filename{width: 100%; padding-bottom: 13px;}
.sample_filename h3{font-weight: bold; color: #86bd3f;}
.sample_filename p{color: #000; padding-bottom: 0}
.sample_filename p span{font-weight: bold; color: #000;}
.imp_block{text-align: left; font-size: 20px; height: 40px}
.imp_block .yellobg{background-color: #cee6aa; color: #000; float: left; width: 20%; font-weight: bold; height: 28px; padding-top: 12px; text-align: center}
.filetype_info{background-color: #daebc5; color: #000; font-weight: normal; font-size: 16px; float: left; width: 78%; padding: 10px 0 0 2%; height: 30px}
.text_grey{color: #929292}
.text_black{color: #000; font-weight: bold}
.sub_button{
	background: url(<?php echo SITE_URL."images/send_files_to_print.png" ?>) no-repeat;cursor:pointer;
	width: 202px; height: 52px;border: none; font-size: 0;
}
.assign{
		background: #e6e6e6  url(../images/ui-bg_glass_75_e6e6e6_1x400.png)  50%  50%  repeat-x;
		font:14px/12px Verdana,sans-serif;
		padding: 10px;
		color: #6F6F6F;
		font-weight: bold;
		line-height: 65px;
		text-align: center;
		text-transform: uppercase;
	}
.assign-section{width: 125px;border:1px solid #aaaaaa;border-right:0px;position:relative;}
.assign-section ul{margin:0px;border-top:1px solid #aaaaaa;background:#fff;min-height:210px;}
.assign-section ul li{border:0 none;border-bottom:1px solid #d3d3d3;background:#fff;color:#86bd3f;padding: 5px;}
.assign1{background:url("../images/bg-image11.png") repeat-x scroll 50% 50% #6d6d6d;font:11px/12px Verdana,sans-serif;padding:10px 10px 8px 10px; bottom: 0; color: #fff;
    padding-bottom: 18px;
    padding-top: 16px;
    position: absolute;
    width: 100%;}
.file-delivery-element h3 {
    font-weight: 400;
    margin-bottom: 15px;
}
.file-delivery-element.calculator_form select {
    width: 386px;
}
.download-temp-page table {
    margin: 0 auto;
    width: 85%;
}
.dload_tmpl tr td {
    width: 40%;
}
/*------------------*/
.product-tab-content {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
.tab-TurnArounds-table {
    width: 100%;
    text-align: center;
}
.tab-TurnArounds-table tr th,
.tab-TurnArounds-table tr td {
	padding: 8px 15px;
}
.tab-TurnArounds-table thead tr th {
	background-color: #d7d7d7;
	color: #415a93;
	font-weight: bold;
}
.tab-TurnArounds-table tr td:first-child {
	background-color: #cadea2;
	color: #010101;
	font-weight: bold;
}
.tab-TurnArounds-table tr td:last-child {
	background-color: #f0b16b;
	color: #ffffff;
}
.product-tab-content p {
    margin: 5px 0;
		line-height: 20px;
}
.product-tab-content p a {
	color: #4d4dff;
}
.tab-TurnArounds-content {
    background-color: #ececec;
    border: 1px solid #ffffff;
    padding: 8px 15px 10px;
}
.product-tab-content .faicon,
.tab-TurnArounds-content.with-border p {
    padding-left: 18px;
    position: relative;
}
.product-tab-content .faicon:before,
.tab-TurnArounds-content.with-border p:before {
		content: "\f192";
		display: inline-block;
    float: left;
    font-family: "FontAwesome";
    left: 0;
    margin-right: 8px;
    position: absolute;
}
.file-setup-content {
    background-color: #f0f0f0;
    margin-bottom: 5px;
    padding: 10px 16px;
}
.file-setup-content:nth-child(2n+1) {
    background-color: #e5e5e5;
}
.file-setup-content p {
    margin: 0;
}
/*-----------*/
.product-categories-section {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 15px 0;
}
.product-categories-item ul {
    list-style: none;
    margin: 10px 5px;
		overflow: hidden;
}
.product-categories-item ul li {
    float: left;
    min-width: 50%;
    line-height: 20px;
}
.table-tab-caption {
		border-width: 1px 1px 0;
		border-color: #ccc;
		border-style: solid;
		width: 24%;
		padding: 7px 0px 7px 7px;
		background: #8e9dc0;
		color: #fff;
		font-size: 14px;
}
.table-tab-caption2 {
		float:left;
		border-width: 2px 2px 1px;
		border-color: #ccc;
		border-style: solid;
		padding: 7px 0px 7px 7px;
		background: #A80000 ;
		color: #fff;
		font-size:14px;
		width:24%;
}
.customers-page .topTitle {
    position: relative;
}
.customers-page .topTitle.text-center strong {
    position: absolute;
    left: 0;
    line-height: 33px;
}
.customers-page .topTitle a .fa {
    font-size: 17px;
    margin-right: 5px;
}
.company-info-details p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.templates-top-image {
    margin-bottom: 20px;
}
.templates-top-block {
    background-color: #e9ebee;
    padding: 10px;
    border: 1px solid #ccc;
		margin: 0 0 20px;
}
.templates-top-block.white-bg * {
    color: #000000;
}
.templates-top-block h2.heading-separator {
    margin-bottom: 10px;
    position: relative;
}
.templates-top-block h2.heading-separator::before {
    background-color: #3b5998;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
}
.templates-top-block h2.heading-separator span{
		background-color: #FFFFFF;
		padding: 5px 10px;
		position: relative;
}
.templates-top-block .divider {
    background-color: #cccccc;
    height: 1px;
    margin: 15px 0 !important;
}
.templates-top-block p strong {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.testimonials-head {
    border-bottom: 2px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.testimonials-head > h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
		margin-bottom: 10px;
}
.testimonials-head strong {
    font-weight: bold;
		color: #000000;
}
.testi-element {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 5px #cccccc;
    float: left;
    margin: 0 8px 15px;
    padding: 10px;
    text-align: center;
    width: 47%;
}
.testi-element:nth-child(2n+1) {
    margin-left: 0;
}
.testi-element > p {
    margin: 8px 0;
		color: #6f6f6f;
		line-height: 20px;
}
.testi-user > img {
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin: 10px 0;
    width: 50px;
}
.testi-user > span .fa {
    color: #3b5998;
}
.finishing-form-group {
    margin-top: 15px;
}
.pricing-modal-body > h3 {
    margin-bottom: 15px;
    text-align: center;
}
.pricing-modal-body > .pricing-table {
		margin-bottom: 15px;
}
.modal-body.pricing-modal-body {
    height: 400px;
    overflow: auto;
}
#PriceListModal .btn {
    cursor: default;
		background-color: #000000;
		color: #FFFFFF;
}
.product-tab-content .PriceList-text {
		background-color: #f4f4f4;
    border: 1px solid #dddddd;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}
.industry-list-table table tr td {
    border-bottom: 1px solid #cdcdcd;
    float: left;
    height: auto;
    padding: 10px;
    width: 33.333%;
}
.industry-list-table table tr:first-child td {
		border: 0 none;
}
.industry-list-table table tr td:nth-child(3n+3) {
    border-right: 0 none;
}
.industry-list-table table tr td img {
		width: 100%;
}
/*----------------------------*/

@media only screen and (min-width: 737px) {
    .show-mobile {
        display: none;
    }
    .hide-mobile {
        display: block;
    }
}
/*-------------------Printagent*/
.product-description-element h4 span.hedtxt {
    //display: table-cell;
    font-weight: bold;
    height: 32px;
    margin: 0 auto 0 14px;
    vertical-align: middle;
}
.cus_tbl h4{
 width: 260px;
}
.signdiv h4{
width: 282px;
}
.cus_tbl table th, .cus_tbl table td{
 padding: 6px 30px;
}
.cus_img {
	margin-top: 79px;
}
.product-description-element.cent_penl {
    margin-top: 11%;
}
.bullet-text-section {
    font-size: 12px;
    line-height: 19px;
    padding: 6px 1px;
    text-align: left;
    width: 431px;
}
.fltlft {
    float: left;
}
.postcard-table{
	min-width: 38% !important;
}
.coltext{
	color:#0099FF;
}
.coltext1{
	color:#415a93;
}
.mbltxt{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	display:none;
	color:#3B5998;
}
.selectexp{
	background-color: #3b5998;
    border-radius: 17px 17px 0 0;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    padding-left: 16px;
    padding-top: 14px;
	color:#fff;
	display:none;
}
.design-services.white-bg.p20 p > strong {
    font-size: 15px;
	color:#000000;
}