#order-form input::-webkit-input-placeholder       {line-height: 20px;  transition: line-height 0.5s ease;}
#order-form input::-moz-placeholder                {line-height: 20px;  transition: line-height 0.5s ease;}
#order-form input:-moz-placeholder                 {line-height: 20px;  transition: line-height 0.5s ease;}
#order-form input:-ms-input-placeholder            {line-height: 20px;  transition: line-height 0.5s ease;}
#order-form input:focus::-webkit-input-placeholder {line-height: 100px; transition: line-height 0.5s ease;}
#order-form input:focus::-moz-placeholder          {line-height: 100px; transition: line-height 0.5s ease;}
#order-form input:focus:-moz-placeholder           {line-height: 100px; transition: line-height 0.5s ease;}
#order-form input:focus:-ms-input-placeholder      {line-height: 100px; transition: line-height 0.5s ease;}

#order-form input::-webkit-input-placeholder {color:#5c5457;}
#order-form input::-moz-placeholder          {color:#5c5457;}/* Firefox 19+ */
#order-form input:-moz-placeholder           {color:#5c5457;}/* Firefox 18- */
#order-form input:-ms-input-placeholder      {color:#5c5457;}

#order-wrapper  {
    font-family:"Myriad Pro",PTSansCaptionRegular, arial, helvetica, sans-serif;
    color: #000;
    padding-bottom: 40px;
}

#order-wrapper h2 {
    text-align: center;
    color: #686868;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px;
}

#order-wrapper .shield {
    font-size: 12px;
    width: 300px;
    background: url("shield.png") left center no-repeat;
    line-height: 16px;
    padding: 10px 0 10px 40px;
    margin: 0 auto 30px;
}

#order-steps {
    width: 100%;
    margin: 0 0 30px;
}

#order-steps:after {
    content: '';
    display: block;
    clear: both;
}

#order-steps li {
    counter-increment: step-counter;
    list-style-type: none;
    padding-right: 0;
    margin-left: 0;
    float: left;
    width: 33%;
    height: 53px;
    line-height: 53px;
    text-transform: uppercase;
    color: #d1d1d1;
    font-size: 18px; 
}

#order-steps li:before {
    content: counter(step-counter);
    font-size: 18px;
    background-color: #c5c3c4;
    color: #fff;
    font-weight: bold;
    float: left;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
}

#order-steps li.active {
    color: #686868;
}

#order-steps li.active:before {
   background-color: #24890d;
}

#order-steps li span {
  background-color: #24890d;
    color: #fff;
    display: block;
    margin-left: 53px;
}

#order-steps li.order-step-left:before {
      background-color: #24890d;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#order-steps li.order-step-right:before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#order-form  {
    font-size: 12px;
    background: #f4f4f4;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin-bottom: 1em;
}

#order-form  table {
    width: 90%;
    margin: 0 auto;
}

#order-form h2 {
    font-family:"Myriad Pro",PTSansCaptionRegular, arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
      background: #24890d;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    margin: 0;
}

#order-form h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #494949;
    font-size: 14px;
}

#order-form  table td {
    border: 0;
}

#order-form  table td {
    width: 50%;
    padding: 20px;
    border: 0;
}

#order-form div {
    margin: 8px 0;
}

#order-form label {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

#order-form label.order-other {
    text-transform: none;
}

#order-form input {
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    background: #40373a;
    border: 1px solid #40373a;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
    line-height: normal;
}

#order-form input.order-other {
    background: #fff;
    color: #000;
}

#order-form .order-fit > div {
    float: left;
    margin: 0 10px 0 0;
}

#order-form .order-fit:after {
    content: '';
    display: block;
    clear: both;
}

#order-form .order-fit > div input {
    width: auto;
}

#order-form .order-datepicker select {
    border: 1px solid #40373a;
    padding: 5px;
    margin-right: 6px;
}

#order-form .order-fit.order-datepicker select {
    width: 100%;
}

#order-form .order-checkbox input{
    width: auto;
    margin: 0 4px;
}

#order-form p {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 18px;
}

.order-center {
    text-align: center;
}

#order-form hr {
    height: 1px;
    background: #e2e2e2;
    border: 0;
}

#order-wrapper .order-link {
    font-size: 20px;
    color: #5c7fa7;
    text-decoration: none;
    border-bottom: 2px solid #5c7fa7;
}

#order-wrapper .order-link:hover {
    border-bottom: 0;
}

#order-wrapper button {
    font-family:"Myriad Pro",PTSansCaptionRegular, arial, helvetica, sans-serif;
    font-size:25px;
    padding: 0 30px;
    border: 1px solid #24890d;
    background: #24890d;
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    height: 63px;
    line-height: 63px;
}

#order-page h2 {
    color: #000;
}

#order-page {
    text-align: justify;
    background: #fff;
    padding: 20px;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    color: #000;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}

#order-page p {
    
}

#order-wrapper button.order-back {
    border: 1px solid #8e8e8e;
    background: #fff;
    color: #8e8e8e;
}

#order-wrapper button.order-download {
    margin: 0 10px;
}

#order-wrapper button.order-download i {
    float: left;
    background: url("save.png") left no-repeat;
    width: 35px;
    height: 100%;
}

#order-wrapper button.order-print {
    border: 1px solid #332727;
    background: #332727;
}

#order-wrapper button.order-print i {
    float: left;
    background: url("print.png") left no-repeat;
    width: 44px;
    height: 100%;
}

#order-wrapper .order-site {
    text-transform: uppercase;
    text-align: center;
    color: #c7c7c7;
    font-size: 12px;
}

#order-thanks {
    font-family:"Myriad Pro",PTSansCaptionRegular, arial, helvetica, sans-serif;
    font-size: 27px;
    text-align:center;
    color: #686868;
    text-transform: none;
}

#order-thanks span {
    color: #24890d;
}

#order-page table,    
#order-page td {
    border: 0;
}

#order-signature td {
    text-align: center;
}

#order-save-textarea {
    width: 100%;
    display: none;
}

#seller-address_equal-hide,
#buyer-address_equal-hide {
    display: none;
}

#order-save-link {
    text-align: center;
    margin-bottom: 1em;
}

@media print {
    body {
        background: none;
    }
    
    .hentry {
        padding: 0;
        margin: 0;
        background: none;
    }
    
    #content {
        width: auto;
        margin: 0;
    }
    
    #main {
        padding: 0;
    }
    
    #order-form-download,
    .entry-header,
    #order-steps,
    #comments,
    #secondary,
    #bottomblock,
    #header_block {
        display: none;
    }
    
    #page {
        background: none;
        box-shadow: none;
        width: auto;
    }
    
    #order-page {
        border: 0;
        background: none;
        padding: 0;
        font-size: 12px;
    }
}