@font-face {
  font-family: 'Source Sans Regular';
  src: url('../fonts/SourceSansPro-Regular.eot');
  src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Bold';
  src: url('../fonts/SourceSansPro-Bold.eot');
  src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Semibold';
  src: url('../fonts/SourceSansPro-Semibold.eot');
  src: url('../fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Semibold.woff') format('woff'), url('../fonts/SourceSansPro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Black';
  src: url('../fonts/SourceSansPro-Black.eot');
  src: url('../fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Black.woff') format('woff'), url('../fonts/SourceSansPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Light';
  src: url('../fonts/SourceSansPro-Light.eot');
  src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Light.woff') format('woff'), url('../fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
label.error-message, label.email_error {
  text-align: left;
  color: red !important;
  font-size: 11px;
  position: relative;
  top: -15px;
}
input.error, select.error, textarea.error {
  border-color: red !important;
}
input.mismatch, select.mismatch, textarea.mismatch {
  border-color: orange !important;
}
input.valid, select.valid, textarea.valid {
  border-color: green !important;
}
input.un_error_add {
  border-color: red !important;
}
label.error {
  text-align: left;
  color: red;
  position: relative;
  top: -15px;
}
label.mismatch {
  text-align: left;
  border-color: orange;
  position: relative;
  top: -15px;
}
label.valid {
  text-align: left;
  color: green;
  position: relative;
  top: -15px;
}
.pJobName {
  position: relative;
}
.pJobName label.error-message {
  position: absolute;
  top: inherit;
  bottom: -12px;
}
.link_login{
  display: none;
}
html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #3d3d3d;
}
a, a:link, a:visited {
  outline: none;
  text-decoration: none;
  -webkit-transition: all ease-out .4s;
  -moz-transition: all ease-out .4s;
  -o-transition: all ease-out .4s;
  transition: all ease-out .4s;
  color: #2b82d2;
}
table {
  border: none;
}
img {
  border: none;
  margin: 0px;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
h1-headline {
  font-size: 3em;
  font-weight: bold;
  color: #3b8cc1;
  margin: 0px;
  padding: 0px;
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
h3, h4, h5, h6 {
  font-size: .9em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
form, input, select, textarea, p {
  margin: 0px;
  padding: 0;
}
textarea {
  resize: none;
}
input:focus, textarea:focus {
  outline: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time {
  display: block;
  margin: 0px;
  padding: 0;
}
label {
  font-family: 'Source Sans Regular' !important;
  font-size: 14px !important;
}
input, select, textarea {
  font-family: 'Source Sans Regular' !important;
  font-size: 15px !important;
}
.customClear {
  clear: both;
  font-size: 0em;
  line-height: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.customBorder {
  clear: both;
  font-size: 0em;
  line-height: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #555;
}
.overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.modal_wrapper {
  width: 100%;
  position: absolute;
  padding-top: 50px;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}
/*IE below 9*/
#ieWrapper {
  background: #000;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.ieHolder {
  position: relative;
  width: 555px;
  padding: 20px;
  margin: 200px auto 0 auto;
  background: #FFF;
  border: 7px solid #2b2927;
}
.btnIeUpdate {
  background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
  width: 144px;
  height: 37px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.ieLogo {
  float: left;
  width: 134px;
  height: 139px;
  background: url(../images/ieLogo.jpg) no-repeat 0 0;
}
.ieContent {
  float: right;
  margin: 0;
  padding: 0;
  width: 400px;
  color: #666;
  font-size: 15px;
  line-height: 18px;
}
.ieContent strong {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #cccccc;
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
/*End IE below 9*/
.layoutWrapper {
  position: relative;
  overflow-x: hidden;
}
.leftAnimo {
  -webkit-transform: translate3d(246px, 0px, 0px);
  -moz-transform: translate3d(246px, 0px, 0px);
  transform: translate3d(246px, 0px, 0px);
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.headerSection.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
.mobileNav {
  background: #0b1c27;
  width: 300px;
  height: 100% !important;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 42px;
  z-index: 0;
  overflow-x: hidden;
  display: block;
}
.mobileNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  display: none;
}
.mobileNav li {
  font-family: 'Source Sans Regular';
  font-size: 15px;
  color: #c1c1c1;
  list-style: none;
  float: none;
  position: relative;
  border-bottom: 1px dashed #636363;
}
.mobileNav li a {
  padding: 8px 15px 9px;
  color: #c1c1c1;
  -webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  display: block;
  text-transform: uppercase;
}
.mobileNav li a:hover, .mobileNav li.selected a {
  color: #FFF;
  background: #e9371b;
}
.mobileNav li:last-child {
  border: none;
}
.mobileNav li ul {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  display: block;
  z-index: 100;
}
.mobileNav li li {
  float: none;
  border-bottom: 1px dotted #ccc !important;
}
.mobileNav li li:last-child {
  border: none !important;
}
.mobileNav li li a {
  background: #0a2d44 !important;
  color: #efefef !important;
  padding: 6px 15px;
  box-sizing: border-box;
  display: block;
}
.mobileNav li li a:hover {
  background: #e9371b !important;
}
.iconMobNav {
  width: 35px;
  height: 37px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  opacity: 1;
  display: none;
  position: relative;
  top: 11px;
}
.iconMobNav span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #f5c133;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.iconMobNav span:nth-child(1) {
  top: 0px;
}
.iconMobNav span:nth-child(2), .iconMobNav span:nth-child(3) {
  top: 11px;
}
.iconMobNav span:nth-child(4) {
  top: 22px;
}
.iconMobNav.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.iconMobNav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.iconMobNav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.iconMobNav.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.outer {
  background: #FFF;
  -webkit-box-shadow: -10px 0px 3px -6px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: -10px 0px 3px -6px rgba(0, 0, 0, 0.20);
  box-shadow: -10px 0px 3px -6px rgba(0, 0, 0, 0.20);
  position: relative;
  z-index: 1
}
.page_center {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.header {
  background: #2267a7;
  width: 100%;
}
.header_top {
  width: 100%;
  background: #439ad4;
}
.header_left {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.mob_account {
  display: none;
}
.header_left li {
  font-family: 'Source Sans Regular';
  font-size: 15px;
  border-right: 1px solid #4095ce;
  padding-top: 8px;
  padding-bottom: 9px;
  position: relative;
  display: inline-block;
}
.header_left li a:hover {
  color: #f4be00;
}
.header_left li a, .header_right li a {
  color: #FFF;
  text-decoration: none;
}
.header_left li:nth-child(1) {
  padding-left: 23px;
  padding-right: 18px;
  box-sizing: border-box;
}
.header_left li:nth-child(1)::after {
  content: url('../images/iconCustomerLogin.png');
  width: 13px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}
.header_left li:nth-child(1):hover::after {
  left: 5px;
}
.header_left li:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  box-sizing: border-box;
}
.header_left li.not_member::before {
  content: url('../images/iconNotMember.png');
  width: 13px;
  height: 15px;
  position: relative;
  top: 1px;
  left: 0px;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}
.header_left li.logoutLink::after {
  content: '';
  display: none !important;
}
.header_left li.logoutLink {
  padding-left: 0px;
}
.header_left li.not_member:hover::before {
  left: 5px;
}
.header_left li:last-child {
  border: none;
}
.header_left li:last-child a:last-child {
  color: #f5cb49;
  margin: 0 0 0 10px;
}
.header_left li:last-child a:hover {
  color: #f5cb49;
}
.header_left li:last-child a:last-child:hover {
  color: #FFF;
}
.header_right {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.header_right li {
  font-family: 'Source Sans Regular';
  font-size: 15px;
  border-right: 1px solid #4095ce;
  padding-top: 8px;
  padding-bottom: 9px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.header_right li img {
  vertical-align: middle;
}
.header_right li:last-child {
  border: none;
  padding-right: 0;
}
.header_right li:nth-child(1), .header_right li:nth-child(2) {
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.header_right li.iconSocial {
  width: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}
.header_right li.iconSocial img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}
.header_right li.iconSocial figure {
  height: 17px;
  width: 17px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.header_right li a:hover {
  color: #f5cb49;
}
.header_right li.iconSocial a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header_right li.iconSocial:hover {
  background: #f4be00;
}
.header_right li {
  position: relative;
}
.header_right li ul {
  margin: 0;
  width: 200px;
  background: #f4be00;
  position: absolute;
  z-index: 1000;
  display: none;
}
.header_right li li {
  border: none;
  display: block;
}
.header_right li li {
  padding-left: 15px;
  border-bottom: 1px dotted #EFEFEF;
}
.header_right li li {
  padding: 0 !important;
}
.header_right li:hover > ul {
  display: block;
}
.header_right li li a {
  padding: 5px 15px;
  color: #FFF;
  display: block;
}
.header_right li li a:hover {
  color: #e9371b;
}
.mobMyAccount {
  display: none;
}
.mobMyAccount, .mobMyAccount li li a {
  background: #040c10 !important;
  position: relative;
}
.header_bottom .row {
  display: table;
}
.header_bottom {
  padding: 0;
  position: relative;
}
.logo {
  width: 278px;
  vertical-align: bottom;
  display: table-cell;
  padding-bottom: 14px;
}
.logo img {
  vertical-align: bottom;
}
.nav {
  width: 818px;
  text-align: right;
  vertical-align: bottom;
  display: table-cell;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  line-height: 19px;
  font-size: 0px;
  display: inline-block;
}
.nav li {
  font-family: 'Source Sans Regular';
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.nav li ul {
  background: #FFF;
  width: 242px;
  height: auto;
  position: absolute;
  left: 0;
  top: 55px;
  -webkit-box-shadow: 0px 1px 6px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 6px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 6px -3px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 100;
}
.nav li:hover > ul {
  display: block;
}
.nav li:hover a {
  color: #3b8cc1;
}
.nav li li {
  text-align: left;
  display: block;
}
.nav li li a {
  color: #3b8cc1;
  display: block;
}
.nav li a {
  color: #FFF;
  text-decoration: none;
  padding: 18px 11px;
  box-sizing: border-box;
  display: block;
}
.nav li:hover {
  background: #FFF;
}
.nav li li a {
  padding: 10px 11px;
}
.nav li li a:hover {
  background: #e9f2f8;
}
.nav li a:hover {
  color: #3b8cc1;
}
.nav li.callUs {
  font-size: 13px;
  text-align: left !important;
  background: #004d95;
  padding: 15px;
  color: #FFF;
  height: 80px;
  line-height: 20px;
  box-sizing: border-box;
  position: relative;
  bottom: 0px;
  right: 0;
}
.nav li.callUs a {
  padding: 0;
}
.nav li.callUs a:hover, .nav li.callUs:hover a {
  color: #f4c000;
}
.callUs span {
  font-size: 20px;
}
.banner_section {
  background: url(../images/imgBanner.png) no-repeat center center;
  max-width: 100%;
  position: relative;
  background-size: cover;
}
.banner_section > figure {
  min-height: 533px;
}
.banner_section > figure img {
  visibility: hidden;
  display: block;
}
.banner_section > figure::after {
  content: "";
  /*background: rgba(0,0,0,0.5);*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pcbanner {}
.mbanner {
  display: none;
}
.banner_content {
  max-width: 1100px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.banner_top {
  font-family: 'Source Sans Regular';
  font-size: 28px;
  color: #000;
  background: #f4be00;
  width: 100%;
  text-align: right;
  padding: 0px 100px 10px 0;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px #f9d400;
  display: table;
  min-height: 82px;
}
.bannerTextWrapper {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banenerText {
  vertical-align: middle;
  height: 100%;
  display: table-cell
}
.shippingTime {
  display: table-cell;
  vertical-align: middle;
}
.banner_top span {
  font-family: 'Source Sans Bold';
  display: inline-block;
  line-height: 30px;
}
.banner_top figure {
  width: 112px;
  height: 81px;
  position: absolute;
  right: -36px;
  top: 0;
}
.business_essential {
  text-align: left;
  margin: 20px 0 0;
  display: table;
}
.essental_left {
  position: relative;
  background: rgba(255, 60, 34, 0.69);
  width: 281px;
  padding: 30px;
  box-sizing: border-box;
  vertical-align: top;
  display: table-cell
}
span.year {
  text-transform: uppercase;
  font-family: 'Source Sans Bold';
  font-size: 35px;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.essental_left em {
  text-transform: uppercase;
  font-family: 'Source Sans Bold';
  font-size: 20px;
  color: #FFF;
  text-align: center;
  font-style: normal;
  display: block;
}
.free_shipping {
  width: 219px;
  margin: 0 auto;
  position: relative;
}
.bg_free_shipping {
  background: url(../images/imgFreeShipping.png) no-repeat center top;
  padding: 39px 0 0;
  box-sizing: border-box;
}
.bg_free_shipping b {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFF;
}
.txt_free_shipping {
  font-family: 'Source Sans Black';
  font-size: 25px;
  color: #c64330;
  line-height: 20px;
  padding-left: 67px;
  box-sizing: border-box;
}
.txt_free_shipping span {
  font-size: 37px;
  line-height: 30px;
  display: block;
}
.bg_free_shipping p {
  font-family: 'Source Sans Regular';
  font-size: 20px;
  text-align: center;
}
.price_area {
  text-align: center;
  line-height: 47px;
  padding-right: 10px;
}
.price_area span {
  font-family: 'Source Sans Bold';
  font-size: 28px;
  text-transform: uppercase;
  line-height: 21px;
  color: #c64331;
  vertical-align: top;
}
.price_area strong {
  font-family: 'Source Sans Black';
  font-size: 56px;
  color: #f4be00;
  letter-spacing: -3px;
  font-style: normal;
}
.bg_free_shipping figure {
  background: url(../images/iconOrderNow.png) no-repeat 0 0;
  width: 126px;
  height: 125px;
  margin: -20px 0 0 -10px;
  position: relative;
  z-index: 1;
}
.order_now, .mob_order_now {
  font-family: 'Source Sans Bold';
  font-size: 13px;
  color: #533702;
  text-transform: uppercase;
  background: #f4be00;
  border-radius: 20px;
  width: 127px;
  height: 40px;
  text-align: right;
  position: absolute;
  bottom: 52px;
  right: 11px;
  padding: 11px 16px;
  z-index: 0;
}
.order_now a, .mob_order_now a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mob_order_now {
  display: none;
}
.essental_right {
  width: 825px;
  padding-left: 40px;
  box-sizing: border-box;
  display: table-cell
}
.essental_right ul {
  margin: 0;
  padding: 0;
}
.title_name {
  font-family: 'Source Sans Bold';
  font-size: 35px;
  color: #f2a106;
  display: block;
}
.off_value {
  font-family: 'Source Sans Bold';
  font-size: 67px;
  color: #FFF;
  line-height: 50px;
}
.off_value strong {
  color: #e9371b;
}
.essental_right p {
  font-family: 'Source Sans Regular';
  font-size: 18px;
  width: 405px;
  color: #FFF;
  line-height: 20px;
  padding: 20px 0 0;
  display: block;
}
.contentSection {
  position: relative;
  padding-bottom: 90px;
}
.HomeSlider ul, .NewOffers ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.essental_right a b {
  font-weight: normal !important;
  position: relative;
  z-index: 1;
}
.essental_right .slider_content a {
  font-family: 'Source Sans Bold';
  font-size: 15px;
  text-align: center;
  width: 121px;
  border-radius: 20px;
  color: #533702;
  background: rgba(0, 0, 0, 0.5);
  margin: 30px 0 0;
  padding: 5px;
  box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.essental_right a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*background-color: #f2a106;*/
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.essental_right a:hover {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}
.essental_right a:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.essental_right a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.essental_right a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.slider_content, .business_slider .slider_content {
  display: table-cell;
  vertical-align: top;
}
.essental_right li figure {
  display: table-cell;
  vertical-align: top;
}
.new_offer_section {
  background: #3b8cc1;
  padding: 50px 0;
}
.new_offer_section .page_center {
  display: table;
}
.left_menu, .right_section {
  display: table-cell;
  vertical-align: top;
}
.left_menu {
  background: #FFF;
  width: 255px;
  padding: 30px 14px 0 11px;
  box-sizing: border-box;
}
.left_menu h1 {
  font-family: 'Source Sans Light';
  font-size: 25px;
  color: #3b8cc1;
  padding-left: 17px;
  display: block;
}
.left_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left_menu li {
  position: relative;
  display: block;
}
.left_menu li a {
  color: #434a52;
  padding: 15px 0 15px 18px;
  position: relative;
  display: block;
}
.left_menu li a:after {
  content: "";
  background: url(../images/iconGo.png) no-repeat right 5px;
  width: 6px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 17px;
}
.left_menu li a.hidden:after {
  display: none;
}
.left_menu li ul {
  display: none;
  position: relative;
}
.left_menu > ul > li {
  border-bottom: 1px solid #f5f5f8;
}
.navActive > a {
  background: #f5f5f8;
}
.left_menu ul li span {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 20px;
  border: 1px solid #3b8cc1;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}
.left_menu ul li span:after {
  content: "";
  background: url(../images/iconPlus.png) no-repeat center center !important;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -1px;
  top: -1px;
  -webkit-transition: all ease-out .7s;
  -moz-transition: all ease-out .7s;
  -o-transition: all ease-out .7s;
  transition: all ease-out .7s;
}
.left_menu ul li span.minus:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  background: url(../images/iconMinus.png) no-repeat center center !important;
  -webkit-transition: all ease-out .7s;
  -moz-transition: all ease-out .7s;
  -o-transition: all ease-out .7s;
  transition: all ease-out .7s;
}
.right_section {
  padding-left: 31px;
  box-sizing: border-box;
}
.innerContentSection {
  font-size: 18px;
  font-family: 'Source Sans Regular';
  padding-bottom: 30px;
  color: #24272b;
  background: #f1f2f6;
  min-height: 450px;
  position: relative;
}
.innerContentSection {
  padding-bottom: 100px;
}
.innerContentSection p {
  font-size: 16px;
  font-family: 'Source Sans Regular';
  padding-bottom: 12px;
  color: #24272b;
}
.innerContentSection ul {
  margin: 0;
  padding: 0;
  height: auto;
  list-style: none;
}
sup {
  color: red;
}
.innerContentSection li {
  font-size: 16px;
  font-family: 'Source Sans Regular';
  background: url(../images/iconContntBullet.png) no-repeat 0 10px;
  padding-left: 15px;
}
.new_offer_wrapper {
  width: 100%;
}
.right_section h2 {
  font-family: 'Source Sans Semibold';
  font-size: 24px;
  color: #FFF;
  display: block;
}
.NewOffers {
  margin: 23px 0 0;
  position: relative;
}
.NewOffers .flex-viewport li {
  height: 158px;
}
.productSlide {
  height: 100%;
  display: table;
}
.productContent {
  vertical-align: top;
  padding: 12px 10px 0 0;
  display: table-cell;
}
.NewOffers li figure {
  vertical-align: bottom;
  display: table-cell;
  width: 125px;
}
.NewOffers li figure img {
  display: block;
}
.productContent a {
  font-family: 'Source Sans Regular';
  font-size: 13px;
  text-align: center;
  width: 95px;
  margin: 8px 0 0;
  border-radius: 20px;
  color: #FFF;
  padding: 5px;
  box-sizing: border-box;
  display: block;
}
.productContent span {
  font-family: 'Source Sans Bold';
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  line-height: 28px;
}
.productContent em {
  font-family: 'Source Sans Regular';
  font-size: 14px;
  font-style: normal;
  display: block;
  line-height: 17px;
}
.blue {
  background: #77cdfc;
}
.sandal {
  background: #ffae79;
}
.NewOffers .green {
  background: #7be9e0;
}
.blue h3, .blue span {
  color: #2f5f7a;
}
.sandal h3, .sandal span {
  color: #7a4b2c;
}
.NewOffers .green h3, .NewOffers .green span {
  color: #434a52;
}
.blue a b, .sandal a b, .NewOffers .green a b {
  font-weight: normal;
  position: relative;
  z-index: 1;
}
/*.blue a {
    color: #FFF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}*/
/*
.blue a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #62a9d0;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}*/
/*.blue a:hover::before{
    opacity: 0 ;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}*/
/*.blue a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}*/
.blue a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.sandal a {
  color: #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.sandal a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #d78d5c;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sandal a:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.sandal a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.sandal a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.NewOffers .green a {
  color: #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.NewOffers .green a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #5cc4bc;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.NewOffers .green a:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.NewOffers .green a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.NewOffers .green a:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.new_offer_wrapper .flex-nav-prev, .new_offer_wrapper .flex-nav-next {
  height: 24px !important;
  position: absolute;
  top: -55px;
  display: block;
}
.new_offer_wrapper .flex-nav-prev a, .new_offer_wrapper .flex-nav-next a {
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  display: block;
}
.new_offer_wrapper .flex-nav-next {
  right: 0;
}
.new_offer_wrapper .flex-nav-prev {
  right: 25px;
}
.new_offer_wrapper .flex-nav-next {
  background: url(../images/btnNext.png) no-repeat 0 0;
}
.new_offer_wrapper .flex-nav-prev {
  background: url(../images/btnPrev.png) no-repeat 0 0;
}
.our_latest_product {
  padding: 42px 0 0;
  position: relative;
}
.our_latest_product p {
  font-family: 'Source Sans Regular';
  font-size: 16px;
  color: #FFF;
  padding: 10px 0 0;
  display: inline-block;
}
.ourLatestProduct {
  margin: 20px 0 0;
}
.ourLatestProduct ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ourLatestProduct .flex-viewport li {
  background: #6eaad1;
  border: 2px solid #90bedc;
}
.latest_content_area {
  width: 100%;
  display: table;
}
.latest_content, .latest_content_area figure {
  min-height: 147px;
  display: table-cell;
  vertical-align: top;
}
.latest_content_area figure {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
}
.latest_content {
  box-sizing: border-box;
  vertical-align: top;
  padding: 30px 0 0 0;
  width: 50%;
}
.more, .more:hover {
  font-size: 16px;
  color: #FFF;
  float: right;
  padding-right: 10px;
  margin: 11px 0 0;
  position: relative;
}
.more::after {
  content: "";
  background: url(../images/iconMore.png) no-repeat center center;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 8px;
  padding: 0;
  -webkit-transition: all ease-out .7s;
  -moz-transition: all ease-out .7s;
  -o-transition: all ease-out .7s;
  transition: all ease-out .7s;
}
.more:hover::after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  background: url(../images/iconMore.png) no-repeat center center;
  -webkit-transition: all ease-out .7s;
  -moz-transition: all ease-out .7s;
  -o-transition: all ease-out .7s;
  transition: all ease-out .7s;
}
.latest_content h3 {
  font-family: 'Source Sans Semibold';
  font-weight: normal;
  font-size: 24px;
  color: #FFF;
  display: block;
}
.latest_content span {
  font-family: 'Source Sans Regular';
  font-size: 16px;
  color: #FFF;
  display: block;
}
.latest_content a {
  background: url(../images/iconReadmore.png) no-repeat right 7px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  color: #f4be00;
  display: inline-block;
}
.popular_category {
  width: 100%;
  padding: 72px 0 0;
}
.popular_category h4, .easy_ordering h4 {
  font-size: 24px;
  font-weight: normal;
  color: #24272b;
  padding-bottom: 30px;
  display: block;
}
.tab_menu {
  font-size: 0px;
  margin: 0;
  padding: 0 0 36px;
  list-style: none;
}
.tab_menu li {
  font-family: 'Source Sans Regular';
  font-size: 18px;
  text-transform: uppercase;
  color: #24272b;
  border-right: 1px solid #dadbe0;
  padding: 0 14px;
  line-height: 19px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}
.tab_menu li.selected {
  color: #ff6e4f;
}
.tab_menu li:first-child {
  padding-left: 0;
}
.tab_menu li:last-child {
  border: none;
}
.tab_content_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab_content .flex-viewport li {
  height: 168px;
  position: relative;
}
.tab_content .flex-viewport li::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}
.tab_content .flex-viewport li:hover::after {
  width: 100%;
  height: 100%;
}
.tab_content .flex-viewport li span {
  font-family: 'Source Sans Bold';
  position: absolute;
  color: #3b8cc1;
  width: 100%;
  text-align: center;
  font-size: 25px;
  z-index: 100;
  left: 50%;
  top: 50%;
  bottom: -100%;
  transform: translate(-50%, -50%);
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}
.tab_content .flex-viewport li:hover span {
  bottom: 20%;
}
.tab_content {
  position: relative;
}
.tab_content .flex-nav-prev, .tab_content .flex-nav-next {
  background: none;
  width: 25px;
  height: 24px;
  position: absolute;
  top: -52px;
  right: 0;
  border: none;
}
.tab_content .flex-nav-prev a, .tab_content .flex-nav-next a {
  text-indent: -9999px;
  display: block;
}
.tab_content .flex-nav-prev {
  right: 25px;
}
.tab_content .flex-nav-next {
  right: 0;
}
.tab_content .flex-prev {
  background: url(../images/btnCategoryPrev.png) no-repeat 0 0;
  right: 25px;
}
.tab_content .flex-next {
  background: url(../images/btnCategoryNext.png) no-repeat 0 0;
  right: 0;
}
.tab_content .flex-nav-prev .flex-disabled {
  background: url(../images/btnDisablePrev.png) no-repeat 0 0;
}
.tab_content .flex-nav-next .flex-disabled {
  background: url(../images/btnDisableNext.png) no-repeat 0 0;
}
.tab_content .flex-viewport li {
  border: 1px solid #e5e5e5;
  background: #dbdbdb;
}
.easy_ordering {
  padding: 70px 0 10px;
}
.easy_ordering h4 {
  padding-bottom: 15px;
}
.easy_ordering p {
  font-size: 14px;
  color: #434a52;
}
.easy_ordering_slider {
  padding: 50px 0 0;
  overflow-x: hidden;
}
.easy_ordering_slider ul {
  margin: 0;
  padding: 52px 0 0;
}
.easy_ordering_slider .flex-viewport li {
  text-align: center;
  height: 130px;
  padding: 40px 0 0;
  background: #f1f2f4;
  border: 1px solid #e9e9e9;
  position: relative;
}
.easy_ordering_slider .flex-viewport {
  overflow: visible !important;
}
.easy_ordering_slider li em {
  width: 107px;
  height: 107px;
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}
.easy_ordering_slider li em::after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
  border: 2px solid #CCC;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
  opacity: 0;
}
.easy_ordering_slider li:hover em::after {
  width: 110%;
  height: 110%;
  opacity: 1;
}
.easy_ordering_slider li span {
  font-family: 'Source Sans Bold';
  font-size: 28px;
}
.easy_ordering_slider li p {
  font-family: 'Source Sans Regular';
  font-size: 16px;
  color: #64696f;
}
.easy_ordering_slider li.blue em {
  background: #10a8d4 url(../images/iconDollar.png) no-repeat center center;
}
.easy_ordering_slider li.blue em::after {
  border-color: #10a8d4;
}
.easy_ordering_slider li.green em {
  background: #9eba49 url(../images/iconCreateAccount.png) no-repeat center center;
}
.easy_ordering_slider li.green em::after {
  border-color: #9eba49;
}
.easy_ordering_slider li.orange em {
  background: #f4be00 url(../images/iconOrderPlace.png) no-repeat center center;
}
.easy_ordering_slider li.orange em::after {
  border-color: #f4be00;
}
.easy_ordering_slider li.red em {
  background: #ec5151 url(../images/iconUpload.png) no-repeat center center;
}
.easy_ordering_slider li.red em::after {
  border-color: #ec5151;
}
.easy_ordering_slider li.green span {
  color: #9eba49;
}
.orange span {
  color: #f4be00;
}
.red span {
  color: #ec5151;
}
.registration {
  background: #f4be00;
  padding: 28px 0 22px;
  position: absolute;
  /* bottom: -86px;*/
  left: 50%;
  transform: translate(-50%, -50%);
  display: table;
}
.registraion_left {
  width: 773px;
  padding-left: 90px;
  box-sizing: border-box;
  display: table-cell;
}
.registraion_left span {
  font-family: 'Source Sans Semibold';
  font-size: 28px;
  color: #000;
  text-shadow: 1px 1px #f9d400;
}
.registraion_left a {
  color: #000;
}
.registraion_left em {
  font-family: 'Source Sans Semibold';
  font-size: 17px;
  font-style: normal;
  background: url(../images/iconRegistration.png) no-repeat right 2px;
  margin: -11px 0 0 10px;
  display: inline-block;
  line-height: 13px;
  vertical-align: middle;
  text-shadow: 1px 1px #f9d400;
  padding: 4px 20px 5px 0;
}
.registraion_right {
  width: 323px;
  display: table-cell;
}
.registraion_right span {
  font-family: 'Source Sans Semibold';
  font-size: 28px;
  background: url(../images/iconPhone.png) no-repeat 0 12px;
  text-shadow: 1px 1px #f9d400;
  padding: 0 0 0 28px;
  display: inline-block;
}
.registraion_right span a {
  color: #000;
}
.paperType {
  background: #e8e9ec;
  max-width: 443px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e2e2e5;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.paperType select {
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.bleedPages label {
  padding: 5px 0 0;
}
.bleedPages label, .bleedPages select {
  display: inline-block;
}
.bleedPages {
  margin: 0 !important;
}
.paperType label {
  font-size: 13px !important;
  color: #57595d !important;
}
.bleedPages span {
  font-size: 12px !important;
  padding: 0;
  color: #57595d;
}
.footer {
  width: 100%;
  background: #3d3d3d;
  padding: 54px 0 26px 0;
}
.footer p {
  font-size: 14px;
  color: #eaeaea;
}
.footer p a {
  color: #f4be00;
}
.footer ul {
  font-size: 0px;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}
.footer li {
  margin-right: 6px;
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  display: inline-block;
}
.footer li:hover {
  transform: scale(0.8);
}
.footerRight {
  text-align: right;
}
.footerRight ul {
  display: inline-block
}
.footerRight li {
  transform: none !important;
  font-size: 14px;
  padding-left: 10px;
}
.footerRight li a {
  color: rgba(255, 255, 255, 0.5);
}
.footerRight li a:hover {
  color: #f4c000;
}
.footerRight {
  padding-right: 0px;
}
.brandLogos {
  padding-top: 22px;
}
.brandLogos figure {
  display: inline-block;
  margin-left: 3px;
  vertical-align: top;
}
.bannerTop {
  width: 100%;
}
.flex-control-paging {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  clear: both;
}
.flex-control-paging {
  padding-top: 20px;
}
.flex-control-paging li {
  width: 10px;
  height: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  margin-right: 5px;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  background: #e1e1e1;
  border-radius: 20px;
  text-indent: -9999px;
  display: block;
}
.flex-control-paging li a.flex-active {
  background: #f4be00;
}
.inner_banner {
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  position: relative;
  background-size: cover;
  background-image: none !important;
}
/* .inner_banner>figure {
    min-height: 420px;
} */
.inner_banner > figure img {
  display: block;
  width: 100%;
}
.inner_banner > figure::after {
  content: "";
  /*background: rgba(0,0,0,0.5);*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner_content h1 {
  font-family: 'Source Sans Bold';
  font-size: 71px;
  color: #FFF;
  font-weight: normal;
  margin: 65px 0 0;
  text-transform: uppercase;
  padding: 8px 43px;
  display: inline-block;
  /*text-shadow: 0px 0px 10px rgb(0, 0, 0);*/
  background: rgba(0, 0, 0, 0.5);
}
.bannerV_1::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 170px;
  width: 100%;
  z-index: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.57) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.57) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.57) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#91000000', GradientType=0);
  /* IE6-9 */
}
.banner_content_title_1 .banenerText {
  position: relative;
  text-align: center;
}
.banner_content_title_1 h1 {
  width: 100%;
  font-family: 'Source Sans Bold';
  font-size: 57px;
  color: #FFF;
  font-weight: normal;
  margin: 0px 0 0;
  text-transform: capitalize;
  padding: 8px 0px;
  display: inline-block;
  /*text-shadow: 0px 0px 10px rgb(0, 0, 0);*/
  background: none;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.banner_content h1 span, .banner_content h1 em {
  font-size: 67px;
  font-style: normal;
}
.banner_content h1 em {
  color: #e9371b;
}
.banner_content h1 span {
  line-height: 53px;
  display: block;
}
.banner_content_title_2 .banenerText {
  position: relative;
  text-align: center;
}
.banner_content_title_2 h1 {
  width: 100%;
  font-family: 'Source Sans Bold';
  font-size: 57px;
  color: #FFF;
  font-weight: normal;
  margin: 0px 0 0;
  text-transform: capitalize;
  padding: 8px 0px;
  display: inline-block;
  /*text-shadow: 0px 0px 10px rgb(0, 0, 0);*/
  position: absolute;
  bottom: 0;
  left: 0px;
}
.priceQuote {
  text-align: right;
  padding: 47px 0 0;
}
.priceQuote figure {
  font-size: 0px;
  display: inline-block;
}
.priceQuote figure:first-child {
  margin-right: 7px;
}
.priceQuoteLeft {
  padding: 0;
  text-align: left;
}
.priceQuoteLeft p {
  font-family: 'Source Sans Bold';
  font-size: 15px;
  color: #24272b;
}
.priceQuoteLeft p span {
  font-size: 20px;
}
.priceQuoteLeft h2 {
  font-family: 'Source Sans Bold';
  font-size: 22px;
  font-weight: normal;
  padding-top: 40px;
}
p.freeCall {
  font-family: 'Source Sans Regular';
  font-size: 20px;
  color: #5b6065;
}
p.freeCall span {
  font-family: 'Source Sans Bold' !important;
  font-size: 29px;
  color: #3b8cc1;
}
p.specialDiscount {
  font-family: 'Source Sans Bold' !important;
  font-size: 23px;
  padding-top: 15px;
}
.celebrating {
  font-family: 'Source Sans Bold' !important;
  font-size: 31px;
  color: #e51c07;
  background: #e8e9ec;
  border-radius: 5px;
  background: #e8e9ec;
  margin-top: 77px;
  padding: 15px 15px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.celebrating p {
  padding-top: 0 !important;
}
.formTop {
  font-family: 'Source Sans Bold' !important;
  font-size: 17px;
  color: #24272b;
  max-width: 728px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 40px;
}
.ourSpecials {
  font-family: 'Source Sans Bold' !important;
  font-size: 15px !important;
  text-align: center;
  padding-bottom: 0 !important;
}
.ourSpecials a {
  color: #e51c07;
  text-transform: uppercase;
}
.ourSpecials a:hover {
  color: #24272b;
  text-decoration: underline;
}
.needQuote {
  font-family: 'Source Sans Bold' !important;
  font-size: 19px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px !important;
}
.printCategories {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.printCategories li {
  font-family: 'Source Sans Bold';
  font-size: 15px;
  background: url(../images/iconBullet.png) no-repeat 95% center;
  display: inline-block;
  padding-left: 0;
}
.printCategories li a {
  color: #24272b;
  padding-right: 20px;
}
.printCategories li:last-child, .printCategories li:last-child a {
  background: none;
  padding-right: 0;
}
a.btnclick {
  color: #e51c07 !important;
  margin-left: 10px;
}
.printCategories li a:hover {
  color: #e51c07;
  text-decoration: underline;
}
.btnBusiness, .btnBusiness:link {
  font-family: 'Source Sans Bold';
  font-size: 22px;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  background: #3b8cc1;
  margin: 0 0 26px;
  padding: 10px 35px;
  box-sizing: border-box;
  float: right;
  display: inline-block;
}
.btnBusiness:hover {
  color: #FFFF;
  background: #f4bf00;
}
.btnIndoorBanner, .btnIndoorBanner:link {
  font-family: 'Source Sans Semibold';
  font-size: 22px;
  background: #3b8cc1;
  padding: 10px 35px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
}
.btnIndoorBanner:hover {
  background: #f4c000;
}
.formArea {
  margin-top: 20px;
}
.formArea label {
  color: #24272b;
  padding-bottom: 4px;
  cursor: default;
  font-weight: bold;
}
.inputHolder {
  margin-bottom: 15px;
}
.inputHolder [type="text"], .inputHolder [type="password"] {
  max-width: 328px;
  width: 61%;
  border-radius: none;
  height: 43px;
  margin-right: 10px;
  padding: 5px 10px;
  vertical-align: top;
  display: inline-block;
}
.inputHolder [type="text"].inputQuantity, .inputHolder select {
  max-width: 72px;
  width: 100%;
  border-radius: 5px;
  height: 43px;
  margin-right: 10px;
  padding: 5px 10px;
  vertical-align: top;
  display: inline-block;
}
.inputHolder select {
  max-width: 100px;
  height: 35px;
}
.inputHolder [type="submit"], .btnReset {
  font-family: 'Source Sans Bold' !important;
  font-size: 17px !important;
  color: #FFF !important;
  max-width: 177px;
  width: 35%;
  text-align: center;
  border-radius: 5px;
  background: #3b8cc1;
  vertical-align: top;
  display: inline-block;
  border: none;
  padding: 11px 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.inputHolder span {
  font-family: 'Source Sans Regular';
  font-size: 15px;
  display: inline-block;
}
.inputHolder span, .inputHolder a {
  vertical-align: top;
}
.inputHolder .toolTip {
  background: #3b8cc1 url(../images/iconQuestion.png) no-repeat center center;
  width: 43px;
  height: 43px;
  display: inline-block;
  border-radius: 50px;
  vertical-align: top;
  margin: -10px 10px;
  cursor: pointer;
  position: relative;
}
.inputHolder .toolTip em {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  font-style: normal;
  color: #FFF;
  background: #3b8cc1;
  border-radius: 25px;
  display: none;
  padding: 10px;
  z-index: 100;
}
.inputHolder .toolTip:hover em {
  display: block;
}
.jobType {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jobType li {
  background: #FFF;
  border: 1px solid #e0e1e6;
  max-width: 163px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  text-align: center;
  display: inline-block;
}
.jobType li:last-child {
  margin: 0;
}
.jobType li figure {
  height: 72px;
  margin: 8px auto 10px auto;
  padding: 0;
}
.jobType li input[type="radio"] {
  margin-right: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.jobType li span {
  font-family: 'Source Sans Semibold';
  font-size: 15px;
  vertical-align: middle;
  white-space: nowrap;
}
.printFormat {
  margin: 25px 0 0;
}
.formRight {
  padding-left: 20px;
}
.formArea p {
  font-size: 15px;
  padding-bottom: 10px;
}
.formRight p a {
  color: #57595d;
}
.formRight p a:hover {
  color: #e51c07;
}
.binderyOptions {
  font-size: 0;
  margin: 0;
  padding: 5px 0 20px !important;
  list-style: none;
  display: block;
}
.binderyOptions li {
  font-size: 12px;
  background: none;
  margin-right: 5px;
  border-radius: 5px;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
}
.binderyOptions li a {
  font-family: 'Source Sans Semibold';
  color: #57595d;
  border-radius: 5px;
  border: 1px solid #57595d;
  padding: 7px 5px 8px;
  display: block;
}
.binderyOptions li.active a, .binderyOptions li a:hover {
  border: 1px solid #5098c7;
}
.binderyOptions li.active a, .binderyOptions li a:hover {
  color: #5098c7;
}
.binderyOptions li a {
  color: #57595d;
}
.paperInfo {
  font-family: 'Source Sans Semibold';
  font-size: 13px;
  width: 77px;
  position: absolute;
  bottom: 0;
  right: -92px;
}
.paperInfo a {
  color: #e51c07;
}
.covers {
  padding-top: 15px;
}
.covers {
  font-family: 'Source Sans Semibold';
  font-size: 13px !important;
}
.covers input[type="radio"] {
  margin: 0;
  vertical-align: middle;
}
.covers span {
  vertical-align: middle;
  padding-left: 5px;
}
.covers label {
  font-size: 15px !important;
}
.inputHolder textarea {
  max-width: 445px;
  width: 100%;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
  height: 100px;
}
.shippingDetais {
  background: #FFF;
  margin: 20px 0 0;
  padding: 30px;
  box-sizing: border-box;
}
.shippingDetais p {
  font-family: 'Source Sans Semibold';
  font-size: 14px;
  color: #57595d;
}
.NextStepBottom {
  font-family: 'Source Sans regular';
  background: #3e89be;
  color: #FFF;
  font-size: 21px;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}
.NextStepBottom a {
  color: #FFF;
  text-decoration: underline;
}
.shippingLeft span, .coupon span, .floatingPrice span {
  font-family: 'Source Sans Bold';
  font-size: 27px;
  display: block;
}
.floatingPrice span {
  font-size: 20px;
}
.floatingPrice {
  width: 180px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #CCC;
  z-index: 1000;
  padding: 10px;
  box-sizing: border-box;
}
.floatingPrice .priceTotlal {
  font-size: 32px;
}
.floatingPrice .priceTotlal strong {
  font-size: 13px !important;
  line-height: 18px;
}
.shippingDetais span.shippingTitle {
  font-family: 'Source Sans Bold';
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
}
.shippingLeft em, .coupon em, .floatingPrice em {
  font-family: 'Source Sans Bold';
  font-style: normal;
  font-size: 15px;
  display: block;
}
.priceTotlal {
  font-family: 'Source Sans Bold';
  font-size: 37px;
  color: #e51c07;
  line-height: 42px;
}
.priceTotlal span {
  font-family: 'Source Sans Bold';
  font-size: 15px;
  color: #24272b;
  line-height: 20px;
  vertical-align: bottom;
  padding-bottom: 7px;
  display: inline-block;
}
.shippingOptions span {
  font-family: 'Source Sans Bold';
  font-size: 14px;
  padding-left: 5px;
  display: inline-block;
  width: auto !important;
}
.shippingOptions input[type="radio"] {
  margin-bottom: 0;
  vertical-align: top;
}
.shippingOptions .inputHolder {
  margin-bottom: 5px;
}
.shippingDetais input[type="text"] {
  width: 100%;
}
.mobPrice {
  display: none;
}
.contentArea {
  margin-top: 50px;
  box-sizing: border-box;
}
.White {
  background: #FFF;
  padding: 30px 35px;
}
.information {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #eaeaea;
  border-bottom: 0px;
  display: block;
}
.information li {
  background: none;
  font-size: 22px;
  width: 100%;
  display: table;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
}
.information li span, .information li figure {
  vertical-align: middle;
  display: table-cell;
}
.information li span {
  padding: 30px 36px;
}
.information li figure {
  text-align: center;
  width: 208px;
  border-left: 1px solid #eaeaea;
  padding-top: 10px;
}
.innerContentSection h2 {
  font-family: 'Source Sans Bold';
  font-size: 28px;
  font-weight: normal;
  color: #4c4e51;
}
.innerContentSection h3 {
  font-family: 'Source Sans Bold';
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 12px;
  color: #4c4e51;
}
.innerContentSection h4 {
  font-family: 'Source Sans Bold';
  font-size: 20px;
  font-weight: normal;
  color: #4c4e51;
}
.innerContentSection h5 {
  font-family: 'Source Sans Bold';
  font-size: 18px;
  font-weight: normal;
  color: #4c4e51;
}
.innerContentSection h6 {
  font-family: 'Source Sans Bold';
  font-size: 16px;
  font-weight: normal;
  color: #24272b;
}
.contentArea input[type="text"], .contentArea select, .contentArea [type="password"] {
  font-size: 16px;
  font-family: 'Source Sans Regular';
  height: 44px;
  padding-left: 15px;
}
.ktDialogTitlePane {
  background-color: #439ad4 !important;
  border-color: #3b8cc1 !important;
}
.ktDialogContentWrapper {
  background-color: #439ad4 !important;
  border-color: #3b8cc1 !important;
  border-left: 2px solid #3b8cc1 !important;
  border-right: 2px solid #3b8cc1 !important;
}
.ktDialogTitle, #ptContainer.ktDialog, #pitContainer.ktDialog, #potContainer.ktDialog, .ktDialogContent {
  width: 100% !important;
}
.ktDialogContent {
  font-size: 14px;
}
#afterRegister, #afterModify {
  max-width: 630px !important;
  width: 100% !important;
}
.ktDialogTitle {
  max-width: 320px !important;
  font-size: 20px;
  padding: 5px 2px 5px 5px;
}
.contentArea select {
  margin-bottom: 15px;
}
.ktDialogContent button:hover {
  background: #cccccc;
}
.ktDialogContent p {
  padding: 10px 0;
}
.ktDialog select {
  margin: 0px;
  width: auto;
  appearance: menulist-button !important;
  -webkit-appearance: menulist-button !important;
  -moz-appearance: menulist-button !important;
  background-image: none;
}
#productsContainer form, #productsContainer h2 {
  padding: 20px;
}
.createAccount h4 {
  padding: 10px 0 15px;
}
.createAccount h4 span {
  font-family: 'Source Sans Regular';
  font-size: 16px;
  float: right;
}
.createAccount h4 span input[type="checkbox"] {
  margin-right: 5px !important;
  position: relative;
  top: 1px;
}
.createRight .column {
  padding-left: 0;
  padding-right: 0;
}
.contactHolder .column:nth-child(2n+2) {
  padding-left: 10px;
}
.contactHolder input[type="text"], .contactHolder input[type="password"], .contactHolder select {
  margin-bottom: 20px !important;
}
.contactHolder span {
  padding: 0px !important;
}
.ktValidationErrorList ol {
  list-style: none;
  text-align: left;
}
.ktValidationErrorList {
  margin-bottom: 10px;
}
.ktValidationInvalidSymbol, .ktValidationErrorList {
  display: none !important;
}
.ktValidationInvalid, .ktValidationInvalid:hover, .ktValidationInvalid:focus {
  background-color: #f7d4d4 !important;
  border-color: #ed5757 !important;
  margin-bottom: 0px !important;
}
.accountBottom {
  margin: 20px auto 0 auto;
  padding-bottom: 35px;
  width: 97%;
  text-align: left;
  border-top: 1px dashed #88898b;
  border-bottom: 1px dashed #88898b;
}
.accountBottom .createLeft.column:nth-child(2n+2) {
  padding-left: 0 !important;
}
.accountBottom .createRight.column:nth-child(2n+2) {
  padding-left: 0 !important;
}
.contactHolder em {
  font-family: 'Source Sans Regular';
  font-style: normal;
  color: #24272b;
  text-align: left;
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
}
.accountBottom a {
  color: #3b8cc1;
}
.accountBottom a:hover {
  color: #737476;
  text-decoration: underline;
}
.accountBottom h4 {
  padding: 10px 0;
}
.contactHolder textarea {
  height: 103px;
  padding: 15px;
  box-sizing: border-box;
}
.btnInput[type="submit"], .btnInput[type="reset"], #submitdiv, .btnInput[type="button"] {
  font-family: 'Source Sans Regular';
  font-size: 22px;
  color: #FFF;
  background: #3b8cc1;
  border-radius: 5px;
  min-width: 120px;
  height: 46px;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 15px;
  border: none;
  cursor: pointer;
  -webkit-transition: all ease-out .4s;
  -moz-transition: all ease-out .4s;
  -o-transition: all ease-out .4s;
  transition: all ease-out .4s;
  float: left;
  margin-right: 10px;
}
#submitdiv {
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
}
#coversspan .finishingList {
  background: #FFF;
  border: 1px solid #e0e1e6;
  border-radius: 5px;
}
.but {
  padding: 5px;
  cursor: pointer;
  background-color: #FFF;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.but:hover {
  border-width: 2px;
}
.sel, .sel.but:hover {
  border-width: 3px;
  border-color: red;
}
.auto-style1 {
  background-color: #E1E4F0;
}
.auto-style2 {
  color: #950000;
  font-size: medium;
}
#online {
  font-weight: bold;
  color: red;
  font-size: 12px;
  background-color: white;
  border-color: red;
  text-align: center;
  display: none;
}
.btnInput[type="submit"]:hover, .btnInput[type="reset"]:hover, .btnInput[type="button"]:hover, .delete_quote:hover {
  background: #f4be00;
  border: none;
}
.processPayment .contactHolder .column:last-child {
  padding-right: 0;
}
.processPayment .contactHolder > .column {
  padding-left: 0;
}
.createAccount p {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  width: 67%;
  margin: 0 auto;
}
ul.vinylBanner {
  font-size: 0;
  margin: 0;
  padding: 40px 0 0 !important;
  list-style: none;
  display: block;
}
.vinylBanner li {
  background: none;
  margin-right: 8px;
  padding: 0;
  vertical-align: bottom;
  display: inline-block;
}
.vinylBanner li:last-child {
  margin: 0;
}
.moreInfo {
  font-family: 'Source Sans Semibold' !important;
  padding: 35px 0 25px;
}
.moreInfo a {
  color: #3b8cc1;
}
.moreInfo a:hover {
  color: #4c4e51;
}
textarea.priceColorBanner {
  height: 133px;
}
.loginWrapepr input[type="text"], .loginWrapepr input[type="password"] {
  background: #f1f1f1;
  height: 52px;
  padding: 18px 15px;
}
.loginLeft {
  background: url(../images/loginDivider.png) no-repeat center right;
  padding: 50px 50px 0 0;
}
.loginLeft span {
  font-size: 16px;
  padding-left: 5px;
}
.loginLeft a {
  font-size: 16px;
  margin-top: 25px;
  display: inline-block;
}
.loginLeft a:hover {
  color: #3b8cc1;
  text-decoration: underline;
}
.loginRight {
  padding-left: 50px;
  text-align: center;
}
.loginRight span {
  font-family: 'Source Sans Semibold';
  font-size: 25px;
  line-height: 31px;
  color: #221c1c;
  text-align: center;
  margin-top: 84px;
  display: block;
}
.loginRight a {
  font-family: 'Source Sans Bold';
  font-size: 31px;
  color: #3b8cc1;
  text-align: center;
  margin: 20px 0 0;
  display: inline-block;
}
.loginRight a:hover {
  color: #f5cb49;
}
.loginBottom {
  font-family: 'Source Sans regular';
  background: #3e89be;
  color: #FFF;
  font-size: 21px;
  text-align: center;
  margin-top: 50px;
  padding: 15px 50px;
}
.loginBottom a {
  color: #FFF !important;
  text-decoration: underline !important;
}
.loginBottom span {
  width: 70%;
}
.productLeft {
  background: #FFF;
  padding: 25px 13px;
  box-sizing: border-box;
}
.productLeft h3 {
  font-family: 'Source Sans Regular';
  font-size: 25px;
  color: #3b8cc1;
  padding-left: 11px;
}
.productLeft ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.productLeft li {
  font-size: 18px;
  padding-left: 0;
  background-image: none;
  border-bottom: 1px solid #f1f2f6;
}
.productLeft li:last-child {
  border: none;
}
.productLeft li a {
  padding: 10px 0 10px 10px;
  display: block;
  color: #1B2C53;
}
.productLeft li a:hover {
  color: #2b82d2;
}
.tabWrapper {
  text-align: left;
}
.btnTab {
  background: #FFF;
  font-size: 18px;
  background-image: none;
  margin-bottom: 2px;
  border: 1px solid #dedfe3;
  position: relative;
  padding: 12px 15px 12px 15px;
  cursor: pointer;
}
.btnTab span {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 20px;
  border: 1px solid #3b8cc1;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}
.btnTab span.plus:after {
  content: "";
  background: url(../images/iconPlus.png) no-repeat center center !important;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -1px;
  top: -1px;
  -webkit-transition: all ease-out .7s;
  -moz-transition: all ease-out .7s;
  -o-transition: all ease-out .7s;
  transition: all ease-out .7s;
}
.color {
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
  background: #f8d000;
}
.btnTab span.minus:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  background: url(../images/iconMinus.png) no-repeat center center !important;
  -webkit-transition: all ease-out .7s;
  -moz-transition: all ease-out .7s;
  -o-transition: all ease-out .7s;
  transition: all ease-out .7s;
}
.contentTable {
  display: table;
}
.tabContent {
  padding: 10px;
  box-sizing: border-box;
  display: none;
  font-size: 16px;
  padding: 10px 15px;
  box-sizing: border-box;
  height: inherit !important;
}
.tabContent figure {
  width: 207px;
  display: table-cell;
  vertical-align: top;
}
.tabContent .tabContText {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.binderyBox {
  background: #fff;
  display: table;
  width: 100%;
  padding: 30px 30px;
  box-sizing: border-box;
  margin: 0 0 30px;
}
.binderyBoxWrapper {
  padding: 70px 0 0;
  box-sizing: border-box;
}
.binderyBoxImg, .binderyBoxContent {
  display: table-cell;
  vertical-align: top;
}
.binderyBoxImg {
  width: 328px;
  position: relative;
}
.binderyBoxImg::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}
.binderyBox:hover .binderyBoxImg::after {
  width: 100%;
  height: 100%;
}
.binderyBoxContent {
  padding: 0 0 0 32px;
}
.binderyBoxContent span {
  color: #586b78;
  font-size: 22px;
  font-family: 'Source Sans Semibold';
  text-transform: uppercase;
  padding: 0 0 6px;
  display: block;
}
.binderyBoxContent li {
  line-height: 24px;
}
.btnBlueCommon, input[type="submit"].btnBlueCommon {
  display: inline-block;
  background: #3b8cc1;
  color: #fff !important;
  font-size: 19px;
  font-family: 'Source Sans Regular';
  border-radius: 5px !important;
  padding: 5px;
  box-sizing: border-box;
  min-width: 123px;
  text-align: center;
  margin: 15px 0 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border: none;
  cursor: pointer;
}
.btnBlueCommon:hover {
  background: #f4be00;
  color: #fff;
}
.colorCopiesArea {
  display: table;
}
.uploadFile {
  padding-right: 10px;
}
.colorCopies {
  padding-left: 10px;
}
.borderWrapper {
  border: 3px solid #c5e0f9;
  border-radius: 15px;
  box-sizing: border-box;
}
.uploadFile .borderWrapper {
  padding: 35px 35px 30px;
}
.colorCopies .borderWrapper {
  padding: 25px;
}
.titleAra {
  color: #5b6065;
}
.titleAra span {
  font-family: 'Source Sans Bold';
  font-size: 22px;
  color: #24272b;
  display: block;
}
.titleAra b {
  font-size: 29px;
  padding: 0 5px 0;
  color: #3b8cc1;
}
.uploadProcess {
  width: 95%;
  margin: 0;
  padding: 70px 0 0 18px !important;
  list-style: none;
  display: table;
}
.uploadProcess li.circle {
  font-family: 'Source Sans Bold';
  color: #009bd9;
  font-size: 30px;
  background: none;
  width: 44px;
  height: 74px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  position: relative;
  padding: 0;
}
.uploadProcess li.circle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #009bd9;
  border-radius: 75px;
}
.uploadProcess li.circle a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding-top: 10px;
  color: #009bd9;
}
.uploadProcess li.divider {
  background: none;
  width: 43px;
  vertical-align: middle;
  border: none !important;
  padding: 0 15px;
  display: table-cell;
}
.uploadContent {
  display: table;
}
.uploadContent span {
  font-size: 15px;
  text-align: center;
  display: table-cell;
  padding-right: 15px;
  padding-top: 20px;
  color: #535659;
  width: 140px;
}
.uploadContent a {
  color: #3b8cc1 !important;
}
.uploadContent span:last-child {
  padding: 0;
}
.titleAra span, .titleAra a {
  display: inline-block;
}
.titleAra a {
  font-size: 15px;
  background: #f4bf00;
  display: inline-block;
  float: right;
  border-radius: 5px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.bgTitle {
  font-size: 0px;
  margin: 25px 0 0 !important;
  padding: 0;
  list-style: none;
  width: 100%;
  background-color: #e3e7eb !important;
  display: block;
}
.bgTitle li {
  font-family: 'Source Sans Semibold';
  font-size: 15px;
  display: inline-block;
  width: 50%;
  background-image: none;
  padding: 10px 25px 10px 45px;
  box-sizing: border-box;
  color: #2c719e;
}
.bgTitle li:nth-child(2n+2) {
  text-align: center;
}
.bgContent {
  font-size: 0px;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  width: 100%;
  background-color: #ecf0f3 !important;
  display: block;
}
.bgContent li {
  background-image: none !important;
  padding: 5px 25px;
  border-bottom: 1px solid #e3e7eb;
}
.bgContent li {
  width: 50%;
  font-size: 15px;
  text-align: center;
  display: inline-block;
}
.colorCopyContent {
  padding-top: 40px;
}
.colorCopyContent p {
  font-family: 'Source Sans Regular';
  font-size: 15px !important;
}
.colorCopyContent p:first-child {
  border-bottom: 1px dashed #c1c2c6;
  margin-bottom: 20px;
}
.uploadFile.column {
  padding-left: 0;
}
.colorCopies.column {
  padding-right: 0;
}
.colorCopiesArea {
  padding-top: 30px;
}
.qualityWork {
  text-align: center;
  padding-top: 20px;
}
.contactEmail {
  border: 1px solid #dfdfe3;
  background: #e6e7eb;
  width: 186px;
  padding: 15px 30px;
  border-radius: 50px;
  white-space: nowrap;
}
.contactEmail span {
  color: #3b8cc1;
}
.imgCard {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.specials {
  height: 409px;
  position: relative;
  padding: 90px 0 0;
  z-index: -1;
}
.specials::after {
  content: "";
  background: rgba(0, 52, 63, 0.7);
  width: 100%;
  height: 111px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.specials .SpecialHeading {
  font-family: 'Source Sans Semibold';
  font-size: 59px;
  color: #ffc001;
}
.specialLeft, .specialRight {
  position: relative;
  z-index: 1;
}
.specialLeft, .specialRight {
  display: inline-block;
}
.specialLeft ul {
  margin: 0;
  padding: 0;
}
.specialLeft li {
  text-align: center;
  background: #000;
  width: 200px;
  height: 200px;
  border: 13px solid #6c7377;
  border-radius: 1000px;
  vertical-align: top;
  margin-right: 10px;
  display: inline-block;
}
.specialLeft li strong {
  font-family: 'Source Sans Bold';
  font-size: 41px;
  color: #e65c00;
  line-height: 21px;
  margin: 28px 0 0;
  display: block;
}
.specialLeft li b {
  font-weight: normal;
  color: #FFF;
  display: block;
  margin: 9px 0 0 0;
  display: block;
}
.specialLeft li i {
  font-family: 'Source Sans Bold';
  font-size: 41px;
  font-style: normal;
  color: #009aff;
  display: block;
  margin: 5px 0 0;
  line-height: 33px;
}
.specialLeft li:last-child {
  margin: 0;
}
.specialRight {
  max-width: 350px;
  width: 45%;
  height: 100px;
  position: relative;
  float: right;
  height: 100%;
  z-index: 0;
}
.specialRight figure {
  position: absolute;
  bottom: 50px;
  display: block !important;
}
.specialContent {
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 1000;
}
.specialContent p {
  font-size: 18px;
  color: #FFF;
}
.specialContent span {
  font-family: 'Source Sans Bold';
  font-size: 27px;
  color: #ff6600;
  display: block;
}
.binderyTabWrapper {
  padding-bottom: 20px;
}
.binderyContent {
  background: #eaebf0;
  padding: 10px 10px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #dbdde2;
}
.binderyContent span {
  font-size: 17px;
  line-height: 21px;
  color: #24272b;
}
.bindaryContentTable, .finishinTable {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
}
.binderyLeft, .binderyRight, .finishingList {
  background: #d7dae2;
  text-align: center;
  width: 50%;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
.finishingList {
  width: 25%;
}
.printImg {
  text-align: center;
  border-bottom: 1px dashed #CCC;
  margin-top: 15px;
  margin-bottom: 20px;
}
.binderyContent span {
  font-family: 'Source Sans Semibold';
  text-align: center;
  display: block;
}
.binderyContent select {
  padding-left: 10px;
  margin-bottom: 10px;
}
.binderyContent .inputHolder {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0;
}
.binderyContent label {
  margin: 6px 0 0;
  padding-top: 0;
}
.binderyContent input[type="text"] {
  width: 50px;
  height: 35px;
  margin-left: 5px;
}
.binderyContent a {
  font-family: 'Source Sans Semibold';
  color: #e51c07;
  margin-bottom: 15px;
  display: inline-block;
}
.binderyContent p {
  line-height: 20px;
}
.binderyContent input[type="radio"] {
  margin-bottom: 0;
}
.binderyContent a:hover {
  text-decoration: underline;
}
.binderyContent .paperType {
  max-width: inherit;
  width: 100%;
  margin-bottom: 15px;
}
.finishingList p {
  padding-bottom: 0;
}
.btnClearScreen {
  font-size: 15px;
  color: #e51c07 !important;
}
.formLeft span#jobnameHolderSpan {
  max-width: 328px;
  width: 61%;
}
.formLeft span#jobnameHolderSpan input[type="text"] {
  width: 100%;
}
.modalOverlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}
.modalWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 1001;
}
.modalPaperContent {
  background: #FFF;
  max-width: 600px;
  width: 100%;
  position: relative;
  top: 0;
  margin: 0 auto;
  padding: 30px 20px;
  position: relative;
}
.btnClose {
  background: url(../images/btnClose.png) no-repeat center center;
  width: 13px;
  height: 12px;
  position: absolute;
  top: 8px;
  right: 6px;
}
.modalPaperContent .btnTab {
  font-size: 15px;
}
.modalPaperContent h5 {
  font-size: 16px;
  font-family: 'Source Sans Regular';
}
.blogContent {
  padding-bottom: 20px;
  text-align: left;
}
#wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
#scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.salePrice {
  font-family: 'Source Sans Semibold';
  width: 100%;
  text-align: center;
  padding: 10px 0 0;
}
.accountContent {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.accText {
  font-family: 'Source Sans Bold' !important;
  font-size: 25px;
  display: block;
}
.ktValidationErrorList {
  background: none !important;
  color: red !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  box-shadow: none !important;
}
.ktValidationErrorList ol {
  padding: 0px 0 20px 0 !important;
  margin: 0px !important;
  border: none !important;
  text-align: left !important;
}
.ktValidationErrorList li {
  font-weight: normal !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
.creditCard {
  padding-top: 30px;
}
.ktHolderSpan {
  position: relative;
}
.processPayment {
  padding: 30px 0 0;
}
.createLeft .contactHolder {
  position: relative;
}
.celebrating .ktValidationErrorList {
  position: absolute;
  left: 0;
  top: -19px;
}
/*
.createLeft .contactHolder .ktValidationErrorList {
    position: absolute;
    top: 0;
    right: 0!important;
}*/
.cardInfo {
  margin-top: 20px;
}
.creditCard[type="button"] {
  background: #FFF !important;
  border: 2px solid #3b8cc1 !important;
  ;
}
.productList {
  background: #FFF;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
.productList a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.productList figure {
  position: relative;
  overflow: hidden;
}
.productList figure::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
a.btnReadmore {
  font-size: 16px;
  color: #FFF !important;
  width: 93px;
  height: 31px;
  background: #3b8cc1;
  border-radius: 5px;
  padding: 2px 10px 5px;
  box-sizing: border-box;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.productList:hover a.btnReadmore {
  top: 50%;
}
.productList:hover figure::after {
  width: 100%;
  height: 100%;
}
.productList img {
  display: block;
}
.productList figcaption {
  font-size: 16px;
}
h3.heading {
  font-family: 'Source Sans Semibold';
  font-size: 35px;
}
.productDetailRight .popular_category {
  background: none !important;
}
.productDetailLeft span, .productDetailRight span {
  font-family: 'Source Sans Semibold';
  font-size: 18px;
  color: #586b78;
}
.productDetailLeft ul, .productDetailRight ul {
  padding-top: 20px;
}
.productDetailLeft li, .productDetailRight li {
  background: none;
  padding-left: 0;
}
.productDetailLeft li label, .productDetailRight li label {
  font-size: 18px !important;
  padding-left: 5px;
  margin: 0;
  vertical-align: top;
}
.productRight .popular_category li {
  padding: 0 !important;
}
.productRight .popular_category {
  padding-top: 42px;
}
.productLeft {
  order: 1;
}
.productRight {
  order: 2;
}
.productDetailLeft input[type="radio"] {
  margin-right: 5px;
}
/*Old CSS*/
#binderystyle {
  padding: 20px;
  border-width: .05px;
  border-style: dotted;
}
#online {
  font-weight: bold;
  color: red;
  font-size: 12px;
  background-color: white;
  border-color: red;
  text-align: center;
}
#msg {
  font-weight: bold;
  color: red;
  font-size: 16px;
  background-color: white;
  border-color: red;
  text-decoration: blink;
  text-align: center;
  display: none;
}
#msg:a {
  color: yellow;
}
.titles_box {
  font-size: 35px;
  font-weight: bold;
  color: #950000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bold_text {
  font-size: 13px;
  font-weight: bold;
}
.border {
  border: 1px solid #1B2C53;
  background-color: #FFFFFF;
  height: 71px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.prod_title_bg {
  background-image: url('http://copiesma.com/images/image006.gif');
  background-repeat: no-repeat;
  background-position: right bottom;
  text-indent: 10px;
  color: #FFFFFF;
  background-color: #1B2C53
}
.prod_title_bg2 {
  background-image: url('http://copisma.com/images/image006.gif');
  background-repeat: no-repeat;
  background-position: right bottom;
  text-indent: 10px;
  color: #FFFFFF;
  background-color: #1B2C53
}
.whitea:link {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  line-height: 22px;
}
.whitea:visited {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  line-height: 22px;
}
.whitea:hover {
  text-decoration: none;
  color: #CCCCCC;
  display: block;
  background-color: #586583;
  line-height: 22px;
}
.whitea:active {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  line-height: 22px;
}
.established {
  background-image: url('http://copiesma.com/images/established.gif');
  background-repeat: no-repeat;
  background-position: 600px center
}
.pagetitles {
  font-size: 18px;
  color: #1B2C53;
}
.terms {
  text-align: justify;
}
.biga:link {
  color: #1B2C53;
  text-decoration: none;
  font-size: 22px;
}
.biga:visited {
  text-decoration: none;
  color: #1B2C53;
  font-size: 22px;
}
.biga:hover {
  text-decoration: none;
  color: #1B2C53;
  font-size: 22px;
}
.biga:active {
  text-decoration: none;
  color: #1B2C53;
  font-size: 22px;
}
.header_title_white {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bolder;
}
.discount_border {
  background-color: #FFF9F9;
  border: 2px solid #FFCCCC;
  padding: 15px;
}
.red_border {
  border: 3px dashed #FF0000;
}
.style2 {
  color: #FF0000;
}
.style3 {
  color: #FF0000;
}
.style4 {
  font-size: x-large;
}
.style5 {
  color: #000000;
}
.style6 {
  text-decoration: none;
}
.style41 {
  vertical-align: top;
}
.style42 {
  border-width: 0px;
}
.style46 {
  font-size: x-large;
  color: #000000;
  text-align: center;
}
.style49 {
  font-size: 12pt;
  border-left-width: 0px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: medium;
}
.style50 {
  font-size: 20pt;
  text-align: center;
  color: #FF0000;
}
.style51 {
  font-size: 15pt;
  color: #FF0000;
  text-align: center;
}
.credit-info tr {
  background: none !important;
}
.style54 {
  text-align: center;
}
.style55 {
  font-size: 15pt;
}
.style56 {
  font-size: 18pt;
}
.style57 {
  color: #000000;
  font-size: 18pt;
}
.style58 {
  font-size: 18pt;
  color: #FF0000;
  text-align: center;
}
.style59 {
  font-size: 15pt;
  color: #000000;
}
.style60 {
  font-size: 14pt;
  color: #000000;
}
.style62 {
  border: 0px solid #CCCCCC;
  text-align: center
}
.style63 {
  font-size: 12pt;
  border-left-width: 1px;
  border-right-width: 0px;
  border-top-style: none;
  border-top-width: medium;
  border-bottom-width: 1px;
}
.style64 {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.style65 {
  border-top-width: 1px;
  text-align: center;
  font-size: medium;
  text-decoration: underline;
}
.style66 {
  border-bottom-style: none;
  border-bottom-width: medium;
}
.style67 {
  font-size: medium;
  text-align: center;
  border-bottom-style: none;
  border-bottom-width: medium;
}
.style69 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 1px;
}
.style71 {
  color: #000000;
  text-align: center;
}
.style72 {
  color: #950000;
}
.style73 {
  font-size: 22px;
}
.style531 {
  font-family: QuickType;
}
.style83 {
  font-weight: bold;
}
.style535 {
  font-size: large;
  background-color: #FFF;
}
.style537 {
  border-bottom-style: none;
  border-bottom-width: medium;
  text-align: center;
}
.style538 {
  font-size: 12pt;
  border-left-width: 1px;
  border-right-width: 0px;
  border-top-style: none;
  border-top-width: medium;
  border-bottom-width: 1px;
  text-align: center;
}
.style541 {
  font-size: 20pt;
  text-align: left;
  border-bottom-style: none;
  border-bottom-width: medium;
}
.style542 {
  font-family: Arial;
}
#goog_conv_iframe {
  display: none;
}
.byChecking #termscheckErrorDiv {
  position: absolute;
  z-index: 0;
  left: 0 !important;
  top: -18px !important;
}
.termsClick #termscheckErrorDiv {
  position: absolute;
  z-index: 0;
  left: 0 !important;
  top: -17px !important;
}
.byChecking input[type="checkbox"] {
  position: relative;
  z-index: 5;
}
.fileWrap table tr.even, .fileWrap table tr.alt, .fileWrap table tr:nth-of-type(even) {
  background: #FFF;
}
.ktDataTableControlElement img {
  position: relative;
  top: 9px;
}
#messagesFilter img {
  top: 0px;
}
.priceTable td, .priceTable th {
  text-align: center;
}
.priceQuoteWrapper {
  padding: 15px 0
}
.quoteDescription {
  font-family: 'Source Sans Bold' !important;
  font-size: 18px;
  color: #1B2C53;
  padding: 5px 0;
  line-height: 25px;
  display: block;
}
.priceQuoteWrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.priceQuoteWrapper li {
  background: none;
  padding-left: 0;
  font-weight: normal;
  padding-right: 15px;
}
.delete_quote {
  font-family: 'Source Sans Regular';
  font-size: 17px;
  color: #FFF;
  background: #3b8cc1;
  border-radius: 5px;
  min-width: 85px;
  padding: 5px 15px;
  box-sizing: border-box;
  margin: 15px 0;
  border: none;
  text-align: center;
  display: inline-block;
}
.delete_quote:hover {
  color: #FFF;
}
.btnSet {
  padding: 10px 0;
}
.btnSet a {
  font-family: 'Source Sans Bold';
  font-size: 18px;
  color: #3b8cc1 !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block;
}
.btnSet a:hover {
  color: #f5cb49 !important;
}
.priceTitleNew {
  text-align: center;
  padding-top: 20px;
}
.priceTitleNew h2 {
  font-weight: bold;
  color: #e51c07;
  font-size: 35px;
}
.priceTitleNew a {
  font-weight: bold;
  font-size: 20px;
  color: #3b8cc1;
}
h4 a, h5 a, h6 a {
  color: #2b82d2 !important;
}
.leadershipList {
  padding-top: 40px;
}
.leadershipList .row {
  padding-bottom: 30px;
}
.leadershipList figure {
  float: left;
  padding-right: 20px;
}
.spec_image {
  padding-top: 20px;
}
ul.slides li.business_slider {
  background-color: #ffa200c4;
  padding: 17px 47px;
  height: 409px;
}
ul.slides li.special_slider {
  background-color: #7501ab99;
  padding: 17px 47px;
  height: 409px;
  overflow: hidden;
}
ul.slides li.special_slider_last {
  background-color: transparent;
  padding: 0;
}
.shortages {
  background: #d20000;
    color: #FFF;
    font-size: 19px;
    padding: 20px 10px;
    margin-top: 20px;
    border-radius: 11px;
}
@media screen and (max-width: 1200px) {
  ul.slides li.special_slider_last {
    background-color: transparent !important;
    padding: 0 !important;
  }
  ul.slides li.special_slider_last img {
    height: inherit;
  }
}
ul.slides li.business_slider img {
  position: absolute;
  top: 0;
  right: 0;
}
.business_slider .title_name {
  font-size: 56px;
  color: #0b326e;
  padding-bottom: 34px;
}
.special_slider .title_name {
  font-family: 'Source Sans Bold';
  font-size: 56px;
  color: #ffcc00;
}
.special_slider .color_copies {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #0054ff75;
  right: -55px;
  position: absolute;
  top: -88px;
}
.special_slider .cc_content {
  vertical-align: middle;
  padding-top: 117px;
  text-align: center;
}
.special_slider .cc_content.left_content {
  vertical-align: middle;
  padding-top: 18px;
  text-align: center;
}
.special_slider .cc_content em.rate {
  color: #00b9ff;
  margin-top: -16px;
}
.special_slider .cc_content em {
  font-style: normal;
  display: block;
  font-size: 64px;
  color: #ffba00;
  font-family: 'Source Sans bold';
  margin: 0px 0px -31px;
}
.special_slider .cc_content p {
  font-style: normal;
  display: block;
  font-size: 28px;
  color: #fff;
  font-family: 'Source Sans Light';
  margin: 0 auto;
}
.special_slider .cc_content span {
  color: #ffff;
  font-family: 'Source Sans Semibold';
  font-size: 31px;
  margin: 2px 0;
  display: block;
}
.special_slider .color_copies_left {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #0054ff82;
  left: -69px;
  position: absolute;
  bottom: -119px;
}
.essental_right li.special_slider figure {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 95px;
  width: 36%;
  margin: 0 auto;
}
.essental_right li.special_slider figure.freeShippingImg {
  display: none;
}
.special_slider .title_name {
  font-size: 56px;
}
.special_slider .cc_content.left_content {
  vertical-align: middle;
  padding-top: 22px;
}
.slider_content.slider_special span.shipping_special {
  font-family: 'Source Sans Light';
  position: absolute;
  bottom: 17px;
  right: 31px;
  color: #fff;
  font-size: 21px;
  text-align: center;
}
.slider_content.slider_special span.shipping_special strong {
  font-family: 'Source Sans bold';
  font-size: 23px;
}
.essental_right .business_slider .slider_content a {
  font-family: 'Source Sans Bold';
  font-size: 15px;
  text-align: center;
  width: 121px;
  border-radius: 10px;
  color: #533702;
  background: rgba(0, 0, 0, 0.5);
  margin: 30px 0 0;
  padding: 5px;
  box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  color: #fff;
}
.essental_right .business_slider a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*background-color: #0c3587;*/
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.essental_right .business_slider a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  border: 0;
}
a.banner_spec_link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0px;
  margin: 0px;
  background: none;
}
a.banner_spec_link:after, a.banner_spec_link:before {
  display: none !important;
}
.registrationInner .registraion_left {
  padding-left: 50px;
}
.registrationInner .registraion_right {
  width: 240px;
}
.coverStock {
  display: inline-block;
}
ul.mobMenuAccount {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  /*padding-left: 23px;*/
}
ul.mobMenuAccount li {
  font-family: 'Source Sans Regular';
  font-size: 15px;
  position: relative;
  display: inline-block;
  color: #2b82d2;
  /*margin-right: 6px;*/
  cursor: pointer;
}
ul.mobMenuAccount li a {
  color: #2b82d2;
}
.loginBottom.mobContent {
  display: none;
}
.businessCard .flex-nav-prev, .businessCard .flex-nav-next {
  width: 40px;
}
.businessCard li {
  padding: 0 !important;
}
.header_left li {
  position: relative;
}
.accountMenu {
  margin: 0;
  width: 220px;
  background: #f4be00;
  position: absolute;
  right: 45px;
  z-index: 1000;
  display: none;
}
.accountMenu li {
  font-family: 'Source Sans Regular';
  font-size: 15px;
  padding: 0 !important;
  display: block;
  border-bottom: 1px dotted #EFEFEF;
}
.header_left li.accountMenu li a, .header_left li.accountMenu li a:hover {
  margin: 0 !important;
  padding: 5px 15px;
  color: #FFF !important;
  display: block;
}
.accountMenu li:after {
  display: none !important;
}
.iconMobNav em {
  font-size: 12px;
  position: absolute;
  top: -17px;
  font-style: normal;
}
.mobileClose {
  font-family: 'Source Sans Semibold';
  text-transform: uppercase;
  background: #035286;
  position: fixed;
  top: 0;
  z-index: 102;
  width: 100%;
  height: 41px;
  font-size: 15px;
  color: #f9d400;
  padding: 10px 15px 9px;
  cursor: pointer;
}
.mobileClose::after {
  content: "";
  background: #035286 url(../images/iconMobClose.png) no-repeat right center;
  position: absolute;
  left: 219px;
  top: 15px;
  width: 14px;
  height: 14px;
}
.revamp_modal {
  font-size: 14px;
  text-align: center;
  background: #FFF;
  max-width: 600px;
  width: 90%;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px;
  padding: 20px 15px;
  box-sizing: border-box;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  display: none;
}
.revamp_modal h3 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 10px;
  color: #b30b00;
}
.bold_class {
  font-weight: bold;
}
.modal_close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
}
.left-essential-full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-indent: 9999px;
  z-index: 5;
}
.right-essential-full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-indent: -9999px;
  z-index: 5;
}
.blue-full-link {
  position: absolute;
  width: 100%;
  top: -38px;
  left: 0px;
  z-index: 5;
  height: 167px;
  text-indent: 9999px;
}
.green-full-link {
  width: 100%;
  height: 167px;
  top: -38px;
  left: 0px;
  position: absolute;
  z-index: 5;
  text-indent: 9999px;
}
.orange-full-link {
  width: 100%;
  height: 167px;
  top: -38px;
  left: 0px;
  position: absolute;
  z-index: 5;
  text-indent: 9999px;
}
.red-full-link {
  width: 100%;
  height: 167px;
  top: -38px;
  left: 0px;
  position: absolute;
  z-index: 5;
  text-indent: 9999px;
}
.address {
  margin-top: -44px;
}
.shipp-opt {
  padding-left: 19px;
}
.inner_banner::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 130px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7155139399509804) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.overlayShip {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.modalShip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2000;
  max-width: 500px;
  width: 100%;
  background-color: #439ad4 !important;
  ;
  border-radius: 8px;
  border: 1px solid #3b8cc1;
  padding: 10px 7px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0 0 5px #CCCCCC, 5px 5px 20px #CCCCCC, -5px 5px 20px #CCCCCC;
}
.updateForm {
  background-color: #f9faff;
  padding-top: 8px;
}
.modalShip h2 {
  font-size: 20px;
  padding: 15px 0 20px 13px;
}
.message {
  background-color: #f9faff;
}
#updateship {
  padding: 9px 20px;
  min-width: 116px;
  border-radius: 8px;
  margin-left: 15px;
}
#closeShip {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  color: #000;
}
.mobileAccount {
  display: none;
  width: 64px;
}
.mobileAccount a {
  display: block;
  color: #FFF;
  font-size: 12px;
}

.input-holder-zip-wrapper {
  display: flex;
  padding:0px 0px 20px 0px;
}

.notify-box {
  background: #f70b0b;
  padding: 10px 20px 20px;
  border-radius: 10px;
  max-height: 86px;
  display: block;
  margin-bottom: 12px;
  max-width: 263px;
}
.notify-box h5 {
  font-size: 16px;
  font-weight: 500;
  color:#ffffff;
}

.input-holder-wrapper {
  max-width: 140px;
    width: 100%;
}
.zip-code-price {
 font-weight: 900!important;
 max-width: 260px!important;
}

.input-holder-zip-wrapper input::-webkit-input-placeholder {
 color: #7a7474;
}

@media screen and (max-width: 1200px) {
  .banner_top figure {
    left: 0;
  }
  .banner_top {
    padding: 0 20px 0 116px;
    text-align: left;
  }
  .innerContentSection {
    padding-right: 15px;
    padding-left: 15px;
  }
  .priceQuote figure {
    width: 46%;
  }
  ul.slides li.special_slider {
    background-color: #7501ab99;
    padding: 17px 47px;
    height: 409px;
    overflow: hidden;
  }
  .banner-content-top {
    position: relative;
  }
}
@media screen and (max-width: 1125px) {
  .shortages {
    margin: 20px;
  }
  .header_top, .header_bottom, .new_offer_section, .popular_category, .easy_ordering, .footer {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .inputHolder span {
    width: 68%;
  }
  .inputHolder {
    position: relative;
  }
  .inputHolder .toolTip {
    margin-top: 0;
    width: 20px;
    height: 20px;
    background-size: 50% 50%;
  }
  .inputHolder .toolTip em {
    border-radius: 14px;
  }
  .paperInfo {
    left: 0;
    position: relative;
  }
  .bleedPages span {
    max-width: inherit;
  }
  .paperInfo img {
    display: none;
  }
  .jobType li {
    margin-bottom: 10px;
  }
  .specialLeft li {
    width: 180px;
    height: 180px;
  }
  .specialLeft li strong, .specialLeft li i {
    font-size: 36px;
  }
  .specialLeft li b {
    font-size: 12px;
  }
  .specialLeft li b, .specialLeft li i {
    margin: 5px;
  }
}
@media screen and (max-width: 1075px) {
  .nav li {
    font-size: 14px;
  }
  .nav li a {
    padding: 18px 6px;
  }
  .banner_top {
    font-size: 25px;
    min-height: 74px;
  }
  .uploadProcess li.circle {
    height: 65px;
  }
  .titleAra span {
    font-size: 20px;
  }
  .banner_top figure {
    width: 102px;
  }
}
@media screen and (max-width: 1024px) {
  .essental_right p {
    font-family: 'Source Sans Regular';
    font-size: 15px;
    width: 284px;
    color: #FFF;
    line-height: 20px;
    padding: 20px 0 0;
    display: block;
  }
  .title_name {
    font-family: 'Source Sans Bold';
    font-size: 26px;
    color: #f2a106;
    display: block;
  }
  .off_value {
    font-family: 'Source Sans Bold';
    font-size: 48px;
    color: #FFF;
    line-height: 44px;
  }
  .more, .more:hover {
    width: 49px;
    display: block;
    float: none;
  }
  .inputHolder [type="text"] {
    width: 61%;
  }
  .binderyOptions li {
    margin-bottom: 5px;
  }
  .inputHolder [type="submit"] {
    font-size: 14px;
    padding: 12px 5px;
  }
  .coupon {
    padding-top: 20px;
  }
  .desktopPrice {
    display: none;
  }
  .formRight {
    padding-top: 25px;
  }
  .banner_content h1, .banner_content h1 span, .banner_content h1 em {
    font-size: 45px;
  }
  .formLeft, .formRight {
    padding-left: 0;
    padding-right: 0;
  }
  .vinylBanner textarea.priceColorBanner {
    height: 107px;
  }
  .uploadProcess {
    padding-top: 40px !important;
  }
  .titleAra span {
    display: block;
  }
  .titleAra a {
    width: 100%;
    margin-top: 10px;
  }
  .specials .SpecialHeading {
    font-size: 45px;
  }
  .specialRight {
    display: none;
  }
  .specials::after {
    display: none;
  }
  .specials {
    text-align: center;
  }
  .specialContent {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .specialLeft ul {
    padding-top: 15px;
  }
  .specialContent p {
    width: inherit !important;
  }
  .specials {
    height: inherit;
  }
  .specials {
    padding-top: 35px;
  }
  .specialContent {
    top: 0;
  }
  .mobPrice {
    display: block;
  }
  .business_slider .title_name {
    font-size: 43px;
    color: #0b326e;
    padding-bottom: 22px;
  }
  ul.slides li.business_slider {
    padding: 33px 47px;
  }
  .essental_right .special_slide li figure {
    left: 181px;
    right: 0;
    top: 101px;
    width: 34%;
  }
  .special_slider .color_copies_left {
    width: 338px;
    height: 376px;
    left: -69px;
    bottom: -119px;
  }
  .special_slider .cc_content em {
    font-style: normal;
    display: block;
    font-size: 50px;
  }
  .special_slider .color_copies {
    width: 338px;
    height: 338px;
    right: -58px;
    position: absolute;
    top: -105px;
  }
  ul.slides li.business_slider img {
    top: 27px;
    right: -67px;
    width: 51%;
  }
}
@media screen and (max-width: 980px) {
  .logo figure {
    position: relative;
    top: 5px;
  }
  .logo, .nav {
    display: block
  }
  .nav {
    display: none;
  }
  .header {
    min-height: inherit;
  }
  .header_bottom {
    display: flex;
    align-items: center;
  }
  .mobileAccount {
    display: block;
  }
  .header_bottom .logo {
    flex-grow: 1;
  }
  .header_bottom .row {
    display: flex;
    align-items: center;
  }
  .logo {
    width: 238px;
  }
  .iconMobNav {
    display: block;
  }
  .mobileNav ul {
    display: block;
  }
  .outer {
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
    padding-top: 0 !important;
  }
  .logo {
    margin: 0 0 0 15px;
  }
  .header_right li:nth-child(1), .header_right li:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .header_right li.iconSocial {
    width: 44px;
  }
  .banner_top {
    font-size: 20px;
    min-height: 67px;
  }
  .essental_right li.special_slider figure {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 113px;
    width: 33%;
    margin: 0 auto;
  }
  .slider_content.slider_special span.shipping_special {
    font-size: 15px;
  }
  .special_slider .title_name {
    font-size: 33px;
  }
  .banner_top figure {
    width: 91px;
  }
}
@media screen and (max-width: 800px) {
  .banner_section > figure {
    min-height: 698px;
}

.link_see_details {
  text-align: center !important;
    transform: translateX(10px);
}

a.link_order {
  margin: 10px auto 0 auto !important;
}

  .mobileAccount {
    display: none;
  }
  .header_bottom {
    background-color: #2267a7;
  }
  .header_top {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .header_left {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  .header_left li:first-child::before {
    content: "";
    position: absolute;
    font-size: 0px;
    height: 50%;
    border-right: 1px solid #9cacbc;
    top: 10px;
    right: 3px;
  }
  .mob_account {
    display: inline-block;
  }
  .floatingPrice {
    display: none;
  }
  .paperColor {
    display: inline-block;
    width: 122px;
  }
  .FinishingTabWrapper {
    margin-bottom: -19px;
  }
  .fullFormRight {
    padding-top: 45px;
  }
  .paperSize {
    display: inline-block;
  }
  .ui-dialog {
    width: 320px !important;
  }
  .reset-button {
    /*display: block!important;*/
    width: 204px;
    margin: -3px auto 13px !important;
  }
  .reset-button2 {
    display: block !important;
    width: 204px;
    margin: -3px auto 13px !important;
  }
  .header_right {
    display: none;
  }
  .bg_free_shipping figure {
    width: 110px;
    height: 110px;
    background-size: cover;
  }
  .popular_category h4, .easy_ordering h4 {
    font-size: 20px;
  }
  .business_essential {
    margin: 0;
  }
  .business_essential, .essental_left, .essental_right, .page_center .registration, .registraion_left, .registraion_right {
    width: 100%;
    display: block;
  }
  .header_left {
    float: none;
    padding-top: 2.8px;
  }
  .logo img {
    max-width: 80%;
  }
  .header_left li:nth-child(1)::after {
    content: url(../images/iconMobLogin.png);
  }
  .header_left li.not_member::before {
    content: url(../images/iconMobNotMember.png);
  }
  .header, .header_top {
    min-height: inherit;
    background: #FFF;
  }
  .header_left li {
    border-right: none;
  }
  .header_left li a {
    color: #9cacbc !important;
  }
  .header_left li a:hover, .header_left li:nth-child(2) a:hover {
    color: #f3b100 !important;
  }
  .header_left li:nth-child(2) {
    padding-left: 6px !important;
  }
  .header_left li .accountMenu li a:hover {
    color: #FFF !important;
  }
  .header_left li:last-child {
    float: right;
    padding-right: 0;
  }
  .header_left li:nth-child(1) {
    padding-right: 13px;
  }
  .accountMenu li a {
    color: #FFF !important;
  }
  .header_left li:hover > .accountMenu {
    display: block;
  }
  .header_left li .accountMenu li:last-child {
    float: none !important;
  }
  .header_left li .accountMenu li:nth-child(2) {
    border-bottom: 1px dotted #EFEFEF;
  }
  .banner_top {
    font-size: 20px;
    min-height: 95px;
    padding: 0 20px 0 90px;
  }
  .banner_top figure img {
    display: none;
  }
  .banner_top figure.mob_year_buiness {
    background: url(../images/imgMobYearInBusiness.png);
    width: 81px;
    height: 196px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .essental_left {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 170px;
    overflow: hidden;
  }
  .mob_essential_left {
    position: absolute;
    left: 0;
    width: 130px;
    line-height: 22px;
    padding-left: 20px;
  }
  .bg_free_shipping p {
    font-size: 17px;
  }
  span.year, .essental_left em {
    text-align: left;
  }
  .free_shipping {
    margin-top: -60px;
  }
  .bg_free_shipping {
    padding-top: 67px;
    padding-bottom: 9px;
  }
  .txt_free_shipping {
    letter-spacing: -2px;
    text-align: right;
    padding-left: 0;
    padding-right: 26px;
  }
  .bg_free_shipping p {
    text-align: right;
    padding-right: 22px;
  }
  .price_area strong {
    font-size: 47px;
  }
  .price_area span {
    font-size: 20px;
  }
  .price_area {
    text-align: right;
    line-height: 33px;
    padding-right: 34px;
  }
  .bg_free_shipping figure {
    margin: -89px 0 0 -71px;
  }
  .txt_free_shipping span {
    display: inline-block;
  }
  .order_now {
    display: none;
  }
  .bg_free_shipping {
    position: relative;
    z-index: 1;
  }
  .mob_order_now {
    font-size: 14px;
    z-index: 0;
    right: -99px;
    top: 92px;
    display: block;
  }
  .essental_right p {
    display: none;
  }
  /* .essental_right li figure {
        padding-top: 30px;
        text-align: center;
    }*/
  .essental_right li figure img {
    max-width: 80%;
  }
  .essental_right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider_content {
    vertical-align: middle;
    /* padding-top: 70px; */
    height: 338px;
    width: 100%;
  }
  .shippingTime {
    height: 60px;
    padding-left: 35px;
  }
  .new_offer_section .page_center, .left_menu, .right_section {
    display: block;
  }
  .left_menu, .right_section {
    width: 100%;
  }
  .left_menu {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.03);
  }
  .right_section {
    padding-left: 0;
  }
  .new_offer_section {
    background: #f4f5f8;
    padding-top: 20px;
  }
  .left_menu, .easy_ordering {
    padding-top: 20px;
  }
  .left_menu h1 {
    color: #fb6e52;
  }
  .left_menu ul li span {
    border: 1px solid #fb6e52;
  }
  .left_menu ul li span:after {
    background: url(../images/iconMobPlus.png) no-repeat center center !important;
  }
  .left_menu ul li span.minus:after {
    background: url(../images/iconMobMinus.png) no-repeat center center !important;
  }
  .right_section h2 {
    color: #24272b;
    padding-top: 25px;
  }
  .our_latest_product {
    padding-top: 0;
  }
  .our_latest_product p {
    color: #434a52;
  }
  .more, .more:hover {
    color: #ff6e4f;
  }
  .more::after, .more:hover::after {
    background: url(../images/iconMobMore.png);
  }
  .ourLatestProduct .flex-viewport li {
    background: transparent;
    border: 2px solid #dadbe0;
  }
  .latest_content h3, .latest_content span {
    color: #24272b;
  }
  .latest_content {
    padding-top: 14px;
  }
  .latest_content span {
    line-height: 16px;
    padding-bottom: 5px;
  }
  .latest_content a {
    color: #fb6e52;
    background: url(../images/iconMobReadmore.png) no-repeat right 7px;
  }
  .popular_category {
    padding: 30px 15px 0;
  }
  .registraion_right {
    display: none;
  }
  .registraion_left {
    padding: 0 19px !important;
    text-align: center;
  }
  .footer, .footerRight {
    text-align: center;
  }
  .footerRight ul {
    display: none;
  }
  .footer p {
    font-size: 13px;
  }
  .bg_free_shipping b {
    font-size: 14px;
    position: absolute;
    bottom: 11px;
    right: -110px;
  }
  .btnBusiness, .btnBusiness:link {
    font-size: 16px;
    padding: 10px 23px;
  }
  .formLeft, .formRight {
    float: none;
    width: 100%;
    margin-top: -30px;
  }
  .banner_content h1, .banner_content h1 span, .banner_content h1 em {
    font-size: 35px;
  }
  .priceQuoteRight figure {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .celebrating {
    font-size: 30px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
  }
  .priceQuoteLeft h2 {
    padding-top: 0;
  }
  p.freeCall {
    padding-bottom: 0;
  }
  .celebrating {
    margin-top: 20px;
  }
  .information li {
    font-size: 18px;
  }
  .information li {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  ;
  .information li figure, .information li span {
    width: 100%;
    display: block;
  }
  .contentArea {
    padding: 30px 15px;
  }
  .information li figure {
    padding-top: 20px;
    width: inherit !important;
    border: none;
  }
  .information li span {
    padding: 15px 36px;
  }
  .accountBottom {
    padding-top: 0;
  }
  .createAccount h4 {
    padding: 0 0 18px;
  }
  .loginLeft, .loginRight {
    background-image: none;
    float: none;
    width: 100%;
    padding: 0;
  }
  .White {
    padding: 15px !important;
  }
  .loginLeft {
    padding-bottom: 20px;
    border-bottom: 5px solid #f4be00;
  }
  .loginRight span {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .loginBottom br {
    display: none;
  }
  .loginBottom {
    font-size: 16px;
    margin-top: 25px;
  }
  .productLeft, .productRight {
    float: none;
    width: 100%;
    padding: 7px 0 0;
  }
  .contentArea {
    padding: 0;
  }
  .innerContentSection {
    padding-bottom: 60px;
  }
  .colorCopies, .uploadFile {
    float: none;
    width: 100%;
  }
  .colorCopies.column, .uploadFile.column {
    padding: 0;
  }
  .colorCopies {
    margin-top: 20px;
  }
  .uploadContent span {
    width: 168px;
  }
  .uploadProcess li.circle {
    height: 90px;
  }
  .colorCopiesArea {
    padding-top: 20px;
  }
  .imgCard, .contactEmail {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .imgCard {
    margin-top: 10px;
  }
  h3.heading {
    font-size: 30px;
  }
  .contentArea {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: -webkit-column-reverse;
    flex-flow: -moz-column-reverse;
    flex-flow: column-reverse;
  }
  .contentArea.retrcatableWrapper, .contentArea.createAccount {
    display: block !important;
    flex-flow: column !important;
  }
  .productLeft {
    order: 1;
  }
  .productRight {
    order: 2;
  }
  .special_slider .color_copies {
    /* width: 400px; 
   height: 400px; 
   border-radius:0; 
   color: #fff; 
   text-align: center; 
   background:transparent; 
   right: -6px;
   position: absolute;
   vertical-align: middle;
   top: 69px;*/
    border-radius: 0;
    color: #fff;
    background: transparent;
    right: -80px;
    position: absolute;
    vertical-align: middle;
    top: 0;
  }
  .special_slider .color_copies_left {
    width: 352px;
    height: 400px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    background: transparent;
    position: absolute;
    vertical-align: middle;
    float: left;
    top: 69px;
    text-align: center;
    margin: 0 auto;
    left: -70px;
  }
  .slider_content.slider_special {
    position: relative;
    display: block;
  }
  .special_slider .title_name {
    font-size: 42px;
    text-align: center;
    display: block;
  }
  .essental_right li.special_slider figure {
    display: none;
  }
  .special_slider .cc_content.left_content {
    vertical-align: middle;
    padding-top: 50px;
  }
  .slider_content.slider_special span.shipping_special {
    display: none;
  }
  .essental_right li.special_slider figure.freeShippingImg {
    margin: 0px;
    right: -54px;
    left: initial;
    position: absolute;
    top: 0px;
    width: 84px;
    display: block;
  }
  ul.slides li.business_slider img {
    display: none;
  }
  ul.slides li.business_slider {
    height: 344px;
  }
  .business_slider .slider_content {
    margin: 41px auto;
  }
  .business_slider .slider_content {
    height: 248px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .essental_right a {
    margin: 30px auto;
  }
  .flex-active-slide {
    /*position: initial !important;*/
  }
  .essental_right .business_slider a {
    margin: 33px auto;
  }
  ul.mobMenuAccount {
    display: block;
  }
  .NextStepBottom {
    font-size: 16px;
  }
  .termsClick input[type="checkbox"] {
    width: 18px;
    height: 17px;
  }
  .loginBottom.mobContent {
    display: block;
    position: relative;
    margin-bottom: 29px;
  }
  .loginBottom.mobContent:before {
    content: "";
    border-top: 5px solid #f4be00;
    width: 100%;
    position: absolute;
    top: -18px;
    margin: 0 auto;
    left: 0;
  }
  .hideMob {
    display: none;
  }
  .priceTotlal {
    margin: 0 0 0px;
    display: block;
  }
  #rightarrow {
    padding: 15px 0 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .link_login{
    display: block;
}
  .header_left {
    display: none;
  }
  .modalShip {
    position: absolute;
    margin: 0 auto;
    width: 85%;
    top: 0;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    box-sizing: border-box;
  }
  .modalShip #shipping_state {
    margin-bottom: 23px;
  }
  .spec_image img {
    width: 100%;
  }
  .inner_banner {
    background-position: bottom center;
    background-size: inherit;
  }
  .mob_essential_left {
    display: none;
  }
  .banner_section > figure {
    min-height: 530px;
  }
  .pcbanner {
    display: none;
  }
  .mbanner {
    display: block;
  }
  /* .inner_banner>figure {
        min-height: 285px;
    } */
  .banner_content h1 {
    font-size: 29px;
    line-height: 37px;
    margin-top: 103px;
  }
  .priceQuote {
    padding-top: 25px;
  }
  .banner_section {
   /* height: 500px;*/
  }
  .essental_left {
    z-index: 100;
  }
  /*.essental_right {
    padding-left: 0;
  }*/
  .slider_content {
    padding-top: 75px;
    width: 100%;
    max-width: inherit;
    display: block;
    text-align: center;
  }
  .slider_content.slider_special {
    padding-top: 0px;
    width: 100%;
    max-width: inherit;
    display: block;
    text-align: center;
  }
  .essental_right .business_slider a {
    margin: 12px auto;
  }
  .off_value {
    font-size: 37px;
    line-height: 44px;
  }
  .essental_right li figure {
    display: none;
  }
  .banner_top figure.mob_year_buiness {
    transform: scale(0.7);
    top: -29px;
    left: -17px;
    z-index: 5;
    background-size: 100%;
    width: 116px;
  }
  .banner_top {
    padding: 0 20px 0 50px;
  }
  .registration {
    width: 90%;
    padding: 15px 0 11px;
  }
  .registraion_left span {
    font-size: 18px;
    display: block;
  }
  .tab_menu li, .tab_menu li:first-child, .tab_menu li:last-child {
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 5px;
    border: 1px solid #dadbe0;
    padding: 10px;
    box-sizing: border-box;
  }
  .registraion_left em {
    margin-top: 3px;
  }
  .celebrating {
    font-size: 20px;
  }
  .jobType {
    text-align: center;
  }
  .formTop, .ourSpecials, .needQuote {
    font-size: 15px !important;
  }
  .createLeft, .column.createRight {
    padding: 0;
  }
  .accountBottom {
    width: 100%;
  }
  .btnInput[type="submit"], .btnInput[type="reset"], .btnInput[type="button"] {
    font-size: 17px;
    height: 37px;
    float: none;
    display: inline-block;
  }
  .createAccount p {
    width: 100%;
    font-size: 18px;
  }
  .footer p a {
    display: block;
  }
  .createAccount h4 span {
    display: block;
    float: none;
    margin-top: 5px;
  }
  .loginRight span {
    font-size: 20px;
  }
  .loginRight a {
    font-size: 25px;
    margin: 10px 0 0;
  }
  .binderyBoxImg, .binderyBoxContent {
    display: block;
    width: 100%;
  }
  .binderyBoxImg img {
    width: 100%;
  }
  .binderyBoxContent {
    padding: 0;
  }
  .innerContentSection {
    padding-bottom: 60px;
  }
  .uploadFile .borderWrapper {
    padding: 35px 15px 30px;
  }
  .uploadProcess li.circle {
    height: 65px;
  }
  .specials .SpecialHeading {
    font-size: 35px;
  }
  .specialLeft li {
    width: 140px;
    height: 140px;
    border: 8px solid #6c7377;
    position: relative;
  }
  .specials {
    padding: 5px 0 0;
  }
  .specialLeft li strong {
    margin: 12px 0 0;
  }
  .specialLeft li strong, .specialLeft li i {
    font-size: 25px;
  }
  .specialLeft li b, .specialLeft li i {
    margin: 0;
  }
  .tabContent figure, .tabContent .tabContText {
    display: block;
  }
  .tabContent .tabContText {
    padding-left: 0;
  }
  .inputContent {
    margin-top: 10px;
  }
  .btnTab {
    font-size: 16px;
  }
  .btnInput[type="button"] {
    float: left;
    white-space: normal;
    padding: 10px 15px;
    height: inherit;
  }
  .floatingPrice {
    width: 176px;
  }
  .floatingPrice span {
    font-size: 20px;
  }
  .floatingPrice .priceTotlal {
    font-size: 26px;
  }
  .floatingPrice span {
    display: none;
  }
  .jobType {
    width: 100%;
    margin: 0 !important;
  }
  .jobType li {
    margin: 5px !important;
    display: inline-block !important;
  }
  ul.slides li.business_slider {
    height: 234px;
  }
  .business_slider .title_name {
    padding: 0;
    margin: -3px auto;
  }
  .business_slider .slider_content {
    padding: 0;
    margin: 0;
  }
  ul.slides li.business_slider {
    padding: 36px 0;
  }
  .special_slider .cc_content em {
    font-size: 35px;
    margin-bottom: -26px;
  }
  .special_slider .cc_content.left_content {
    padding-top: 0;
  }
  .special_slider .cc_content {
    padding-top: 0;
  }
  .slider_content.slider_special span.shipping_special {
    display: none;
  }
  .special_slider .cc_content span {
    display: block;
    margin-top: 9px;
    font-size: 22px;
  }
  .special_slider .color_copies {
    top: 67px;
  }
  .special_slider .cc_content p {
    font-size: 17px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .essental_right .color_copies_left li figure {
    padding: 0;
    width: 200px;
  }
  ul.slides li.special_slider {
    height: 233px;
  }
  .reset-button2reg, .reset-button2regcc {
    padding: 7px 28px !important;
  }
}
@media screen and (max-width: 480px) {
  .shippingTime {
    padding-left: 10px;
  }
  .free_shipping {
    margin-top: -77px;
    transform: scale(0.7);
  }
  .mob_order_now {
    font-size: 15px;
    padding-top: 8px;
  }
  .essental_right li figure {
    padding-top: 30px;
    text-align: center;
    width: 273px;
  }
  .essental_right .color_copies_left li figure {
    padding: 0;
    width: 200px;
  }
  .banner_top {
    font-size: 13px;
    padding: 0 20px 0 80px;
  }
  .essental_right li figure {
    display: none;
  }
  .bg_free_shipping {
    padding-top: 71px;
    padding-bottom: 9px;
  }
  .bg_free_shipping figure {
    margin: -88px 0 0 -61px;
    width: 97px;
    height: 98px;
  }
  .essental_left {
    height: 175px;
  }
  .banner_section {
   /* height: 387px;*/
  }
  .slider_content {
    padding-top: 51px;
  }
  .bg_free_shipping b {
    right: -98px;
  }
  .inputHolder [type="submit"], .inputHolder [type="text"] {
    width: 100%;
    max-width: inherit;
  }
  p.freeCall span {
    font-size: 25px;
    display: block;
  }
  p.specialDiscount {
    font-size: 20px;
  }
  .uploadProcess li.circle {
    font-size: 21px;
    height: 43px;
    width: 180px;
  }
  .specialLeft li {
    transform: scale(0.8)
  }
  .specialLeft ul {
    padding-top: 0;
  }
  .finishinTable, .finishingList {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .jobType li, .jobType li:nth-child(2n+2) {
    display: block;
    margin: 0 auto 10px auto;
  }
  .business_slider .title_name {
    font-size: 37px;
  }
  .special_slider .title_name {
    font-size: 22px;
    margin-left: 48px;
    text-align: left;
  }
  .special_slider .cc_content em {
    font-size: 30px;
    margin: -10px -3px -13px;
  }
  .special_slider .cc_content p {
    margin: -23px auto;
    display: block;
  }
  .special_slider .cc_content span {
    color: #ffff;
    font-size: 20px;
    margin-top: 2px 0px;
  }
  .special_slider .cc_content p {
    font-size: 16px;
  }
  .special_slider .color_copies_left {
    left: 70px;
    top: 59px;
    width: 100%;
  }
  .special_slider .color_copies {
    right: 70px;
    width: 100%;
  }
  .essental_right li.special_slider figure.freeShippingImg {
    width: 87px;
  }
  .special_slider .color_copies {
    top: 58px;
  }
  ul.slides li.business_slider {
    height: 201px;
  }
  ul.slides li.special_slider {
    height: 200px;
  }
  .coverStock {
    display: block;
  }

  .essental_left {
    padding: 80px;
  }
}
@media screen and (max-width: 545px) {
  .banner_top {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .jobType li {
    max-width: 135px;
  }
}
@media screen and (max-width: 340px) {
  .banner_top span {
    font-size: 11px;
  }
}
/*--------------------------------  Table  ---------------------------------------*/
.feature-table {
  width: 100%;
  height: auto;
  float: left;
  margin: 30px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #f5f5ed;
}
.feature-table .table-head1 {
  width: 25%;
  height: auto;
  float: left;
  padding: 6px 0;
  border-right: 1px solid #fff;
}
.feature-table ul li .table-name {
  height: auto;
  float: left;
}
.feature-table .table-head2 {
  width: 25%;
  height: auto;
  float: left;
  padding: 6px 0 6px 12px;
  border-right: 1px solid #fff;
}
.feature-table .table-head3 {
  width: 25%;
  height: auto;
  float: left;
  padding: 6px 0 6px 12px;
  border-right: 1px solid #fff;
}
.feature-table .table-head4 {
  width: 25%;
  height: auto;
  float: left;
  padding: 5px 0 5px 12px;
}
.feature-table .table-head5 {
  width: 75%;
  height: auto;
  float: left;
  padding: 5px 0 5px 12px;
}
.feature-table .table-head6 {
  width: 75%;
  height: auto;
  float: left;
  padding: 5px 0 5px 10px;
}
.feature-table ul {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
}
.feature-table ul li {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px 15px;
  border-bottom: 1px solid #eeeeee;
}
.feature-table ul li a {
  color: #f15f45;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.feature-table ul li p {
  padding-top: 0px;
  line-height: 15px;
  color: #2f383d;
  padding-left: 12px;
}
.feature-table ul li .forum-topic, .feature-forum ul li .forum-post, .feature-forum ul li .forum-reply {
  padding: 11px 0;
}
.feature-table .table-title {
  width: 100%;
  height: auto;
  float: left;
  background: #2f2f2f;
  color: #ffffff;
  padding: 0px 15px;
  border: 1px solid #dfdfdf;
  border-bottom: none;
}
.feature-table p {
  margin: 0px;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.feature-table .table-but {
  width: 100%;
  height: auto;
  float: left;
  padding: 0px 0px 22px 0px;
}
.feature-table .table-but a.button {
  margin-left: 15px
}
.feature-table .table-but p a {
  font-size: 16px;
  color: #89e5f6;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 2px
}
.feature-table .table-but p {
  width: auto;
  height: auto;
  float: left;
  display: inline-block;
  margin: 14px 0px 0px 0px;
  color: #5f5f5f;
}
.printing-glossary p {
  padding: 0 0 5px 0;
}
.printing-glossary h5 {
  padding: 0 0 20px
}
.printing-glossary .glosary {
  color: #fff;
  font-weight: 500;
  background: #439ad4;
  margin-top: 10px;
  display: inline-block;
  padding: 1px 10px;
}
.printing-glossary .pagination {
  text-align: center;
	background: #f5cb49;
  padding: 6px 15px;
  color: #fff;
  
}
.printing-glossary .pagination a {
  color: #fff;
  text-decoration: none;
}
.printing-glossary .pagination span {
  color: #ffe14d;
}
.full-width {
  width: 100%;
}
.printing-glossary .img-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.printing-glossary .img-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.form_0 .ctct-popup-content, .ctct-form-popup.form_0 .ctct-form-defaults {
  background-color: #d4e1f4 !important;
}
.ctct-form-element{
  border:solid 1px #243c58 !important;
}
.ctct-form-text{
  color: #153765 !important;
  padding: 5px 24px 0px 24px !important;
  text-align: center !important;
}
.ctct-form-button{
  width:50% !important;
  background: #1e3652 !important;
  color: #fff !important;
  margin: 5px auto 15px !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-family: 'Source Sans Regular' !important;
  font-weight: bold !important;
}
.ctct-form-popup.form_0 .ctct-form-defaults .ctct-form-header{
  background: url('../images/form-header.jpg') no-repeat 0 0 ;
  background-size: cover ;
  width: 100% !important;
  height: 200px !important;
  font-size: 0px !important;
  background-position: center center;
}
.ctct-popup-content div.ctct-form-defaults{
  padding: 0px !important;
}

.ctct-popup-content div.ctct-form-popup form.ctct-form-custom div.ctct-form-field {
  padding: 0px 24px 0px 24px !important;
  margin: auto !important;
  width: 80% !important;
}
.ctct-popup-content div.ctct-form-defaults p.ctct-form-text,.ctct-form-label{
  font-size: 16px !important;
  font-family: 'Source Sans Regular' !important;
}
.ctct-popup-content div.ctct-form-defaults p.ctct-gdpr-text{
  padding: 0px 24px !important;
}
#gdpr_text{
  display: none !important;
}
@media screen and (max-width: 600px) {
  .ctct-form-popup.form_0 .ctct-form-defaults .ctct-form-header{
    background: url('../images/form-header-md.jpg') no-repeat 0 0 ;
    height: 160px !important;
    background-position: center center;
  }
}

@media screen and (max-width: 510px) {
  .ctct-form-popup.form_0 .ctct-form-defaults .ctct-form-header{
    background: url('../images/form-header-mob.jpg') no-repeat 0 0 ;
    height: 160px !important;
    background-position: center center;
  }
}
@media screen and (max-width: 990px) {
  .input-holder-zip-wrapper {
    padding: 0px 0px 20px 20px;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .input-holder-zip-wrapper {
    padding: 0px 0px 20px 0px;
    flex-direction: column;
  }
}
