/* Clear styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
font,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Common Styles */
.clear {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
img,
a img {
    border: none;
}
.no-margin-left {
    margin-left: 0 !important;
}
.no-margin-right {
    margin-right: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.fl {
    float: left;
}
.fr,
.pull-right {
    float: right;
}
.pull-right {
    margin-left: 10px !important;
}
.ta-l {
    text-align: left;
}
.ta-r,
.text-right {
    text-align: right;
}
.center {
    text-align: center !important;
}
input,
textarea {
    outline: none;
}
.hide {
    display: none;
}
.block {
    display: block !important;
}
.inline-block {
    display: inline-block !important;
    vertical-align: middle;
}
.relative {
    position: relative !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.va-top {
    vertical-align: top !important;
}
/* Typographic */
a:visited,
a:hover,
a:active {
    color: inherit;
}
a:link {
    color: #1477B0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* Main styles ------------------------------------------------------------ */
html,
body {
    cursor: default;
    height: 100%;
}
body {
    width: 100%;
    font: 14px/normal "PT Sans", sans-serif;
    color: #595959;
}
#wrapper {
    min-width: 990px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow-x: hidden;
    margin: 0 auto;
}
#header {
    height: 134px;
    width: 960px;
    margin: 0 auto 0;
    position: relative;
    z-index: 5;
}
#header-cnt {
    margin: 0 -2480px;
    padding: 0 2480px;
    height: 134px;
    position: relative;
    background: url(../images/header-bg.jpg) repeat-x 0 0;
}
#inner-header {
    width: 960px;
    margin: 0 auto;
    position: relative;
    height: 134px;
    background: url(../images/header-cnt.jpg) no-repeat 50% 0;

}
#content {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 415px;
}
#inner-content {
    margin: 0 -2480px;
    padding: 10px 2480px 15px;
    position: relative;
}
#footer-wrapper {
    height: 415px;
    min-width: 990px;
    margin: -415px auto 0;
    overflow: hidden;
}
#footer {
    height: 415px;
    width: 960px;
    margin: 0 auto;

}
#footer-cnt {
    margin: 0 -2480px;
    padding: 0 2480px;
    height: 415px;
    background: url(../images/footer-bg.jpg) repeat-x 50% 0;
}
#inner-footer {
    height: 415px;
    width: 960px;
    margin: 0 auto;
    position: relative;
}
/* Header styles */
#logo {
    position: absolute;
    top: 21px;
    left: 15px;
}
#header-right {
    position: absolute;
    top: 9px;
    right: 0;
    width: 250px;
}
#header-center {
    position: absolute;
    top: 17px;
    left: 170px;
    width: 510px;
    text-align: center;
}
#nav-wrap {
    display: inline-block;
    vertical-align: top;
}
#nav {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    display: table;
    font-size: 0;
}
#nav li {
    display: inline-block;
    height: 21px;
    border-left: 1px solid #abe7f0;
}
#nav li:first-child {
    border-left: none;
}
#nav li a {
    display: block;
    color: #abe7f0;
    line-height: 17px;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#nav li a span {
    display: block;
    line-height: 15px;
    border-bottom: 1px solid transparent;
}
#nav li a:hover {
    text-decoration: underline;
}
#nav li.active a,
#nav li a:active {
    text-decoration: none;
    background-color: #043649;
}
#header-slogan {
    color: #f67444;
    font: 20px/22px "PT Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#header-social {

}
#header-social img {

}
#header-buttons {
    margin-bottom: 8px;
}
#header-buttons .btn-ordernow {
    margin-left: 20px;
}
.header-grey-block {
    float: right;
    text-align: center;
    width: 250px;
    height: 60px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #32afc0;
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,.79);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.79);
    box-shadow: 1px 2px 6px rgba(0,0,0,.79);
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2px;
}
.header-grey-block .phone {
    display: block;
    color: #464646;
    font-size: 16px;
    margin-bottom: 2px;
}
/* Footer Styles */
.we-accept-wrap {
    text-align: center;
    padding-top: 17px;
}
.we-accept {
    display: inline-block;
    padding: 12px 25px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/we-accept-bg.jpg) no-repeat;
}
.we-accept h3 {
    color: #ffffff;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.we-accept-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.we-accept-list li {
    display: inline-block;
    margin: 0 3px;
}
.we-accept-list img {
    display: block;
}
.essays-types {
    text-align: center;
    padding-top: 13px;
    padding-bottom: 5px;
}
.essays-types-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: left;
    margin: 0 10px;
    width: 140px;
    vertical-align: top;
}
.essays-types-list li {
    display: block;
    margin-bottom: 5px;
}
.essays-types-list li a {
    color: #FFFFFF;
    text-decoration: none;
}
.essays-types-list li a:hover {
    text-decoration: underline;
}
/* Social */
.footer-social {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0 0 5px;
}
.footer-social li {
    display: inline-block;
    margin: 0 7px;
}
.footer-social li a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/social.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}
.footer-social li a:hover {
    background-position: 0 100%;
}
.footer-social li + li a {
    background-position: -58px 0;
}
.footer-social li + li a:hover {
    background-position: -58px 100%;
}
.footer-social li + li + li a {
    background-position: 100% 0;
}
.footer-social li + li + li a:hover {
    background-position: 100% 100%;
}
address {
    color: #2a2a2a;
    text-align: center;
    font-style: normal;
    line-height: 18px;
    font-size: 14px;
    margin-top: 7px;
}
/* Two Columns */
.two-columns .main-column {
    float: left;
    width: 690px;
    position: relative;
}
.two-columns .sidebar {
    float: right;
    width: 250px;
}
/* How it works */
.how-it-works-wrap {
    width: 692px;
    height: 214px;
    background: url(../images/how-it-works.jpg) no-repeat 0 0;
    margin-bottom: 10px;
    position: relative;
}
.how-it-works-wrap .proceed-wrap {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
}
.how-it-works {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 137px;
    left: 0;
}
.how-it-works li {
    color: #ffffff !important;
    font-size: 15px;
    list-style-position: inside;
    white-space: nowrap;
    width: 170px;
    text-align: center;
}
.how-it-works li + li {
    position: absolute;
    top: 0;
    left: 170px;
    width: 163px;
}
.how-it-works li + li + li {
    left: 333px;
    width: 193px;
}
.how-it-works li + li + li + li {
    left: 527px;
    width: 161px;
}
/* Sidebar */
.sidebar-block {
    margin-bottom: 10px;
}
/* Sidebar Reviews */
.sidebar-reviews-wrap {
    padding: 10px;
    background: #0d5973 url(../images/reviews-bg.jpg) repeat-y;
}
.sidebar-reviews-wrap h2 {
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    text-shadow: 0 1px 1px rgba(134,26,109,.75);
}
.sidebar-reviews-list {
    margin: 0;
    padding: 0;
}
.sidebar-reviews-list li {
    display: block;
    color: #ffffff;
    background: url(../images/review-divider.png) repeat-x 0 0;
    margin: 10px -10px 0 -10px;
    padding: 10px 10px 0 10px;
}
.sidebar-reviews-list li:first-child {
    background: none;
    margin-top: 0;
}
.sidebar-reviews-list .review-header-wrap {
    display: table;
}
.sidebar-reviews-list .review-header-wrap > div {
    display: table-cell;
    vertical-align: middle;
}
.sidebar-reviews-list .review-header-wrap .img-holder {
    width: 70px;
    height: 70px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #ffffff;
    padding: 5px;
}
.sidebar-reviews-list .review-header-wrap .img-holder img {
    display: block;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.sidebar-reviews-list .review-header-wrap .review-header {
    padding-left: 15px;
}
.sidebar-reviews-list .review-header-wrap .review-header span {
    display: block;
}
.sidebar-reviews-list .review-header-wrap .review-header .name {
    font-size: 22px;
    line-height: 24px;
}
.sidebar-reviews-list .review-header-wrap .review-header .country {
    font-size: 16px;
    line-height: 18px;
}
.sidebar-reviews-list .review-text {
    padding-top: 5px;
    text-align: justify;
}
/* Sidebar Online Chat */
.sidebar-online-chat {
    padding: 10px;
    height: 158px;
    background-color: #f5f5f5;
    border: 1px solid #E7C9F0;
    -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    position: relative;
    background: url(../images/online-chat-bg.jpg) no-repeat 50% 100%;
}
.sidebar-online-chat .chat-wrap {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.sidebar-online-chat h4 {
    color: #236a72;
    font: normal 20px/24px "PT Sans Narrow", "Arial Narrow", sans-serif;
    margin-bottom: 5px;
    margin-top: 5px;
}
.sidebar-online-chat p {
    font-size: 15px;
    line-height: 18px;
    color: #595959;
}
/* Sidebar Best Paper Prices */
.sidebar-best-paper-prices {
    border: 3px solid #236a72;
    padding: 10px 16px 15px;
}
.sidebar-best-paper-prices h2 {
    color: #de642c;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 9px;
    margin: -10px -16px 0;
    text-transform: uppercase;
    border-bottom: 3px solid #236a72;
}
.best-paper-prices-list {
    list-style: none;
    padding: 7px 0 12px;
    margin: 0;
}
.best-paper-prices-list li {
    border-top: 1px dashed #de642c;
    display: block;
    padding: 7px 0;
    color: #505050;
}
.best-paper-prices-list li:before,
.best-paper-prices-list li:after {
    display: table;
    line-height: 0;
    content: "";
}
.best-paper-prices-list li:after {
    clear: both;
}
.best-paper-prices-list li:first-child {
    border-top: none;
}
.best-paper-prices-list li .title,
.best-paper-prices-list li .value {
    display: block;
    float: left;
    width: 92px;
    font-size: 16px;
}
.best-paper-prices-list li .title {
    float: left;
    width: 105px;
}
.best-paper-prices-list li .value {
    float: right;
}
/* Badges */
.badges {
    margin: 10px -25px 10px;
    text-align: center;
}
.badge {
    margin: 10px -46px 10px;
}
/* Homepage Heading */
#homepage-heading-wrap {
    width: 960px;
    margin: 0 auto -12px;
    position: relative;
    padding-bottom: 10px;
}
#homepage-heading {
    margin: 0 -2480px;
    padding: 12px 2480px 39px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/header-sh.png) repeat-x 0 100%;
}

/* Order Custom Paper */
.order-custom-paper {
    width: 350px;
    float: left;
    height: 335px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.order-custom-paper .pane {
    padding: 5px 19px;
}
.order-custom-paper .paper-label {
    color: #4e4e4e;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    line-height: 15px;
    display: block;
    margin-bottom: 3px;
}
.order-custom-paper .paper-label.inline {
    display: inline-block;
    vertical-align: middle;
    padding-top: 1px;
}
.order-custom-paper .field {
    display: table;
    font-size: 0;
    white-space: nowrap;
    margin-bottom: 14px;
}
.order-custom-paper .field .paper-label {
    width: 145px;
    padding-right: 3px;
    white-space: normal;
}
.order-custom-paper .field .form-element {
    display: inline-block;
    vertical-align: middle;
    width: 164px;
}
.order-custom-paper .summary-field {
    border-top: 1px solid #C5C3C3;
    margin: 0 -19px;
    padding: 5px 0 0 19px;
}
.order-custom-paper .price-per-page {
    font-size: 14px;
    line-height: 14px;
}
.order-custom-paper .price-per-page span {
    font-weight: bold;
    color: #ea5d10;
}
.order-custom-paper .order-total {
    margin-left: 159px;
    color: #4e4e4e;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    padding-top: 5px;
}
.order-custom-paper .order-total span {
    font-weight: bold;
    color: #ea5d10;
}
.custom-paper-size {
    width: 164px !important;
}
.spinner-size {
    width: 82px !important;
    padding-right: 34px !important;
}
.blue-header {
    height: 34px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    text-align: center;
    color: #fff;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
    line-height: 34px;
    background: #A170D1 url(../images/order-custom-paper-header.png) no-repeat 50% 0;
}
.blue-text {
    font-weight: bold;
    color: #009BE7;
    text-decoration: underline;
}
/* Slider */
#slider-wrap {
    width: 580px;
    height: 335px;
    float: right;
    position: relative;
}
#slider {
    width: 580px;
    height: 284px;
    overflow: hidden;
    position: relative;
}
#slider .slide {
    float: left;
    width: 580px;
    height: 287px;
    position: relative;
}
#slider .slide:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 580px;
    height: 287px;
    -moz-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.58);
    -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.58);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.58);
}
#slider .slide img {
    display: block;
    width: 580px;
    height: 287px;
}
#slider-left,
#slider-right {
    position: absolute;
    top: 124px;
    left: 13px;
    width: 37px;
    height: 37px;
    background: url(../images/icons.png) no-repeat -7px -69px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
#slider-left:hover,
#slider-right:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#slider-right {
    left: auto;
    right: 13px;
    background-position: -64px -69px;
}
#slider-pager {
    height: 48px;
    background: #F4F4F4;
    display: table;
    width: 100%;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
#slider-pager a {
    display: table-cell;
    vertical-align: middle;
    height: 48px;
    width: 1000px;
    text-align: center;
    white-space: nowrap;
    color: #5b5b5b;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    text-decoration: none;
    background: url(../images/slider-pager-active.png) no-repeat 0 100%;
}
#slider-pager a:first-child {
    background: none;
}
#slider-pager a.selected {
    background: url(../images/slider-pager-active.png) repeat-x 0 0;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
/* Feedback Form */
.feedback-form-wrap {
    width: 510px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
}
.feedback-form-wrap .field {
    margin-bottom: 15px;
    position: relative;
}
.feedback-form-wrap .field .form-control2 {
    float: right;
    width: 395px;
}
.feedback-form-wrap .field label {
    float: left;
    width: 60px;
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
}
.feedback-form-wrap .field .error {
    display: block;
    color: #ff1a1a;
    font-family: "PT Sans", sans-serif;
    font-size: 11px;
    position: absolute;
    bottom: -13px;
    left: 85px;
}
.feedback-form-wrap .btn-wrap {
    padding-left: 85px;
}
/* FAQ */
.faq-questions-list {
    margin: 10px 0;
}
.faq-questions-list h4 {
    color: #0061A1 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    cursor: pointer;
    margin-bottom: 0 !important;
    padding-left: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}
.faq-questions-list h4:after {
    content: "";
    display: block;
    width: 7px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 1px;
    background: url(../images/icons.png) no-repeat -17px -123px;
}
.faq-questions-list h4.active:after {
    background-position: -42px -127px;
    width: 14px;
    height: 7px;
    top: 8px;
    left: -4px;
}
.faq-questions-list h4:hover {
    text-decoration: underline;
}
.faq-questions-list .faq-answer {
    position: relative;
    color: #606060;
    margin-left: 18px;
    padding: 10px 0;
    width: 565px;
}
.faq-questions-list .faq-answer:before,
.faq-questions-list .faq-answer:after {
    background: #FF7F30;
    height: 1px;
    left: 40px;
    right: 40px;
    position: absolute;
    top: 5px;
    display: block;
    content: "";
}
.faq-questions-list .faq-answer:after {
    top: auto;
    bottom: 5px;
}
.faq-questions-list .faq-answer p {
    font-size: 15px;
    line-height: 18px;
}
/* Page Nav */
#page-nav,
#user-data-nav {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0 7px;
    border: 2px solid #4A4A4A;
    background: #EFEFEF;
}
#page-nav li,
#user-data-nav li {
    display: block;
    float: left;
}
#page-nav li a,
#user-data-nav li a {
    display: block;
    color: #626262;
    font-size: 15px;
    text-transform: uppercase;
    padding: 6px 7px;
    border-left: 1px solid #4A4A4A;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
#page-nav li a:hover,
#user-data-nav li a:hover {
    color: #ff8500;
}
#page-nav li a.active,
#user-data-nav li a.active {
    color: #fff;
    background: #ff8500;
    /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjcwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff8500 0%, #ff7000 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8500), color-stop(100%, #ff7000));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #ff8500 0%, #ff7000 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #ff8500 0%, #ff7000 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #ff8500 0%, #ff7000 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #ff8500 0%, #ff7000 100%);
    /* W3C */

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff8500', endColorstr='#ff7000', GradientType=0);
    /* IE6-8 */

}
#page-nav li:first-child a,
#user-data-nav li:first-child a {
    border-left: none;
}
/* Header Profile */
.header-profile-wrap {
    text-align: right;
    margin-left: -20px;
}
.profile-link {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    height: 36px;
    width: 165px;
}
.profile-link .profile-notice {
    display: inline-block;
    text-decoration: none;
    height: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #de3a3a;
    padding: 0 5px;
    color: #fff;
}
.profile-link .profile-title {
    text-decoration: underline;
}
.profile-link:hover {
    text-decoration: none !important;
}
.profile-link:hover .profile-title {
    text-decoration: none;
}
/* Discounts */
.discounts-wrap {
    margin: 10px 0;
}
.black-ribbon {
    background: url(../images/black-ribbon.png) no-repeat;
    width: 560px;
    margin: 0 auto 8px !important;
    color: #f4f3e5 !important;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 24px;
    text-shadow: 0 1px 0 rgba(37, 40, 42, 0.29);
    text-transform: uppercase;
    text-align: center;
    height: 51px;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.discounts-columns {
    margin: 0 66px;
    display: table;
    width: 560px;
}
.discounts-columns .left-column {
    display: table-cell;
    vertical-align: top;
    width: 250px;
    padding-right: 60px;
}
.discounts-columns .right-column {
    width: 250px;
    display: table-cell;
    vertical-align: top;
}
.discount-info {
    color: #7f7f7f;
    font-family: "Arial";
    font-size: 14px;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 250px;
    height: 76px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
    -moz-box-shadow: 0 2px 5px 0 rgba(37, 40, 42, 0.31);
    -webkit-box-shadow: 0 2px 5px 0 rgba(37, 40, 42, 0.31);
    box-shadow: 0 2px 5px 0 rgba(37, 40, 42, 0.31);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
    /* W3C */

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
    /* IE6-8 */

}
.discount-info span {
    font-size: 12px;
}
.discount-info.orange {
    color: #fff;
    text-transform: uppercase;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-shadow: 0 1px 1px rgba(33, 37, 41, 0.32);
    background: #ff9400;
    /* Old browsers */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjc0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ff9400 0%, #ff7400 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9400), color-stop(100%, #ff7400));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #ff9400 0%, #ff7400 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #ff9400 0%, #ff7400 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #ff9400 0%, #ff7400 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #ff9400 0%, #ff7400 100%);
    /* W3C */

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff9400', endColorstr='#ff7400', GradientType=0);
    /* IE6-8 */

}
.discount-box {
    background: url(../images/discount-box.png) no-repeat;
    width: 180px;
    height: 180px;
    margin: 15px auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-family: "PT Sans Narrow", sans-serif;
}
.discount-box > .in {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: 150px;
}
.discount-box span {
    display: block;
    color: #FF7E00;
    line-height: 1;
}
.discount-box .value {
    font-size: 74px;
    font-weight: bold;
}
.discount-box .condition {
    font-size: 24px;
}
.discount-box .available {
    color: #e6450d;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
}
/* Login Form */
.login-form-wrap {
    width: 329px;
    margin: 0 auto 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 41px;
}
.black-header {
    background: #4d4d4d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #242424));
    background: -webkit-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: -o-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: -ms-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: linear-gradient(to bottom, #4d4d4d 0%, #242424 100%);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.37);
    padding: 5px 0 6px;
    margin: 0 -41px 13px;
}
.login-form .field {
    margin-bottom: 15px;
    position: relative;
}
.login-form .field label {
    display: block;
    color: #FF5204;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.login-form .field .error {
    display: block;
    color: #ff1a1a;
    font-family: "PT Sans", sans-serif;
    font-size: 11px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.login-form .btn-wrap {
    border-bottom: 1px dashed #C6C6C6;
    padding-bottom: 15px;
    margin: 0 -28px;
}
.login-pass-field {
    position: relative;
}
.login-pass-field .form-control2 {
    padding-right: 45px !important;
}
.login-pass-field .show-pass {
    display: block;
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 1;
    background: url(../images/icons.png) no-repeat -122px -11px;
    width: 23px;
    height: 15px;
}
.login-remind-wrap {
    padding: 10px 0 5px;
    text-align: center;
}
.blue-link {
    color: #0085D0 !important;
    text-decoration: underline !important;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.blue-link:hover {
    text-decoration: none !important;
}
/* Order Columns */
.order-columns .main-column {
    width: 730px;
}
.order-columns .sidebar {
    width: 210px;
}
/* Live Support */
.sidebar-live-support {
    padding: 10px;
    height: 180px;
    border: 1px solid #c4c4c4;
    background-color: #f5f5f5;
    position: relative;
    background: url(../images/live-support-bg.jpg) no-repeat;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.29);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.29);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar-live-support .live-support-wrap {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.sidebar-live-support .title {
    display: block;
    color: #f3f3f3;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 2px 5px #000000;
    position: absolute;
    bottom: 50px;
    left: 10px;
}
.sidebar-live-support .title strong {
    font-size: 40px;
}
/* Sidebar Orange Block */
.sidebar-orange-block {
    border: 3px solid #dd6129;
    -moz-border-radius: 2px 2px 4px 4px;
    -webkit-border-radius: 2px 2px 4px 4px;
    border-radius: 2px 2px 4px 4px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: justify;
}
.sidebar-orange-block h2 {
    height: 43px;
    background: url(../images/orange-block-header.png) repeat-x;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(33, 37, 41, 0.52);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    margin: -10px -10px 0;
}
/* New Order */
.new-order-table-wrap {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
    padding: 15px 25px 20px 25px;
}
.new-order-table {
    width: 100%;
}
.new-order-table .divider {
    border-top: 1px dashed #C6C6C6;
    height: 1px !important;
    padding: 0 0 10px !important;
}
.new-order-table td:first-child {
    width: 150px;
    vertical-align: top;
    padding-top: 15px;
}
.new-order-table .two-lines {
    padding-top: 5px !important;
}
.new-order-table .big,
.new-order-table .biggest {
    color: #4e4e4e;
    font-size: 15px;
    line-height: 15px;
    display: block;
}
.new-order-table .biggest {
    font-size: 20px;
}
.new-order-table .order-total {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border: 1px solid #c1c1c1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f0f0f0;
    color: #ff8300;
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding-left: 9px;
    padding-right: 9px;
    line-height: 36px;
}
.new-order-table .input-wrap {
    padding: 8px 0 8px;
    vertical-align: middle;
}
.new-order-table .input-wrap > div {
    position: relative;
}
.new-order-table .required {
    color: #ff0000;
}
.new-order-table .error {
    display: block;
    color: #ff1a1a;
    font-family: "PT Sans", sans-serif;
    font-size: 11px;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.new-order-table .additional-info {
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 5px;
}
.new-order-table .field-info {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    color: #828282;
    padding-left: 3px;
    padding-top: 3px;
}
.new-order-table .not-needed {
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 10px;
}
.new-order-size {
    width: 165px !important;
}
.topic-size {
    width: 395px !important;
}
.sources-size {
    width: 65px !important;
}
#page-format-list .ui-button {
    width: auto !important;
    padding-left: 19px;
    padding-right: 19px;
}
#academic-level-list.ui-buttonset {
    height: auto !important;
}
#academic-level-list .ui-button {
    width: auto !important;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 9px;
    padding-right: 9px;
    height: auto !important;
    line-height: 18px !important;
    height: 44px;
    vertical-align: middle;
}
#academic-level-list .ui-button span {
    display: table-cell;
    vertical-align: middle;
    height: 44px;
}
#academic-level-list .ui-button em {
    color: #6f6f6f;
    font-size: 14px;
}
.green-price {
    color: #ea5d10;
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.uploaded-files-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.uploaded-files-list li {
    display: block;
    position: relative;
    padding-left: 17px;
}
.uploaded-files-list li:first-child {
    margin-top: 5px;
}
.uploaded-files-list li .delete-file {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../images/icons.png) no-repeat -153px -41px;
}
.uploaded-files-list li .filename {
    display: inline-block;
    text-decoration: underline;
    font-size: 15px;
    color: #0081C1;
}
.uploaded-files-list li .filename:hover {
    text-decoration: none;
}
/* Order Steps */
.order-steps {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    height: 50px;
    border: 2px solid #4b4b4b;
    background: #EFEFEF;
    counter-reset: point;
    width: 726px;
}
.order-steps li {
    display: block;
    position: relative;
    width: 242px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 20px;
    text-align: center;
    background: url(../images/order-steps.png) no-repeat 100% -70px;
    z-index: 10;
}
.order-steps li:first-child + li + li {
    background: none;
}
.order-steps li:first-child + li + li.active {
    background: url(../images/order-steps.png) no-repeat 0 -140px;
}
.order-steps li:before {
    content: counter(point);
    counter-increment: point 1;
    color: #8c8c8c;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -14px;
    background: url(../images/order-steps.png) no-repeat -17px -211px;
    width: 28px;
    height: 28px;
    text-align: center;
}
.order-steps li span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    font-size: 18px;
    line-height: 16px;
    color: #626262;
}
.order-steps li.active {
    background: url(../images/order-steps.png) no-repeat 100% -140px;
    z-index: 0;
}
.order-steps li.active:before {
    color: #fff;
    background-position: -67px -211px;
}
.order-steps li.active:after {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    left: -49px;
    background: url(../images/order-steps.png) no-repeat 0 -140px;
}
.order-steps li.active:first-child:after {
    display: none;
}
.order-steps li.active span {
    color: #fff;
}
/* Payment Method */
#payment-method.ui-buttonset {
    height: 80px !important;
}
#payment-method .ui-button {
    width: 84px !important;
    height: 80px !important;
    background: url(../images/payment.png) no-repeat -1000px -1000px;
}
#payment-method .ui-button span {
    display: none;
}
#payment-method #pay1 {
    background-position: -3px -108px;
}
#payment-method #pay2 {
    background-position: -85px 0;
}
#payment-method #pay3 {
    background-position: -170px 0;
}
#payment-method .ui-state-active {
    background: #e8e8e8 url(../images/payment.png) no-repeat -1000px -1000px;
    -moz-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.17);
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.17);
}
#payment-method .ui-state-active#pay1 {
    background-position: 0 0;
}
#payment-method .ui-state-active#pay2 {
    background-position: -88px -108px;
}
#payment-method .ui-state-active#pay3 {
    background-position: -169px -228px;
}
.orange-subheader {
    color: #FF5A0E;
    font: bold 18px/18px "PT Sans", "Arial", sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}
/* New Order Summary */
.new-order-summary {
    margin-bottom: 20px;
    border: 1px solid #b3b3b3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    color: #373737;
    line-height: 14px;
}
.new-order-summary p {
    line-height: 14px;
    margin-bottom: 10px;
}
.new-order-summary > div {
    padding: 15px 20px 5px;
}
.new-order-summary .left-column {
    display: table-cell;
    vertical-align: top;
    width: 300px;
    border-right: 1px dashed #B3B3B3;
}
.new-order-summary .right-column {
    display: table-cell;
    vertical-align: top;
}
.new-order-summary em {
    color: #606060;
}
.new-order-summary table {
    width: 100%;
}
.new-order-summary table td {
    padding-bottom: 10px;
}
.new-order-summary table td:first-child {
    text-align: right;
    width: 1%;
    white-space: nowrap;
}
.new-order-summary table td:first-child + td {
    padding-left: 15px;
    color: #606060;
    font-style: italic;
}
/* New Order Step 3 */
.new-order-step3-wrap {
    text-align: center;
}
.new-order-step3-wrap .btn {
    margin: 0 5px;
}
.new-order-step3-wrap h2 {
    color: #FF5A0E;
    font: normal 36px/36px "PT Sans", "Arial", sans-serif;
    margin-bottom: 10px;
}
.new-order-step3-wrap h3 {
    color: #555;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.new-order-step3-wrap p {
    color: #565656;
    font-size: 16px;
    line-height: 22px;
}
.new-order-step3-wrap a {
    text-decoration: underline;
}
.new-order-step3-wrap a:hover {
    text-decoration: none;
}
/* Contact Us */
.contact-us-wrap {
    background: url(../images/contact-us.jpg) no-repeat;
    width: 600px;
    height: 230px;
    margin: 20px auto;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
}
.contact-us-wrap .btn {
    position: absolute;
    bottom: 10px;
    left: 45px;
}
/* User Data Nav */
#user-data-nav {
    margin-bottom: 12px;
    margin-top: -7px;
}
#user-data-nav li {
    width: 220px;
    text-align: center;
}
#user-data-nav li a {
    text-transform: none;
    font-size: 18px;
    border-left-width: 2px;
}
/* Settings */
.settings-table-wrap {
    width: 450px;
}
.settings-table-wrap td:first-child {
    width: 100px;
    text-align: right;
    padding-right: 17px;
}
.settings-size {
    /*width: 340px !important;*/

}
/* Our Prices Wrap */
.our-prices-wrap {
    width: 488px;
    padding: 0 12px 15px 12px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #b3b3b3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
}
.our-prices-wrap .order-total-wrap {
    font-size: 24px;
    line-height: 1;
    color: #4f4f4f;
    margin-left: 10px;
}
.our-prices-wrap .order-total-wrap .order-total {
    display: inline-block;
    vertical-align: middle;
    color: #139e78;
    font-size: 24px;
    font-weight: bold;
    padding-left: 9px;
    padding-right: 9px;
    border: none;
    background: none;
}
.our-prices-wrap .our-prices-size {
    width: 163px !important;
}
.our-prices-table-wrap {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fafafa;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.17);
}
.our-prices-table {
    width: 100%;
}
.our-prices-table td {
    padding: 4px 20px !important;
    vertical-align: top;
    cursor: pointer;
}
.our-prices-table td:first-child {
    width: 105px;
    border-right: 1px solid #000;
}
.our-prices-table td:first-child + td {
    width: 80px;
    border-right: 1px solid #000;
    text-align: center;
}
.our-prices-table tr.active td {
    background: #FF5B00;
    color: #fff;
    -moz-box-shadow: 0 2px 0 rgba(33, 37, 41, 0.19);
    -webkit-box-shadow: 0 2px 0 rgba(33, 37, 41, 0.19);
    box-shadow: 0 2px 0 rgba(33, 37, 41, 0.19);
}
.our-prices-table tr.active td:first-child {
    width: 106px;
    border-right: none;
}
.our-prices-table tr.active td:first-child + td {
    width: 81px;
    border-right: none;
}
.our-prices-table .divider {
    border-top: none !important;
}
.our-prices-table th {
    background: #4d4d4d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #242424));
    background: -webkit-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: -o-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: -ms-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: linear-gradient(to bottom, #4d4d4d 0%, #242424 100%);
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    text-shadow: 0 1px 1px rgba(33, 37, 41, 0.6);
    text-transform: uppercase;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 5px;
}
.our-prices-table th span {
    font-size: 12px;
    display: block;
    line-height: 1;
}
.our-prices-table th:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.our-prices-table th:first-child + th + th {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    text-align: left;
    padding-left: 20px !important;
}
/* Our Services */
.our-services-wrap {
    margin: 10px -19px 10px -80px;
    padding-bottom: 10px;
    position: relative;
}
.our-services-wrap .btn {
    position: absolute;
    top: 199px;
    left: 289px;
}
.our-services {
    width: 168px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.42);
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
    margin-bottom: 15px;
}
.our-services h2 {
    background: #118197 url(../images/our-services-header.png) no-repeat 50% 0;
    -moz-box-shadow: inset 0 0 2px 0 #fff;
    -webkit-box-shadow: inset 0 0 2px 0 #fff;
    box-shadow: inset 0 0 2px 0 #fff;
    text-align: center;
    color: #fff !important;
    font-size: 17px !important;
    font-family: "PT Sans", sans-serif !important;
    line-height: 14px !important;
    font-style: italic !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.47) !important;
    padding: 6px 0 6px;
    margin-bottom: 0 !important;
}
.our-services-list {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}
.our-services-list li {
    display: block;
    position: relative;
    color: #505050 !important;
    font-family: "PT Sans", sans-serif;
    font-size: 14px !important;
    line-height: 14px !important;
    font-style: italic;
    margin-bottom: 8px;
    padding-left: 23px !important;
}
.our-services-list li:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 13px;
    height: 9px;
    background: url(../images/icons.png) no-repeat -178px -43px;
}
/* Payment */
.payment-table-wrap {
    width: 510px;
}
.order-details-table {
    width: 100%;
}
.order-details-table td {
    font-size: 15px;
    padding: 4px 0;
}
.order-details-table td:first-child {
    width: 235px;
    vertical-align: top;
    color: #007194;
}
.order-details-table td:first-child + td {
    color: #313131;
    font-style: italic;
}
.order-details-table a {
    text-decoration: underline;
}
.order-details-table a:hover {
    text-decoration: none;
}
.dashed-divider {
    border-top: 1px dashed #C6C6C6;
    margin: 10px 0 15px !important;
}
.payment-subheader {
    color: #616161;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 -25px;
    border-bottom: 1px solid #CDCDC1;
    margin-bottom: 12px;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-top: -5px;
}
/* Orders Table */
.your-order-wrap {
    padding-top: 10px;
}
.line-subheader span.qty {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #535353;
    color: #fff;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: -5px;
    margin-left: 5px;
}
.orders-table {
    margin-bottom: 30px;
}
.orders-table-header {
    list-style: none;
    margin: 12px 0 5px;
    padding: 0;
}
.orders-table-header li {
    display: block;
    color: #393939;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    text-align: left;
    width: 180px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding-left: 26px;
    text-transform: uppercase;
    text-align: center;
}
.orders-table-header li + li {
    width: 245px;
    padding-left: 0;
}
.orders-table-header li + li + li {
    width: 520px;
    padding-left: 216px;
    text-align: left;
}
.blue-table-row {
    list-style: none;
    display: table;
    padding: 0;
    margin: 0 0 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
}
.blue-table-row li {
    display: table-cell;
    text-align: left;
    width: 180px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}
.blue-table-row li + li {
    width: 245px;
    padding-left: 0;
    border-right: 1px solid #CDCDC1;
    vertical-align: top;
}
.blue-table-row li + li + li {
    width: 175px;
    border-right: 1px solid #CDCDC1;
    text-align: center;
}
.blue-table-row li + li + li + li {
    width: 358px;
    padding-left: 40px;
    padding-right: 10px;
    border-right: none;
    text-align: left;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.blue-table-row .dark {
    background: #494949;
    padding-left: 10px;
}
.blue-table-row p {
    color: #353535;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    position: relative;
}
.blue-table-row .important:after {
    content: "";
    display: block;
    background: url(../images/icons.png) no-repeat -235px -8px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 2px;
    left: -30px;
}
.blue-table-row .essay-category,
.blue-table-row .essay-pages,
.blue-table-row .essay-days {
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
}
.blue-table-row .essay-date {
    color: #007194;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}
.blue-table-row .essay-pay {
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.51);
    text-transform: uppercase;
}
.blue-table-row h3 {
    color: #353535;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.blue-table-row h3 a {
    color: #353535;
}
.blue-table-row .essay-cost {
    color: #ea5d10;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.ie8 .blue-table-row,
.ie8 .page-header span.qty {
    behavior: url(PIE.htc);
    position: relative;
    z-index: 0;
}
.ie8 .tab-headers li a {
    behavior: url(PIE.htc);
    position: relative;
    z-index: 0;
}
.progress-bar-wrap {
    width: 58px;
    height: 58px;
    margin-right: 30px;
    -webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    border-radius: 66px;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 2px rgba(33, 37, 41, 0.12);
    -webkit-box-shadow: inset 0 1px 2px rgba(33, 37, 41, 0.12);
    box-shadow: inset 0 1px 2px rgba(33, 37, 41, 0.12);
    padding: 4px;
}
/* Chat With Writer Wrap */
.chat-with-writer-wrap {
    width: 350px;
    float: right;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F9F9F9;
}
.chat-with-writer-wrap .messages-list-wrap {
    height: 225px;
    overflow: auto;
}
.chat-with-writer-wrap .messages-list {
    border-bottom: 1px solid #DCDCDC;
}
.chat-with-writer-wrap .messages-list .message {
    border-bottom: 1px solid #DCDCDC;
    display: table;
    width: 100%;
    position: relative;
}
.chat-with-writer-wrap .messages-list .message.writer:before {
    content: "";
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 51px;
    background: url(../images/chat.png) no-repeat 10px 10px;
    padding: 10px 10px 10px 10px;
}
.chat-with-writer-wrap .messages-list .message.user:after {
    content: "";
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 51px;
    background: url(../images/chat.png) no-repeat -271px -64px;
    padding: 10px 10px 10px 10px;
}
.chat-with-writer-wrap .messages-list .message > div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
}
.chat-with-writer-wrap .messages-list .message.user > div {
    text-align: right;
}
.chat-with-writer-header {
    background: #4d4d4d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #242424));
    background: -webkit-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: -o-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: -ms-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    background: linear-gradient(to bottom, #4d4d4d 0%, #242424 100%);
    text-align: center;
    padding: 7px 0 8px;
    margin-bottom: 0 !important;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.54);
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
}
.chat-status {
    background: #E6E6E6;
    padding: 12px 16px 13px;
    color: #6a6a6a;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    text-shadow: 0 1px 0 #fff;
}
.chat-with-writer-form {
    padding: 8px;
    text-align: center;
}
/* Your Order View */
.your-order-view {
    width: 560px;
    float: left;
}
.your-order-view .blue-table-row li {
    width: 110px;
    border-right: 1px solid #CDCDC1;
    vertical-align: top;
    text-align: center;
    padding: 15px 5px;
}
.your-order-view .blue-table-row li + li {
    width: 135px;
}
.your-order-view .blue-table-row li + li + li {
    width: 315px;
    border-right: none;
    text-align: left;
    padding-left: 15px;
    font-size: 15px;
}
.your-order-view .blue-table-row li + li + li a {
    text-decoration: underline;
}
.your-order-view .blue-table-row li + li + li a:hover {
    text-decoration: none;
}
.your-order-view .progress-bar-wrap {
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: 20px;
}
.your-order-view .title {
    font-size: 16px;
    line-height: normal;
}
.your-order-header-wrap {
    border-bottom: 1px dashed #C5C5C5;
    padding-bottom: 3px;
    margin-bottom: 12px;
}
.your-order-header-wrap .category {
    display: inline-block;
    vertical-align: middle;
    color: #555555;
    font-style: italic;
    margin-left: 10px;
}
.page-header {
    display: inline-block;
    vertical-align: middle;
    color: #FF7900;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
/* White Block */
.white-block {
    margin: 0 0 17px;
    background-color: #fff;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.37);
    padding: 15px 25px 15px 25px;
}
/* Order View Block */
.order-view-block {
    padding-top: 10px;
    padding-bottom: 10px;
}
.order-view-subheader {
    color: #616161;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 -25px;
    border-bottom: 1px solid #CDCDC1;
    margin-bottom: 12px;
    text-transform: uppercase;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-top: -5px;
}
.order-details-block {
    margin: 10px 0;
}
.order-updates-table td {
    padding: 2px 0;
    font-size: 15px;
}
.order-updates-table td:first-child {
    white-space: nowrap;
    padding-right: 15px;
    color: #007194;
    width: 1%;
}
.order-view-total {
    color: #4e4e4e;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
}
.order-view-total strong {
    color: #ea5d10;
}
.important-block {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f96969;
    padding: 6px 12px 6px 27px;
    margin-bottom: 17px;
}
.important-block p {
    color: #a01a1a;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
    text-transform: uppercase;
    padding-top: 5px;
}
/* Order My Files */
.order-my-files {
    margin-left: -13px;
    margin-right: -13px;
}
.order-my-files .file-load-block {
    margin-bottom: 12px;
}
a.underline {
    text-decoration: underline !important;
}
a.underline:hover {
    text-decoration: none !important;
}
.order-files-block {
    margin-bottom: -10px;
}
.order-files-block .icon-doc {
    float: left;
}
.order-files-block .uploaded-file-block {
    margin-bottom: 10px;
}
.order-files-block .uploaded-file-block > div {
    margin-left: 105px;
}
.order-files-block .uploaded-file-block .file-info {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    margin-left: 10px;
}
.order-files-block .uploaded-file-block .file-info .file-size {
    font-style: italic;
    font-size: 13px;
}
.order-files-block .uploaded-file-link {
    display: block;
    margin-bottom: 20px;
}
.icon-doc {
    width: 94px;
    height: 94px;
    display: block;
    background: url(../images/icon-doc.png) no-repeat;
}
.writers-files {
    margin-top: -12px;
    margin-bottom: -10px;
    margin-left: -13px;
    margin-right: -25px;
}
.writers-files .order-files-block {
    display: table-cell;
    vertical-align: top;
    width: 375px;
    padding-right: 5px;
    padding-top: 12px;
    padding-bottom: 10px;
    border-right: 1px solid #CDCDC1;
}
.writers-files .contact-with-writer {
    display: table-cell;
    vertical-align: top;
    width: 150px;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
}
.writers-files .contact-with-writer .title {
    display: block;
    color: #505050;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.writers-files .contact-with-writer .id {
    display: block;
    color: #F26D2C;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}
/* ------------------------------ Import Other Styles --------------------------- */
/* Icons */
.icon {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons.png) no-repeat;
}
/* Firefox Button Fix */
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* Buttons */
.btn {
    display: inline-block;
    padding: 7px 18px 8px;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Btn Login */
.btn-login {
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    background: #4ecacb url(../images/buttons.png) repeat-x 0 0;
    border: none;
    padding: 8px 0 9px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,.57);
    width: 88px;
}
.btn-login:hover,
.btn-login:focus,
.btn-login:active,
.btn-login.active,
.open .dropdown-toggle.btn-login {
    background: #29a4a4 url(../images/buttons.png) repeat-x 0 -44px;
}
.icon-login {
    width: 11px;
    height: 13px;
    background-position: -9px -10px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    vertical-align: baseline;
}
.btn-logout {
    padding: 8px 14px 9px 14px;
}
/* Btn OrderNow */
.btn-ordernow {
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    background: #ea5f10 url(../images/buttons.png) repeat-x 0 -84px;
    border: none;
    padding: 8px 0 9px;
    text-shadow: 0 1px 1px rgba(0,0,0,.57);
    width: 130px;
}
.btn-ordernow:hover,
.btn-ordernow:focus,
.btn-ordernow:active,
.btn-ordernow.active,
.open .dropdown-toggle.btn-ordernow {
    background: #cc3a06 url(../images/buttons.png) repeat-x 0 -124px;
}
.icon-arrow {
    width: 13px;
    height: 20px;
    background-position: -32px -7px;
    margin-top: 8px;
    margin-left: 4px;
}
/* Btn Chat */
.btn-chat {
    color: #fff !important;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    line-height: 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #41a513 url(../images/buttons.png) repeat-x 0 -168px;
    padding: 1px 0 0px 0;
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    text-shadow: 0 1px 1px rgba(0,0,0,.57);
    width: 200px;
}
.btn-chat:hover,
.btn-chat:focus,
.btn-chat:active,
.btn-chat.active,
.open .dropdown-toggle.btn-chat {
    background: #276b08 url(../images/buttons.png) repeat-x 0 -208px;
    padding: 1px 0 0px 0;
    line-height: 24px;
}
.icon-chat {
    width: 28px;
    height: 24px;
    background-position: -176px -116px;
    margin-right: 7px;
    position: relative;
    top: 0px;
    vertical-align: middle;
}

/* Btn Proceed */
.btn-proceed {
    color: #fff !important;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #F9AF02 url(../images/buttons.png) repeat-x 0 -84px;
    border: none;
    padding: 7px 0 7px;
    width: 369px;
    text-align: center;
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.btn-proceed:hover,
.btn-proceed:focus,
.btn-proceed:active,
.btn-proceed.active,
.open .dropdown-toggle.btn-proceed {
    background: #F9AF02 url(../images/buttons.png) repeat-x 0 -124px;
    padding: 7px 0 7px;
}
/* Btn Pay Now */
.btn-pay-now {
    color: #fff !important;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #ff3701 url(../images/buttons.png) repeat-x 0 -1089px;
    border: none;
    padding: 5px 0 5px;
    border: 1px solid #B11F01;
    width: 177px;
    text-align: center;
}
.btn-pay-now:hover,
.btn-pay-now:focus,
.btn-pay-now:active,
.btn-pay-now.active,
.open .dropdown-toggle.btn-pay-now {
    background: url(../images/buttons.png) repeat-x 0 -1130px;
    padding: 5px 0 5px;
}
/* Btn Pay Now Yellow */
.btn-pay-now-yellow {
    color: #fff !important;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fc8d00 url(../images/buttons.png) repeat-x 0 -1178px;
    border: none;
    padding: 4px 25px 5px;
    border: 1px solid #C82B2B;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.49);
}
.btn-pay-now-yellow:hover,
.btn-pay-now-yellow:focus,
.btn-pay-now-yellow:active,
.btn-pay-now-yellow.active,
.open .dropdown-toggle.btn-pay-now-yellow {
    background: url(../images/buttons.png) repeat-x 0 -1221px;
    padding: 4px 25px 5px;
}
/* Btn Order Now 2 */
.btn-ordernow2 {
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    background: #F9AF02 url(../images/buttons.png) repeat-x 0 -84px;
    border: none;
    padding: 8px 0 9px;
    width: 117px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.49);
}
.btn-ordernow2:hover,
.btn-ordernow2:focus,
.btn-ordernow2:active,
.btn-ordernow2.active,
.open .dropdown-toggle.btn-ordernow2 {
    background: #F9AF02 url(../images/buttons.png) repeat-x 0 -124px;
    padding: 8px 0 9px;
}
/* Btn Send */
.btn-send {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.57);
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #1a7ba7 url(../images/buttons.png) repeat-x 0 -411px;
    border: none;
    padding: 5px 0 5px;
    width: 125px;
    border: 1px solid #168CAB;
}
.btn-send:hover,
.btn-send.hover,
.btn-send:focus,
.btn-send:active,
.btn-send.active,
.open .dropdown-toggle.btn-send {
    background: url(../images/buttons.png) repeat-x 0 -451px;
    padding: 5px 0 5px;
}
/* Btn Send2 */
.btn-send2 {
    padding: 5px 30px 5px;
    width: auto;
}
.btn-send2:hover,
.btn-send2.hover,
.btn-send2:focus,
.btn-send2:active,
.btn-send2.active,
.open .dropdown-toggle.btn-send2 {
    padding: 5px 30px 5px;
}
/* Btn Divider */
.btn-group.btn-ordernow {
    padding-right: 50px;
}
.btn-divider {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    display: block;
    background: url(../images/btn-divider.png) no-repeat 0 0;
    text-align: center;
}
/* Btn Shadow */
.btn-shadow {
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
}
/* Btn Browse */
.btn-browse {
    width: 95px;
    padding-left: 0;
    padding-right: 0;
}
.btn-browse:hover,
.btn-browse:focus,
.btn-browse:active,
.btn-browse.active,
.open .dropdown-toggle.btn-browse {
    width: 95px;
    padding-left: 0;
    padding-right: 0;
}
/* Btn Contact Us */
.btn-contact-us {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.57);
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.5);
    background: #6dba32 url(../images/buttons.png) repeat-x 0 -496px;
    border: 1px solid #008700;
    padding: 18px 0 13px 0;
    text-transform: none;
    width: 292px !important;
}
.btn-contact-us .title1 {
    font-size: 36px;
}
.btn-contact-us .title2 {
    font-size: 18px;
}
.btn-contact-us:hover,
.btn-contact-us:focus,
.btn-contact-us:active,
.btn-contact-us.active,
.open .dropdown-toggle.btn-contact-us {
    background: url(../images/buttons.png) repeat-x 0 -594px;
}
/* Btn Contact Writer */
.btn-contact-writer {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.57);
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #03a374 url(../images/buttons.png) repeat-x 0 -1270px;
    border: 1px solid #009D71;
    padding: 5px 0 5px 0;
    text-transform: none;
    width: 125px !important;
    line-height: 14px;
    text-transform: uppercase;
}
.btn-contact-writer:hover,
.btn-contact-writer:focus,
.btn-contact-writer:active,
.btn-contact-writer.active,
.open .dropdown-toggle.btn-contact-writer {
    background: url(../images/buttons.png) repeat-x 0 -1331px;
}
/* Btn Next */
.btn-next {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.57);
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #F9AF02 url(../images/buttons.png) repeat-x 0 -84px;
    border: none;
    padding: 8px 0 9px;
    width: 117px;
    border: none;
}
.btn-next:hover,
.btn-next.hover,
.btn-next:focus,
.btn-next:active,
.btn-next.active,
.open .dropdown-toggle.btn-next {
    background: #F9AF02 url(../images/buttons.png) repeat-x 0 -124px;
    padding: 8px 0 9px;
}
/* Btn Order Now Big */
.btn-order-now-big {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.57);
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #FF6700 url(../images/buttons.png) repeat-x 0 -903px;
    padding: 27px 0 27px;
    width: 255px;
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    -moz-box-shadow: 1px 2px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.5);
    box-shadow: 1px 2px 6px rgba(0,0,0,.5);
}
.btn-order-now-big:hover,
.btn-order-now-big.hover,
.btn-order-now-big:focus {
    background: #FF6700 url(../images/buttons.png) repeat-x 0 -998px;
    padding: 27px 0 27px;
}
.btn-order-now-big:active,
.btn-order-now-big.active,
.open .dropdown-toggle.btn-order-now-big {

}
/* Btn Close */
.btn-close {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.57);
    color: #fff !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #ec300d url(../images/buttons.png) repeat-x 0 -797px;
    border: none;
    padding: 8px 0 9px;
    width: 170px;
    border: none;
}
.btn-close:hover,
.btn-close.hover,
.btn-close:focus,
.btn-close:active,
.btn-close.active,
.open .dropdown-toggle.btn-close {
    background: url(../images/buttons.png) repeat-x 0 -846px;
    padding: 8px 0 9px;
}
/* Button Set */
.buttonset-wrap {
    display: table;
    font-size: 0;
}
.ui-buttonset {
    height: 28px;
    border: 1px solid #c2c2c2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #efefef;
    white-space: nowrap;
}
.ui-buttonset .ui-button {
    color: #4f4f4f;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    width: 62px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #c2c2c2;
    background: #fefefe;
    /* Old browsers */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2U1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e3e5e5));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #fefefe 0%, #e3e5e5 100%);
    /* W3C */

}
.ie8 .ui-buttonset .ui-button {
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fefefe', endColorstr='#e3e5e5', GradientType=0);
    /* IE6-8 */

}
.ui-buttonset .ui-state-active {
    background: #4d4d4d;
    /* Old browsers */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #242424));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #4d4d4d 0%, #242424 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #4d4d4d 0%, #242424 100%);
    /* W3C */

    color: #fff;
}
.ie8 .ui-buttonset .ui-state-active {
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#242424', GradientType=0);
    /* IE6-8 */

}
.ui-buttonset .ui-corner-left {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    border-left: none;
}
.ui-buttonset .ui-corner-right {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
/* Input Fields */
.form-control.placeholder,
.empty {
    color: #7d7d7d !important;
}
.form-control:-moz-placeholder {
    color: #7d7d7d !important;
}
.form-control:-ms-input-placeholder {
    color: #7d7d7d !important;
}
.form-control::-webkit-input-placeholder {
    color: #7d7d7d !important;
}
italic.form-control.placeholder {
    font-style: italic;
}
.italic.form-control:-moz-placeholder {
    font-style: italic;
}
.italic.form-control:-ms-input-placeholder {
    font-style: italic;
}
.italic.form-control::-webkit-input-placeholder {
    font-style: italic;
}
.form-control {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 0 12px 0 12px;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #4e4e4e;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fefefe;
    /* Old browsers */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2U1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e3e5e5));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #fefefe 0%, #e3e5e5 100%);
    /* W3C */

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fefefe', endColorstr='#e3e5e5', GradientType=0);
    /* IE6-8 */

}
.form-control:focus {
    /*border: 1px solid #5794BF;*/

    outline: 0;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}
.has-error .form-control {
    border-color: #d0001d;
    color: #cf001d;
    background-color: #FFDADE;
}
.has-error label {
    color: #cf001d;
}
textarea.form-control {
    height: auto;
    overflow: auto;
    resize: none;
    line-height: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-control2 {
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.19);
    background: #fff;
}
.form-control2:focus {
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.19), 0 0 5px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.19), 0 0 5px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.19), 0 0 5px rgba(0, 0, 0, 0.16);
}
.form-control3 {
    border-bottom-width: 3px;
    border-color: #CACACA;
    background: #fff;
    line-height: 35px;
    height: 37px;
}
.form-control3:focus {
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.19);
}
.italic {
    font-style: italic;
}
/* Spinner Style */
.spinner-wrap {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    position: relative;
}
.ui-spinner {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}
.ui-spinner-button {
    position: absolute;
    top: 0;
    right: 9px;
    display: block;
    cursor: pointer;
    width: 17px;
    height: 15px;
    background: url(../images/icons.png) no-repeat -64px -5px;
}
.ui-spinner-button:active {
    opacity: 0.7;
}
.ui-spinner-button > span > span {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    display: block;
}
.ui-spinner-down {
    top: 15px;
    background: url(../images/icons.png) no-repeat -64px -20px;
}
/* Question Mark */
.question-mark {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 5px;
}
.icon-question {
    width: 18px;
    height: 18px;
    background-position: -92px -9px;
}
/* SelectBox */
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}
.jq-selectbox__select {
    height: 28px;
    padding: 0 33px 0 12px;
    border: 1px solid #c2c2c2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fefefe;
    /* Old browsers */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2U1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e3e5e5));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #fefefe 0%, #e3e5e5 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #fefefe 0%, #e3e5e5 100%);
    /* W3C */

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fefefe', endColorstr='#e3e5e5', GradientType=0);
    /* IE6-8 */

    color: #4e4e4e;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    line-height: 28px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.jq-selectbox__select:hover {
    background: #fefefe;
    /* Old browsers */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0%, #e5e5e6 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e5e5e6));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, #fefefe 0%, #e5e5e6 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, #fefefe 0%, #e5e5e6 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, #fefefe 0%, #e5e5e6 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, #fefefe 0%, #e5e5e6 100%);
    /* W3C */

    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fefefe', endColorstr='#e5e5e6', GradientType=0);
    /* IE6-8 */

    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.jq-selectbox__select:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox.opened .jq-selectbox__select {
    /*border: 1px solid #5794BF;*/

    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 12px;
    right: 9px;
    width: 0;
    height: 0;
    overflow: hidden;
    filter: alpha(opacity=30);
    width: 17px;
    height: 9px;
    background: url(../images/icons.png) no-repeat -70px -43px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
    top: 33px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    line-height: 18px;
}
.jq-selectbox__search {
    margin: 5px;
    display: none;
}
.jq-selectbox__search input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 5px 12px 6px;
    color: #231F20;
}
.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
}
.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF;
}
.jq-selectbox li.disabled {
    color: #AAA;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}
/* Checkbox */
.jq-checkbox {
    width: 24px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    background: url(../images/icons.png) no-repeat -197px -10px;
}
.jq-checkbox.checked {
    background-position: -163px -10px;
}
.jq-checkbox.focused {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.jq-checkbox.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}
.checkbox-label,
.radio-label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
}
.checkbox-label .jq-checkbox,
.radio-label .jq-checkbox,
.checkbox-label .jq-radio,
.radio-label .jq-radio {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}
/* Radio buttons */
.jq-radio {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    background: url(../images/icons.png) no-repeat -123px -80px;
}
.jq-radio.checked {
    background-position: -155px -81px;
}
.jq-radio.focused {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.jq-radio.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */

}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ui-front {
    z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}
/* Valid */
.valid,
.not-valid {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 12px;
    background: url(../images/icons.png) no-repeat -106px -41px;
    margin-left: 3px;
}
.not-valid {
    width: 12px;
    background-position: -132px -40px;
}
/* File Block */
.file-load-block {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 260px;
    height: 31px;
    border: 1px solid #c2c2c2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f3f3f3;
}
.file-load-block .btn {
    float: right;
    margin-right: -1px;
    margin-top: -1px;
}
.file-load-block input[type=file] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    font-size: 600px;
    z-index: 2;
    cursor: pointer;
    width: auto;
    border: none;
}
.file-load-block-text {
    color: #6d6d6d;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 145px;
    font-style: italic;
    padding-left: 10px;
    padding-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
/* Tooltip */
.ui-tooltip {
    background: #fff;
    border: none;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.52);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.52);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.52);
    width: 163px;
    z-index: 1000;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.arrow:after {
    background: #fff;
}
.arrow {
    width: 16px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
}
.arrow.middle {
    top: 50%;
    bottom: auto;
}
.arrow.left {
    left: -16px;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    width: 25px;
    height: 25px;
    box-shadow: -1px 3px 2px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: -1px 3px 2px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: -1px 3px 2px 0 rgba(0, 0, 0, 0.22);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.middle:after {
    top: 50%;
    margin-top: -12px;
}
.article h1 {
    color: #236a72;
    font: bold 26px/26px "PT Sans Narrow", "Arial Narrow", sans-serif;
    margin-bottom: 5px;
}
.article h1.dashed {
    background: url(../images/dashed.png) no-repeat 0 100%;
    padding-bottom: 8px;
}
.article h2 {
    color: #236a72;
    font: normal 24px/24px "PT Sans Narrow", "Arial Narrow", sans-serif;
    margin-bottom: 5px;
}
.article h3 {
    color: #236a72;
    font: normal 22px/22px "PT Sans Narrow", "Arial Narrow", sans-serif;
    margin-bottom: 5px;
}
.article h4 {
    color: #236a72;
    font: bold 18px/18px "PT Sans", "Arial", sans-serif;
    margin-bottom: 5px;
}
.article p {
    color: #595959;
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: justify;
}
.article ul,
.article ol {
    margin: 5px 0 5px;
    list-style-position: outside;
    padding: 0 0 0 20px;
}
.article ul li,
.article ol li {
    color: #595959;
    font-size: 15px;
    line-height: 24px;
}
.line-subheader {
    color: #FF5A0E;
    font: bold 18px/18px "PT Sans", "Arial", sans-serif;
    margin-bottom: 5px;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 5px;
    text-transform: uppercase;
    position: relative;
}
/* CUSTOM */
.video-slide {
    z-index: 9;
    position: relative;
}
.hidden {
    display: none !important;
}
.order-steps li a:hover {
    text-decoration: none;
}
.hidden_event {
    display: none;
}
.form-element .text-help{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 5px;
    margin-top: -2px;
}
.home-bn {
    position: relative;
}
.home-bn img {
    display: block;
}
.home-bn .btn {
    position: absolute;
    bottom: 10px;
    right: 59px;
}
.btn-pass {
    width: 170px;
}

.twitter-share-button { width: 90px !important; }

#uploadifive-file-upload {
    width: 250px !important;
    padding-left: 10px !important;
    font-size: 14px !important;
    font-style: italic !important;
    text-align: left !important;
}
.file-load-block .btn {
    position: absolute;
    top: 0;
    right: 0;
}
.file-load-block-text {
    color: #6d6d6d;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 145px;
    font-style: italic;
    padding-left: 10px;
    padding-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

/* Table */
.prices-table td:first-child + td {
    font-style: italic;
}
.table_prices div.radio {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    top: -1px;
}

/* Tooltip */
.ui-tooltip {
    background: #fff;
    border: none;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.52);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.52);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.52);
    width: 163px;
    z-index: 1000;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.arrow:after {
    background: #fff;
}
.arrow {
    width: 16px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
}
.arrow.middle {
    top: 50%;
    bottom: auto;
}
.arrow.left {
    left: -16px;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    width: 25px;
    height: 25px;
    box-shadow: -1px 3px 2px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: -1px 3px 2px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: -1px 3px 2px 0 rgba(0, 0, 0, 0.22);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.middle:after {
    top: 50%;
    margin-top: -12px;
}

/* ----------------------------------------------------------- */
div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    text-align: center;
}
div.radio span {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: default;
    background: url(../images/icons.png) no-repeat -123px -80px;
}
div.radio span.checked {
    background-position: -155px -81px;
}
.table_prices div.radio {
    top: -1px;
    margin-right: 0;
    padding-right: 7px;
}
.our-prices-table td,
.checkbox-label,
.radio-label {
    cursor: default;
}
.new-order-table .btn-group.btn-ordernow {
padding-right: 35px;
}
.ie8 .ui-helper-hidden-accessible {
display:block;
}
h1, h2, h2 strong, h3, h4, h5 {
font-size: 16px !important;
}
h1.dashed {
font-size: 26px !important;
}