@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
html {
    font-size: 100%;
    height: 100% !important;
    min-height: 100%;
}
body, .x-body {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    height: 100%;
    min-height: 100%;
    position: relative;
    font-size: 1em !important;
    -webkit-font-smoothing: antialiased;
}
body {
    background-repeat: repeat;
    background-color: #FFFFFF;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx) {
    body {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}
.gray-bg {
    background: #f2f4f5;
    padding: 39.6px 0 !important;
}
@media only screen and (max-width: 768px) {
    .center-mobile {
        text-align: center !important;
    }
}
@media only screen and (max-width: 991px) {
    .center-tablet {
        text-align: center !important;
    }
}
iframe {
    width: 100%;
    border: none;
}
.site-layout {
    max-width: 100%;
    margin: auto;
    background: #fff;
    transition: max-width 0.25s;
}
.site-layout.boxed {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
}
.ie .site-layout.boxed {
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
}
.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.page-block {
    width: 100%;
    padding: 36px 0 24px 0;
}
@media only screen and (max-width: 768px) {
    .page-block {
        padding: 24px 0 19.2px 0;
    }
}
img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
::selection {
    color: #fff;
    background: #2e3c49;
}
::-moz-selection {
    color: #fff;
    background: #2e3c49;
}
.space-top {
    margin-top: 24px;
}
@media only screen and (max-width: 768px) {
    .space-top {
        margin-top: 19.2px;
    }
    .col-xs-10.col-xs-offset-1.space-top {
        width: initial;
        margin-left: initial;
    }
}
.space-bottom {
    margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
    .space-bottom {
        margin-bottom: 19.2px;
    }
}
.double-space-top {
    margin-top: 48px;
}
@media only screen and (max-width: 768px) {
    .double-space-top {
        margin-top: 31.2px;
    }
}
.double-space-bottom {
    margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
    .double-space-bottom {
        margin-bottom: 31.2px;
    }
}
.double-padding-top {
    padding-top: 48px !important;
}
@media only screen and (max-width: 768px) {
    .double-padding-top {
        padding-top: 31.2px !important;
    }
}
.double-padding-bottom {
    padding-bottom: 48px !important;
}
@media only screen and (max-width: 768px) {
    .double-padding-bottom {
        padding-bottom: 31.2px !important;
    }
}
.no-space-top {
    margin-top: 0 !important;
}
.no-space-bottom {
    margin-bottom: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.container-fluid {
    height: 100%;
    display: table;
}
.row-fluid {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
    margin-top: 0;
}
h2.heading,
.h2.heading {
    font-weight: 300;
}

h1,
.h1 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 19px;
    color: #000;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    h1,
    .h1 {
        font-size: 1.5em;
        margin-bottom: 18px;
    }
}
h2,
.h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    h2,
    .h2 {
        font-size: 1.4em;
        margin-bottom: 18px;
    }
}
h3,
.h3 {
    font-size: 1.3em;
    margin-bottom: 15px;
}
h3.heading,
.h3.heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25em;
    margin-bottom: 14px;
}
h3.heading > span,
.h3.heading > span {
    display: block;
    margin-top: 8px;
    width: 50px;
    height: 2px;
    background: #000000;
}
h3.heading.center,
.h3.heading.center {
    text-align: center;
}
h3.heading.center span,
.h3.heading.center span {
    margin: 8px auto 0 auto;
}
h4,
.h4 {
    font-size: 1.25em;
    margin-bottom: 12px;
}
h4.heading,
.h4.heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 12px;
}
h5,
.h5 {
    font-size: 1em;
    margin-bottom: 7px;
}
h6,
.h6 {
    font-size: 0.875em;
    margin-bottom: 7px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    word-spacing: 0.09em;
}
.page-heading {
    width: 100%;
    margin-bottom: 48px;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .page-heading {
        margin-bottom: 28.8px;
    }
}
.page-heading h1,
.page-heading h2,
.page-heading h3,
.page-heading h4,
.page-heading h5,
.page-heading h6 {
    word-spacing: 0.15em;
}
.page-heading h2 {
    font-weight: 300;
}
.page-heading h3 {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 12px;
}
.page-heading h3 > span {
    display: block;
    margin-top: 8px;
    width: 50px;
    height: 2px;
    background: #000000;
}
.page-heading h3 > i {
    font-style: normal;
}
.page-heading h4,
.page-heading p {
    text-transform: none;
    font-size: 1em;
}
.page-heading.center {
    text-align: center;
}
.page-heading.center span {
    margin: 8px auto 0 auto;
}
.page-heading.light-color h1,
.page-heading.light-color h2,
.page-heading.light-color h3,
.page-heading.light-color h4,
.page-heading.light-color h5,
.page-heading.light-color h6,
.page-heading.light-color p {
    color: #fff !important;
}
.page-heading.light-color h3 span {
    background: #fff !important;
}
p {
    font-size: 1em;
    line-height: 1.75;
    margin-bottom: 24px;
}
p.small {
    font-size: 0.875em !important;
    line-height: 1.57;
    margin-bottom: 16px;
}
.x-small{
    font-size: 0.75em !important;
    line-height: 1.47;
    margin-bottom: 14px;
}
.p-sm {
    font-size: 0.875em !important;
    line-height: 1.57;
    margin-bottom: 16px;
}
.p-lg {
    font-size: 1.125em !important;
    line-height: 1.75;
    margin-bottom: 24px;
}
blockquote {
    font-style: italic;
    border-color: #e5e5e5;
    margin-bottom: 24px;
}

.accordion-toggle {
    padding-left: 50px;
}
blockquote.alt {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    font-size: 2.5em;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    border: none;
    padding: 0 80px;
    text-transform: none;
}
blockquote.alt:before,
blockquote.alt:after {
    display: block;
    width: 46px;
    height: 72px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    content: '';
    background-image: url(../img/quotes.png);
    background-repeat: no-repeat;
}
blockquote.alt:before {
    background-position: 0px 0px;
    left: 0;
}
blockquote.alt:after {
    background-position: -46px 0px;
    right: 0;
}
@media only screen and (max-width: 768px) {
    blockquote.alt {
        font-size: 1.5em;
        padding: 0 60px;
    }
}
blockquote.light {
    color: #fff;
}
blockquote.light:before {
    background-position: 0px -72px;
    left: 0;
}
blockquote.light:after {
    background-position: -46px -72px;
    right: 0;
}
blockquote p {
    margin-bottom: 12px;
}
blockquote footer {
    font-style: normal;
    color: #b2b2b2;
}
pre{
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 1em;
}
.light-color {
    color: #fff !important;
}
.light-color:hover {
    color: #fff !important;
}
.primary-color,
.text-primary {
    color: #48b4ee !important;
}
.primary-color:hover,
.text-primary:hover {
    color: #48b4ee !important;
}
.gray-color {
    color: #e1e4e6 !important;
}
.gray-color:hover {
    color: #e1e4e6 !important;
}
.text-success {
    color: #40cf4d !important;
}
.text-success:hover {
    color: #40cf4d !important;
}
.text-info {
    color: #5bc0de !important;
}
.text-info:hover {
    color: #5bc0de !important;
}
.text-danger {
    color: #ff775d !important;
}
.text-danger:hover {
    color: #FF775D !important;
}
.text-warning {
    color: #ffce00 !important;
}
.text-warning:hover {
    color: #ffce00 !important;
}
.text-muted {
    color: #797979 !important;
}
.text-muted:hover {
    color: #797979 !important;
}
.light-weight {
    font-weight: 300 !important;
}
.bold-weight {
    font-weight: bold !important;
}
.normal-weight {
    font-weight: normal !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.normalcase {
    text-transform: none !important;
}
.italics {
    font-style: italic !important;
}
.no-underline {
    text-decoration: none !important;
}
.underline {
    text-decoration: underline !important;
}
.deliver{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 5px 0 !important;
}
.lighter{
    font-weight: 300;
}
.bolder{
    font-weight: bold;
}
a {
    text-decoration: underline;
    color: #48b4ee;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
a.large {
    font-size: 1.125em;
}
a.alt {
    text-decoration: none !important;
}
a.alt:hover {
    text-decoration: underline !important;
}
a.muted {
    font-size: 0.875em;
    padding-bottom: 1px;
    margin: 0 0 4px 0;
    color: #afafaf;
    text-decoration: none;
    border-bottom: 1px solid #afafaf;
}
a.muted:hover {
    color: #afafaf;
    border-bottom: 1px solid transparent;
}
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #48b4ee;
}
ul,
ol {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.57;
    margin-bottom: 24px;
    padding-left: 17px;
}
ul li,
ol li {
    margin-bottom: 8px;
}
ul.large,
ol.large {
    font-size: 1.125em;
}
ul.list-unstyled ul,
ol.list-unstyled ul {
    padding: 8px 0 0 15px;
    list-style: none;
}
ul.list-unstyled ul li,
ol.list-unstyled ul li {
    font-size: 0.875em;
    line-height: 1;
}
ul.featured-list {
    list-style: none;
    padding: 0;
}
ul.featured-list li:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 8px;
    color: #48b4ee;
}
.page {
    padding-top: 19px;
    min-height: 500px;
}
.btn {
    font-size: 1em !important;
    color: #ffffff !important;
    padding: 15px 50px !important;
    font-weight: 500;
    text-align: center;
    text-decoration: none !important;
    background: #cacaca;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none !important;
    margin: 0 5px 0 0 !important;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn:hover {
    background: #bdbdbd;
    text-decoration: none;
    border: 1px solid rgba(0,0,0, 0.1);
}
.btn:focus,
.btn:active,
.btn.active {
    border: 1px solid rgba(0,0,0, 0.1);
    background-image: none;
    box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.btn span {
    font-weight: 900;
    margin-right: 15px;
}
.btn i {
    font-size: 1.2em;
    line-height: 1;
    vertical-align: top;
    padding-top: 2px;
}
.btn i.left {
    margin-right: 10px;
}
.btn i.right {
    margin-left: 10px;
}
.btn-center {
    display: table !important;
    margin: auto !important;
}
.btn-default {
    background: #848484;;
    color: #ffffff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
    background: #6f6f6f;
}
.btn-default2 {
    background: #e6e6e6;
    color: #000000 !important;
}
.btn-default2:hover, .btn-default2:focus, .btn-default2:active, .btn-default2.active, .open>.dropdown-toggle.btn-default2{
    background: #dcdede;
}
.btn-primary {
    background: #48b4ee;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{
    background: #31aaec;
    color: #ffffff !important;
}
.btn-success {
    background: #40cf4d;
    color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success{
    background: #31c43f;
    color: #ffffff !important;
}
.btn-info {
    background: #5bc0de;
    color: #ffffff;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info{
    background: #46b8da;
    color: #ffffff !important;
}
.btn-warning {
    background: #ffce00;
    color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning{
    background: #e6b900;
}
.btn-danger {
    background: #ff775d;
    color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger{
    background: #f27158;
    color: #ffffff !important;
}

.btn-outlined.btn-primary:hover, .btn-outlined.btn-primary:focus, .btn-outlined.btn-primary:active, .btn-outlined.btn-primary.active{
    background: #31aaec;
    color: #ffffff !important;
}
.btn-rdm{
    background: #0187c6;
}
.btn-rdm:hover,
.btn-rdm:focus,
.btn-rdm:active{
    background: #017cc6;
}
.btn-transparent {
    background: rgba(255, 255, 255, 0.2);
}
.btn-transparent:hover {
    color: #cacaca !important;
    background: #fff;
}
.btn-transparent:hover.btn-primary {
    color: #48b4ee !important;
}
.btn-transparent:hover.btn-success {
    color: #40cf4d !important;
}
.btn-transparent:hover.btn-info {
    color: #5bc0de !important;
}
.btn-transparent:hover.btn-warning {
    color: #ffce00 !important;
}
.btn-transparent:hover.btn-danger {
    color: #FF775D !important;
}
.no-rgba .btn-transparent {
    background: #fff;
    filter: alpha(opacity=40);
}
.no-rgba .btn-transparent.btn-primary {
    color: #48b4ee !important;
}
.no-rgba .btn-transparent.btn-success {
    color: #40cf4d !important;
}
.no-rgba .btn-transparent.btn-info {
    color: #5bc0de !important;
}
.no-rgba .btn-transparent.btn-warning {
    color: #ffce00 !important;
}
.no-rgba .btn-transparent.btn-danger {
    color: #FF775D !important;
}
.no-rgba .btn-transparent:hover {
    filter: alpha(opacity=100);
}
.btn-outlined {
    font-size: 1em;
    color: #cacaca;
    padding: 10px 40px;
    font-weight: 500;
    text-align: center;
    background: none;
    border: 1px solid #cacaca;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 5px 0 0 !important;
    outline: 0;
}
.btn-outlined:hover {
    border-color: transparent;
    background: #cacaca;
    color: #fff;
    text-decoration: none;
}
.btn-outlined:active,
.btn-outlined.active {
    background-image: none;
    box-shadow: none;
}
.btn-outlined.btn-default {
    border: 1px solid #cacaca;
    color: #cacaca !important;
}
.btn-outlined.btn-default:hover {
    border-color: transparent;
    background: #cacaca;
    color: #fff !important;
}
.btn-outlined.btn-primary {
    border: 1px solid #48b4ee;
    color: #48b4ee !important;
}
.btn-outlined.btn-primary:hover {
    border-color: transparent;
    background: #48b4ee;
    color: #fff !important;
}
.btn-outlined.btn-success {
    border: 1px solid #40cf4d;
    color: #40cf4d !important;
}
.btn-outlined.btn-success:hover {
    border-color: transparent;
    background: #40cf4d;
    color: #fff !important;
}
.btn-outlined.btn-info {
    border: 1px solid #5bc0de;
    color: #5bc0de !important;
}
.btn-outlined.btn-info:hover {
    border-color: transparent;
    background: #5bc0de;
    color: #fff !important;
}
.btn-outlined.btn-warning {
    border: 1px solid #ffce00;
    color: #ffce00 !important;
}
.btn-outlined.btn-warning:hover {
    border-color: transparent;
    background: #ffce00;
    color: #fff !important;
}
.btn-outlined.btn-danger {
    border: 1px solid #cc3333;
    color: #cc3333 !important;
}
.btn-outlined.btn-danger:hover {
    border-color: transparent;
    background: #cc3333;
    color: #fff !important;
}
.btn-outlined.disabled,
.btn-outlined[disabled],
fieldset[disabled] .btn-outlined {
    cursor: not-allowed;
    pointer-events: none;
    background: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.btn-outlined-invert {
    font-size: 1em;
    color: #fff;
    padding: 10px 40px;
    font-weight: bold;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    outline: 0;
}
.btn-outlined-invert:hover {
    background: #fff;
    color: #000000 !important;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 36px !important;
    font-size: 1em !important;
}
.btn-md {
    padding: 10px 30px !important;
    font-size: 0.875em !important;
    font-weight: 500;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 4px 20px !important;
    font-size: 0.75em !important;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 2px 15px !important;
    font-size: 0.688em !important;
}
.btn-long {
    padding: 15px 35px !important;
    min-width: 200px;
}
.btn-block {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333333;
}
label.checkbox-inline{
    font-weight: 500;
}
@media only screen and (min-width: 992px) {
    .form-horizontal label.control-label {
        position: relative;
        right: -20px;
    }
}
@media only screen and (max-width: 768px) {
    .btn-success {
        width: 100%;
        white-space: normal;
        text-align: center
    }
    .next-step.btn.btn-success {
        width: 90%;
    }
    .my-migration-page .col-migration ul.my-migration-list {
        margin-bottom: 37px;
    }
    .wizard .cart-migration a img {
        margin: 0 auto;
    }
    .form-horizontal .form-group {
        margin: 0 auto 15px;
    }
    #payment {
        width: 100%;
    }
}
label.radio.control-label{
    text-align: left;
}
.form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000000;
    background: #fff;
    border: 1px solid #868686;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .form-control {
        line-height: 1;
    }
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #797979;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #797979;
}
.form-control::-webkit-input-placeholder {
    color: #797979;
}
.form-control::-moz-placeholder {
    color: #797979;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #797979;
}
.form-control::-webkit-input-placeholder {
    color: #797979;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.required:before{
    content: "*";
    position: absolute;
    right: 0;
    top: 0;
    color: #FF7F5E;
}
.sub-controls{
    padding-left: 20px;
    clear: both;
}
.form-group {
    margin-bottom: 10px;
    display: block;
}
.authorization-form .form-group{
    position: relative;
    padding-top: 25px;
    margin-bottom: 0;
}
.authorization-form input{
    position: relative;
    background: transparent;
    z-index: 1;
}
.authorization-form label{
    z-index: 0;
}

input:-webkit-autofill {
    animation: autofillAnimation 1s;
}
@-webkit-keyframes autofillAnimation {
    from{}to{}
}
@keyframes autofillAnimation {
    from{}to{}
}
.authorization-form label[label-default="label-default"] {
    position: absolute;
    top: 35px;
    left: 15px;
    color: #757575;
    transition: all 200ms;
}
.authorization-form input ~ label.active, .authorization-form label.active.label-pwd {
    top: 3px;
    left: 0;
    font-size: 14px;
    color: #333;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 38px;
    font-size: 1.2em;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 0;
}

.help-link {
    display: inline-block;
    float: right;
    font-size: 0.875em;
    margin-top: 12px;
    margin-bottom: -12px;
}
.ie .form-control {
    line-height: 1;
}
.submit-with-price {
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    background: #48b4ee;
    border: none;
    outline: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 6px 20px 9.6px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.submit-with-price:after {
    display: block;
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    top: 50%;
    right: 12px;
    font-size: 1.8em;
    margin-top: -20px;
}
.submit-with-price span {
    display: block;
    width: 100%;
    text-align: center;
}
.submit-with-price span.price {
    font-size: 2.5em;
}
.submit-with-price span.text {
    font-size: 1.125em;
    text-transform: uppercase;
}
.submit-with-price:hover {
    background: #19a1ea;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


label.checkbox-inline,
label.checkbox,
label.radio-inline,
label.radio {
    padding-left: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
label.user-selectable {
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.checkbox-inline .custom-checkbox,
.checkbox .custom-checkbox,
.radio .custom-radio {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.checkbox-inline .custom-checkbox,
.checkbox .custom-checkbox {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.checkbox-inline .custom-checkbox,
.checkbox .custom-checkbox,
.checkbox-inline input[type="checkbox"] + .custom-checkbox,
.checkbox input[type="checkbox"] + .custom-checkbox {
    content: "";
    position: relative;
    top: 3px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #fff;
    border: 1px solid #555;
    margin-bottom: 7px;
    cursor: pointer;
}
.checkbox-inline input[type="checkbox"]:checked + .custom-checkbox:before,
.checkbox input[type="checkbox"]:checked + .custom-checkbox:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 22px;
    height: 16px;
    left: -1px;
    top: -2px;
    background: url("../images/wizard/wizard.png") no-repeat -11px -810px;
}

.radio .custom-radio {
    margin-left: -20px;
    border-radius: 18px;
    border: 1px solid #555;
    background: #fff;
    transition: all 180ms ease;
    top: 1px;
}

.animate-up {
    transform: scale(1.02);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.radio input[type="radio"]:checked + .custom-radio {
    border-color: #555;
    background: #fff;
}

.radio input[type="radio"] + .custom-radio:before{
    content: "";
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 12px;
    height: 12px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    background-color: #555;
}

.radio input[type="radio"]:checked + .custom-radio:before{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.radio:hover input[type="radio"] + .custom-radio:before{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background: #57BAFD;
}

.radio:hover input[type="radio"] + .custom-radio,
.radio:hover .custom-radio {
    border-color: #57BAFD;
}

.radio input[type="radio"]:disabled + .custom-radio,
.checkbox-inline input[type="checkbox"]:disabled + .custom-checkbox,
.checkbox input[type="checkbox"]:disabled + .custom-checkbox{
    opacity: 0.5;
}

.radio:hover input[type="radio"]:disabled + .custom-radio{
    border-color: #555;
}

.radio:hover input[type="radio"]:disabled + .custom-radio:before{
    background: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.radio:hover input[type="radio"]:checked:disabled + .custom-radio{
    border-color: #555;
}

.radio:hover input[type="radio"]:checked:disabled + .custom-radio:before{
    background: #555;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.radio-inline, .checkbox-inline{
    padding-left: 25px;
}

#sign-up .authorization-form .checkbox-inline.pull-left {
    font-size: x-small;
}
#sign-up .authorization-form .custom-checkbox {
    min-width: 14px;
    width: 14px;
    height: 14px;
    top: -1px;
    margin-bottom: 0;
    margin-right: 4px;
    margin-left: -3px;
}
.checkbox-inline input[type="checkbox"]:checked + .custom-checkbox:before {
    width: 16px;
    height: 14px;
    left: -3px;
    top: -3px;
}

div.error{z-index: 101}

input.error,
textarea.error {
    border-color: #ff775d !important;
}

label.error {
    background: #FE7962;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    left: 0;
    line-height: 15px;
    max-width: 100%;
    display: block;
    width: 100%;
    padding: 1px 14px 2px;
    position: absolute;
    text-align: left;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    border-radius: 0 0 1px 1px;
    -webkit-border-radius: 0 0 1px 1px;
    -moz-border-radius: 0 0 1px 1px;
    z-index: 95;
}
.package-form label.error{
    left: 9px;
    top: 13px;
}
.get-package-content label.error{
    left: 9px;
    top: 30px;
}
label.error:before {
    border-bottom: 5px solid #FE7962;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: block;
    left: 11px;
    position: absolute;
    top: -4px;
}

.start-migration-button-error{
    padding: 15px;
    background: rgb(255, 238, 191);
    z-index: 100;
    max-width: 480px;
    text-align: center !important;
    top: 5px;
    left: -webkit-calc(50% - 68px);
    left: -moz-calc(50% - 68px);
    left: calc(50% - 68px);
    width: 240px;
    position: relative;
}

.restart-file{
    text-align: center !important;
    left: -webkit-calc(50% - 120px);
    left: -moz-calc(50% - 120px);
    left: calc(50% - 120px);
}

@media all and (max-width: 480px){
    .start-migration-button-error{
        left: -webkit-calc(50% - 120px);
        left: -moz-calc(50% - 120px);
        left: calc(50% - 120px);
    }
}

.error-message:before {
    border-bottom: 5px solid #FE7962;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: block;
    left: 11px;
    position: absolute;
    top: -4px;
}

.error-message {
    font-size: 12px;
    font-weight: 300;
    background: #FE7962;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    left: 0;
    line-height: 15px;
    max-width: 297px;
    width: 100%;
    padding: 1px 14px 2px;
    position: absolute;
    text-align: left;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    border-radius: 0 0 1px 1px;
    -webkit-border-radius: 0 0 1px 1px;
    -moz-border-radius: 0 0 1px 1px;
    z-index: 95;
    overflow-wrap: break-word;
}

.notice-message {
    color: #333333;
    background: #fff9c4;
}

.notice-message:before {
    border-bottom: 5px solid #fff9c4;
}

.error-html {
    border:initial;
    background: initial;
    max-width: 100%;
    min-width: initial;
}
.error-html:before {
    border:initial;
    background: initial;
}

.wizard .entities-selection .error-message {
    font-size: 14px;
    padding: 10px 20px;
}

.select-style {
    position: relative;
    border: 1px solid #b6b6b6;
    width: 100%;
    background: #fff;
}
.select-style:after {
    position: absolute;
    background: #fff;
    top: 0;
    width: 32px;
    height: 30px;
    text-align: center;
    right: 0px;
    color: #b6b6b6;
    font-size: 1.4em;
    line-height: 1;
    padding-top: 5px;
    font-family: FontAwesome;
    content: "\f107";
}
.select-style select {
    padding: 0 12px;
    height: 30px;
    width: 100%;
    font-weight: 300;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .select-style select {
        line-height: 1;
    }
}
.select-style.select-lg select {
    height: 38px;
    font-size: 1.2em;
}
.select-style.select-lg:after {
    height: 38px;
    padding-top: 9px;
}
.select-style select:focus {
    outline: none;
}
.help-block{
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    margin-bottom: 0;
}
#cart-preview-container div.help-block {
    margin-bottom: 15px;
    text-align: center;
}
.helper-text {
    display: inline-block;
    color: #797979;
    margin: 16px 0 12px 0;
}
.helper-text:hover {
    color: #797979 !important;
}
.helper-links {
    margin-top: 16px;
}
.helper-links a {
    display: inline-block;
    margin-bottom: 13.33333333px;
    font-size: 0.875em;
    padding-bottom: 1px;
    margin: 0 0 4px 0;
    color: #afafaf;
    text-decoration: none;
    border-bottom: 1px solid #afafaf;
}
.helper-links a:hover {
    color: #afafaf;
    border-bottom: 1px solid transparent;
}
.helper-links.lg a {
    font-size: 1em;
}
.light-version .form-control {
    color: #fff;
    background: none;
    border: 1px solid #fff;
}
.light-version .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.light-version .form-control:-ms-input-placeholder {
    color: #ffffff;
}
.light-version .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.light-version .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.light-version .form-control:-ms-input-placeholder {
    color: #ffffff;
}
.light-version .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.light-version .select-style {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.light-version .select-style:after {
    background: none;
    color: #fff;
}
.light-version .select-style option {
    color: #000000;
}
.light-version .submit-with-price {
    background: none;
    border: 1px solid #fff;
}
.light-version .submit-with-price:hover {
    background: #fff;
    color: #48b4ee;
}
@-moz-document url-prefix() {
    .light-version .select-style {
        overflow: hidden;
    }
    .light-version .select-style select {
        width: 110%;
    }
}
.ie .light-version .select-style {
    overflow: hidden;
}
.ie .light-version .select-style select {
    width: 110%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .light-version .select-style {
        overflow: hidden;
    }
    .light-version .select-style select {
        width: 120%;
    }
}
.form-3d .form-control {
    position: relative;
    z-index: 3;
    height: 38px;
    border-color: #ced2d6;
}
.form-3d textarea {
    min-height: 71px;
}
.form-3d .form-group,
.form-3d .datePicker {
    position: relative;
    font-size: 1.2em;
}
.form-3d .form-group:after,
.form-3d .datePicker:after {
    display: block;
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    min-height: 100%;
    background: #d9dcdf;
    right: -10px;
    top: 10px;
}
.form-3d .datePicker {
    display: block;
    font-size: 100%;
    margin: auto;
}
.form-3d .datePicker .datepicker {
    position: relative;
    background: #fff;
    padding: 5px 10px 15px 10px !important;
    z-index: 2;
    border: 1px solid #ced2d6;
}
.form-3d .datePicker .datepicker th.datepicker-switch {
    text-transform: none !important;
    font-weight: normal;
}
.form-3d .datePicker .datepicker .fa {
    display: block;
    margin: auto;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #bababa !important;
    font-size: 0.85em !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-3d .datePicker .datepicker .fa:hover {
    color: #48b4ee !important;
    border-color: #48b4ee !important;
}
.form-3d .datePicker .datepicker .prev:after,
.form-3d .datePicker .datepicker .next:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.form-3d .datePicker .datepicker .fa-angle-left {
    float: right;
    padding-right: 7px;
}
.form-3d .datePicker .datepicker .fa-angle-right {
    float: left;
    padding-left: 7px;
}
.form-3d .datePicker .datepicker thead tr:last-child,
.form-3d .datePicker .datepicker tbody tr {
    border-bottom: 1px solid transparent !important;
}
.form-3d .datePicker .datepicker thead tr:last-child td,
.form-3d .datePicker .datepicker tbody tr td {
    font-size: 1.2em;
    font-weight: 300;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.form-3d.light .form-control,
.form-3d.light .datepicker {
    border-color: #fff;
}
.form-3d.light .form-group:after,
.form-3d.light .datePicker:after {
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    right: -10px;
    top: 10px;
}
.login-form {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.social-sugnup {
    text-align: center;
}
.social-sugnup a {
    display: block;
    width: 263px;
    padding: 12px;
    text-decoration: none;
    color: #fff;
    font-size: 1.125em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0px auto 15px auto;
}
@media only screen and (max-width: 480px) {
    .social-sugnup a {
        width: 100%;
    }
}
.social-sugnup a.facebook {
    background: #6984b4;
}
.social-sugnup a.facebook:hover {
    background: #4e6a9c;
}
.social-sugnup a.twitter {
    background: #4fccf5;
}
.social-sugnup a.twitter:hover {
    background: #1fbef2;
}
.social-sugnup a.pinterest {
    background: #c21c21;
}
.social-sugnup a.pinterest:hover {
    background: #951619;
}
.inline-search {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 24px auto;
}
.inline-search .form-control {
    float: left;
    width: 75%;
}
@media only screen and (max-width: 768px) {
    .inline-search .form-control {
        width: 70%;
    }
}
@media only screen and (max-width: 480px) {
    .inline-search .form-control {
        width: 58%;
    }
}
.inline-search .btn {
    float: right;
}
.inline-search:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.comment-form textarea {
    min-height: 163px;
}
.tooltip .tooltip-inner{
    font-size: 12px !important;
    font-weight: normal;
    padding: 5px 10px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color: #2e3c49;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #48b4ee;
}
.tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #2e3c49;
}
.tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #2e3c49;
}
.tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #2e3c49;
}

/* Font Awesome
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

/* Font Hind
 * -------------------------- */
@font-face {
    font-family: 'Hind Light';
    src: url('https://fonts.gstatic.com/s/hind/v6/0IXD51eZ8qgi73bhvRidlQ.woff2');
    font-weight: normal;
    font-style: normal;
}


/* Font Open Sans
 * -------------------------- */
@font-face {
    font-family: 'Open Sans';
    src: url('https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2');
    font-weight: normal;
    font-style: normal;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}


/* ------------------------ Animation ----------------------- */

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animation {
    opacity: 0;
}
.ie .animation {
    opacity: 1;
}
.animated {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1000px, 0);
        -ms-transform: translate3d(0, -1000px, 0);
        transform: translate3d(0, -1000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1000px, 0, 0);
        -ms-transform: translate3d(-1000px, 0, 0);
        transform: translate3d(-1000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1000px, 0, 0);
        transform: translate3d(1000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1000px, 0, 0);
        -ms-transform: translate3d(1000px, 0, 0);
        transform: translate3d(1000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1000px, 0);
        -ms-transform: translate3d(0, 1000px, 0);
        transform: translate3d(0, 1000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        -ms-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        -ms-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        -ms-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        -ms-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        -ms-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.5, 0.5, 0.5);
        -ms-transform: scale3d(0.5, 0.5, 0.5);
        transform: scale3d(0.5, 0.5, 0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/* ----------------------------- The Header ----------------------------- */

.header-toolbar {
    width: 100%;
    height: 47px;
    position: relative;
    z-index: 1006;
    padding: 12px 0;
    background: #FFF;
    border-bottom: 1px solid #ECECEC;
}

.header-toolbar .container {
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .header-toolbar .container {
        width: 100%;
    }
}

.header-toolbar .social-bar {
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    .header-toolbar .social-bar {
        position: static !important;
        margin: 0 auto !important;
    }
}
.header-toolbar .social-bar a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    padding: 6px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 1em;
    background: #48b4ee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header-toolbar .social-bar > span{
    color: #797979;
    font-size: 14px;
    font-weight: 300;
}
.header-toolbar .social-bar a:hover {
    color: #fff;
}
.header-toolbar .social-bar .facebook {
    background: #6a9ce1;
}
.header-toolbar .social-bar .facebook:hover {
    background: #4080d8;
}
.header-toolbar .social-bar .linkedin {
    background: #68c6f2;
}
.header-toolbar .social-bar .linkedin:hover {
    background: #39b4ee;
}
.header-toolbar .social-bar .google-plus {
    background: #fe8a6b;
}
.header-toolbar .social-bar .google-plus:hover {
    background: #fe6238;
}
.header-toolbar .tools {
    position: absolute;
    right: 15px;
    top: -2px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-toolbar .tools .user a{
    color: #3ba3ed;
}
.header-toolbar .tools li {
    display: inline-block;
    position: relative;
    margin-left: 3px;
    padding: 0;
}
.header-toolbar .tools li a {
    display: block;
    color: #797979;
    text-decoration: none;
    padding: 10px 5px 15px;
    font-size: 14px;
    font-weight: 400;
}
.header-toolbar .tools li.user-menu a::before {
    content: '';
    height: 100%;
    position: relative;
    left: -7px;
    border-left: 1px solid #D5D5D5;
}
.header-toolbar .tools li:first-child a::before {
    border: none;
}

.header-toolbar .tools li ul {
    display: none;
    position: absolute;
    left: -12px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 8px 5px 5px 5px;
    width: 70px;
    text-align: center;
    margin-top: -4px;
}
.header-toolbar .tools li ul li {
    display: block;
    float: none;
    margin-right: 0;
}
.header-toolbar .tools li ul li a {
    padding: 0;
    color: #797979 !important;
}
.header-toolbar .tools li ul li a:hover {
    color: #48b4ee !important;
}

.header-toolbar .tools li.currency > a,
.header-toolbar .tools li.lang > a{
    display: inline-block;
}
.header-toolbar .tools li.currency > a > .icon-top{
    background-position: 0 -30px;
    vertical-align: middle;
}
.header-toolbar .tools li.lang > a > .icon-top{
    background-position: 50% 0;
    vertical-align: middle;
}

.header-toolbar.user-toolbar .tools li ul{
    width: 75px;
    left: 5px;
    z-index: 999;
}
.header-toolbar .tools li:hover a {
    color: #48b4ee;
}
.header-toolbar .tools li:hover a i {
    color: #48b4ee;
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-toolbar .tools li:hover ul {
    display: block;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.header-toolbar .tools .sign-up,
.header-toolbar .tools .sign-in{
    text-decoration: none;
}
.header-toolbar .tools .sign-up{
    color: #ff775d;
}
.header-toolbar .tools .sign-in{
    color: #969696;
}

.user-toolbar #user-nav-toggle {
    display: none;
}

.user-name{
    color: #CFB06F;
    font-weight: 300;
    line-height: 27px
}

.icon-top{
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url("../images/top.png") no-repeat 50% -54px transparent;
}

.contact-info > a > span{
    vertical-align: middle;
}
.contact-info a{
    font-size: 14px;
    font-weight: 400;
    color: #b5b5b5;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .contact-info{
        display: none;
    }
    .login-toolbar .tools{
        position: static;
    }

    .user-toolbar #user-nav-toggle {
        display: block;
        float: right;
        position: relative;
        top: 0;
    }

    .user-toolbar .user-navbar{
        overflow: visible;
        display: none;
        position: absolute;
        right: 60px;
        top: -2px;
        background: #fff;
        border: 1px solid #cecece;
        padding: 20px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    .user-toolbar .tools > li {
        display: block;
        float: none !important;
    }

    .user-toolbar .tools > li > a::before {
        border: none !important;
    }
    .header-toolbar{
        height: auto;
        padding: 8px 0;
    }
    .header-toolbar .tools li.lang ul,
    .header-toolbar .tools li.currency ul {
        width: 75px;
        left: 80px;
        top: 10px;
        z-index: 999;
    }
}

.header {
    position: relative;
    z-index: 99;
    width: 100%;
}

.site-layout {
    border-top: 1px solid #e5e5e5;
}

.header.stuck {
    position: fixed;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 1024px) {
    .header.stuck {
        position: relative;
    }
}
.header .inner {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 80px;
    background: #48b4ee;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
    .header .inner {
        text-align: center;
    }
}
.header .inner.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header .container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
@media only screen and (max-width: 1200px) {
    .header .container {
        width: 100%;
        position: relative;
        z-index: -1;
    }
}
.header .logo {
    display: block;
    position: relative;
    z-index: 1;
    float: left;
    margin-top: 15px;
    margin-bottom: 18px;
    width: 250px;
    height: 65px;
}
@media only screen and (max-width: 991px) {
    .header .tool-free{
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .header .logo{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .header .live-chat{
        display: none;
    }
}

.header .navigation {
    width: auto;
    float: left;
    text-align: left;
}
ul.menu.sf-menu.sf-navbar{
    padding-left: 0;
}

@media only screen and (max-width: 1200px) {
    .header .navigation {
        z-index: -1;
        left: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .header .navigation {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .side-collapse-container {
        width:100%;
        position:relative;
        left:0;
        transition: left .4s;
        background: #FAFAFA;
    }
    .side-collapse {
        top: 100px;
        bottom: 0;
        left: -15px;
        width: 200px !important;
        position: absolute;
        overflow: visible;
        transition: width .4s;
        background: #EFEFEF !important;
        border-right: 1px solid #cecece;
        z-index: 1;
    }
    .side-collapse ul.nav {
        background: #fff;
    }
    .side-collapse ul.nav li{
        display: block;
    }

    #nav{
        display: block;
        left: -250px !important;
        position: relative;
        -webkit-transition: left 0.5s ease-in;
        -moz-transition: left 0.5s ease-in;
        -o-transition: left 0.5s ease-in;
        transition: left 0.5s ease-in;
    }

    #nav.out{
        left: 0 !important;
        -webkit-transition: left 0.5s ease-out;
        -moz-transition: left 0.5s ease-out;
        -o-transition: left 0.5s ease-out;
        transition: left 0.5s ease-out;
    }

    .page{
        left: 0;
        position: relative;
        -webkit-transition: left 0.5s ease-in;
        -moz-transition: left 0.5s ease-in;
        -o-transition: left 0.5s ease-in;
        transition: left 0.5s ease-in;
    }

    .page.out{
        left: 250px !important;
        -webkit-transition: left 0.5s ease-out;
        -moz-transition: left 0.5s ease-out;
        -o-transition: left 0.5s ease-out;
        transition: left 0.5s ease-out;
    }
}
.header .search {
    display: inline-block;
    padding: 7px 10px 15px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    color: #3990BE;
}
@media only screen and (max-width: 1024px) {
    .header .search {
        display: none;
    }
}

.side-collapse-container{
    background: #FAFAFA;
}

.header .search i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    background: url("../images/search.png") no-repeat 50% 0;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.header .search i:hover {
    color: #3c98c9;
}
.header .live-chat {
    margin-top: 18px;
    text-align: right;
    width: 136px;
}
.header .tool-free {
    margin-top: 30px;
    margin-right: 50px;
}
@media only screen and (max-width: 1024px) {
    .header .tool-free {
        margin-right: 20px;
    }
}
.header .tool-free ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
    line-height: 1em;
    text-align: right;
}
.header .tool-free ul .phone-number {
    color: #4E4E4E;
    font-size: 1.4em;
    font-weight: 300;
    font-style: normal;
}
.header .tool-free ul .phone-number strong {
    font-weight: 600;
}
.header .tool-free ul .works-days {
    color: #000000;
    font-size: 0.8em;
}
.header .tool-free ul .works-days .separator {
    color: #cccccc;
    margin: 0 5px;
}

.header {
    font-family: "Open Sans", Arial, sans-serif;
}

.header > .container .tool-free {
    margin-top: 29px;
}

.phone-number .separator {
    margin: 0 7px;
}

.toll-free-img {
    position: relative;
    padding-left: 28px;
}

.toll-free-img:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../images/toll-free-phone.png) no-repeat;
    width: 24px;
    height: 30px;
}

.gray-text {
    font-family: "Hind Light", Arial, sans-serif;
}

.works-days > .gray-text {
    line-height: 16px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    margin-top: 0;
}

.header .tool-free ul .works-days .gray-text {
    color: #AFAFAF;
    font-weight: 300;
}
.header .tool-free a[href^="tel"]{
    color: #4E4E4E;
    text-decoration: none;
}
.header .tools {
    min-width: 200px;
    max-width: 300px;
    float: right;
}
@media only screen and (max-width: 1024px) {
    .header .tools {
        min-width: 160px;
        max-width: 300px;
    }
    .header .tools .cart-btn > ul {
        margin-bottom: 0;
    }

    .header .tools .cart-btn.menu {
        height: 80px;
    }
}
.header .tools a {
    display: block;
    margin: 18px 4px 0 4px;
    padding: 6px 5px 5px 5px;
    font-size: 1.035em;
    color: #000000;
    text-decoration: none;
}
.header .tools a:hover,
.header .tools a:focus {
    color: #48b4ee;
}
@media only screen and (max-width: 1024px) {
    .header .tools a {
        display: none;
    }
}
.header .tools .signup {
    padding: 6px 20px;
    border: 1px solid #000;
    color: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.header .tools .signup:hover {
    border-color: transparent;
    background: #48b4ee;
    color: #fff;
}
.header .tools .user {
    position: relative;
    float: left;
    margin-left: 40px;
}
.header .tools .user a {
    float: none;
    padding-bottom: 21px;
}
.header .tools .user a i {
    margin-right: 10px;
}
.header .tools .user .user-dropdown {
    display: none;
    width: 133px;
    position: absolute;
    border: 1px solid #cecece;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 15px 20px 30px;
}
.header .tools .user .user-dropdown a {
    display: block;
    padding: 0;
    margin: 0;
}
.header .tools .user:hover > a {
    color: #48b4ee;
}
.header .tools .user:hover .user-dropdown {
    display: block;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.header .tools .cart-btn {
    display: block;
    float: right;
    cursor: pointer;
    width: 100%;
    background: #5dc6fe;
}
@media only screen and (max-width: 1024px) {
    .header .tools .cart-btn {
        float: none;
        top: 0;
        right: 0;
        z-index: 1;
    }
}
.header .tools .cart-btn .link {
    display: block !important;
    position: relative;
    margin: 0 !important;
    width: 100%;
    font-size: 1.035em;
    font-style: normal;
    line-height: 1.57;
    color: #fff;
    border: none;
    padding: 28px 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header .tools .cart-btn .link:hover {
    background: none;
}

.header .tools .cart-btn .login{
    font-weight: 400;
    font-size: 16px;
}
.header .tools .cart-btn .dropdown{
    width: 100%;
}

.header .tools .cart-btn .dropdown .submenu a{
    margin: 0;
}

@media only screen and (max-width: 991px){
    .header .tools .cart-btn .dropdown a.login{
        color: #fff !important;
        border: none;
    }
    .header .tools .cart-btn .dropdown:hover > a,
    .header .tools .cart-btn .dropdown:active > a{
        background: #5dc6fe !important;
    }

    header .tools .cart-btn ul li.dropdown .submenu {
        display: none;
        max-width: 300px;
        top: 80px;
        position: absolute;
        border: 1px solid #cecece;
        border-top: none;
        background: #fff;
        background: rgba(255, 255, 255, 0.97);
        padding: 16px 0 20px 0;
        text-align: left;
    }

    .header .tools .cart-btn .dropdown .submenu li{
        display: block;
        position: relative;
        padding: 0 12px;
    }

    .header .tools .cart-btn .dropdown .submenu li a{
        padding: 3px 15px 3px 3px;
        display: block;
    }


}


.header .tools .cart-btn .login i{
    margin: 0 5px;
}
.header .tools .cart-btn .fa-chevron-down {
    font-size: 11px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}
.header .tools .cart-btn .cart-dropdown {
    position: absolute;
    z-index: 6;
    left: 0;
    top: 39px;
    width: 100%;
    padding-top: 20px;
    text-align: left;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .tools .cart-btn .cart-dropdown .empty-cart {
    display: none;
    text-align: center;
    padding-top: 24px;
    height: 130px;
}
.header .tools .cart-btn .cart-dropdown .wrap {
    position: relative;
    z-index: 1;
    background: #fff;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #cecece;
    padding: 10px 0;
    box-shadow: 0px 10px 25px rgba(44, 44, 44, 0.15);
}
.header .tools .cart-btn .cart-dropdown a {
    float: none;
    display: inline-block;
}

.header .tools .cart-btn .cart-dropdown table {
    width: 100%;
    border-bottom: 1px solid #cecece;
}
.header .tools .cart-btn .cart-dropdown table td {
    padding-bottom: 9px;
}
.header .tools .cart-btn .cart-dropdown table.total {
    border: none;
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.header .tools .cart-btn .cart-dropdown table.total td {
    padding-top: 9px;
}
.header .tools .cart-btn .cart-dropdown .links {
    margin-bottom: 16px;
}
.header .tools .cart-btn .cart-dropdown .links a {
    font-size: 0.875em;
    padding: 0;
    margin: 0 0 4px 0;
    color: #afafaf;
    text-decoration: none;
    border-bottom: 1px solid #afafaf;
}
.header .tools .cart-btn .cart-dropdown .links a:hover {
    color: #afafaf;
    border-bottom: 1px solid transparent;
}

.header .tools .cart-btn .login.active + .cart-dropdown {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.header .tools .cart-btn .cart-dropdown .login-close{
    font-size: 36px;
    position: absolute;
    right: 10%;
    color: #ccc;
    cursor: pointer;
    font-weight: 300;
    display: block;
    z-index: 99999;
}


.header .tools.register-menu{
    width: auto;
}

.header .tools.register-menu ul{
    list-style: none;
    text-align: right;
    margin-bottom: 0;
}

.header .tools.register-menu ul li{
    display: inline-block;
}

.header .tools.register-menu ul li a{
    color: #fff;
}

.header .tools.register-menu ul li.sing-up a{
    padding: 8px 24px;
    border: 1px solid #fff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.header .tools.register-menu ul li.sing-up a:hover,
.header .tools.register-menu ul li.sing-up a:active,
.header .tools.register-menu ul li.sing-up a:focus{
    color: #48B4EE;
    background: #fff;
}

@media only screen and (max-width: 1024px) {
    .header .tools.register-menu ul li a{
        display: block;
    }
}

.header .quick-search {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 120px;
    padding: 20px 15px 0 15px;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #cecece;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation: fadeOutUp 0.4s;
    animation: fadeOutUp 0.4s;
}
.header .quick-search .overlay {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff;
}
.header .quick-search.open {
    visibility: visible;
    -webkit-animation: fadeInDown 0.4s;
    animation: fadeInDown 0.4s;
}
.header .quick-search .search-field {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 780px;
    margin: auto;
    border: none;
    background: none;
    text-align: center;
    font-size: 2.25em;
    color: #000;
    line-height: 1;
    font-weight: 300;
    outline: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
}
.header .quick-search .search-field::-moz-placeholder {
    color: #48b4ee;
    opacity: 1;
}
.header .quick-search .search-field:-ms-input-placeholder {
    color: #48b4ee;
}
.header .quick-search .search-field::-webkit-input-placeholder {
    color: #48b4ee;
}
.header .quick-search .search-field::-moz-placeholder {
    color: #48b4ee;
    opacity: 1;
}
.header .quick-search .search-field:-ms-input-placeholder {
    color: #48b4ee;
}
.header .quick-search .search-field::-webkit-input-placeholder {
    color: #48b4ee;
}
.header .quick-search .search-field:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.header .quick-search .search-field:focus::-moz-placeholder {
    color: #dedede;
    opacity: 1;
}
.header .quick-search .search-field:focus:-ms-input-placeholder {
    color: #dedede;
}
.header .quick-search .search-field:focus::-webkit-input-placeholder {
    color: #dedede;
}
.header .quick-search .search-field:focus::-moz-placeholder {
    color: #dedede;
    opacity: 1;
}
.header .quick-search .search-field:focus:-ms-input-placeholder {
    color: #dedede;
}
.header .quick-search .search-field:focus::-webkit-input-placeholder {
    color: #dedede;
}
.header .quick-search span {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #C7C7C7;
    font-size: 1em;
    font-weight: 300
}
.header.transparent {
    position: absolute;
    top: 0;
}
.header.transparent .inner {
    background: transparent;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.header.transparent .inner .tools a {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.header.transparent .inner .tools a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.header.transparent .inner .tools .signup {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 12px;
}
.header.transparent .inner .tools .signup:hover {
    background: #fff;
    color: #000000;
    opacity: 1;
    filter: alpha(opacity=100);
}
.header.transparent.opaque {
    position: fixed;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.header.transparent.opaque .inner {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
}
.header.transparent.opaque .inner .tools a {
    color: #000000;
}
.header.transparent.opaque .inner .tools a:hover,
.header.transparent.opaque .inner .tools a:focus {
    color: #48b4ee;
    opacity: 1;
    filter: alpha(opacity=100);
}
.header.transparent.opaque .inner .tools .signup {
    border: 1px solid #000000;
    color: #000000;
}
.header.transparent.opaque .inner .tools .signup:hover {
    border-color: transparent;
    background: #48b4ee;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
    .header.transparent.opaque {
        position: absolute;
    }
    .header.transparent.opaque .inner {
        background: transparent;
        border-bottom: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .header.transparent.opaque .inner .tools a {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .header.transparent.opaque .inner .tools a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    .header.transparent.opaque .inner .tools .signup {
        border: 1px solid #fff;
        color: #fff;
        margin-right: 12px;
    }
    .header.transparent.opaque .inner .tools .signup:hover {
        background: #fff;
        color: #000000;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@media only screen and (max-width: 1024px) {
    .header.scroller {
        position: absolute;
        top: 0;
    }
}
.header.scroller .inner {
    height: 60px;
    border-top: 1px solid #d9d9d9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header.scroller .logo {
    margin-top: 18px;
}
@media only screen and (max-width: 768px) {
    .header.scroller .logo {
        width: 100px;
        margin: 21px 0 0 -35px;
    }
}
.header.scroller .tools {
    margin-top: 15px;
    text-align: right;
}
.header.scroller .tools a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    padding: 0;
    margin-left: 12px;
}
.header.scroller .tools a.btn {
    margin-right: 0 !important;
}
@media only screen and (max-width: 768px) {
    .header.scroller .tools a.btn {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .header.scroller .tools {
        position: absolute;
        top: 0;
        right: 15px;
    }
}
.sticky-wrapper {
    height: 60px !important;
    z-index: 1100;
}
@media only screen and (max-width: 1024px) {
    .sticky-wrapper {
        height: 60px !important;
    }
}
.no-csstransforms .cart-dropdown .owl-prev,
.no-csstransforms .cart-dropdown .owl-next {
    display: none !important;
}
.site-layout.boxed .header.stuck {
    position: relative;
}
.site-layout.boxed .header.transparent.opaque {
    position: absolute;
}
.site-layout.boxed .header.transparent.opaque .inner {
    background: transparent;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.site-layout.boxed .header.transparent.opaque .inner .tools a {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.site-layout.boxed .header.transparent.opaque .inner .tools a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.site-layout.boxed .header.transparent.opaque .inner .tools .signup {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 12px;
}
.site-layout.boxed .header.transparent.opaque .inner .tools .signup:hover {
    background: #fff;
    color: #000000;
    opacity: 1;
    filter: alpha(opacity=100);
}



/* ------------------ Navigation ------------------- */

@media screen and (max-width: 1024px) {
    .header .navigation {
        display: block;
    }
    #nav {
        width: 250px;
        position: absolute;
        top: 0;
        left: -250px;
        background: #fff;
    }

}
.login-heading{
    margin: 0;
}

/* ------------------ Login Modal ------------------- */

#loginModal .nav-tabs{
    text-align: center;
}

#loginModal .nav-tabs > li{
    float: none !important;
    display: inline-block;
}

#loginModal .nav-tabs > li a{
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    padding: 7px 24px;
    text-decoration: none;

}
#loginModal .nav-tabs > li.active a{
    color: #ff775d;
}
#loginModal .tab-content .tab-pane.active{
    padding-top: 20px;
}

#loginModal .tab-content{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    #loginModal .nav-tabs {
        border: none;
    }

    #loginModal .nav-tabs > li {
        display: block;
    }

    #loginModal .nav-tabs > li a {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        margin: 0;
    }
    #loginModal .nav-tabs > li.active a{
        border-bottom-color: #ddd;
    }
    #loginModal .nav-tabs > li > a:hover {
        border-color: #f2f4f5;
    }
    #loginModal .tab-content{
        border-top: 1px solid #ddd;
    }
}

/* ---------------------- The Navigation ----------------------- */

.menu {
    display: inline-block;
    height: 80px;
}
.menu ul {
    padding: 0;
    list-style: none;
}
.menu ul li {
    display: inline-block;
    margin: 0;
}
.menu ul li a {
    display: block;
    padding: 27px 10px 27px;
    font-size: 1.05em;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.menu ul li a:hover,
.menu ul li a:focus {
    color: #48b4ee;
}
.nav>li{
    float: left;
}
.menu > ul > li > a:active,
.menu > ul > li > a:hover,
.menu > ul > li > a:focus{
    color: #fff;
    background-color: #5dc6fe;
}

.menu ul li.active a,
.menu ul li:hover a,
.menu ul li:focus a {
    color: #000000;
}
.menu ul li .submenu {
    display: none;
    top: 80px;
    width: 200px;
    position: absolute;
    border: 1px solid #cecece;
    border-top: none;
    background: #fff;
    background: rgba(255, 255, 255, 0.97);
    padding: 16px 0 20px 0;
    text-align: left;
}
.menu ul li .submenu li {
    display: block;
    position: relative;
    padding: 0 12px;
    margin: 0;
}
.menu ul li .submenu li a {
    position: relative;
    padding: 3px 15px 3px 3px;
    font-size: 1em;
    color: #000000;
}
.menu ul li .submenu li a i {
    position: absolute;
    font-size: 1.1em;
    right: 0;
    top: 50%;
    margin-top: -9px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    visibility: hidden;
    -webkit-animation: fadeOut 0.3s;
    animation: fadeOut 0.3s;
}
.menu ul li .submenu li:hover a,
.menu ul li .submenu li.active a,
.menu ul li .submenu li:focus a {
    color: #48b4ee;
}
.menu ul li a.start-here-menu {
    background-color: #40cf4d;
    padding: 10px 30px;
    margin: 17px 10px 17px;
    font-size: 0.875em;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    outline: none!important;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none!important;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50px;
    white-space: nowrap;
}
.menu ul li a.start-here-menu:hover,
.menu ul li a.start-here-menu:active{
    background-color: #40c54d;
}
.no-migrations-block {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.menu ul li .submenu li:hover a i {
    visibility: visible;
    -webkit-animation: fadeInLeftBig 0.3s;
    animation: fadeInLeftBig 0.3s;
}
.menu ul li .submenu li .sub-submenu {
    visibility: hidden;
    top: -16px;
    right: -195px;
    width: 195px;
    position: absolute;
    border: 1px solid #cecece;
    border-top: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    padding: 16px 0 20px 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu ul li .submenu li .sub-submenu li a {
    color: #000000;
}
.menu ul li .submenu li .sub-submenu li a:hover,
.menu ul li .submenu li .sub-submenu li.active a {
    color: #48b4ee;
}
.menu ul li .submenu li:hover .sub-submenu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.menu ul li:hover .submenu {
    display: block;
}
.menu > ul > li.active > a,
.menu > ul > li:hover > a,
.menu > ul > li:focus > a {
    color: #ffffff;
    background: #5dc6fe;
}
.menu .home-icon {
    width: 80px;
    position: relative;
    text-indent: -9999px;
}
.menu .home-icon:after {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0px;
    left: 29px;
    width: 22px;
    min-height: 100%;
    background: url(../images/svg/home.svg) no-repeat center center;
}
.transparent .menu li {
    padding: 0 5px;
}
.transparent .menu li a {
    position: relative;
    color: #fff;
    padding: 21px 5px 5px 5px;
}
.transparent .menu li a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.transparent .menu li:hover a,
.transparent .menu li.active a,
.transparent .menu li:focus a,
.transparent .menu li a:hover,
.transparent .menu li a:focus {
    color: #fff;
}
.transparent .menu li:hover a:after,
.transparent .menu li.active a:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.transparent.opaque li a {
    color: #000000;
}
.transparent.opaque li a:after {
    display: none;
}
.transparent.opaque li:hover a,
.transparent.opaque li.active a {
    color: #48b4ee;
}
@media only screen and (max-width: 1024px) {
    .transparent.opaque li a {
        color: #000000;
    }
    .transparent.opaque li a:after {
        display: block;
    }
    .transparent.opaque li:hover a,
    .transparent.opaque li.active a {
        color: #fff;
    }
}
.ie8 .transparent .menu li a:after {
    display: none;
}
.scroller .menu {
    height: 60px;
}
.scroller .menu li {
    margin: 0 3px;
}
.scroller .menu li a {
    position: relative;
    padding: 17px 7px;
}
.scroller .menu li a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    width: 0px;
    height: 3px;
    background: #48b4ee;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.scroller .menu li.active a:after {
    width: 100%;
}
.mega-menu {
    display: none;
    position: absolute;
    z-index: 6;
    left: 0;
    top: 60px;
    width: 100%;
    padding: 20px 0 36px 0;
    text-align: left;
    background: #fff;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #cecece;
}
.mega-menu h4 {
    font-size: 1.25em;
    text-transform: uppercase;
}
.mega-menu p {
    margin-bottom: 16px;
}
.mega-menu a {
    display: inline-block !important;
    line-height: 1.57;
    font-size: 1em !important;
    text-decoration: none;
    padding: 0 !important;
    border-bottom: 1px solid transparent;
}
.mega-menu a:hover {
    border-bottom: 1px solid #48b4ee;
}
.mega-menu ul {
    list-style: none;
    padding: 0;
}
.mega-menu ul li {
    display: list-item;
    line-height: 1.75;
    margin: 0;
}
.mega-menu ul li.active a {
    color: #48b4ee !important;
}
.mega-menu ul li a {
    color: #000000 !important;
    font-size: 1em;
    border: none !important;
}
.mega-menu ul li a:hover {
    color: #48b4ee !important;
}
.mega-menu table {
    width: 100%;
    margin-bottom: 16px;
    line-height: 1.75;
}
.mega-menu .img-link {
    width: 100%;
    margin-top: 10.90909091px;
    text-align: center !important;
    color: #000000 !important;
    border: none !important;
}
.mega-menu .img-link:hover,
.mega-menu .img-link.active {
    color: #48b4ee !important;
}
.mega-menu .img-link img {
    display: block;
    margin: 0 auto 5px auto !important;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
}
.mega-menu .img-link:hover img,
.mega-menu .img-link.active img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.mega-menu .mega-submenu {
    display: none;
}
.mega-menu .mega-submenu.active {
    display: block;
}
.has-mega-menu:hover .mega-menu {
    display: block;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#nav-toggle,
#user-nav-toggle{
    display: none;
    position: absolute;
    z-index: 1005;
    top: 11px;
    padding: 10px 32px 16px 0px;
    cursor: pointer;
}
#nav-toggle{
    margin-top: 17px;
}
#steps-nav-toggle,
#options-nav-toggle{
    display: none;
    z-index: 999;
    padding: 10px 32px 16px 0;
    cursor: pointer;
}
@media only screen and (max-width: 1024px) {
    #nav-toggle,
    #user-nav-toggle,
    #steps-nav-toggle{
        display: block;
    }
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after,
#user-nav-toggle span,
#user-nav-toggle span:before,
#user-nav-toggle span:after,
#options-nav-toggle span,
#options-nav-toggle span:before,
#options-nav-toggle span:after,
#steps-nav-toggle span,
#steps-nav-toggle span:before,
#steps-nav-toggle span:after{
    position: absolute;
    display: block;
    content: '';
    width: 32px;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#steps-nav-toggle span,
#steps-nav-toggle span:before,
#steps-nav-toggle span:after,
#options-nav-toggle span,
#options-nav-toggle span:before,
#options-nav-toggle span:after{
    background: #5DC6FE;
}

#user-nav-toggle span,
#user-nav-toggle span:before,
#user-nav-toggle span:after{
    background: #ccc;
}
#nav-toggle span:before,
#user-nav-toggle span:before,
#steps-nav-toggle span:before{
    top: -10px;
}
#nav-toggle span:after,
#user-nav-toggle span:after,
#steps-nav-toggle span:after{
    bottom: -10px;
}
#nav-toggle:hover span,
#nav-toggle:hover span:before,
#nav-toggle:hover span:after{
    background: #ffffff;
}
#user-nav-toggle:hover span,
#user-nav-toggle:hover span:before,
#user-nav-toggle:hover span:after{
    background: #ccc;
}

#nav-toggle.active span,
#user-nav-toggle.active span,
#options-nav-toggle.active span,
#steps-nav-toggle.active span{
    background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after,
#user-nav-toggle.active span:before,
#user-nav-toggle.active span:after,
#options-nav-toggle.active span:before,
#options-nav-toggle.active span:after,
#steps-nav-toggle.active span:before,
#steps-nav-toggle.active span:after{
    top: 0;
}
#nav-toggle.active span:before,
#user-nav-toggle.active span:before,
#steps-nav-toggle.active span:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-toggle.active span:after,
#user-nav-toggle.active span:after,
#steps-nav-toggle.active span:after{
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
    transform: translateY(-10px) rotate(-45deg);
}
#nav-toggle.active:hover span:before,
#nav-toggle.active:hover span:after{
    background: #fff;
}
#user-nav-toggle.active:hover span:before,
#user-nav-toggle.active:hover span:after{
    background: #ccc;
}
.transparent #nav-toggle span,
.transparent #nav-toggle span:before,
.transparent #nav-toggle span:after {
    background: #fff;
}
.transparent #nav-toggle:hover span,
.transparent #nav-toggle:hover span:before,
.transparent #nav-toggle:hover span:after {
    background: #fff;
}
.transparent #nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle div.new-toggle,
#user-nav-toggle div.new-toggle,
#options-nav-toggle div.new-toggle,
#steps-nav-toggle div.new-toggle {
    margin: 0 auto;
    width: 80%;
    height: 100%;
    background: url(../images/open-arrow.png) center / contain no-repeat;
}

#nav-toggle.active div.new-toggle,
#user-nav-toggle.active div.new-toggle,
#options-nav-toggle.active div.new-toggle,
#steps-nav-toggle.active div.new-toggle {
    background: url(../images/close-arrow.png) center / contain no-repeat;
}

.scroller #nav-toggle {
    top: 18px;
}
meta.foundation-data-attribute-namespace {
    font-family: false;
}
.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    /*overflow: hidden;*/   /* Need to be commented for correct showing error message in wizard target card fields */
}
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}

.off-canvas-wrap.wrapper{
    min-height: 100%;
    height: 100%;
    height: auto !important;
}

.inner-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}
.inner-wrap:before,
.inner-wrap:after {
    content: " ";
    display: table;
}
.inner-wrap:after {
    clear: both;
}
.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 260px;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    background: #fff;
    border-right: 1px solid #d9d9d9;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
}
.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 260px;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
    background: #fff;
    border-left: 1px solid #d9d9d9;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
}
.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}
.move-right > .inner-wrap {
    -ms-transform: translate(260px, 0);
    -webkit-transform: translate3d(260px, 0, 0);
    -moz-transform: translate3d(260px, 0, 0);
    -ms-transform: translate3d(260px, 0, 0);
    -o-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
}
.move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.move-left > .inner-wrap {
    -ms-transform: translate(-260px, 0);
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
}
.move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}
.offcanvas-overlap .exit-offcanvas-menu {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 1002;
}
@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-offcanvas-menu:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}
.no-csstransforms .left-off-canvas-menu {
    left: -260px;
}
.no-csstransforms .right-off-canvas-menu {
    right: -260px;
}
.no-csstransforms .move-left > .inner-wrap {
    right: 260px;
}
.no-csstransforms .move-right > .inner-wrap {
    left: 260px;
}


@media only screen and (max-width: 64.000em) {

    .menu {
        position: relative;
        padding-left: 0;
    }

    .menu .home-icon {
        width: auto;
        text-indent: 0;

    }
    .menu .home-icon:after{
        background: none;
    }

    .menu .mobile-search {
        height: 60px;
        padding: 15px 15px 0 15px;
        border-bottom: 1px solid #d9d9d9;
    }

    .menu .mobile-search .form-control {
        padding-right: 40px;
    }

    .menu .mobile-search button[type=submit] {
        position: absolute;
        top: 17px;
        right: 25px;
        background: none;
        border: none;
        outline: none;
        font-size: 1.5em;
    }

    .menu .mobile-search button[type=submit] i {
        display: inline-block;
        -webkit-transition: color 0.25s ease;
        -moz-transition: color 0.25s ease;
        transition: color 0.25s ease;
    }

    .menu .mobile-search button[type=submit]:hover i {
        color: #48b4ee;
    }

    .menu a {
        font-size: 1.035em;
        color: #000000 !important;
        text-decoration: none;
    }

    .menu a:hover,
    .menu a:focus {
        color: #48b4ee !important;
    }

    .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .menu ul li {
        position: relative;
        margin: 0;
        overflow: hidden;
    }

    .menu ul li a {
        display: block;
        padding: 10px 45px 10px 15px;
        border-bottom: 1px solid #d9d9d9;
        color: #000000;
    }

    .menu > ul > li.active > a,
    .menu > ul > li:hover > a,
    .menu > ul > li:focus > a {
        color: #000;
        background: #fff;
    }

    .menu ul li a:hover {
        background: #fff;
        color: #48b4ee;
    }

    .menu ul li.current a {
        color: #48b4ee;
    }

    .menu ul li span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 47px;
        height: 47px;
        color: #000000;
        font-family: FontAwesome;
        text-align: center;
        font-size: 1.3em;
        padding-top: 9px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu ul li span:before {
        content: "\f107";
    }

    .menu ul li span:hover {
        color: #48b4ee;
    }

    .menu ul li.active > span {
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .menu ul li ul.submenu {
        display: block;
        position: static;
        border: none;
        padding: 0;
        width: auto;
        max-height: 0px;
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;
    }

    .menu ul li ul.submenu.open {
        max-height: 1000px;
    }

    .menu ul li ul.submenu li {
        padding: 0;
        overflow: hidden;
    }

    .menu ul li ul.submenu li a {
        color: #000000;
        font-size: 1em;
        padding: 7px 0 7px 42px;
    }
    .menu ul li ul.submenu li a i{
        display: none;
    }

    .menu ul li ul.submenu li a:hover,
    .menu ul li ul.submenu li a:focus {
        color: #48b4ee;
    }

    .menu ul li ul.submenu li.current a {
        color: #48b4ee;
    }

    .menu ul li ul.submenu li span {
        top: 0;
        width: 45px;
        height: 40px;
        font-size: 1.1em;
        padding-top: 7px;
    }

    .menu ul li ul.submenu li ul.sub-submenu {
        visibility: visible;
        position: static;
        width: auto;
        padding: 0;
        opacity: 100;
        border: none;
        max-height: 0px;
        -webkit-transition: max-height 0.4s ease-in-out;
        -moz-transition: max-height 0.4s ease-in-out;
        transition: max-height 0.4s ease-in-out;
    }

    .menu ul li ul.submenu li ul.sub-submenu.open {
        max-height: 400px;
    }

    .menu ul li ul.submenu li ul.sub-submenu li a {
        color: #000000;
        font-size: 0.875em;
        padding: 5px 0 5px 65px;
    }

    .menu ul li ul.submenu li ul.sub-submenu li a:hover,
    .menu ul li ul.submenu li ul.sub-submenu li a:focus {
        color: #48b4ee;
    }

    .menu ul li ul.submenu li ul.sub-submenu li.current a {
        color: #48b4ee;
    }

    .menu .buttons {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .menu .buttons li {
        display: block;
        float: left;
        width: 50%;
        border-top: 1px solid #d9d9d9;
    }

    .menu .buttons li:first-child {
        border-right: 1px solid #d9d9d9;
    }

    .menu .buttons li a {
        display: block;
        width: 100%;
        padding: 10px 5px;
        text-align: center;
    }

    .menu .buttons li a i {
        display: inline-block;
        font-family: FontAwesome;
        font-size: 1.2em;
        font-style: normal;
        vertical-align: middle;
        margin-left: 7px;
        cursor: pointer;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .menu .buttons li a i:before {
        content: "\f107";
    }

    .menu .buttons li.active a i {
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .menu .buttons li ul {
        display: block;
        width: 100%;
    }

    .menu .buttons li ul li {
        width: 100%;
        float: none;
        border-right: none;
    }

    .menu .buttons li ul li:first-child {
        border-right: none;
        border-top: none;
    }

    .menu .buttons li ul li a {
        text-transform: uppercase;
        border: none;
    }

    .menu .buttons li.lang,
    .menu .buttons li.currency {
        border-top: none;
        border-left: 1px solid #d9d9d9;
    }

    .menu .buttons li.lang > a.non-active,
    .menu .buttons li.currency > a.non-active {
        border-bottom: 1px solid #d9d9d9;
    }

    .menu .buttons li.currency {
        margin-left: -1px;
    }

    .menu .buttons li.lang a,
    .menu .buttons li.currency a {
        padding: 10px 5px 6px 5px;
        text-transform: uppercase;
        font-size: 0.95em;
        border-bottom: none;
    }

    .menu .buttons li.lang > a,
    .menu .buttons li.currency > a {
        border-bottom: 1px solid transparent;
        -webkit-transition: border 0.3s ease;
        -moz-transition: border 0.3s ease;
        transition: border 0.3s ease;
    }

    .menu .buttons li.lang.active > a,
    .menu .buttons li.currency.active > a {
        border-bottom: 1px solid #d9d9d9;
    }

    .menu .buttons:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .menu .user {
        width: 100%;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

    .menu .user a {
        display: block;
        padding: 12px 5px;
        text-align: center;
    }

    .menu .user a i {
        margin-right: 10px;
    }

    /* Drop Down Login
    ------------------------------------ */
    .menu.cart-btn ul li.dropdown ul.submenu{
        display: none;
    }
    .menu.cart-btn ul li.dropdown:hover ul.submenu {
        display: block;
        max-height: 100%;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        border: 1px solid #cecece;
        border-top: none;
        background: #fff;
        background: rgba(255, 255, 255, 0.97);
        padding: 16px 0 20px 0;
        text-align: left;
        position: static;
        margin-top: 1px;
    }
    .menu.cart-btn ul li.dropdown ul.submenu li{
        overflow: visible;
        position: relative;background: #fff;
        padding: 0 12px;
        margin: 0;
    }

    .menu.cart-btn ul li.dropdown:hover ul.submenu li a{
        display: block;
        border-bottom: 0;
        position: relative;
        padding: 3px 15px 3px 3px;
        font-size: 1em;
        color: #000000;
    }

    .menu.cart-btn > ul > li.dropdown.active > a,
    .menu.cart-btn > ul > li.dropdown:hover > a,
    .menu.cart-btn > ul > li.dropdown:focus > a{
        background-color: #5dc6fe;
    }
    .menu ul li a.start-here-menu {
        color: white!important;
    }
    .menu ul li a.start-here-menu:hover,
    .menu ul li a.start-here-menu:active{
        color: white!important;
    }
}


/* --------------------- The Footer ----------------------- */
.footer {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #2e3c49;
    padding: 36px 0 0 0;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
    .footer {
        text-align: center;
    }
}
.footer h3 {
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
    color: #9fb4ca;
}
.footer .footer-column {
    margin-bottom: 24px;
}
.footer .footer-column ul {
    margin-bottom: 7.2px;
    color: #7e9bb8;
}
.footer .footer-column ul a {
    color: #7e9bb8;
    font-size: 1em;
    text-decoration: none;
}
.footer .footer-column ul a:hover {
    color: #48b4ee;
}
.footer .contacts h4,
.footer .contacts h5 {
    font-weight: bold;
    margin-bottom: 4.8px;
    color: #7e9bb8;
}
.footer .contacts p {
    margin-bottom: 13.33333333px;
    color: #7e9bb8;
}
.footer .contacts p .phone {
    font-size: 1.6em;
    display: inline-block;
}
.footer .contacts p .phone a {
    text-decoration: none;
    color: #7e9bb8;
}
.footer .contacts p .mail {
    font-size: 0.875em;
}
.footer .contacts .social-bar a {
    text-decoration: none;
    font-size: 1.8em;
    margin: 10px 5px 10px 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}
.footer .contacts .social-bar a:before {
    top: 12px;
    position: relative;
}
.footer .contacts .social-bar a.fa-facebook {
    background: #6a9ce1;
}
.footer .contacts .social-bar a.fa-facebook:hover {
    background: #558edd;
}
.footer .contacts .social-bar a.fa-twitter {
    background: #6fb8f1;
}
.footer .contacts .social-bar a.fa-twitter:hover {
    background: #58adef;
}
.footer .contacts .social-bar a.fa-google-plus {
    background: #fe8a6b;
}
.footer .contacts .social-bar a.fa-google-plus:hover {
    background: #fe7652;
}
.footer .contacts .social-bar a.fa-youtube {
    background: #e9594d;
}
.footer .contacts .social-bar a.fa-youtube:hover {
    background: #e64436;
}
.footer .contacts .more-services {
    background: #425668;
    color: #7e9bb8 !important;
    font-size: 0.875em !important;
}
.footer .contacts .more-services:hover {
    background: #4c6378;
}
.footer .copyright {
    background: #2e3c49;
    border-top: 1px solid #344452;
    padding: 16px 0;
}
.footer .copyright p {
    margin-bottom: 0;
    font-size: 0.875em;
    color: #7e9bb8;
}
.footer .copyright p a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #556f88;
}
.footer .copyright p a:hover {
    color: #7e9bb8;
    border-bottom: 1px solid #7e9bb8;
}
.footer .version {
    font-size: 0.75em;
    color: #556f88;
    text-decoration: none;
}
.footer .copyright small{
    color: #556f88;
}

@media only screen and (max-width: 768px) {
    .footer .copyright p {
        float: none !important;
        text-align: center;
    }
}

/* ---------------------- Specialty Pages 404 / 505 Page, Login / Sign Up page ---------------------- */
.specialty-page-bg {
    position: fixed;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.10;
    filter: alpha(opacity=10);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .specialty-page-bg {
        position: absolute;
    }
}
.ie .specialty-page-bg {
    position: absolute;
}
.specialty-page {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 28px 0 42px 0;
    text-align: center;
}
@media only screen and (max-width: 480px) {
    .specialty-page {
        padding: 67.2px 0;
    }
}
.specialty-page .error-numb {
    font-size: 8em;
    color: #48b4ee;
    font-weight: 300;
    line-height: 1.2;
}
@media only screen and (max-width: 480px) {
    .specialty-page .error-numb {
        font-size: 6.5em;
    }
}
.specialty-page .error-numb span {
    display: inline-block;
    margin-top: -8px;
    vertical-align: top;
    font-size: 1.2em;
}
.specialty-page .ep-search {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 48px auto 24px auto;
}
.specialty-page .ep-search .form-control {
    float: left;
    width: 75%;
}
@media only screen and (max-width: 768px) {
    .specialty-page .ep-search .form-control {
        width: 70%;
    }
}
@media only screen and (max-width: 480px) {
    .specialty-page .ep-search .form-control {
        width: 58%;
    }
}
.specialty-page .ep-search .btn {
    float: right;
}
.specialty-page .page-heading {
    margin-bottom: 36px;
}
/* --------------------------- Search Page --------------------------- */
.sp-form {
    height: 60px;
    padding: 15px 15px 0 15px;
}
.sp-form .form-control {
    padding-right: 40px;
}
.sp-form button[type=submit] {
    position: absolute;
    top: 17px;
    right: 40px;
    background: none;
    border: none;
    outline: none;
    font-size: 1.5em;
}
.sp-form button[type=submit] i {
    display: inline-block;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.sp-form button[type=submit]:hover i {
    color: #48b4ee;
}
.big-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.big-links li a {
    text-decoration: none;
    color: #000000;
    font-size: 1.7em;
}
.big-links li a span {
    color: #48b4ee;
    margin-left: 10px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.big-links li a:hover {
    color: #48b4ee;
}
.big-links li a:hover span {
    color: #000000;
}


/* ------------------------------ Estimator ------------------------------ */

body .estimator{
    font-family: "Roboto", Arial, sans-serif !important;
}

.estimator .estimator-select{
    width: 350px !important;
    max-width: 350px !important;
}

.estimator label,
.estimator .label-entities{
    font-weight: 500 !important;
}

.estimator .selected-cart .to{
    margin: 38px 10px 0 !important;
}
.estimator .questionTooltip{
    background: transparent !important;
}

.estimator #estimate-results .approximate-time .approximate-time-timer h3{
    font-weight: 500 !important;
}

@media only screen and (max-width: 991px){
    .estimator .estimator-select{
        width: auto !important;
        max-width: none !important;
    }
}

/* ------------------------------ FAQ Page ------------------------------ */
.faq-section {
    padding-left: 15px;
    margin-bottom: 31.2px;
}
.faq-section h4 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: -15px;
}
/* -------------------------- User Account Page ------------------------- */
.user-account label {
    font-weight: normal;
}
.user-account label span {
    color: #48b4ee;
}
.user-account .text-center .btn-default2 {
    margin-left: 20px !important;
}
.user-account .navigation {
    margin-top: 40.8px;
}
.user-account h3 {
    margin-bottom: 36px;
}
.user-account .navigation h3 {
    margin-bottom: 13.33333333px;
}
.user-account .gray-bg {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
@media only screen and (max-width: 991px) {
    .user-account .container {
        width: 100%;
    }
    .user-account .navigation {
        margin-top: 8px;
    }
}
.account-settings fieldset:first-child {
    padding: 0 40px;
}
.account-settings .form-group {
    margin-bottom: 12px;
}
.account-settings .pass-block {
    position: relative;
    width: 100%;
    background: #e1e4e6;
    margin-top: 16px;
    padding: 20px 40px 13.33333333px 40px;
    max-height: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.account-settings .pass-block label[for="af-cur-pass"] {
    font-weight: bold;
    margin-bottom: 5px;
}
.account-settings .pass-block #af-cur-pass {
    display: block;
    font-weight: bold;
    background: none;
    border: none !important;
    font-size: 1.125em;
}
.account-settings .pass-block .edit-btn {
    position: absolute;
    top: 24px;
    right: 40px;
}
.account-settings .pass-block .close,
.account-settings .pass-block .form-group {
    display: none;
}
.account-settings .pass-block.expanded {
    background: #48b4ee;
    max-height: 400px;
}
.account-settings .pass-block.expanded label {
    color: #fff;
}
.account-settings .pass-block.expanded label span {
    color: #000000;
}
.account-settings .pass-block.expanded label[for="af-cur-pass"],
.account-settings .pass-block.expanded #af-cur-pass,
.account-settings .pass-block.expanded .btn {
    display: none;
}
.account-settings .pass-block.expanded .form-group {
    display: block;
}
.account-settings .pass-block.expanded .form-control {
    border: 1px solid #fff;
}
.account-settings .pass-block.expanded .form-group,
.account-settings .pass-block.expanded .close {
    display: block;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.account-settings .pass-block.expanded .close {
    display: block;
    width: 23px;
    height: 23px;
    color: #000000;
    font-size: 1.1em;
    padding-top: 1px;
    position: absolute;
    background: #e1e4e6;
    text-align: center;
    z-index: 3;
    top: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.account-settings .pass-block.expanded .close:hover {
    background: #fff;
    color: #48b4ee;
}
.account-settings .pass-block.expanded .close .fa-angle-left {
    margin-left: -2px;
}
.account-settings .user-avatar {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: 12px auto 0 auto;
}
.account-settings .user-avatar .user-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.account-settings .user-avatar .user-img.removed {
    visibility: hidden;
    opacity: 0;
}
.account-settings .user-avatar .avatar {
    position: relative;
    z-index: 1;
}
.account-settings .user-avatar .upload {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 5;
    bottom: 0;
    background: #48b4ee;
    background: rgba(72, 180, 238, 0.8);
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    font-size: 1.125em;
    color: #fff;
    bottom: -50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.account-settings .user-avatar .upload i {
    font-size: 2em;
    vertical-align: middle;
    margin-right: 15px;
}
.account-settings .user-avatar .upload span,
.account-settings .user-avatar .upload i {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.account-settings .user-avatar .upload:hover span,
.account-settings .user-avatar .upload:hover i {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.account-settings .user-avatar .delete {
    display: block;
    width: 38px;
    height: 38px;
    color: #000000;
    padding-top: 1px;
    position: absolute;
    background: #e1e4e6;
    text-align: center;
    padding-top: 3px;
    z-index: 3;
    top: -30px;
    right: -30px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.account-settings .user-avatar .delete:before,
.account-settings .user-avatar .delete:after {
    font-family: 'FontAwesome';
    font-size: 1.4em;
}
.account-settings .user-avatar .delete:before {
    content: "\f105";
}
.account-settings .user-avatar .delete:after {
    content: "\f104";
    margin-left: -3px;
}
.account-settings .user-avatar .delete:hover {
    background: #48b4ee;
    background: rgba(72, 180, 238, 0.8);
    color: #fff;
}
.account-settings .user-avatar:hover .upload {
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.account-settings .user-avatar:hover .delete {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    right: 0;
}
.hidden-form {
    display: none;
}
.hidden-form.active {
    display: block;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#adress-settings {
    display: block;
}
#adress-settings.hidden {
    display: none;
}
/* end page */
.image-tabs .nav-tabs {
    padding: 0;
}
.image-tabs .nav-tabs li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
}
@media only screen and (max-width: 480px) {
    .image-tabs .nav-tabs li {
        width: 50%;
    }
}

/* ------------------------ Image Tabs ------------------------ */
.image-tabs .nav-tabs li a {
    display: block;
    margin: 0;
    padding: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.image-tabs .nav-tabs li a:after {
    display: none;
}
.image-tabs .nav-tabs li:hover a,
.image-tabs .nav-tabs li:focus a,
.image-tabs .nav-tabs li.active a {
    opacity: 1;
    filter: alpha(opacity=100);
}
.image-tabs .nav-tabs:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.image-tabs .tab-content {
    background: #000000;
}

/* ------------------------- Panels / Accordion ------------------------- */
.panel {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}
.panel .panel-heading {
    padding-bottom: 0;
    padding-top: 0;
}
.panel .panel-heading a {
    text-decoration: none;
    font-weight: bold;
}
.panel .panel-heading a.collapsed {
    color: #000000;
}
.panel .panel-heading a:hover {
    color: #48b4ee;
}
.panel-default,
.panel-primary,
.panel-danger,
.panel-success,
.panel-warning,
.panel-info {
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.panel-default .panel-heading,
.panel-primary .panel-heading,
.panel-danger .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-info .panel-heading {
    position: relative;
}
.panel-default .panel-heading .panel-title,
.panel-primary .panel-heading .panel-title,
.panel-danger .panel-heading .panel-title,
.panel-success .panel-heading .panel-title,
.panel-warning .panel-heading .panel-title,
.panel-info .panel-heading .panel-title {
    font-size: 1.25em;
    margin-bottom: 0px;
    color: #fff;
}
.panel-default .panel-heading .panel-title a,
.panel-primary .panel-heading .panel-title a,
.panel-danger .panel-heading .panel-title a,
.panel-success .panel-heading .panel-title a,
.panel-warning .panel-heading .panel-title a,
.panel-info .panel-heading .panel-title a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    color: #fff;
}
.panel-default .panel-heading .panel-title a:after,
.panel-primary .panel-heading .panel-title a:after,
.panel-danger .panel-heading .panel-title a:after,
.panel-success .panel-heading .panel-title a:after,
.panel-warning .panel-heading .panel-title a:after,
.panel-info .panel-heading .panel-title a:after {
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f106';
    font-size: 1.2em;
    color: #fff;
    top: 50%;
    right: 0px;
    margin-top: -17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.panel-default .panel-heading .panel-title a:hover,
.panel-primary .panel-heading .panel-title a:hover,
.panel-danger .panel-heading .panel-title a:hover,
.panel-success .panel-heading .panel-title a:hover,
.panel-warning .panel-heading .panel-title a:hover,
.panel-info .panel-heading .panel-title a:hover,
.panel-default .panel-heading .panel-title a:focus,
.panel-primary .panel-heading .panel-title a:focus,
.panel-danger .panel-heading .panel-title a:focus,
.panel-success .panel-heading .panel-title a:focus,
.panel-warning .panel-heading .panel-title a:focus,
.panel-info .panel-heading .panel-title a:focus,
.panel-default .panel-heading .panel-title a.collapsed,
.panel-primary .panel-heading .panel-title a.collapsed,
.panel-danger .panel-heading .panel-title a.collapsed,
.panel-success .panel-heading .panel-title a.collapsed,
.panel-warning .panel-heading .panel-title a.collapsed,
.panel-info .panel-heading .panel-title a.collapsed {
    color: #fff;
}
.panel-default .panel-heading .panel-title a.collapsed:after,
.panel-primary .panel-heading .panel-title a.collapsed:after,
.panel-danger .panel-heading .panel-title a.collapsed:after,
.panel-success .panel-heading .panel-title a.collapsed:after,
.panel-warning .panel-heading .panel-title a.collapsed:after,
.panel-info .panel-heading .panel-title a.collapsed:after {
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel-default .panel-body,
.panel-primary .panel-body,
.panel-danger .panel-body,
.panel-success .panel-body,
.panel-warning .panel-body,
.panel-info .panel-body {
    border: none !important;
    background: #f2f4f5;
    padding-top: 24px;
    -webkit-border-radius: 0px 0px 50px 50px;
    -moz-border-radius: 0px 0px 50px 50px;
    border-radius: 0px 0px 50px 50px;
}
.panel-default .panel-body p:last-child,
.panel-primary .panel-body p:last-child,
.panel-danger .panel-body p:last-child,
.panel-success .panel-body p:last-child,
.panel-warning .panel-body p:last-child,
.panel-info .panel-body p:last-child {
    margin-bottom: 12px;
}
.panel-default.static .panel-title,
.panel-primary.static .panel-title,
.panel-danger.static .panel-title,
.panel-success.static .panel-title,
.panel-warning.static .panel-title,
.panel-info.static .panel-title {
    padding-top: 10px;
    padding-bottom: 10px;
}
.panel-default.static .panel-body,
.panel-primary.static .panel-body,
.panel-danger.static .panel-body,
.panel-success.static .panel-body,
.panel-warning.static .panel-body,
.panel-info.static .panel-body {
    padding-top: 16px;
}
.panel-default.static .panel-body p:last-child,
.panel-primary.static .panel-body p:last-child,
.panel-danger.static .panel-body p:last-child,
.panel-success.static .panel-body p:last-child,
.panel-warning.static .panel-body p:last-child,
.panel-info.static .panel-body p:last-child {
    margin-bottom: 8px;
}
.panel-default .panel-heading {
    background: #e1e4e6;
}
.panel-default .panel-heading .panel-title {
    color: #000000;
}
.panel-default .panel-heading .panel-title a {
    color: #000000;
}
.panel-default .panel-heading .panel-title a:hover,
.panel-default .panel-heading .panel-title a:focus,
.panel-default .panel-heading .panel-title a.collapsed {
    color: #000000;
}
.panel-default .panel-heading .panel-title a:after {
    color: #000000;
}
.panel-primary .panel-heading {
    background: #48b4ee;
}
.panel-success .panel-heading {
    background: #40cf4d;
}
.panel-info .panel-heading {
    background: #5bc0de;
}
.panel-danger .panel-heading {
    background: #cc3333;
}
.panel-warning .panel-heading {
    background: #ffce00;
}
/* ----------------------------------- Info Box Widget ----------------------------------- */
.info-box {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #cacaca;
    padding: 20px 0;
    text-align: center;
}
.info-box h3 {
    margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
    .info-box h3 {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 480px) {
    .info-box h3 {
        font-size: 1.25em;
    }
}
.info-box .btn {
    margin-top: 16px;
    padding: 10px 30px !important;
    font-size: 1em !important;
    text-transform: none;
}
.info-box.gray {
    background: #f2f4f5;
}
.info-box.gray h3 {
    color: #000000 !important;
}
.info-box.dark {
    background: #000000;
}
.info-box.primary {
    background: #48b4ee;
}
.info-box.success {
    background: #40cf4d;
}
.info-box.info {
    background: #5bc0de;
}
.info-box.warning {
    background: #ffce00;
}
.info-box.danger {
    background: #cc3333;
}

/* ----------------------------- Breadcrumbs ----------------------------- */
.breadcrumb {
    padding: 0;
    margin-bottom: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
}
.breadcrumb li a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 4px;
    margin-bottom: 8px;
}
.breadcrumb li a:hover {
    border-bottom: 1px solid #48b4ee;
}
.breadcrumb li.active {
    cursor: default;
    color: #b2b2b2;
}
.breadcrumb > li + li:before {
    color: #000000;
}
/* ----------------------------- Pagination ----------------------------- */
.pagination {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 4px 10px 0;
}
.pagination li.page-count {
    margin: 0 25px 10px 0;
}
.pagination li a {
    color: #000000;
    text-decoration: none;
    padding: 3px 6px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    border: none;
}
.pagination li.active a {
    background: #48b4ee;
    color: #fff !important;
    pointer-events: none;
}
/* ------------------ Sticky Buttons (Quick Mail, Scroll Up) ------------------ */
.pagination li:hover a {
    color: #000000;
}
.sticky-btns {
    position: fixed;
    z-index: 1050;
    right: -48px;
    bottom: 10px;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    transition: right 0.3s ease;
}
.sticky-btns.scrolled {
    right: 3px;
}
.sticky-btns span {
    display: block;
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    background: #48b4ee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 6px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.sticky-btns span:hover {
    background: #19a1ea;
}
.sticky-btns span#scrollTop-btn {
    padding-top: 5px;
}
.sticky-btns #qcf-btn.active {
    -webkit-border-radius: 0 0 50px 50px !important;
    -moz-border-radius: 0 0 50px 50px !important;
    border-radius: 0 0 50px 50px !important;
}
@media only screen and (max-width: 768px) {
    .sticky-btns #qcf-btn {
        display: none;
    }
}
.sticky-btns:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.sticky-btns .quick-contact {
    display: none;
    width: 280px;
    bottom: 52px;
    left: -233px;
    position: absolute;
    padding: 12px 20px 24px 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #cecece;
}
.sticky-btns .quick-contact.visible {
    display: block;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.sticky-btns .quick-contact h3 {
    font-size: 1.375em;
    margin-bottom: 12px;
}
.sticky-btns .quick-contact p {
    margin-bottom: 12px;
}
.sticky-btns .quick-contact .form-group {
    margin-bottom: 12px;
}
.sticky-btns .quick-contact textarea {
    width: 238px;
    max-width: 238px;
    height: 90px;
    max-height: 90px;
    resize: none;
    overflow-y: auto;
}
.sticky-btns .quick-contact input[type=submit] {
    margin-top: 24px;
}

/*---------------- Questin Hint ----------------- */

.question{
    position: relative;
    padding: 0 5px;
    color: #BEBEBE;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #BEBEBE;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 18px;
    top: -1px;
}
.question:after{
    content: '?';
    font-weight: 300;
    top: -1px;
    position: relative;
    color: inherit;
}
.question:hover,
.question.question-link:hover {
    color: #48b4ee;
    border: 1px solid #48b4ee;
}

.question:hover:after,
.question.question-link:hover::after {
    color: inherit;
}
.question.pseudo-click-here {
    margin-left: 72px;
}
.question.pseudo-click-here::before {
    content: 'Click here';
    right: 115%;
    color: inherit;
    position: absolute;
    width: 70px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
}
.question.question-link,
.question.question-link::after{
    border-color: #333;
    color: #333;
}

/* ------------------ Social Buttons ------------------- */
.social-sugnup {
    text-align: center;
    margin-top: 24px;
}
.social-sugnup a {
    display: block;
    width: 263px;
    padding: 12px;
    text-decoration: none;
    color: #fff;
    font-size: 1.125em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0px auto 15px auto;
}
@media only screen and (max-width: 480px) {
    .social-sugnup a {
        width: 100%;
    }
}
.social-sugnup a.facebook {
    background: #3B5998;
}
.social-sugnup a.facebook:hover {
    background: #344e86;
}
.social-sugnup a.twitter {
    background: #00ACEE;
}
.social-sugnup a.twitter:hover {
    background: #009ad5;
}
.social-sugnup a.pinterest {
    background: #c21c21;
}
.social-sugnup a.pinterest:hover {
    background: #ac191d;
}
.social-sugnup a.google-plus {
    background: tomato;
}
.social-sugnup a.google-plus:hover {
    background: #ff4d2d;
}
.social-sugnup a small {
    margin-left: 30px;
}

.follow-btn,
.market-btn {
    position: relative;
    display: block;
    max-width: 340px;
    font-size: 1.125em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 0;
    margin: 0 auto 36px auto;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.follow-btn i,
.market-btn i,
.follow-btn span,
.market-btn span {
    display: block;
    position: absolute;
    width: 50px;
    min-height: 100%;
    top: 0;
    left: 0;
    font-size: 1.6em;
    text-align: center;
    padding-top: 12px;
}
.follow-btn span,
.market-btn span {
    background: #fff;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    opacity: 0.15;
    filter: alpha(opacity=15);
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
@media only screen and (max-width: 360px) {
    .follow-btn span,
    .market-btn span {
        width: 40px;
    }
}
.follow-btn:hover,
.market-btn:hover {
    color: #fff;
}
.follow-btn:hover span,
.market-btn:hover span {
    width: 100%;
}
.follow-btn.facebook,
.market-btn.facebook {
    background: #3b5998;
}
.follow-btn.google-plus,
.market-btn.google-plus {
    background: #cc3732;
}
.follow-btn.twitter,
.market-btn.twitter {
    background: #00aced;
}
.follow-btn.linkedin,
.market-btn.linkedin {
    background: #007bb6;
}


/*---------- Support Service --------------*/
.package {
    background-color: #e3ddd1;
    padding: 0;
}
.package .row {
    height: 100%;
}
@media only screen and (max-width: 991px) {
    .package .row .container-fluid {
        text-align: center;
        margin-bottom: 20px;
    }
    .package .row .container-fluid:first-child {
        margin-top: 20px;
    }
    .package-form label.radio.control-label{
        margin-left: 20px;
    }
}
.package > div {
    background: url("../images/photo-cs.jpg") no-repeat 0 50%;
    background-color: #e3ddd1;
    height: 150px;
}
@media only screen and (max-width: 991px) {
    .package > div {
        background: none;
        height: auto;
    }
}
.package h3 {
    font-size: 28px;
    margin-bottom: 0;
    color: #646058;
}
@media only screen and (max-width: 1200px) {
    .package h3 {
        font-size: 1.5em;
    }
}
.package .sub-text {
    color: #646058;
}
.package .sub-text strong {
    font-weight: 500;
}
.package .btn {
    border: 2px solid #98938a;
    margin-bottom: 23px;
    color: #7f7a70 !important;
}
.package .btn:hover {
    color: #fff !important;
    background: #98938a;
}

/* -------------------------- My Migration Page -------------------------- */

.my-migration-page .card{
  background: #fff;
  -webkit-box-shadow: 0 9px 30px -3px rgba(0,0,0,.20);
  -moz-box-shadow: 0 9px 30px -3px rgba(0,0,0,.20);
  box-shadow: 0 9px 30px -3px rgba(0,0,0,.20);
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
}

.my-migration-page .col-migration,
.my-migration-page .col-support{
    height: 100%;
    margin: 60px auto 30px;
    min-height: 340px;
    padding: 60px 15px 70px;
}
.my-migration-page .equal .col-migration,
.my-migration-page .equal .col-support,
.my-migration-page .col-video{
    min-height: 440px;
    background: #fff;
}

.my-migration-page .col-video{
    min-height: 340px;
    padding: 0;
}
.equal .col-support p{
    margin-bottom: 0;
}
.equal .col-migration ul{
    margin-bottom: 30px;
}
.my-migration-page .col-migration h4,
.my-migration-page .col-support h4 {
    text-align: center;
    font-size: 20px;
}
.my-migration-page .col-migration .cta{
    position: absolute;
    bottom: 30px;
    left: calc(50% - 91px);
}

.my-migration-page .col-support .cta {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 116px);
}
.my-migration-page{
    padding-bottom: 50px;
}
.my-migration-page h2{
    font-weight: 300;
}
.assisted-migration,
.automated-migration{
    width: 80px;
    height: 80px;
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 45px;
    position: absolute;
    top: 20px;
    left: calc(50% - 40px);
}
.assisted-migration img,
.automated-migration img{
    margin: 0 auto;
    top: 6px;
    position: relative;
}

.my-migration-page .col-migration .my-migration-icon,
.my-migration-page .col-support .my-migration-icon{
    width: 60px;
    height: 60px;
    background: url("../images/my-migration-icon.png") no-repeat 0 50% transparent;
}
.my-migration-page .col-migration .my-migration-icon.cart{
    background-position: 0 50%;
}
.my-migration-page .col-support .my-migration-icon.support{
    background-position: 100% 50%;
}

.my-migration-page .col-migration ul.my-migration-list{
    padding-left: 17px;
}

.my-migration-page .col-migration ul.my-migration-list li{
    position: relative;
}

.my-migration-page .col-migration ul.my-migration-list li i{
    position: absolute;
    left: -22px;
    top: 5px;
    color: #B5B5B5;
}
.my-migration-page .col-migration .notice{
    font-size: 14px;
    color: #7f7f7f;
}

.my-migration-page .col-estimate img{
    display: block;
    margin: 0 auto 20px;
}
.my-migration-page .col-estimate .estimate-title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.my-migration-page .col-estimate.wide .row{
    display: flex;
    align-items: center;
}

.my-migration-page .btn{
    margin: 20px 0 !important;
}
.my-migration-page .how-it-works{
    margin: 0 0 20px;
    text-align: center;
}
@media all and (max-width: 991px) {
    .assisted-migration,
    .automated-migration{
        top: -40px;
    }
    .my-migration-page .col-support{
        padding: 60px 15px 90px;
    }
    .my-migration-page .col-migration,
    .my-migration-page .equal .col-migration,
    .my-migration-page .equal .col-support,
    .my-migration-page .col-video{
        min-height: auto;
    }
    .my-migration-page .col-estimate.wide .row{
        display: block;
        align-items: center;
        text-align: center;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .my-migration-page .equal .col-migration,
    .my-migration-page .equal .col-support {
        min-height: 530px;
    }
    .my-migration-page .col-migration,
    .my-migration-page .col-support{
        min-height: 400px;
    }
}
/*@media only screen and (min-width: 768px) and (max-width: 992px) {*/
.my-migration-page .my-migration-icon{
    display: table;
    margin: 0 auto;
}
/*}*/



/* ------------------------- My Migration List ------------------------- */
.migration-list-heading{
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
}

.heading-line > div{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
i[class*=bullet-]{
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    padding: 4px 5px;
    margin-right: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -wekit-border-radius: 100px;
}

.bullet-ok,
.bullet-play{
    background: url("../images/migration.png") no-repeat 50% 0;
}
.bullet-ok{
    background-position: -8px -26px;
}
.bullet-play{
    background-position: -6px 1px;
}
.bullet-blue, .bullet-in_demo_progress, .bullet-in_progress, .bullet-wait_for_demo, .bullet-wait_for_progress, .bullet-wait_for_files_copier{
    background-color: #48b4ee;
}
.bullet-green, .bullet-edited, .bullet-created, .bullet-demo_completed, .bullet-refunded, .bullet-fraud{
    background-color: #7fcd60;
}
.bullet-grey, .bullet-completed {
    background-color: #dfdfdf;
}
.bullet-orange, .bullet-paused, .bullet-waiting_for_clients_reply{
    background-color: #ffa54d;
}
.bullet-red, .bullet-error, .bullet-demo_error{
    background-color: #ff775d;
}

.title-list-migration{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    color: #2E3C49;
}
.title-list-migration > span{
    font-weight: 600;
}

.item-migration{
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
}
.link-store {
    min-width: 200px;
    max-width: 200px;
}

.table-border-none{
    border: none !important;
}

.reset-paragraph p{
    margin-bottom: 0;
}

.parent-table-entity{
    margin-bottom: -1px;
}

.table-entity-space-bottom{
    margin-bottom: 10px;
}

.link-store-margin{
    margin: 14px 0;
}
#options-container .table label{
    padding-left: 20px;
}
#options-container .table .custom-checkbox{
    float: left;
}

.vcenter {
    vertical-align: middle !important;
}

.checked-active{
    background: #d8f7db;
}
.link-store,
.arrow-migration{
    vertical-align: top;
    display: inline-block;
}

.link-store > a{
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    margin-top: 5px;
    word-break: break-all;
}

.link-store > img{
    display: block !important;
    width: 150px;
    height: 50px;
}

.arrow-migration {
    vertical-align: top;
    margin: 10px 40px 0 0;
}

.list-entity-arrow-migration{
    margin: 10px 0 0 0;
}

.arrow-migration > i{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    color: #cdcdcd;
    background: url("../images/migration.png") no-repeat 50% -110px transparent;
}

.date-migration > div i{
    font-size: 20px;
    vertical-align: middle;
}
.date-migration > div span{
    font-size: 14px;
    color: #9f9f9f;
    vertical-align: middle;
}

.date-migration > div{
    margin-bottom: 5px;
}
.date-migration > div.date-create i,
.date-migration > div.date-modified i {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.date-migration > div.date-create i{
    background: url("../images/migration.png") no-repeat 50% -58px;
}
.date-migration > div.date-modified i{
    background: url("../images/migration.png") no-repeat 50% -85px;
}

@media only screen and (max-width: 767px) {
    .date-migration > div {
        display: inline-block;
    }
    .migration-list-heading {
        text-align: center;
    }
}

@media only screen and (max-width: 640px),
screen and (min-width: 767px) and (max-width: 1200px) {
    .link-store{
        max-width: 100%;
    }
    .item-migration .arrow-migration{
        display: block;
        margin: 0 40px 0 0;
    }
    .item-migration .arrow-migration > i{
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        margin-left: 65px;
    }
}

.action-options{
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.action-options li{
    display: inline-block;
    margin-right: 10px;
}
.action-options li a{
    color: #647686;
    font-size: 14px;
    text-decoration: none;
}
.action-options li .fontastic-details{
    background-position: 50% -150px;
}
.action-options li .fontastic-log{
    background-position: 50% -338px;
}
.action-options li .fontastic-edit{
    background-position: 50% -375px;
}
.action-options li .fontastic-down{
    background-position: 50% -187px;
}
.action-options li .fontastic-config{
    background-position: 50% -262px;;
}
.action-options li .fontastic-etc{
    background-position: 50% -411px;
}
.action-options li .fontastic-insurance{
    background-position: 50% -300px;
}

.available-actions .btn{
    min-width: 225px !important;
    max-width: 225px;
    margin-bottom: 10px !important;
}

.btn-blue, .btn-in_demo_progress, .btn-in_progress, .btn-wait_for_demo, .btn-wait_for_progress{
    background-color: #48b4ee;
}
.btn-blue:hover, .btn-in_demo_progress:hover, .btn-in_progress:hover, .btn-wait_for_demo:hover, .btn-wait_for_progress:hover,
.btn-blue:active, .btn-in_demo_progress:active, .btn-in_progress:active, .btn-wait_for_demo:active, .btn-wait_for_progress:active{
    background-color: #48aae4;
}
.btn-green, .btn-edited, .btn-created, .btn-demo_completed, .btn-refunded, .btn-fraud{
    background-color: #40cf4d;
}
.btn-green:hover, .btn-edited:hover, .btn-created:hover, .btn-demo_completed:hover, .btn-refunded:hover, .btn-fraud:hover,
.btn-green:active, .btn-edited:active, .btn-created:active, .btn-demo_completed:active, .btn-refunded:active, .btn-fraud:active{
    background-color: #40c54d;
}
.btn-grey, .btn-completed{
    background-color: #dfdfdf;
    color: #8F8F8F !important;
}
.btn-grey:hover, .btn-completed:hover,
.btn-grey:active, .btn-completed:active{
    background-color: #d5d5d5;
}
.btn-orange, .btn-paused, .btn-waiting_for_clients_reply{
    background-color: #ffa54d;
}
.btn-orange:hover, .btn-paused:hover, .btn-waiting_for_clients_reply:hover,
.btn-orange:active, .btn-paused:active, .btn-waiting_for_clients_reply:active{
    background-color: #f59b4d;
}
.btn-red, .btn-error, .btn-demo_error{
    background-color: #ff775d;
}
.btn-red:hover, .btn-error:hover, .btn-demo_error:hover,
.btn-red:active, .btn-error:active, .btn-demo_error:active{
    background-color: #f5765c;
}

@media only screen and (max-width: 767px){
    .available-actions{
        text-align: center;
    }
    .available-actions .btn{
        margin-top: 10px !important;
    }
    .date-migration, .action-options, .item-migration .items-center {
        text-align: center;
    }

    .link-store > img {
        margin: 0 auto;
    }
}

.info-table{
    background-color: #DCE8F2;
}

.success-table{
    background-color: #CAEEED;
}

.warning-table{
    background-color: #FFEEBF;
}

.error-table{
    background-color: #F9D6D0;
}
.table-responsive{
    overflow: hidden;
}
/* ---------------------- Your Personal Information ------------------- */

.change-password-container{
    display: none;
    margin-left: 5px;
}

.change-email-container{
    display: none;
}

/* ---------------------- Wizard ------------------- */
.wizard-side{
    z-index: 1;
}

ul.wizard-sidebar-steps li{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    vertical-align: middle;
    border-bottom: 1px solid #E7E7E7;
}

ul.wizard-sidebar-steps li.step.done{
    color: #7fcd60;
}
ul.wizard-sidebar-steps li.step.active{
    color: #48b4ee;
    background: #FAFAFA;
    margin-right: -1px;
}
ul.wizard-sidebar-steps li.step.remain{
    color: #b8b8b8;
}

ul.wizard-sidebar-steps li a{
    color: #494949;
    text-decoration: none;
    display: block;
    padding: 15px 10px 15px 45px;
}

ul.wizard-sidebar-steps li.active a{
    color: #48b4ee;
}
ul.wizard-sidebar-steps li:hover a{
    color: #48b4ee;
}

ul.wizard-sidebar-steps li:last-child{
    border: none;
}
ul.wizard-sidebar-steps li.active:first-child{
    border-top: 1px solid #E7E7E7;
}
ul.wizard-sidebar-steps li.active:last-child{
    border-bottom: 1px solid #E7E7E7;
}
ul.wizard-sidebar-steps li i{
    margin-left: -35px;
    top: -2px;
    position: relative;
    vertical-align: middle !important;
    text-align: center;
}

.wizard-content .title-step{
    font-size: 1.25em;
}

.wizard-content h3{
    font-size: 20px;
    color: #343434;
    text-transform: uppercase;
}
.wizard-content a,
.wizard-content h4{
    color: #333;
}

.live-chat-wizard{
    width: 100px;
}
@media only screen and (max-width: 384px){
    .x-small{
        width: 100%;
    }
    .live-chat-wizard{
        float: left;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px){
    ul.wizard-sidebar-steps li{
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .wizard-side{
        display: none;
    }
    .wizard .wizard-steps-responsive .wizard-steps-container {
        margin: 0;
    }
    .side-collapse ul.nav li {
        float: none;
        width: 170px;
    }
    ul.wizard-sidebar-steps {
        text-align: center;
    }
    ul.wizard-sidebar-steps li a {
        padding: 15px 10px 15px 10px;
    }
    #billingContent {
        text-align: center;
    }
}

.wizard .sticky-wrapper{
    margin-bottom: 20px;
}
.wizard .sticky-wrapper .sticky-steps.stuck{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    height: 80px;
    -moz-box-shadow: 1px 1px 0 #e7e7e7;
    -webkit-box-shadow: 1px 1px 0 #e7e7e7;
    box-shadow: 1px 1px 0 #e7e7e7;
    padding-top: 7px;
}
.wizard .sticky-wrapper .sticky-steps.stuck ul.wizard-steps li.done:after{
    background-color: #fff;
}

@media only screen and (max-width: 767px){
    .sticky-wrapper {
        height: auto !important;
    }
}

.responsive-steps{
    position: relative;
    text-transform: uppercase;
    color: #48b4ee;
}
.responsive-steps > small{
    text-transform: initial;
    color: #9C9C9C;
    position: absolute;
    left: 0;
    bottom: -12px;
    font-size: 14px;
    font-weight: 300;
    min-width: 100px;
    text-align: left;
}

.navigation-steps{
    margin: 0 auto;
    display: table;
}
.navigation-steps li > a{
    display: inline-block;
    background: #D8D8D8;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.navigation-steps li.done > a{
    background: #CDE55B;
}

.navigation-steps li.active > a{
    background: #48b4ee;
}

.notice{
    font-size: 14px;
    padding: 20px;
    margin: 10px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    clear: both;
}

.notice a,
.notice a:hover,
.notice a:active,
.notice a:focus{
    color: #000;
}

.default-notice{
    background: rgba(0, 0, 0, 0.05);
}

.description-notice{
    border: 1px solid #99ce84;
}

.success-notice{
    background: #CDECF5;
}
.warning-notice{
    background: #ffeebf;
}
.error-notice{
    background: #f8d0c8;
}

.info-notice{
    background: #DCE8F2;
}

.scroller{
    max-height: 500px;
    overflow-y: auto;
}

.upload-heading{
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #ccc;
    border-bottom: 1px solid #EAEAEA;
}

.up-time100{
    width: 37px;
    display: inline-block;
}

/* TODO */
.container-connection-bridge h4{
    margin: 0;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.container-connection-bridge .or-bridge-type{
    margin: 0 10px;
}


@media only screen and (max-width: 767px){
    .container-connection-bridge .or-bridge-type{
        margin: 5px auto;
        display: block;
    }
}


@media only screen and (max-width: 767px){
    .download-bridge{
        margin: 0 0 20px;
    }
}
.download-bridge h5{
    color: #ff775d;
    margin: 0;
    font-weight: 500;
}

.bridge-success{
    margin-top: 10px;
    font-style: italic;
    vertical-align: middle;
    text-align: center;
}

.bridge-success:before{
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border: 1px solid #525252;
    vertical-align: middle;
    margin: 0 7px 5px 0;
    background: url("../images/wizard/wizard.png") no-repeat 50% -864px transparent;
}

.bridge-wrapper .numbering{
    position: absolute;
    font-weight: 300;
    left: 0;
    top: 1px;
    font-size: 14px;
}

.bridge-wrapper .bridge-next{
    position: absolute;
    background: url("../images/wizard/wizard.png") 50% -910px transparent;
    width: 20px;
    height: 35px;
    left: -9px;
    top: 45px;
}

@media only screen and (max-width: 767px){
    .bridge-wrapper .bridge-next{
        position: static;
        background: none;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 0;
        margin-bottom: 10px;
    }
}

#source-bridge-success,
#target-bridge-success{
    display: none;
}

/* TODO */
.fontastic-download{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/download.png") no-repeat 0 50% transparent;
}

.download-bridge > span{
    display: inline-block;
    color: #A1A1A1;
}



/**
 * Cart preview
 */

label.cart-preview {
    color: #1e74b3;
    font-size: 16px;
    font-weight: bold;
}

.cart-preview.field_hint {
    margin-left: 18px;
    margin-right: 50px;
}

.cart-preview-theme-wrapper {
    display: none;
}

.cart-preview-about {
    text-align: center;
}

.cart-preview-about .cart-preview-about-title {
    padding-top: 15px;
    font-size: 20px;
    color: #51940f;
}

.cart-preview-about .field_hint {
    padding: 5px 40px;
    text-align: left;
}

.cart-preview-about .cart-preview-about-subtitle {
    padding: 15px 0;
    font-size: 18px;
}

.cart-preview-themes{
    margin: 0 30px;
}

.cart-preview-themes-list{
    text-align: center;
}

.cart-preview-themes-all ul.cart-preview-themes-list li {
    vertical-align: top;
    padding: 0;
    margin: 5px;
    position: relative;
    background: none;
}


.cart-preview-themes-all ul.cart-preview-themes-list li i {
    display: none;
    z-index: 1;
}

.cart-preview-themes-all ul.cart-preview-themes-list li.selected:after {
    position: absolute;
    content: "";
    display: block;
    font-size: 12px;
    color: #fff;
    background: url("../images/wizard/wizard.png") no-repeat 50% -438px #cde55b;
    opacity: 1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    top: 36%;
    left: 33%;
    width: 50px;
    height: 50px;
    padding: 17px;
    box-sizing: border-box;
    z-index: 2;
}

.cart-preview-themes-all ul.cart-preview-themes-list li.selected{
    border: 3px solid #B3E5FF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}


.cart-preview-themes-all ul.cart-preview-themes-list li,
.cart-preview-themes-all ul.cart-preview-themes-list li.selected i,
.cart-preview-themes-all ul.cart-preview-themes-list li img {
    display: block;
}
.cart-preview-themes-all ul.cart-preview-themes-list li img {
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 145px;
    height: 156px;
}
.cart-preview-themes-all ul.cart-preview-themes-list li.selected img{
    border: none;
}

.cart-preview-themes-all ul.cart-preview-themes-list li.selected i,
.cart-preview-themes-all ul.cart-preview-themes-list li.todo i{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.cart-preview-themes-all ul.cart-preview-themes-list li {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

.cart-preview-themes a.help {
    display: none;
}

.cart-preview-themes .qmark {
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    height: auto !important;
    background: none !important;
    cursor: default !important;
}

.cart-preview-themes .hint {
    padding: 5px 10px;
    color: #000;
    margin-top: 14px;
    text-align: left;
    line-height: 16px;
}

.cart-preview-themes .qmark .selected,
.cart-preview-themes .qmark .hint {
    display: none;
    position: absolute;
    padding-top: 10px;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    border: 3px solid #D2E76B;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.cart-preview-themes .qmark .hint .live-demo{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #cde55b;
    text-transform: uppercase;
    padding: 15px;
    color: #758140;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.cart-preview-themes .qmark label {
    display: block;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    position: absolute;
    bottom: 45px;
    width: 100%;
    left: 0;
    padding: 5px 0 5px 10px;
    height: 45px;
    background: rgba(255,255,255,0.7);
}

.cart-preview-themes .qmark label input {
    line-height: 18px;
    margin-right: 2px;
    vertical-align: middle;
}

.cart-preview-themes .qmark label span {
    position: absolute;
    margin-top: 2px;
}

.cart-preview-themes .qmark .selected.active{
    display: block;
}

.cart-preview-themes .qmark .selected.active > i{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #C3E03A;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.cart-preview-themes .qmark .selected.active > i:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    background: url("../images/wizard/wizard.png") no-repeat 50% -455px transparent;
}

/* --------------------------- Owl --------------------------- */

.owl-nav .owl-prev,
.owl-nav .owl-next{
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: url(../images/arrows-preview.png) no-repeat 0 42% transparent;
}
.owl-nav .owl-prev{
    left: -25px;
    background-position: 0 0;
}
.owl-nav .owl-next{
    right: -25px;
    background-position: 100% 0;
}

.demo-tips{
    padding-bottom: 35px;
}

.demo-tips .owl-nav .owl-prev,
.demo-tips .owl-nav .owl-next,
.wizard-notices .owl-nav .owl-prev,
.wizard-notices .owl-nav .owl-next,
.package-notices .owl-nav .owl-prev,
.package-notices .owl-nav .owl-next{
    height: 20px;
    margin-top: 0;
    top: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.demo-tips .owl-nav .owl-prev:hover,
.demo-tips .owl-nav .owl-next:hover,
.wizard-notices .owl-nav .owl-prev:hover,
.wizard-notices .owl-nav .owl-next:hover,
.package-notices .owl-nav .owl-prev:hover,
.package-notices .owl-nav .owl-next:hover{
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.demo-tips .owl-nav .owl-prev,
.package-notices .owl-nav .owl-prev,
.wizard-notices .owl-nav .owl-prev{
    left: 50%;
    margin-left: -20px;
    background-position:  0 100%;
}
.demo-tips .owl-nav .owl-next,
.package-notices .owl-nav .owl-next,
.wizard-notices .owl-nav .owl-next{
    right: 50%;
    margin-right: -20px;
    background-position:  100% 100%;
}
.demo-tips .owl-dots,
.package-notices .owl-dots,
.wizard-notices .owl-dots{
    display: none !important;
}

/* ------------------ User Profile ------------------- */
.user-profile{
    text-align: center;
    display: table;
    margin: 0 auto 20px;
}
.user-profile > h3{
    font-size: 20px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 260px;
}

.user-profile #profile-progress {
    background-color: #e8e8e8;
    width: 100%;
    height: 5px;
    margin: 10px auto;
    border-radius: 50px;
}
.user-profile #profile-progress > span {
    width: 0;
    height: 100%;
    background: #9CC9C8;
    border-radius: 50px;
    position: relative;

    transition: width 500ms;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -o-transition: width 500ms;
    display: block;
}
.user-profile .help-block{
    margin: 0;
}

/* ------------------ Outline Tabs ------------------- */

.outline-tabs .nav-tabs{
    text-align: center;
}

.outline-tabs .nav-tabs > li{
    float: none !important;
    display: inline-block;
}

.outline-tabs .nav-tabs > li a{
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    padding: 7px 24px;
    text-decoration: none;
    color: #2e3c49;
}
.outline-tabs .nav-tabs > li.active a{
    color: #ff775d;
}
.outline-tabs .tab-content .tab-pane.active{
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .outline-tabs .nav-tabs {
        border: none;
    }

    .outline-tabs .nav-tabs > li {
        display: block;
    }

    .outline-tabs .nav-tabs > li a {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    .outline-tabs .nav-tabs > li.active a{
        border-bottom-color: #ddd;
    }
    .outline-tabs .nav-tabs > li > a:hover {
        border-color: #f2f4f5;
    }
}

/* ------------------ Line Heading ------------------- */

.line-heading {
    text-transform: uppercase;
    border-bottom: 1px solid #EFEFEF;
}

.white-content{
    padding: 20px;
    background: #fff;
    border: 1px solid #e9e9e9;
}

/* ------------------ Add Funds ------------------- */
.addfunds:before{
    content: "\0024";
    color: #474747;
    position: absolute;
    top: 9px;
    left: 25px;
}
.addfunds input{
    padding-left: 20px;
}

.addfunds-price{

}

.support-service-box{
    display: block;
    width: 120px;
    height: 120px;
    float: left;
    background: url("../images/support-service-box-middle.png") no-repeat 50% 50% transparent;
}

.modal-dialog{
    background: #FFF;
    margin: 30px auto !important;
}
@media screen and (max-width: 998px) {
    .modal-dialog {
        width: 100%!important;
    }
    .modal-dialog iframe {
        width: 100%;
        height: 70vh;
    }
}

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    background-color: #fff;
    border: rgba(0,0,0,0.1);
    padding: 20px;
    max-height: 100% !important;
}

.modal-header{
    border: none;
    padding: 0;
    min-height: 0;
}

.modal-body{
    max-height: 100% !important;
}

.modal-header .close {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    opacity: .7;
    font-weight: 200;
    font-size: 36px;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 999;
    outline: none;
}

.modal-message .modal-dialog {
    width: 300px;
}
.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center!important;
}

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px;
}

.modal-message .modal-body {
    color: #737373;
}

.modal-message .modal-header {
    color: #fff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}

.modal-message .modal-header{
    font-size: 30px;
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

.modal-backdrop.in {
    zoom: 1;
    filter: alpha(opacity=8);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

.modal-backdrop {
    background-color: rgb(0, 0, 0);
}

.modal-message.modal-success .modal-header {
    color: #53a93f;
    border-bottom: 3px solid #a0d468;
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}

.modal-backdrop.in{
    opacity: 0.6;
}

.modal.YouTubeModal .modal-dialog,
.modal.YouTubeModal .modal-dialog .modal-content{
    background-color: transparent;
}
.modal.YouTubeModal .modal-dialog .modal-content button.close{
    right: 25px;
    top: 22px;
    color: #fff;
}
.modal.YouTubeModal .modal-dialog .modal-content .modal-header .modal-title{
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    padding: 10px 20px 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 -4px -5px 4px;
}

/* ------------------ WIZARD ------------------- */
.wizard .wizard-steps-container{
    margin: 0 auto 20px;
    display: table;
    position: relative;
}

.wizard .wizard-steps-container .line{
    display: block;
    height: 1px;
    width: 100%;
    background: #dfdfdf;
    position: absolute;
    top: 25px;
    z-index: 1;
}

.wizard ul.wizard-steps{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.wizard ul.wizard-steps li {
    position: relative;
    margin: 0 70px 0 0;
    background: #dfdfdf;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
}
.wizard ul.wizard-steps li.done:after{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background: url("../images/wizard/wizard.png") no-repeat 50% -110px #FAFAFA;
    top: 50%;
    margin-top: -10px;
    z-index: 99;
    left: 75px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

@media screen and (max-width: 767px) {
    .wizard ul.wizard-steps li{
        margin: 0 30px 0 0;
    }
    .wizard ul.wizard-steps li.done:after{
        left: 57px;
    }
}

@media screen and (max-width: 1024px) {
    .wizard ul.wizard-steps li.done:after{
        background-color: #FAFAFA;
    }
}

.wizard ul.wizard-steps li.done:last-child:after{
    display: none;
}

.wizard ul.wizard-steps li:last-child{
    margin-right: 0 !important;
}

.wizard ul.wizard-steps li span{
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: 300;
    color: #595959;
}
.wizard ul.wizard-steps li span.finish{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../images/wizard/wizard.png") no-repeat 50% 12px transparent;
}

.wizard ul.wizard-steps li.active{
    background: #57bafd;
}

.wizard ul.wizard-steps li.active span{
    color: #fff;
}
.wizard ul.wizard-steps li.active span.finish{
    background-position: 50% -64px;
}

.wizard ul.wizard-steps li.done{
    background: #cde55b;
}

.wizard ul.wizard-steps li.done span{
    color: #949f5d;
}
.wizard ul.wizard-steps li.done span.finish{
    background-position: 50% -26px;
}

.wizard .wizard-steps-responsive ul.wizard-steps li > a{
    display: none;
}

.wizard ul.wizard-steps li .completed{
    position: absolute;
    display: block;
    color: #7D7D7D;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    width: 120px;
    line-height: 1.8;
    left: -35px;
}

.wizard ul.wizard-steps li .completed-circle{
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
}

@media only screen and (max-width: 767px){
    .wizard ul.wizard-steps li .completed{
        position: relative;
        left: 50px;
        top: -5px;
        line-height: 1;
        text-align: left;
        color: #9C9C9C;
        font-weight: 300;
    }
    .wizard ul.wizard-steps li .completed-circle{
        display: none;
    }
}

.wizard .wizard-sidebar,
.get-package-notice{
    float: right;
}

.owl-carousel .owl-item {
    max-height: 416px!important;
    overflow-y: auto;
}

.wizard .wizard-content,
.get-package-content{
    float: left;
}
@media only screen and (max-width: 767px){
    .wizard .wizard-content,
    .get-package-content{
        width: 100%;
    }
}

.wizard .wizard-sidebar.fade-in{
    zoom: 1;
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-animation: fade-in-notice 1s 1 linear;
    -moz-animation: fade-in-notice 1s 1 linear;
    -o-animation: fade-in-notice 1s 1 linear;
    animation: fade-in-notice 1s 1 linear;
}

@-webkit-keyframes fade-in-notice {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fade-in-notice {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-ms-keyframes fade-in-notice {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes fade-in-notice {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fade-in-notice {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/*--------------- Wizard Sidebar -------------*/

.content{
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 0;
    /*overflow: hidden;*/   /* Need to be commented for correct showing error message in wizard target card fields */
}

.wizard .wizard-sidebar .live-chat-wizard,
.get-package-notice .live-chat-packages{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #f8f8f8;
}

.wizard .wizard-sidebar .live-chat-wizard .photo-wizard,
.get-package-notice .live-chat-packages .photo-packages{
    width: 110px;
    height: 110px;
    background: url("../images/wizard/photo-wizard.jpg") no-repeat 50% 50% transparent;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #e3e3e3;
    display: inline-block;
    vertical-align: top;
}

.wizard .wizard-sidebar .live-chat-wizard .live-chat-context,
.get-package-notice .live-chat-packages .live-chat-context{
    text-align: center;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
}

.wizard .wizard-sidebar .live-chat-wizard .live-chat-context .live-chat-title,
.get-package-notice .live-chat-packages .live-chat-context .live-chat-title{
    color: #57bafd;
    font-size: 18px;
    text-transform: uppercase;
}

.wizard .wizard-sidebar .live-chat-wizard .live-chat-context .need-help,
.get-package-notice .live-chat-packages .live-chat-context .need-help{
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    color: #a5a5a5;
}

.wizard .wizard-sidebar .live-chat-wizard .live-chat-context .btn.chat-now,
.get-package-notice .live-chat-packages .live-chat-context .btn.chat-now{
    background: #cde55b;
    font-weight: 500;
    color: #758140 !important;
    padding: 7px 28px !important;
    font-size: 14px !important;
    margin-top: 10px !important;
    position: static;
}
.wizard .wizard-sidebar .live-chat-wizard .live-chat-context .btn.chat-now:hover,
.get-package-notice .live-chat-packages .live-chat-context .btn.chat-now:hover{
    background: #c6de55;
}

.wizard .wizard-sidebar .notice-container,
.get-package-notice .notice-container{
    padding: 20px 10px 10px 20px;
    font-size: 12px;
}
.wizard .wizard-sidebar .notice-container .owl-carousel .active-notice,
.get-package-notice .notice-container .owl-carousel .active-notice{
    -webkit-animation: active-notice 2s 1 linear;
    -moz-animation: active-notice 2s 1 linear;
    -o-animation: active-notice 2s 1 linear;
    animation: active-notice 2s 1 linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard .wizard-sidebar .notice-container .owl-carousel .owl-stage .owl-item > li,
.get-package-notice .notice-container .owl-carousel .owl-stage .owl-item > li{
    padding: 10px;
}

.next-step-container{
    text-align: center;
    width: 100%;
    background-color: #dce8f2;
    border-top: 1px solid #d1dce6;
    padding: 20px 0;
    margin-top: 20px;
}

.next-step-container .nex-step-label{
    font-style: italic;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #838e96;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 480px){
    .next-step-container .nex-step-label{
        display: block;
        margin-bottom: 5px;
    }
}

/*---------- Animation Background -----------*/

@-webkit-keyframes active-notice {
    0%   { background: #ffd47a; }
    100% { background: transparent; }
}
@-moz-keyframes active-notice {
    0%   { background: #ffd47a; }
    100% { background: transparent; }
}
@-ms-keyframes active-notice {
    0%   { background: #ffd47a; }
    100% { background: transparent; }
}
@-o-keyframes active-notice {
    0%   { background: #ffd47a; }
    100% { background: transparent; }
}
@keyframes active-notice {
    0%   { background: #ffd47a; }
    100% { background: transparent; }
}



@media only screen and (min-width: 767px) and (max-width: 991px){
    .wizard .wizard-sidebar .content{
        background-color: #f8f8f8 !important;
    }
    .wizard .wizard-sidebar .live-chat-wizard,
    .wizard .wizard-sidebar .notice-container{
        float: right !important;
        background-color: #f8f8f8 !important;
    }
    .wizard .wizard-sidebar .live-chat-wizard{
        border-right: 1px solid #E8E8E8;
        margin-top: 10px;
    }
}


@media only screen and (max-width: 991px){
    .wizard .wizard-sidebar,
    .get-package-notice{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .wizard .wizard-sidebar,
    .get-package-notice{
        display: none;
    }
    .wizard .wizard-steps-responsive{
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .wizard .wizard-steps-responsive ul.wizard-steps li{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: 10px;
        display: block;
    }

    .wizard .wizard-steps-responsive ul.wizard-steps li span{
        font-weight: 300;
    }
    .wizard ul.wizard-steps li span.finish{
        background-position: 50% 6px;
    }
    .wizard ul.wizard-steps li.done span.finish{
        background-position: 50% -32px;
    }
    .wizard ul.wizard-steps li.active span.finish{
        background-position: 50% -68px;
    }

    .wizard .wizard-steps-responsive ul.wizard-steps li > a{
        display: inline;
        position: absolute;
        width: 230px;
        margin-left: 10px;
        text-align: left;
    }
    .wizard .wizard-steps-responsive .line,
    .wizard .wizard-steps-responsive ul.wizard-steps li:after{
        display: none !important;
    }
}

@media only screen and (min-width: 767px){

    .wizard .wizard-steps-container{
        display: table !important;
    }
    .wizard .wizard-steps-responsive{
        display: block !important;
    }
}


/*---------- Source and Target Cart Setup -----------*/

.wizard .active-area{
    background: #CEECF1;
    padding-bottom: 15px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
    margin: 0;
}

.block-notice{
    margin: 0;
}

.wizard .bridge-container{
    padding: 20px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.wizard .automatic.bridge-container p{
    margin: 0 30px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .wizard .bridge-container {
        padding: 20px 50px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .wizard .ftp-host-port {
        margin-left: 127px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .wizard .ftp-host-port {
        margin-left: 26px;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .wizard .ftp-host-port {
        margin-right: -30px;
    }
}

@media only screen and (min-width: 1200px) {
    .wizard .ftp-port-container {
        margin-left: -61px;
    }
}

/*.wizard  #manual-target-bridge,
.wizard  #manual-source-bridge{
display: none;
}*/

.wizard  #automatic-target-bridge,
.wizard  #automatic-source-bridge{
    display: none;
}

.wizard .automatic-source-bridge,
.wizard .automatic-target-bridge,
.wizard .manual-source-bridge,
.wizard .manual-target-bridge{
    color: #333333;
    text-decoration: underline;
}
.wizard .automatic-target-bridge,
.wizard .automatic-source-bridge{
    text-transform: none;
}

.wizard .upload-bridge,
.wizard .check-connection{
    background-image: url("../images/wizard/wizard.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-right: 45px !important;
}

.wizard .upload-bridge{
    background-position: 95% -185px;
}

.wizard .check-connection{
    background-position: 95% -485px;
}

.wizard .check-source-bridge,
.wizard .check-target-bridge{
    word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
    .wizard .manual-source-bridge,
    .wizard .manual-target-bridge{
        display: block;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .wizard .manual-source-bridge,
    .wizard .manual-target-bridge{
        display: block;
    }
}

.sub-step{
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding-bottom: 5px;
}

.sub-step .done-icon{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/wizard/wizard.png") no-repeat 50% -528px transparent;
    margin: 5px 0 0 15px;
    position: absolute;
}

.bridge-container.sub-step .done-icon{
    margin: -4px 0 0 -7px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .sub-step .done-icon{
        left: 0;
        top: 0;
    }
    .bridge-container .sub-step .done-icon{
        margin: 15px 0 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .sub-step .done-icon{
        left: -10px;
        top: 0;
    }
    .bridge-container.sub-step .done-icon{
        margin: 25px 0 0 5px;
    }
}

.sub-steps-progress{
    margin-top: 15px;
}
.sub-steps-progress ul > li{
    font-size: 14px;
    margin: 0 0 7px;
    padding-left: 30px;
    position: relative;
}

.sub-steps-progress ul > li:before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/wizard/wizard.png") no-repeat 50% -667px;
    position: absolute;
    left: 0;
    top: -3px;
}

.sub-steps-progress .sub-step-label{
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
}

.sub-steps-progress .sub-step-success .sub-step-label{
    color: #9DBB0B;
}
.sub-steps-progress .sub-step-in-progress .sub-step-label{
    color: #57BAFD;
}

.sub-steps-progress .sub-step-success:before{
    background-position: 50% -565px;
}
.sub-steps-progress .sub-step-in-progress:before{
    background-position: 50% -595px;
}

/*---------- Entities Selection -----------*/

.heading{
    font-size: 20px;
    margin: 20px 0 10px;
    padding: 5px 0 5px 50px;
    background: rgb(196, 225, 230);;
}

.heading-green{
    background: rgb(205, 229, 91);
    color: #636b3b;
}

.text-container{
    padding-left: 50px;
    padding-right: 50px;
}

.wizard .text-container{
    padding-left: 70px;
    padding-right: 50px;
}

@media only screen and (max-width: 767px){

    .heading{
        padding-left: 40px;
    }
    .wizard .text-container,
    .text-container{
        padding-left: 30px;
    }
    .wizard .heading {
        text-align: center;
        padding: 5px 0;
    }
    .wizard .sub-step h5 {
        text-align: center;
    }
    .wizard .warning-notice {
        text-align: center;
    }
    .wizard .link-store-margin {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wizard .link-store-margin .arrow-migration > i {
        margin-bottom: 10px;
    }
    .wizard .demo-result-entities {
        display: flex;
        justify-content: center;
    }
    .wizard  #demo-result-entities .table-entity-space-bottom {
        width: 100%
    }
    .wizard  #demo-result-entities .parent-table-entity {
        margin-top: 50px;
        width: 100%;
    }
    .wizard  #demo-result-entities .parent-table-entity tbody {
        width: 100%;
    }
    .wizard  #demo-result-entities .parent-table-entity tbody tr:nth-child(1){
        position: relative;
    }
    .wizard  #demo-result-entities .parent-table-entity tbody tr:nth-child(1) td:nth-child(1) {
        position: absolute;
        top: -49px;
        left: 60px;
        width: 50%;
    }
    .wizard  #demo-result-entities .parent-table-entity tbody tr:nth-child(1) td:nth-child(4) {
        position: absolute;
        top: -47px;
        right: 60px;
    }
    .wizard  #demo-result-entities .parent-table-entity tbody tr:nth-child(1) td:nth-child(2),
    .wizard  #demo-result-entities .parent-table-entity tbody tr:nth-child(1) td:nth-child(3) {
        width: 50%!important;
    }
    .wizard #demo-result-entities .table-responsive>.table-bordered {
        word-break: break-all;
    }
    .wizard #demo-result-entities .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .wizard #demo-result-entities .table-responsive>.table-bordered>tbody>tr>td:last-child{
        display: none;
    }
    .wizard #demo-result-entities .table-responsive>.table>tbody>tr>td:nth-child(2),
    .wizard #demo-result-entities .table-responsive>.table>tbody>tr>td:nth-child(3){
        width: 50px!important;
        white-space: unset;
    }
    .wizard .next-step-container {
        text-align: center;
    }
}
.wizard .entities-selection{
    margin-bottom: 20px;
}

.wizard .entities-selection label{
    font-size: 18px;
}

.wizard .entities-selection .firs-level-entities{
    margin-left: 0;
}

.wizard .entities-selection .second-level-entities{
    margin-left: 20px;
}

.wizard .entities-selection .entity-icon > label:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url("../images/wizard/wizard.png") no-repeat 50% -565px transparent;
}

.wizard .entities-selection .entity-icon.products label:after{
    background-position: 50% -670px;
}
.wizard .entities-selection .entity-icon.customers label:after{
    background-position: 50% -704px;
}
.wizard .entities-selection .entity-icon.coupons label:after{
    background-position: 50% -734px;
}

.wizard .entities-selection .entity-icon.cmspages label:after{
    background-position: 50% -774px;
}

.wizard .entities-selection .third-level-entities{
    margin-left: 40px;
}

.wizard .entities-selection label.error {
    text-transform: none;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
}

.message{
    z-index: 99;
    font-size: 12px;
}

.recommend{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    color: #64A6A9;
    background: transparent;
    vertical-align: top;
    padding: 2px 4px 0;
    position: relative;
    top: 4px;
    border: 2px solid;
    display: inline-block;
}
.control-label .video-frame {
    margin-left: 5px;
}
.video-frame{
    display: inline-block;
    text-decoration: none;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
    background-image: url("../images/wizard/youtube.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .6;
}
img.video-frame{
    width: 223px;
    height: 150px;
    font-size: 13px;
}

#options-container .video-frame{
    height: 23px;
    background-image: url("../images/wizard/youtube.svg");
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .6;
}
.video-frame:hover,
#options-container .video-frame:hover {
    opacity: 1;
}
/*---------- Entity Map -----------*/

.entity-map{
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
}
.third-level-entities .entity-map{
    margin-top: 10px;
}

/*---------- Resources List -----------*/

.wizard table.wizard-resources{
    width: 100%;
}
.wizard table.wizard-resources tr td,
.wizard table.wizard-resources tr th{
    position: relative;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    vertical-align: middle;
    max-width: 200px;
}

.wizard table.wizard-resources th.numbers{
    color: rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

.wizard table.wizard-resources tr th:first-child,
.wizard table.wizard-resources tr td:first-child{
    width: 40px;
    text-align: center;
}

.wizard table.wizard-resources tr th:last-child,
.wizard table.wizard-resources tr td:last-child{
    text-align: center;
}

@media only screen and (max-width: 767px){
    .wizard table.wizard-resources tr th:first-child,
    .wizard table.wizard-resources tr td:first-child{
        width: 30px;
    }
}

.uploadFilePathContainer {
    position: absolute;
    top: 5%;
    left: 5%;
    margin: 0;
    padding: 0;
    width: 90%;
    height: 90%;
    outline: none;
}

.uploadFilePathContainer div {
    position: relative;
}

.inputfile{
    position: absolute;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
}
.inputfile + label {
    text-align: center;
    text-align: -webkit-center;
    font-weight: 500;
    min-width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
    background-color: #fff;
    color: #607384;
    padding: 10px 10px;
    margin: 0;
    font-size: 14px;
    border: 2px solid currentColor;
    overflow: hidden;
}
.inputfile:focus + label,
.inputfile:hover + label,
.inputfile + label:hover {
    background-color: #fff;
    cursor: pointer;
    color: #3d4852;
    border: 2px solid ;
    outline: none;
}
.inputfile + label * {
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .inputfile + label {
        min-width: auto;
        width: 100%;
    }
}
@media only screen and (max-width: 600px){
    .inputfile + label {
        min-width: unset;
        width: 100%;
    }
}

/*---------- Multi-store Configuration -----------*/

.wizard .arrow-small{
    margin: 5px auto;
    width: 30px;
    height: 30px;
    display: block;
    background: url("../images/wizard/wizard.png") no-repeat 50% -260px transparent;
}

@media only screen and (max-width: 767px){
    .wizard .arrow-small{
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}

.wizard .multi-store-item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 0;
}

.wizard .multi-store-item .select2-search-choice{
    font-size: 14px;
    padding: 5px 20px 5px 10px;
}
.wizard .multi-store-item .form-control{
    padding: 0;
    display: inline-block;
    height: auto;
}

.wizard .multi-store-item .select2-container-multi .select2-search-choice-close {
    right: 2px;
    top: 1px;
    left: auto;
}
.wizard .multi-store-item .select2-container-multi .select2-choices{
    border: none;
    background: transparent;
}
.wizard .multi-store-item .select2-container-multi .select2-choices .select2-search-choice{
    background: #f3f3f3;
}
.select2-results .select2-highlighted {
    background: #f3f3f3;
}
.select2-drop-active {
    border: 1px solid #868686;
    border-top: none;
}
.select2-drop{
    margin-top: -3px;
}
.select2-results li{
    margin: 0;
}
.select2-container-disabled{
    background: #f3f3f3;
}

.select2-drop-multi .select2-results{
    margin: 0;
    padding: 0;
}

.select2-drop-multi .select2-results li{
    font-size: 14px;
    padding: 5px;
    color: #333;
    line-height: 1.1;
}
.select2-search-choice-close{
    transition: none;
}

.select2-drop-multi .select2-results li {
    background: #f3f3f3;
    border-top: 1px solid #c4c4c4;
}

/*.select2-results .select2-selected {*/
    /*display: block;*/
    /*color: #fff !important;*/
    /*background: #40cf4d !important;*/
/*}*/

/*---------- Demo Migration Progress -----------*/

.demo-tips .tips{
    margin: 0;
    padding: 0;
}
.demo-tips .tips li{
    display: block;
    min-height: 100px;
    width: 100%;
    padding: 20px 50px;
    box-sizing: border-box;
    vertical-align: middle;
    color: #fff;
    background: #eae8e0;
}

.demo-tips .tips li .icon-tips{
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url("../images/tips.png") no-repeat 50% 0 transparent;
}

.demo-tips ul.tips li span{
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 991px){
    .demo-tips ul.tips li{
        padding: 20px 10px;
    }
    .demo-tips ul.tips li span.tips-content{
        width: 85%;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 991px){
    .demo-tips ul.tips li span.tips-content{
        width: 80%;
    }
}
.demo-tips .tips li a{color: #fff;}
.demo-tips .tips li.tips-backup{background-color: #7880c8;}
.demo-tips .tips li.tips-backup .icon-tips{ background-position: 50% 0;}
.demo-tips .tips li.tips-bridge{background-color: #4aad00;}
.demo-tips .tips li.tips-bridge .icon-tips{background-position: 50% -75px;}
.demo-tips .tips li.tips-clear{background-color: #32BBCD;}
.demo-tips .tips li.tips-clear .icon-tips{background-position: 50% -150px;}
.demo-tips .tips li.tips-live-stores{background-color: #ecc95f;}
.demo-tips .tips li.tips-live-stores .icon-tips{ background-position: 50% -225px;}
.demo-tips .tips li.tips-site{background-color: #E99856;}
.demo-tips .tips li.tips-site .icon-tips{ background-position: 50% -300px;}
.demo-tips .tips li.tips-check{background-color: #64cbda;}
.demo-tips .tips li.tips-check .icon-tips{ background-position: 50% -375px;}
.demo-tips .tips li.tips-redirect{background-color: #e28079;}
.demo-tips .tips li.tips-redirect .icon-tips{ background-position: 50% -450px; }
.demo-tips .tips li.tips-responsive{background-color: #F0C05B;}
.demo-tips .tips li.tips-responsive .icon-tips{background-position: 50% -525px; }
.demo-tips .tips li.tips-seo{background-color: #70dc73; }
.demo-tips .tips li.tips-seo .icon-tips{ background-position: 50% -600px;}
.demo-tips .tips li.tips-shop{background-color: #008DFA;}
.demo-tips .tips li.tips-shop .icon-tips{background-position: 50% -675px; }
.demo-tips .tips li.tips-customers{background-color: #b3cb42;}
.demo-tips .tips li.tips-customers .icon-tips{background-position: 50% -750px; }
.demo-tips .tips li.tips-video{background-color: #7880c8;}
.demo-tips .tips li.tips-video .icon-tips{background-position: 50% -825px; }
.demo-tips .tips li.tips-entities{background-color: #30bacd;}
.demo-tips .tips li.tips-entities .icon-tips{background-position: 50% -905px; }
.demo-tips .tips li.tips-clear-cache{background-color: #4ebd7e;}
.demo-tips .tips li.tips-clear-cache .icon-tips{background-position: 50% -977px; }
.demo-tips .tips li.tips-notification{background-color: #48b4ee;}
.demo-tips .tips li.tips-notification .icon-tips{background-position: 50% -1050px; }
.demo-tips .tips li.tips-pay{background-color: #008dfa;}
.demo-tips .tips li.tips-pay .icon-tips{background-position: 50% -1120px;}
.demo-tips .tips li.tips-part{background-color: #eb7a66;}
.demo-tips .tips li.tips-part .icon-tips{background-position: 50% -1195px;}
.demo-tips .tips li.tips-localized{background-color: #f8c75e;}
.demo-tips .tips li.tips-localized .icon-tips{background-position: 50% -1270px;}

ul.demo-steps{
    margin-left: 30px;
    padding: 30px 40px 20px;
    line-height: 24px;
    font-size: 18px;
    list-style: none;
}
ul.demo-steps > li{
    padding-left: 25px;
    position: relative;
}

ul.demo-steps > li:before{
    position: absolute;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/wizard/wizard.png") no-repeat 50% 0 transparent;
}

ul.demo-steps .done-step > .step{
    text-decoration: line-through;
}
ul.demo-steps .done-step:before{
    background-position: 50% -292px;
}
ul.demo-steps .progress-step:before{
    background-position: 50% -320px;
}
ul.demo-steps .wait-step:before{
    background-position: 50% -346px;
}

ul.demo-steps li > .count{
    color: #969696;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    text-decoration: none;
}

/*---------- Progres Bar -----------*/

.progress-bar{
    position: relative;
    background-color: #F0F0F0;
    height: 10px;
    padding: 0;
    width: 70%;
    margin: 5px 0 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.progress-bar .percent{
    position: absolute;
    right: -40px;
    top: -7px;
    color: #969696;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    text-decoration: none;
}

.progress-bar .stripes{
    background: url("../images/wizard/stripes.gif") repeat-x 0 50% #57bafd;
    height: 100%;
    line-height: 24px;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

@media only screen and (max-width: 767px){
    ul.demo-steps{
        margin-left: 0;
        padding: 30px 20px 20px;
    }
}


/*---------- Entities Mapping -----------*/

.wizard .to-demo-result{
    cursor: pointer;
    margin-top: 0;
    background: none;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5
}

.wizard .to-demo-result > a{
    text-decoration: none;
    font-weight: 400;
    color: #000;
    display: block;
    width: 100%;
    padding-right: 5px;
}

.wizard .demo-result-entities{
    display: none;
}
.wizard .to-demo-result > i{
    float: right;
    margin: 5px 30px;
    color: #BEBEBE;
    font-size: 18px;
}

.wizard .nav-wizard > span,
.wizard .nav-wizard > span:before,
.wizard .nav-wizard > span:after{
    background: #C4C4C4 !important
}

.wizard .nav-wizard.active > span{
    background: transparent !important;
}
.wizard .nav-wizard > span:before{
    top: -8px !important;
}
.wizard .nav-wizard > span:after{
    bottom: -8px !important;
}

.wizard .nav-wizard.active span:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0 !important;
}
.wizard .nav-wizard.active span:after{
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    bottom: 0 !important;
    transform: translateY(0px) rotate(-45deg);
}
.wizard .demo-rating-container, .wizard .full-rating-container {
    clear: both;
}

.wizard .star-rating{
    display: inline;
    position: relative;
    top: 2px;
}
.wizard .star-rating .rating-container{
    font-size: 1em;
}
.wizard .star-rating .rating-container .rating-stars{
    color: #FFD14D;
}
.wizard .star-rating .rating-container .rating-stars:before{
    text-shadow: none;
}

.wizard .demo-rating-message,
.wizard .full-rating-message,
.wizard .demo-rating-form,
.wizard .full-rating-form,
.wizard .demo-rating-form .missing-data-container,
.wizard .full-rating-form .missing-data-container,
.wizard .demo-rating-form .missing-other-container {
    display: none;
}

.entities-mapping .panel{
    margin: 0;
}

.entities-mapping .panel .panel-heading{
    background: rgb(196, 225, 230);
    font-size: 18px;
    padding: 10px 0 10px 20px;
    color: #000;
    cursor: pointer;
}

.entities-mapping .panel .panel-heading a{
    display: inline-block;
    padding: 5px 0 5px 50px;
    color: #000;
    font-weight: 400;
}

.entities-mapping .panel .panel-heading .sub-step-mapping{
    padding: 5px 0 5px 70px;
    position: relative;
}

.entities-mapping .panel .panel-heading .sub-step-mapping:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #CACACA;
    left: 50px;
    top: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.entities-mapping .panel .panel-heading .sub-step-mapping:before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.entities-mapping .panel .panel-heading .sub-step-mapping.collapsed:before{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}


.entities-mapping .panel .panel-heading.done-mapping:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/wizard/wizard.png") no-repeat 50% -295px transparent;
    position: absolute;
    top: 10px;
    right: 20px;
}

.entities-mapping .panel .panel-body{
    background: transparent;
}

.entities-mapping .panel,
.entities-mapping .panel .panel-heading,
.entities-mapping .panel .panel-body,
.entities-mapping .panel .panel-footer{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.entities-mapping .panel.active-area{
    background: #caeeed;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.entities-mapping .panel+.panel{
    margin-top: 0;
}

.entities-mapping .panel+.panel .panel-heading{
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.entities-mapping .check-again{
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.entities-mapping .check-again > a{
    color: #000;
    display: inline-block;
    padding-left: 40px;
    min-height: 25px;
    background: url("../images/wizard/wizard.png") no-repeat 0 -377px transparent;
}

.btn-next{
    text-transform: uppercase;
    font-size: 16px;
    background-color: #FFDB95;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #A99162 !important;
    padding: 10px 45px !important;
    margin-top: 20px !important;
}

.btn-next:hover{
    background-color: #FFDB95;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #B99C61 !important;
}

.entities-mapping .success-step{
    background: url("../images/wizard/wizard.png") no-repeat 50% 0 transparent;
}

.entities-mapping .panel-group .mapping{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.calc-proc {
    display: inline-block;
    width: 15px;
    text-align: left;
}

/*---------- Insurance -----------*/

.insurance .insurance-percent{
    margin-left: 30px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
}

.wizard .ao-collapse .table tr td:first-child{
    padding-right: 20px;
}

.wizard .ao-collapse .table tr td:last-child{
    text-align: left;
}


/*---------- Total Price -----------*/

table.total-price{
    background: rgba(0, 0, 0, 0.03);
}

table.total-price tr td.total-count{
    font-weight: 500;
}

table.total-price tr td.total-name{
    text-align: right;
    padding-right: 20px;
}
@media all and (max-width: 768px){
    table.total-price tr td.total-name{
        width: 30%
    }

}
table.total-price tr td.final-price{
    background: #EAEAEA;
    font-size: 20px;
}
table.total-price tr td.final-price .error {
    font-size: 16px;
}
table.total-price tr td.final-price .options-icon-info:before {
    margin-top: -6px;
}
table.total-price tr td.final-price .entity-notice {
    margin-top: -5px;
}
table.total-price .ao-collapse{
    padding: 0;
    border: 0;
}

table.total-price .ao-collapse table{
    margin: 0;
}

/*---------- Navbar Total Additional Options -----------*/

.wizard .nav-wizard{
    display:  block !important;
}
.wizard .nav-wizard{
    margin-top: 0;
    margin-bottom: 0;
    display: block !important;
    padding: 0!important;
    z-index: 1 !important;
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    background: #57bafd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.wizard .nav-wizard > span,
.wizard .nav-wizard > span:before,
.wizard .nav-wizard > span:after{
    background: #ffffff !important;
    width: 24px !important;
}

.wizard .nav-wizard.active > span{
    background: transparent !important;
}

.demo-migration-results .navbar-toggle{
    background: #48b4ee;
}

.entity-burger-margin{
    margin-left: 4px;
    top: 1px;
}

.demo-migration-results .navbar-toggle > span,
.demo-migration-results .navbar-toggle > span:before,
.demo-migration-results .navbar-toggle > span:after{
    background: #fff !important;
}

/*---------- Full Migration -----------*/

.wizard .cart-migration{
    max-width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 20px auto 0;
}

.wizard .cart-migration a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.wizard .cart-migration .arrow-migration{
    margin: 15px 40px;
}

.wizard .cart-migration span{
    word-wrap: break-word;
}

.wizard .cart-migration .cart-url {
    font-size: 12px;
    color: #adadad;
    font-weight: 300;
    text-align: center;
    word-break: break-all;
}

@media only screen and (min-width: 767px) {
    .wizard .cart-migration {
        max-width: 250px;
    }
}

@media only screen and (max-width: 767px){
    .wizard .cart-migration{
        max-width: 80%;
        margin: 10px auto;
        display: block;
    }
    .wizard .cart-migration .arrow-migration{
        margin: 0;
    }
    .wizard .cart-migration .arrow-migration > i {
        display: block;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.text-label{
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
}

.icon-time-remaining{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url("../images/wizard/wizard.png") no-repeat 50% -406px transparent;
}

.migration-result{
    margin-bottom: 10px;
}
.migration-result a{
    word-break: break-all;
}

.completed-label,
.progress-label{
    font-weight: 500;
    margin-left: 10px;
}

.completed-label{
    color: #ff836c;
}
.progress-label{
    color: #48b4ee;
}
/*---------- Migration Type -----------*/

.parent-select{
    display: none;
}

/*---------- Support Service -----------*/

@media only screen and (min-width: 768px){
    .support-service .support-service-steps{
        margin-bottom: 40px !important;
    }

    .support-service .support-service-steps > ul > li.step > a{
        display: block !important;
        position: absolute;
        left: -25px;
        width: 100px;
        top: 55px;
        text-align: center;
        line-height: 20px;
        text-decoration: none;
        color: #6E6E6E;
        font-size: 16px;
    }
}

.support-service .upload-images{
    background: #f8f8f8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
    left: 15px;
}

.support-service .upload-images input[type=file]{
    margin-left: 15px;
}

@media only screen and (min-width: 991px){
    .support-service .upload-images input[type=file]{
        max-width: 300px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px){
    .support-service .upload-images input[type=file]{
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 767px),
screen and (min-width: 991px) and (max-width: 1200px){
    .support-service .upload-images input[type=file]{
        max-width: none;
    }
    .support-service .upload-images .btn{
        margin-top: 10px !important;
    }
}

ul.list-uploads .remove-file{
    vertical-align: middle;
    text-decoration: none;
    font-size: 32px;
    font-weight: 300;
    color: #CDCDCD;
    line-height: 18px;
    top: 2px;
    position: absolute;
    right: 0;
}

ul.list-uploads .remove-file:hover{
    color: #8b8b8b;
}

ul.list-uploads{
    padding: 0;
}

ul.list-uploads li{
    margin: 5px 0 0;
    position: relative;
    list-style: none;
    color: #656565;
    padding-left: 30px;
    padding-right: 30px;
    word-wrap: break-word;
}


ul.list-uploads li:nth-child(n+2){
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}


ul.list-uploads li:before{
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f00c";
    display: block;
    width: 20px;
    height: 20px;
    background: #cde55b;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.2);
}

ul.list-success{
    list-style: none;
    position: relative;
}

ul.list-success li:before{
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f00c";
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #8DC84C;
    margin-right: 5px;
}

ul.list-featured{
    list-style: none;
}

ul.list-featured li:before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: top;
    background: url("../images/checks.png") no-repeat 0 5px transparent;
}

ul.list-featured li.list-remain:before{
    background-position: 0 5px;
}

ul.list-featured li.list-passed:before{
    background-position: 0  -22px;
}

ul.list-featured li.list-active:before{
    background-position: 0 -46px;
}


/*---------- Migrations Logs -----------*/

.migrations-logs .heading{
    margin: 0;
}

.migrations-logs .text-container{
    max-height: 500px;
    overflow-y: auto;
    padding: 10px 50px;
}

/* PRELOADER
 * -------------------------- */

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.loader__ball {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 3s cubic-bezier(.5,0,.1,1) infinite;
    -moz-animation: spin 3s cubic-bezier(.5,0,.1,1) infinite;
    animation: spin 3s cubic-bezier(.5,0,.1,1) infinite;
}
.loader__ball:before {
    content: '.';
    font: 0/0 a;
    width: 20%;
    height: 20%;
    border-radius: 100%;
    background: #F6F6F6;
    position: absolute;
    left: 50%;
    margin-left: -10%;
    top: 0;
}
.loader__ball:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    /* Chrome, Safari, Opera */
    -moz-animation-delay: 0.25s;
    animation-delay: 0.25s;
    opacity: 0.9;
}
.loader__ball:nth-child(3) {
    -webkit-animation-delay: 0.5s;
    /* Chrome, Safari, Opera */
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    opacity: 0.8;
}
.loader__ball:nth-child(4) {
    -webkit-animation-delay: 0.75s;
    /* Chrome, Safari, Opera */
    -moz-animation-delay: 0.75s;
    animation-delay: 0.75s;
    opacity: 0.7;
}
.loader__ball:nth-child(5) {
    -webkit-animation-delay: 1s;
    /* Chrome, Safari, Opera */
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0.6;
}

.loading{
    color: #C0C0C0;
    font-size: 18px;
    font-weight: 400;
}

/*---------- Messages -----------*/
.message {
    width: 480px;
    overflow-wrap: break-word;
    position: absolute;
    background: #ffeebf;
    color: #000;
    padding: 20px 20px 20px 50px;
    box-shadow: 0 0 35px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.05);
    z-index: 98;
}

.message:before {
    border-bottom: 7px solid #FFCC65;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: block;
    left: 11px;
    position: absolute;
    top: -7px;
}

.message .close{
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 36px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.3);
    opacity: 100;
    text-shadow: none;
    cursor: pointer;
    z-index: 99;
}
.message .message-heading{
    position: relative;
    color: #000;
}
.message .message-heading:before{
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: -40px;
    background: url("../images/message-error.png") no-repeat 50% 0 transparent;
}
.message .message-chat{
    color: #333026;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
}
.message .message-chat .btn-chat-message{
    background: #cde55b;
    color: #758140 !important;
    margin-left: 10px !important;
}
.message ul.message-list{
    list-style: none;
    font-size: 14px;
    padding-left: 30px;
}
.message ul.message-list li{
    position: relative;
}
.message ul.message-list li:before{
    content: '';
    display: block;
    width: 25px;
    height: 20px;
    position: absolute;
    left: -30px;
    background: url("../images/message-error.png") no-repeat 50% 0 transparent;
}
.message ul.message-list li.check-possible:before{background-position: 50% -38px;}
.message ul.message-list li.support-team:before{background-position: 50% -64px;}
.message ul.message-list li.delegate-us:before{background-position: 50% -90px;}

.c2c-wizard-custom-error{
    position: relative !important;
    width: 100% !important;
}

.custom-message{
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 300px;
}

.custom-message:before, .custom-message > .message:before {
    border-color: transparent;
}

@media screen and (max-width: 1199px) {
    .message {
        width: 380px;
        left: 0;
        top: 0;
    }
    .user-profile > h3{
        width: 210px;
    }
}
@media screen and (max-width: 768px) {
    .message {
        width: 70vw;
        left: 0;
        top: 0;
    }
}

.Loader {
    width: 80px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}
.Loader-item {
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation-name: anim-Loader-item;
    animation-name: anim-Loader-item;
    -webkit-animation-duration: 1600ms;
    animation-duration: 1600ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.Loader-item:nth-child(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.Loader-item:nth-child(2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.Loader-item:nth-child(3) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}
.Loader-item:nth-child(4) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}
.Loader-item:nth-child(5) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}
@-webkit-keyframes anim-Loader-item {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.1;
    }
}
@keyframes anim-Loader-item {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.1;
    }
}

code{
    white-space: pre;
}

/*--------- Outdated Browser -------*/
#outdated{
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 170px;
    text-align: center; text-transform: uppercase; z-index:1500;
    background-color: #f25648; color: #ffffff;
}
* html #outdated{position: absolute;}
#outdated h6{font-size: 25px; line-height: 25px; margin: 30px 0 10px;}
#outdated p{font-size: 12px; line-height: 12px; margin: 0;}
#outdated #btnUpdateBrowser{
    display: block; position: relative; padding: 10px 20px; margin: 30px auto 0; width: 230px; /*need for IE*/
    color: #ffffff; text-decoration: none; border: 2px solid #ffffff; cursor: pointer;
}
#outdated #btnUpdateBrowser:hover{color: #f25648; background-color:#ffffff;}
#outdated .last{position: absolute; top: 10px; right: 25px; width: 20px; height: 20px;}
#outdated .last[dir='rtl']{right: auto !important; left: 25px !important;}
#outdated #btnCloseUpdateBrowser{
    display: block; position: relative; width: 100%; height: 100%;
    text-decoration: none; color: #ffffff; font-size: 36px; line-height: 36px;
}


/* SVG Connect Path
***********************************/

.svg-connect{
    pointer-events: none;
    display: none;
    background: transparent;
    z-index: 1;
    position: absolute;
}

.svg-connect svg{
    position: relative;
    left: -10px;
    overflow: visible;
}

.svg-connect svg path{
    fill: none;
    fill-rule:evenodd;
    stroke-width: 1;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4.0999999;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.maintenance{
    position: absolute;
    top: 50%;
    margin: -15% -50%;
    left: 50%;
    right: 50%;
}

.maintenance img{
    width: 250px;
}

/*------------------------ 404 Page ---------------------------*/
#goog-fixurl #goog-wm .other-things{
    display: none !important;
}
#goog-fixurl #goog-wm .content{
    border: 0;
    overflow: visible;
}
#goog-fixurl #goog-wm .content > ul{
    list-style: none;
}

#goog-fixurl #goog-wm .content > ul > li{
    display: inline-block;
}

#goog-fixurl #goog-wm .content > ul > li #goog-wm-qt{
    padding: 11px;
    font-size: 22px;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    outline: none;
}

#goog-fixurl #goog-wm .content > ul > li #goog-wm-qt:focus{
    border-color: #929292;
}

#goog-fixurl #goog-wm .content > ul > li #goog-wm-sb{
    padding: 15px 10px 16px;
    background: #40cf4d;
    border: 1px solid #3cc147;
    top: -2px;
    color: #fff;
    position: relative;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    outline: none;
}

#goog-fixurl #goog-wm .content > ul > li.search-goog > form{
    position: relative;
    margin-bottom: -40px;
    top: -30px;
}

.text-error-page{
    font-weight: 300;
    font-size: 22px;
}

@media only screen and (max-width: 767px){
    #goog-fixurl #goog-wm .content > ul > li #goog-wm-qt,
    #goog-fixurl #goog-wm .content > ul > li #goog-wm-sb{
        display: table;
        margin-right: auto;
        margin-left: auto;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }
    #goog-fixurl #goog-wm .content > ul > li #goog-wm-qt{
        border: 1px solid #ccc;
    }
    #goog-fixurl #goog-wm .content > ul > li #goog-wm-sb{
        top: 10px;
        border: 1px solid #3cc147;
    }
}

.error500-content{
    position: absolute;
    top: 15%;
    margin: 0 -50%;
    left: 50%;
    right: 50%;
}
ul.error500-icon li{
    height: 40px;
    font-size: 22px;
    padding: 5px 0 5px 50px;
    margin: 0 20px;
    color: #127bb1;
    background: url("../images/error-icon.png") no-repeat 0 -2px transparent;
    cursor: pointer;
}

ul.error500-icon li a{
    text-decoration: none;
    color: #127bb1 !important;
}

ul.error500-icon li.error-phone{
    background-position: 0 -2px;
}
ul.error500-icon li.error-chat{
    background-position: 0 -55px;
}

/*------------------------ Logo Carts Clip ---------------------------*/
.logo-container a,
.logo-container .clip{
    display: block;
    width: 178px;
    height: 58px;
    text-align: center;
    overflow: hidden;
    background: #fff;
}
.logo-container{
    padding: 20px;
    border: 1px solid #E4E4E4;
    display: inline-block;
}

.logo-container img{
    width: 180px;
    height: 60px;
    margin-top: -1px;
    margin-left: -1px;
    max-width: 180px;
}

.featured-cart-list .logo-container{
    margin: 10px 5px 0 0;
}

.featured-cart-list .logo-container:last-child{
    margin: 10px 0 0 0;
}

/*------------------------ Watch Video Label ---------------------------*/
div.btn-with-yt-video {
  display: inline-block;
  position:relative;
}
.btn-watch-video {
    position: absolute;
    opacity: 0;
    width: 36px;
    height: 36px;
    right: -5px;
    top: 3px;
    background-image: url("../images/wizard/youtube.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-watch-video-hidden{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.btn-watch-video-visible{
    visibility: visible;
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    .btn-watch-video,
    .available-actions.watch-video-btn-wr .btn-watch-video{
        visibility: visible;
        opacity: 1;
        transform: translateY(-50%);
        top: 50%;
    }
}

table.admin-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 30px;
}

table.admin-table td, table.admin-table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

table.admin-table tr:nth-child(even) {
    background-color: #dddddd;
}

.nopadding {
    padding: 0 !important;
}

.question-container{
    padding: 15px 60px;
}
.control-group .control-group {
    padding: 10px 0;
}
.control-group ul{
    padding: 0;
}
.control-group ul li{
    list-style-type: none;
    margin-bottom: 0;
}
.control {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 2px solid #d0cece;
}
.control--radio > .control__indicator {
    border-radius: 50%;
}
.control input:checked ~ .control__indicator {
    background: #57bafd;
    border: none;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox > .control__indicator:after {
    left: 7px;
    top: 1px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox > input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.control--radio > .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.control--radio > input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}
.control-group .control-group,
.disclosure{
    display: none;
}
.control-group.active{
    display: block;
}
.message-after-send{
    font-size: 18px;
    display: none;
    color: #333;
}

.options-icon-info:before {
    content: '\69';
    font-style: italic;
    display: inline-block;
    border: 1px solid #6C6C6C;
    width: 17px;
    height: 17px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #6C6C6C;
    border-radius: 15px;
    margin-top: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #E7F6F8;
}

.entity-notice {
    font-size: 14px;
    line-height: 1.2;
    background: #ffeebf;
    color: #000;
    display: inline-block;
    left: initial;
    margin-left: 10px;
    width: 290px;
    z-index: 100;
}

.entity-notice:before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid #FFCC65;
    content: "";
    display: block;
    left: -6px;
    position: absolute;
    top: 15px;
}

#iconNoticeOneEntity-error.error.entity-notice {
    margin-left: 3px;
}
#iconNoticeOneEntity-error.error.entity-notice:before {
    top: 7px;
}

.select-container > select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    border: 1px solid #868686;
    border-radius: 3px;
    padding: .6em 2em .6em 1em !important;
    font-size: 1em;
}
.option-wrapper,
.entity-wrapper{
    display: inline-block;
}
.select-container>select:focus{
    outline: none !important;
}
.select-container {
    position:relative;
    display: inline;
}
.select-container:before {
    content:"";
    width:0;
    height:0;
    position:absolute;
    pointer-events: none;
}
.select-container:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .48em;
    right: 1.05em;
    border-top: 5px solid black;
    opacity: 0.5;
}
select::-ms-expand {
    display: none;
}

ol.wizard-step {
  list-style: none;
}
ol.wizard-step > li{
    counter-increment: item;
    margin-bottom: 5px;
    display: list-item;
}
ol.wizard-step > li:before {
    margin-right: 10px;
    content: counter(item);
    margin-left: -5px;
    margin-bottom: -25px;
    position: relative;
    top: 5px;
    background: #a4a4a4;
    border-radius: 100%;
    color: white;
    width: 1.5em;
    text-align: center;
    display: inline-block;
}
@media only screen and (max-width: 768px){
    ol.wizard-step > li:before{
        top: -2px;
    }
}
@media only screen and (max-width: 991px){
    ol.wizard-step > li:before{
        margin-left: -35px;
    }
}

.bridge-box{
    margin-bottom: 16px;
    min-height: 140px;
    padding: 8px;
    /* background: #a9dce4; */
    border: 1px solid #868686;
    border-radius: 5px;
    -moz-box-shadow: -4px 4px 12px -5px rgba(0,0,0,0.75);
    color: #4c4c4c;
}
.btn-download-bridge{
    z-index: 100;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    background-color: #59cbf4;
    border: 1px solid #a5a5a5;
    font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    white-space: nowrap;
    position: relative;
    top: 12px;
}
.btn-download-bridge:hover,
.btn-download-bridge:active,
.btn-download-bridge:focus{
    z-index: 100;
    font-weight: 500;
    background: #2ab6e8;
    box-shadow: none;
}
.bridge-box a{
    color: #535353;
}
.bridge-box .btn-download-bridge{
    color: #fff;
}
.second-area{
    margin: 0;
}
.unpack{
    margin-bottom: 10px;
    line-height: 1.57;
}

@media only screen and (min-width: 1200px){
    .ftp-host {
        width: 152px;
        margin-left: -44px;
    }
}
@media only screen and (max-width: 1200px){
    .bridge-box{
        text-align: center;
        padding-top: 6%;
        padding-bottom: 6%;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .bridge-box{
        text-align: center;
        width: 59%;
        float: right;
        margin-right: 35px;
    }
}

#installModule{
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #59cbf4;
    border: 1px solid #a5a5a5;
    font-weight: 500;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    white-space: nowrap;
}

#installModule:hover{
    background-color: #2ab6e8;
}

.installModuleRow {
    margin-top: 10px;
    border: 1px solid #868686;
    padding: 15px 10px 25px 10px;
    margin-left: -5px;
    width: 105%;
    border-radius: 5px;
}

.buttonChange {
    margin-top: 10px;
    padding: 15px 10px 25px 10px;
    margin-left: -5px;
    width: 105%;
    border-radius: 5px;
}

.parent-plugin-block{
    padding: 2px 10px 2px 8px;
}
.plugin-download-description{
    margin-bottom: 20px;
    font-size: 14px;
}
@media only screen and (max-width: 992px) and (min-width: 768px){
    .installModuleRow {
        margin-top: 25px;
        border: 1px solid #868686;
        padding: 15px 30px 25px 30px;
        margin-left: -14px;
        width: 105%;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 768px){
    .installModuleRow {
        margin-top: 25px;
        border: 1px solid #868686;
        padding: 15px 30px 25px 30px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        border-radius: 5px;
    }
}

.migration-wizard-link {
    cursor: pointer;
}

input#already_provided {
    margin-top: 12px;
}

#amazon-files {
    width: 450px;
}

.plugin-notice {
    position: relative;
    margin: 5px 0 0 14px;
    font-size: 16px;
}

.package-entity {
    display: flex;
    flex-direction: column;
}

.payment-block {
    border: 0;
    z-index: 99999995;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(39, 39, 39, 0.8);
}

.payment-form-container{
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.close-payment-form{
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
.close-payment-form span{
    font-weight: 600;
    color: #333;
    font-size: 20px;
}
@media all and (max-width: 768px) {
    .payment-form-container{
        padding: 0 0 20px;
    }
}
.card-container{
    margin-bottom: 20px;
}

#paypro-block {
    background: transparent;
}

#close-payment {
    font-size: 4rem;
    top: 0;
    right: 0;
    position: fixed;
    padding-top: 38px;
    padding-right: 78px;
    color: #ffffff;
    cursor: hand;
    z-index: 99999999;
}

.js-checkout-form{
    padding: 30px 30px 0;
}
.js-checkout-form .form-group{
    padding: 0 20px;
}
.js-checkout-form .input-group{
    width: 100%;
}
.js-checkout-form .input-group-addon{
    width: 43px;
}
.js-checkout-form .form-group .input-group-addon{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
}
.payment-errors{
    display: none;
    padding: 10px;
    background: #ffb6a9;
    border-radius: 5px;
    color: #333;
    margin: 20px 0 10px;
}
.js-submit-button{
    margin-top: 10px !important;
}

.files-copier-buttons{
    margin-top: 40px;
}
.input-group-addon {
    border-radius: 0 5px 5px 0 !important;
    color: #555454;
}
#thanks-modal .modal-dialog{
  margin: 10% auto !important;
}
.thanks-image{
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}
.thanks-description{
  padding: 40px 20px 0;
  text-align: center;
}
.thanks-description span{
  color: #76b353;
  font-weight: bold;
}
.thanks-description p{
  font-size: 18px;
}
.password-sent-success{
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#password-sent-text{
  font-size: 16px;
}
#coupon{
  display: none;
}
.tab-content{
    margin-top: 20px;
}
#loginModal .tab-content{
    margin-top: 0;
}
.blocked-page-img{
  margin: 30px auto;
}
.blocked-page-img ~ p{
  font-size: 1.2rem;
}
.blocked-page-img img{
    margin: 0 auto;
}

.tab-content{
    margin-top: 20px;
}

.yellow-error {
    background-color: #ffeebf;
    word-wrap: break-word;
}

.single-cart {
    pointer-events: none !important;
}

.single-cart .select2-arrow{
    display: none !important;
}

.action-notice {
    padding: 10px;
    margin: 5px 15px 5px 2px;
    display: flex;
    color: #2d3830;
    background-color: #bdf1ca;
    border: 1px solid #a7ccb0;
}
@media only screen and (max-width: 768px) {
    .action-notice {
        margin-right: 0;
        margin-left: 0
    }
}
.desktop-version {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgb(245, 251, 255);
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    z-index: 99;
}
.desktop-popup-text p {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #182353;
    padding: 15px;
    font-weight: 400;
    word-spacing: 0;
    margin-bottom: 0;
}
.desktop-popup-text, .desktop-popup-buttons {
    display: inline-block;
}
.desktop-popup-buttons a {
    box-sizing: border-box;
    font-family: Poppins,sans-serif;
    width: 95px;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 31px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.08),0 1px 20px rgba(9,74,121,.08);
    border-radius: 5px;
    font-weight: 700;
    padding: 0;
    background: #77b747;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .desktop-popup-buttons a {
        min-width: 190px;
        max-width: 290px;
        width: 100%;
        margin: 0 0 15px;
    }
    .user-profile > h3{
        width: 158px;
    }
}

.video-notice-container {
    padding: 20px;
    font-size: 12px;
}
.video-notice-link {
    position: relative;
    margin-top: 10px;
}
.video-notice-link a {
    opacity: 1;
}
.video-notice-link a,
.video-notice-link img {
    width: 100%;
    height: 150px;
    font-size: 13px;
}
.youtube-play-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158 110'%3E%3Cpath fill='rgba(0,0,0,.65)' d='m154.4 17.5c-1.8-6.7-7.1-12-13.9-13.8-12.3-3.2-61.5-3.2-61.5-3.2s-48.3-0.2-60.6 3c-6.8 1.8-13.3 7.3-15.1 14-3.3 12.2-3 37.5-3 37.5s-0.3 25.3 3 37.5c1.8 6.7 8.4 12.2 15.1 14 12.3 3.3 60.6 3 60.6 3s48.3 0.2 60.6-3c6.8-1.8 13.1-7.3 14.9-14 3.3-12.1 3.3-37.5 3.3-37.5s-0.1-25.3-3.4-37.5z'/%3E%3Cpolygon fill='%23fff' points='63.9 79.2 103.2 55 63.9 30.8'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: calc(35px + 10%) auto;
    background-repeat: no-repeat;
}
.youtube-play-btn:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158 110'%3E%3Cpath fill='red' d='m154.4 17.5c-1.8-6.7-7.1-12-13.9-13.8-12.3-3.2-61.5-3.2-61.5-3.2s-48.3-0.2-60.6 3c-6.8 1.8-13.3 7.3-15.1 14-3.3 12.2-3 37.5-3 37.5s-0.3 25.3 3 37.5c1.8 6.7 8.4 12.2 15.1 14 12.3 3.3 60.6 3 60.6 3s48.3 0.2 60.6-3c6.8-1.8 13.1-7.3 14.9-14 3.3-12.1 3.3-37.5 3.3-37.5s-0.1-25.3-3.4-37.5z'/%3E%3Cpolygon fill='%23fff' points='63.9 79.2 103.2 55 63.9 30.8'/%3E%3C/svg%3E");
}
#attachments {
    display: none;
}
@media screen and (max-width: 767px) {
    table.total-price tr td.total-count {
        white-space: nowrap!important;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: initial;
    }
    .arrow-migration {
        margin: 0;
    }
    .accordion-toggle {
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    .arrow-migration {
        vertical-align: top;
        margin: 10px 60px 10px 0!important;
    }
    .cart-migration .arrow-migration {
        margin: 0!important;
    }
}
@media screen and (max-width: 536px) {
    .available-actions {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 420px) {
    .accordion-toggle {
        display: inline-block;
        width: 250px;
    }
}
@media only screen and (max-width: 360px) {
    .accordion-toggle {
        width: 150px;
    }
}

.menu-partner-level {
    display: flex;
    padding: 28px 10px;
    justify-content: flex-end;
}
.menu-partner-level a {
    display: flex;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
}
.menu-partner-level a:hover {
    color: #ffffff;
}
.menu-partner-level img {
    width: 18px;
    height: 15px;
}
.menu-partner-level .not_yet.partner-level-img {
    display: none;
}
.menu-partner-level > a > span:nth-child(1) {
    margin-right: 10px;
}
.header .menu-partner-level .partner-level-img {
    width: 25px;
    height: 25px;
}
.header .menu-partner-level img {
    width: 16px;
    height: 13px;
}
.partner-level-img {
    background: #BED1D5;
    border-radius: 50px;
    display: flex;
    width: 27px;
    height: 27px;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
#loyalty-program h1 {
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0.01em;
    color: #182353;
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
}
#loyalty-program p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #707998;
    line-height: 1.6;
}
.partner-level-img {
    background: #BED1D5;
    border-radius: 50px;
    width: 27px;
    display: flex;
    height: 27px;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 0px 7pxpx rgba(243, 247, 248, 0.8);
    -moz-box-shadow: 0px 0px 0px 7px rgba(243, 247, 248, 0.8);
    box-shadow: 0px 0px 0px 7px rgba(243, 247, 248, 0.8);
}
.menu-partner-level .options-info:before {
    content: '';
    display: inline-block;
    height: 17px;
    width: 17px;
    margin: 3px 0 0 5px;
    background-image: url("../images/partner/tips.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
}
.menu-partner-level .tooltiped .floating {
    white-space: normal;
    display: none;
}
.menu-partner-level .tooltiped .floating a {
    text-decoration: underline;
    color: #48b4ee;
    display: inline-block;
    font-family: "Roboto", Arial, sans-serif !important;
}
.menu-partner-level .tooltiped {
    position: relative;
}
.menu-partner-level .tooltiped:hover {
    cursor: pointer;
}
.menu-partner-level .tooltiped .floating {
    white-space: normal;
    display: none;
}
.menu-partner-level .tooltiped .floating:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    bottom: -15px;
    left: 40px;
}
.menu-partner-level .tooltiped.activated .floating {
    display: block;
    color: #182353 !important;
    width: 252px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08), -8px 4px 40px rgba(9, 74, 121, 0.08);
    border-radius: 5px;
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    z-index: 100;
    padding: 15px;
    font-weight: normal;
    bottom: 50px;
    left: -35px;
    font-family: "Roboto", Arial, sans-serif !important;
}
.menu-partner-level .tooltiped.activated .floating>p {
    margin-bottom: 5px !important;
}
.menu-partner-level .tooltiped.activated .floating>* {
    font-size: 12px !important;
    line-height: 16px !important;
}
.bp-need-more-information {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 16px rgb(0 0 0 / 8%), -8px 4px 40px rgb(9 74 121 / 8%);
    padding: 20px;
    margin: 50px 0;
    background: #fff;
    border-radius: 10px;
}
#loyalty-program .bp-need-more-information p {
    font-style: normal;
    font-weight: 400;
    color: #182353;
    margin: 0;
    line-height: 3;
}
.bp-need-more-information a {
    display: inline-block;
    background: #77B747;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 13px 90px 13px 60px;
    transition: none;
    margin: 0 auto;
}
.bp-need-more-information a:hover,
.learn:hover .button-img,
.learn:hover {
    background: #64AA30!important;
}
.learn:hover {
    border: 2px solid #64AA30;
    color: white!important;
}
.button-img img.white {
    display: none!important;
}
.learn:hover .button-img img {
    display: none!important;
}
.learn:hover .button-img img.white {
    display: block!important;
}
#loyalty-program .bp-need-more-information .buttons {
    display: contents;
}
.bp-need-more-information .button-img {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #64AA30;
    border-radius: 0 5px 5px 0;
}
.learn {
    color: #77B747!important;
    background: #FFFFFF!important;
    border: 2px solid #77B747;
    padding: 11px 70px 11px 20px!important;
    margin-left: 25px;
}
.learn .button-img {
    background: #FFFFFF!important;
}
.partner-program {
    padding: 0!important;
    background: transparent!important;
    border: none!important;
}
.partner-table {
    border-collapse: inherit;
    margin: 30px 0;
    font-family: "Roboto", Arial, sans-serif !important;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.partner-table .heading {
    border-bottom: none;
    border-top: none;
}
#loyalty-program tr:nth-child(1) {
    background-color: white;
}
#loyalty-program tr:nth-child(1)
.partner-table th:first-child {
    border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
}
.partner-table th:last-child {
    border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
}
.partner-table td:first-child,
.bordered th:first-child {
    border-left: medium none;
}
.partner-table th {
    background-color: #DCE9F9;
    border-top: medium none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.partner-table td,
.partner-table th {
    border-left: 1px solid #BCC5E7;
    border-top: 1px solid #BCC5E7;
    padding: 10px 20px;
    text-align: left;
}
.partner-table tbody > tr:nth-child(1) > td:nth-child(1) {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #182353;
    padding-left: 40px;
}
.partner-table tbody > tr > td.features{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #182353;
    padding-left: 40px;
}
.partner-table tbody > tr:nth-child(1) > td.heading > div {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #707998;
}
.partner-table tbody > tr:not(:nth-child(1)) > td:not(.features) {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.01em;
    color: #707998;
    line-height: 1.5;
    text-align: center;
}
.partner-table tbody > tr:nth-child(2) > td {
    border-top: none;
}
.partner-table tbody > tr:nth-child(1) > td {
    background: white;
}
.partner-table tbody > tr:nth-child(7) > td {
    border-bottom: none;
}
.partner-table .icon {
    position: relative;
    width: 72px;
    height: 72px;
    top: 0;
    left: 0;
    margin: 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.partner-table tbody > tr:nth-child(1) > td.heading > div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
@media all and (max-width: 977px) {
    .partner-table tbody > tr:nth-child(1) > td:nth-child(1) {
        font-size: 18px;
        padding-left: 10px;
    }
    .partner-table tbody > tr > td.features {
        font-size: 18px;
        padding-left: 20px;
    }
    .partner-table tbody > tr:not(:nth-child(1)) > td:not(.features) {
        font-size: 22px;
        padding: 20px 20px;
    }
    .partner-table tbody > tr:nth-child(1) > td.heading > div {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    #table-details .modal-dialog {
        margin: 0 auto;
    }
}
@media all and (max-width: 650px) {
    #table-details .modal-dialog {
        width: 100%;
    }
}
@media all and (max-width: 608px) {
    .partner-table tbody > tr:nth-child(1) > td:nth-child(1) {
        font-size: 14px;
        padding-left: 10px;
    }
    .partner-table tbody > tr > td.features {
        font-size: 14px;
        padding-left: 10px;
    }
    .partner-table tbody > tr:not(:nth-child(1)) > td:not(.features) {
        font-size: 14px;
        padding: 10px 10px;
    }
    .partner-table td, .partner-table th {
        padding: 10px;
    }
    .partner-table tbody > tr:nth-child(1) > td.heading > div {
        font-size: 12px;
    }
}
@media all and (max-width: 488px) {
    .partner-table .icon {
        position: relative;
        width: 42px;
        height: 42px;
        top: 0;
        left: 0;
        margin: 0;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }
}
@media all and (max-width: 380px) {
    .partner-table tbody > tr:nth-child(1) > td:nth-child(1) {
        font-size: 12px;
        padding-left: 5px;
    }
    .partner-table tbody > tr > td.features {
        font-size: 12px;
        padding-left: 5px;
    }
    .partner-table tbody > tr:not(:nth-child(1)) > td:not(.features) {
        font-size: 12px;
        padding: 5px;
    }
    .partner-table td, .partner-table th {
        padding: 5px;
    }
}
.partner-table .partner-level-img {
    width: 37px;
    height: 37px;
    margin: 0 15px 0 10px;
    position: relative;
    z-index: 1;
}
.level .partner-level-img {
    margin-right: 20px;
}
.current-level .partner-level-img,
.next-level .partner-level-img,
.level .partner-level-img {
    width: 43px;
    height: 43px;
    position: relative;
    z-index: 1;
}
.bronze .partner-level-img {
    background: linear-gradient(154.6deg, #C68860 23%, #D19B6C 117.77%);
    -webkit-box-shadow: 0px 0px 0px 7px rgb(248 235 223 / 80%);
    -moz-box-shadow: 0px 0px 0px 7px rgba(248, 235, 223, 0.8);
    box-shadow: 0px 0px 0px 7px rgb(248 235 223 / 80%);
}
.silver .partner-level-img {
    background: linear-gradient(157.85deg, #C1C1C1 10.42%, #EDEFF1 144.04%);
    -webkit-box-shadow: 0px 0px 0px 7px rgb(244 244 244 / 80%);
    -moz-box-shadow: 0px 0px 0px 7px rgba(244, 244, 244, 0.8);
    box-shadow: 0px 0px 0px 7px rgb(244 244 244 / 80%);
}
.gold .partner-level-img {
    background: linear-gradient(154.6deg, #E2C42A 23%, #F8E9BD 117.77%);
    -webkit-box-shadow: 0px 0px 0px 7px rgb(251 247 198 / 80%);
    -moz-box-shadow: 0px 0px 0px 7px rgba(251, 247, 198, 0.8);
    box-shadow: 0px 0px 0px 7px rgb(251 247 198 / 80%);
}
.platinum .partner-level-img {
    background: linear-gradient(157.85deg, #0EB6FD 10.42%, #90FBE1 107.62%);
    -webkit-box-shadow: 0px 0px 0px 7px rgb(234 247 248 / 80%);
    -moz-box-shadow: 0px 0px 0px 7px rgba(234, 247, 248, 0.8);
    box-shadow: 0px 0px 0px 7px rgb(234 247 248 / 80%);
}
.menu-partner-level .partner-level-img {
    border-radius: 50px;
    width: 27px;
    display: flex;
    height: 27px;
    justify-content: center;
    align-items: center;
}
.menu-partner-level .not-yet.partner-level-img {
    background: #BED1D5;
    -webkit-box-shadow: 0px 0px 0px 5px rgb(243 247 248 / 80%);
    -moz-box-shadow: 0px 0px 0px 5px rgba(243, 247, 248, 0.8);
    box-shadow: 0px 0px 0px 5px rgb(243 247 248 / 80%);
}
.menu-partner-level .bronze.partner-level-img {
    background: linear-gradient(154.6deg, #C68860 23%, #D19B6C 117.77%);
    -webkit-box-shadow: 0px 0px 0px 5px rgb(248 235 223 / 80%);
    -moz-box-shadow: 0px 0px 0px 5px rgba(248, 235, 223, 0.8);
    box-shadow: 0px 0px 0px 5px rgb(248 235 223 / 80%);
}
.menu-partner-level .silver.partner-level-img {
    background: linear-gradient(157.85deg, #C1C1C1 10.42%, #EDEFF1 144.04%);
    -webkit-box-shadow: 0px 0px 0px 5px rgb(244 244 244 / 80%);
    -moz-box-shadow: 0px 0px 0px 5px rgba(244, 244, 244, 0.8);
    box-shadow: 0px 0px 0px 5px rgb(244 244 244 / 80%);
}
.menu-partner-level .gold.partner-level-img {
    background: linear-gradient(154.6deg, #E2C42A 23%, #F8E9BD 117.77%);
    -webkit-box-shadow: 0px 0px 0px 5px rgb(251 247 198 / 80%);
    -moz-box-shadow: 0px 0px 0px 5px rgba(251, 247, 198, 0.8);
    box-shadow: 0px 0px 0px 5px rgb(251 247 198 / 80%);
}
.menu-partner-level .platinum.partner-level-img {
    background: linear-gradient(157.85deg, #0EB6FD 10.42%, #90FBE1 107.62%);
    -webkit-box-shadow: 0px 0px 0px 5px rgb(234 247 248 / 80%);
    -moz-box-shadow: 0px 0px 0px 5px rgba(234, 247, 248, 0.8);
    box-shadow: 0px 0px 0px 5px rgb(234 247 248 / 80%);
}
.level-information,
.levels-roadmap {
    background: #FFFFFF;
    box-shadow: 0px 36px 30px rgba(0, 132, 181, 0.03);
    border-radius: 10px;
    margin-bottom: 30px;
}
.level-information .heading,
.levels-roadmap .heading {
    background: linear-gradient(116.3deg, #6DC1E7 15.03%, #009ED0 66.45%), #EEFFFE;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}
.levels-roadmap .heading {
    background: linear-gradient(102.13deg, #AEB7CE 28.7%, #9EBBC1 112.3%);
}
.current-level-information {
    display: flex;
    justify-content: space-between;
}
.level-information .content,
.levels-roadmap .content {
    border: none;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}
.current-level-information-block .not_yet .partner-level-img {
    display: none;
}
.current-level-information .current-level-information-block .item {
    background: #FFFFFF;
    border: 1px solid #F3F7F8;
    box-shadow: 2px -4px 50px rgba(0, 0, 0, 0.03), 0px 10px 40px rgba(0, 0, 0, 0.03);
    border-radius: 7px;
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 20px;
    padding: 10px 20px;
    min-height: 74px;
    color: #00AEEF;
}
.current-level-information .current-level-information-block .level {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 600;
    font-size: 14px;
    color: #182353;
    letter-spacing: 0.01em;
}
#loyalty-program .current-level-information .current-level-information-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #182353;
}
.current-level-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 34px;
}
.current-progress {
    position: relative;
    width: 100%;
}
.current-progress .current-progress-completed {
    width: 30px;
    height: 30px;
    background-color: #00AEEF;
    border-radius: 50px;
    margin-top: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.current-progress-row {
    border-left: 2px dotted #00AEEF;
    height: 50px;
    margin: 14px;
}
.progress-completed {
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    position: absolute;
    top: 0;
}
.current-progress progress {
    text-align: center;
    width: 100%;
    -webkit-appearance: none;
    border: none;
    position:relative;
    height: 6px;
    border-radius: 47px;
}
progress::-webkit-progress-bar {
    background-color: #F3F7F8;
}
progress::-webkit-progress-value {
    background-color: #00AEEF;
    content: attr(title);
}
.current-level-text,
.next-level-text {
    max-width: 130px;
    text-align: center;
    border: 1px solid #F3F7F8;
    box-shadow: 10px -50px 80px rgba(0, 0, 0, 0.02), 10px 50px 80px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    margin-top: -4px;
    z-index: 0;
}
.next-level-text {
    right: 30px;
}
.current-level-text-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.current-level-text-block .item,
#loyalty-program .progress-completed h1 {
    font-size: 28px;
    color: #00AEEF;
    line-height: 1;
    font-weight: 700;
}
#loyalty-program .progress-completed h1 {
    margin-right: 8px;
    margin-bottom: 0;
}
#loyalty-program .current-level-text-block p,
#loyalty-program .progress-completed p {
    letter-spacing: 0.01em;
    font-size: 14px;
    color: #707998;
    line-height: 1.3;
    margin-bottom: 15px;
}
#loyalty-program .progress-completed p {
    margin-right: -17px;
    text-align: center;
}
#loyalty-program .current-level-text-block p:first-of-type {
    font-weight: 700;
    font-size: 16px;
    color: #707998;
    margin-top: 15px;
}
.levels-roadmap-progress {
    display: flex;
    justify-content: center;
}
#loyalty-program .title {
    text-align: center;
    color: #BED1D5;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
#loyalty-program .active .title {
    color: #707998;
}
.levels-roadmap-progress .levels-roadmap-progress-row {
    border-right: 2px dotted #BED1D5;
    height: 50px;
    width: 1px;
    margin: 20px auto;
}
.levels-roadmap-progress .active .levels-roadmap-progress-row {
    border-right: 2px dotted #00AEEF;
    height: 50px;
    width: 1px;
    margin: 20px auto;
}
.levels-roadmap-progress div {
    text-align: center;
    margin: 0 auto;
}
.levels-roadmap-progress .current-progress {
    margin-top: 77px;
}
.levels-roadmap-progress .current-level {
    width: 63px;
}
.levels-roadmap-progress .current-level:nth-child(1) > p {
    margin-bottom: 24px!important;
}
.levels-roadmap-progress .current-level .partner-level-img.user {
    background: #00AEEF;
    width: 63px;
    height: 63px;
    box-shadow: none;
}
.levels-roadmap-progress .active .levels-roadmap-progress-row.user {
    margin: 10px auto 20px;
}
.levels-roadmap-progress .current-level .levels-roadmap-migration {
    color: #BED1D5;
    font-weight: 800;
    font-size: 36px;
}
.levels-roadmap-progress .current-level .levels-roadmap-migration-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #BED1D5;
    margin-left: -5px;
}
.levels-roadmap-progress .current-level.active .levels-roadmap-migration {
    color: #00AEEF;
}
.levels-roadmap-progress .current-level.active .levels-roadmap-migration-text {
    color: #707998;
}
@media all and (max-width: 600px) {
    .menu-partner-level {
        padding: 15px 10px;
        margin-left: 20px;
    }
    .menu-partner-level a {
        display: flex;
        flex-direction: column;
    }
}
@media all and (max-width: 532px) {
    .menu-partner-level {
        padding: 0px 10px;
    }
}
@media all and (max-width: 510px) {
    .menu-partner-level .partner-level-img {
        margin: 0 auto;
    }
    .menu-partner-level .tooltiped {
       display: none;
    }
}
@media all and (max-width: 500px) {
    .progress-completed .current-progress-row,
    #loyalty-program .progress-completed h1,
    #loyalty-program .progress-completed p {
        display: none;
    }
    .level-information .content {
        padding: 20px;
    }
    .bp-need-more-information {
        display: flex;
        flex-direction: column;
    }
    #loyalty-program .bp-need-more-information p {
        justify-content: center;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 490px) {
    .menu-partner-level {
        display: none;
    }
}
@media all and (max-width: 420px) {
    .current-level-information {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .current-level-information .current-level-information-block .level {
        justify-content: center;
    }
}
@media all and (max-width: 470px) {
    #loyalty-program .active .title {
        font-size: 16px;
    }
    .levels-roadmap-progress .current-level .levels-roadmap-migration-text {
        font-size: 14px;
    }
    .levels-roadmap-progress .current-level .levels-roadmap-migration {
        font-size: 28px;
    }
    .levels-roadmap .content {
        padding: 10px;
    }
}
@media all and (max-width: 370px) {
    .levels-roadmap-progress .current-level .levels-roadmap-migration-text {
        font-size: 12px;
    }
    .menu-partner-level span {
        display: none;
    }
    .menu-partner-level {
        padding: 25px 20px;
    }
    .partner-table .partner-level-img {
        width: 27px;
        height: 27px;
        margin: 0 5px 0 10px;
    }
}
@media all and (max-width: 325px) {
    .levels-roadmap-progress .current-level .levels-roadmap-migration-text {
        font-size: 10px;
    }
}
@media all and (max-width: 1199px) {
    .bp-need-more-information .buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .learn {
        margin-left: 0;
        margin-top: 20px;
    }
    .bp-need-more-information a {
        width: 100%;
    }
    #loyalty-program .bp-need-more-information p {
        display: flex;
        align-items: center;
        line-height: 1.6;
    }
}
@media all and (max-width: 768px) {
    #loyalty-program p.text,
    #loyalty-program h1.text {
        padding: 0 10px;
    }
}
@media all and (max-width: 430px) {
    .partner-table td, .partner-table th {
        padding: 5px;
    }
}
@media all and (max-width: 977px) {
    .partner-table .partner-level-img {
        margin: 0 15px 10px 10px;
    }
}

#business-role-popup {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    resize: vertical;
    overflow: auto;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.7);
}
#business-role-popup .business-role-popup-container {
    position: absolute;
    top: 30%;
    left: 20px;
    right: 20px;
    margin: -100px auto 0;
    background: #fff;
    padding: 20px;
    max-width: 500px;
    border-radius: 10px;
}
#business-role-popup hr {
    margin: 15px 0;
}
#business-role-popup .assisted-migration,
#business-role-popup .automated-migration{
    top: -40px;
}

#bussines-role-form h4 {
    text-align: center;
    margin-top: 30px;
}
#bussines-role-form h5 {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
#bussines-role-form input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}
#bussines-role-form label,
#bussines-role-form input[type="radio"] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#bussines-role-form ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#bussines-role-form ul li {
    width: 80%;
    height: 75px;
    margin: 0 auto;
    position: relative;
}
#business-role-popup #bussines-role-form ul li {
    width: 100%;
}
#bussines-role-form label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid rgba(7, 36, 109, 0.12);
    box-shadow: 0px 2px 10px rgb(7 36 109 / 5%);
    border-radius: 5px;
    cursor: pointer;
    z-index: 90;
    color: #182353;
    max-width: 550px;
    margin: 0 auto 5px;
}
.my-migration-page .bussines-role-form.col-support {
    max-width: 730px;
    padding: 60px 15px 60px;
    min-height: auto;
}
#bussines-role-form label:hover {
    background: linear-gradient(0deg, #77B747, #77B747);
    color: white;
}
@media only screen and (max-width: 550px) {
    #bussines-role-form ul li {
        width: 90%;
    }
}
#send-quick-ticket-form .error-message {
    display: none;
}
#send-quick-ticket-form .error-message {
    left: 15px;
    bottom: -22px;
}
#send-quick-ticket-form #quickMessageError {
    bottom: -37px;
}
#send-quick-ticket-form .menu-partner-level {
    display: inline-block;
    padding: 0;
}
#send-quick-ticket-form .menu-partner-level .options-info:before {
    content: '';
    display: inline-block;
    height: 16px;
    width: 17px;
    margin: 0 0 -2px 0;
    background-image: url(../images/tips.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    padding: 0;
}
#send-quick-ticket-form .message-status {
    display: none;
    padding: 0.2em 1em;
}
.secure-text {
    position: relative;
    right: -20px;
}
.secure-text .options-icon-info:before {
    margin: 0 0 5px 0;
}
.options-icon-info.secure-visual:before {
  content: '';
  display: inline-block;
  border: none;
  width: 25px;
  height: 25px;
  vertical-align: -6px;
  color: transparent;
  border-radius: 0;
  margin: 0 5px 0 5px;
  background: transparent;
  background-image: url(../images/secure.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.secure {
    vertical-align: -6px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    background-image: url(../images/secure.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.secure-text .entity-notice {
    margin-top: -7px;
    padding: 15px 15px 15px 15px;
    background: #ffeebf;
    z-index:100;
    max-width: 480px;
    width: 480px;
    text-align: left
}
.entity-notice.prevent-before::before {
    display: none;
}
.mobile-whitespace {
    display: none;
}
@media all and (max-width: 980px) {
    .secure-text .entity-notice {
        width: 290px;
    }
}
@media all and (max-width: 689px) {
    .control-label.secure-text {
        padding-left: 0;
        padding-right: 0;
    }
    .control-label label, label.control-label, .wizard .entities-selection label {
        font-size: 14px;
    }
    .sub-step #options-container .form-group .option-wrapper label.checkbox-inline {
        width: 90%;
    }
    .sub-step #options-container .form-group:first-of-type .option-wrapper label.checkbox-inline{
        min-inline-size: -webkit-fill-available;
        min-inline-size: fit-content;
    }
    .sub-step #options-container .form-group .col-sm-12 {
        padding-left: 0;
        padding-right: 5px;
    }
    .entities-selection .sub-step:first-of-type .col-xs-offset-1 {
        margin-left: 0;
    }
    br.mobile-whitespace {
        display: block;
    }
}
@media all and (max-width: 391px) {
    .sub-step .done-icon {
        display: none;
    }
    .sub-step #options-container .form-group .col-sm-12 {
        padding-right: 0;
    }
}
.secure-text ol,
.secure-text ul {
    text-align: left;
    margin: 0;
}
.my-migration-page .complaint-form.col-support {
    max-width: 730px;
    padding: 40px 40px 25px;
    min-height: auto;
}
.my-migration-page .complaint-form h4 {
    color: #182353;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}
.my-migration-page .complaint-form p {
    color: #6B7496;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
#complaint-form-email,
#complaint-form-message {
    margin-top: 22px;
}
.my-migration-page .complaint-form input.form-control,
.my-migration-page .complaint-form textarea {
    color: #6B7496;
    font-size: 16px;
    padding: 15px;
    height: auto;
    border-radius: 6px;
    border: 1px solid #C6CBE2;
    background: #FFF;
}
.my-migration-page .complaint-form input.form-control::placeholder,
.my-migration-page .complaint-form textarea::placeholder {
    color: #6B7496;
    font-size: 16px;
    font-weight: 400;
}
.my-migration-page .complaint-form .btn {
    border-radius: 5px;
    background: #77B747;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 240px;
    margin: 50px 0 0!important;
}
.my-migration-page .complaint-form .message-status {
    display: none;
    border-radius: 6px;
    width: 70%;
    margin: 20px auto 0;
    padding: 15px;
    font-size: 16px;
    border: 2px solid #99ce84;
    color: #99ce84;
}
.my-migration-page .complaint-form .form-group {
    position: relative;
    margin-bottom: 0;
}
.my-migration-page .complaint-form .error-message {
    top: 4px;
}
.fade-survey-answer {
    opacity: 1;
    animation: fadeAnimation 10s forwards;
}
@keyframes fadeAnimation {
    0% {
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#detected-null-entities .note {
    display: flex;
    align-items: center;
    justify-content: center;
}
#detected-null-entities .note-img {
    width: 26px;
    height: 32px;
    background-image: url(../images/wizard/note.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}
#detected-null-entities .modal-footer {
    text-align: center;
    border-top: none;
}
#detected-null-entities label.radio.control-label p {
    margin: 0;
    display: inline;
    line-height: 1.4;
}

/* New Demo Rate Design Start */
#heading-nav-toggle {
    position: relative;
    margin: 0;
    cursor: pointer;
}
#heading-nav-toggle:after {
    position: absolute;
    right: 50px;
    top: calc(50% - 3px);
    content: '';
    display: block;
    background: url(../images/new-rate/heading-nav-toggle-arrow.svg) no-repeat;
    height: 7px;
    width: 10px;
    -webkit-background-size: contain;
    background-size: contain;
}
#heading-nav-toggle.collapsed:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.heading-nav-content {
    padding: 16px 50px;
}
.check-migrated-entities .store-link {
    margin: 16px 0;
}
.check-migrated-entities .store-link p:first-child {
    margin: 0 0 12px;
}
.check-migrated-entities .store-link p {
    margin: 0;
    color: #182353;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.check-migrated-entities .store-link p a {
    color: #182353;
    word-break: break-all;
}
.check-migrated-entities .store-link img {
    margin: 0 6px;
    cursor: pointer;
    display: inline-block;
}
.check-migrated-entities .navbar-toggle {
    margin: 0;
}
#demo-result-entities b {
    padding-left: 8px;
}
.rate-the-results {
    background: #B1ECFF;
    padding: 2px 0 2px 50px;
}
.rate-the-results-container {
    background: #50D5FF;
    padding: 24px 50px;
}
.rate-the-results-container .demo-rating-container, .rate-the-results-container .full-rating-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}
.star-container {
    display: flex;
    margin-bottom: 10px;
}
.new-star-design {
    display: flex;
}
.old-star-design {
    display: flex;
    position: absolute;
}
.star-container .star {
    background-image: url("../images/new-rate/stars/star-icon.svg");
    width: 50px;
    height: 48px;
    background-size: cover;
    margin: 0 5px;
}
.old-star-design .star-rating .rating-container {
    font-size: 65px;
    line-height: 48px;
    height: 48px;
    opacity: 0;
    cursor: pointer;
}
.rate-the-results-container strong {
    font-size: 20px;
}
.rate-the-results-container .header img {
    display: none!important;
}
.rate-the-results-container .demo-rating-message,
.rate-the-results-container .full-rating-message,
.rate-the-results-container .last-full-rating-message {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    opacity: 0.4;
    max-width: 300px;
}
.rate-the-results-container .header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: auto;
}
.rate-the-results-container p {
    line-height: 24px;
}
.rate-the-results-container .form-horizontal .form-group {
    margin: 0;
}
.rate-the-results-container .form-horizontal {
    margin-top: 15px;
}
.rate-the-results-container .demo-rating-form {
    width: 100%;
}
.rate-the-results-container .form-horizontal label.control-label {
    right: 0;
    padding: 10px 0 0;
}
.rate-the-results-container .missing-data-container {
    flex-direction: column;
}
.rate-the-results-container .missing-data-container .checkbox-inline {
    margin-left: 10px;
    text-align: left;
    padding-left: 10px;
}
.rate-the-results-container .demo-rating-form .missing-other-container textarea,
.rate-the-results-container .full-rating-form .missing-other-container textarea {
    padding: 10px 13px;
    margin: 10px 0 0;
    width: 100%;
}
.rate-the-results-container .btn {
    margin: 10px 0 0!important;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #40CF4D;
}
.rate-the-results-container .demo-rating-checkbox {
    margin-bottom: 15px;
}
.thanks-feedback {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.thanks-feedback strong {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 8px;
}
.thanks-feedback img {
    width: 120px;
    height: 120px;
}
.thanks-feedback p,
.rate-the-results-container.full .thanks-feedback p:last-of-type {
    margin-bottom: 25px;
    text-align: left;
}
.rate-the-results-container .thanks-feedback .btn {
    margin-bottom: 16px!important;
}
.thanks-feedback .item {
    width: calc(100% - 200px);
}
@media all and (max-width: 767px) {
    .rate-the-results-container .demo-rating-container .item:first-child {
        width:100%;
    }
    .rate-the-results-container p br,
    .rate-the-results-container .demo-rating-container .item:last-child,
    .rate-the-results-container .full-rating-container .item:last-child{
        display: none;
    }
    .rate-the-results-container .demo-rating-message {
        max-width: 100%;
    }
    .rate-the-results-container .demo-rating-content {
        text-align: center;
    }
    .demo-rating-checkbox .form-group {
        text-align: left;
    }
    .rate-the-results-container .header,
    .rate-the-results-container .star-container,
    .rate-the-results-container .full-rating-container {
        justify-content: center;
    }
    .rate-the-results-container .header img {
        display: block!important;
    }
}
@media all and (max-width: 596px) {
    .thanks-feedback img {
        margin: 0 auto;
    }
    .thanks-feedback {
        justify-content: center;
        flex-direction: column;
    }
    .thanks-feedback .item,
    .thanks-feedback p {
        text-align: center;
    }
    .thanks-feedback p {
        margin-bottom: 10px;
    }
    .thanks-feedback .item {
        width: 100%;
    }
    .rate-the-results-container {
        padding: 24px 10px;
    }
    .rate-the-results-container p {
        font-size: 14px;
    }
    .rate-the-results-container strong {
        font-size: 16px;
        margin: 0;
    }
}
#demo-rates-popup {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    resize: vertical;
    overflow: auto;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.7);
}
#demo-rates-popup .popup-container {
    position: absolute;
    top: 30%;
    left: 20px;
    right: 20px;
    margin: -100px auto 0;
    background: #fff;
    padding: 20px;
    max-width: 631px;
    border-radius: 10px;
}
#demo-rates-popup #heading-nav-toggle {
    display: none;
}
#demo-rates-popup .rate-the-results-container {
    padding: 20px;
    background: white;
}
#demo-rates-popup .rate-the-results-container strong {
    margin: 0 10px;
    text-align: center;
}
#demo-rates-popup .rate-the-results-container .header img {
    display: block!important;
}
#demo-rates-popup .demo-rating-container .item:last-child {
    display: none;
}
#demo-rates-popup .rate-the-results-container p,
#demo-rates-popup .rate-the-results-container .form-group {
    text-align: center;
}
#demo-rates-popup .rate-the-results-container .star-container {
    justify-content: center;
}
#demo-rates-popup .demo-rating-checkbox .form-group {
    text-align: left;
}
#demo-rates-popup .rate-the-results-container .btn {
    background: #57BAFD;
}
@media all and (max-width: 430px) {
    #demo-rates-popup .rate-the-results-container .item:first-child {
        width: 100%;
    }
}
#demo-rates-popup .thanks-feedback {
    justify-content: center;
    flex-direction: column;
}
#demo-rates-popup .thanks-feedback img {
    margin: 0 auto;
}
#demo-rates-popup .thanks-feedback .item {
    width: 100%;
    text-align: center;
}
#demo-rates-popup .thanks-feedback p {
    margin: 10px;
}
#demo-rates-popup .rate-the-results-container .demo-rating-message {
    max-width: 100%;
}
.check-migrated-entities tbody>tr>td:last-child {
    padding: 0 0 0 7px;
}
.check-migrated-entities tbody>tr>td:nth-child(2) {
    border-right: none;
}
.check-migrated-entities tbody>tr>td:nth-child(3) {
    border-left: none;
}
.check-migrated-entities tbody>tr>td a {
    color: #0A1338;
}
.check-migrated-entities tbody>tr>td img {
    margin-right: 5px;
    display: inline-block;
}
.link-store-block {
    display: flex;
    justify-content: center;
}
.demo-rate-page {
    margin: 24px auto;
}
.heading-nav-content iframe {
    width: 535px;
    height: 300px;
}
.check-migrated-entities #iconNoticeOneEntity-error.error.entity-notice {
    margin-left: 10px;
}
.demo-rate-page .options-icon-info:before {
    margin-top: 0;
}
.check-migrated-entities .entity-notice ol {
    margin: 8px 0 0;
}
.check-migrated-entities .entity-notice ol li {
    margin-bottom: 2px;
}
.check-migrated-entities  div.col-xs-10.col-xs-offset-1 {
    float: none;
}
.check-migrated-entities div.col-xs-10.col-xs-offset-1 tr td {
    vertical-align: middle;
}
@media all and (max-width: 767px) {
    .check-migrated-entities div.col-xs-10.col-xs-offset-1 {
        padding-bottom: 1px;
    }
    #heading-nav-toggle {
        text-align: left;
        padding: 5px 15px;
    }
    #heading-nav-toggle:after {
        right: 15px;
    }
    .heading-nav-content {
        padding: 16px;
    }
    .check-migrated-entities .table-bordered>tbody>tr>td img {
        margin-right: 0;
    }
    .wizard .check-migrated-entities #demo-result-entities .parent-table-entity tbody>tr>td:nth-child(2),
    .wizard .check-migrated-entities #demo-result-entities .table-responsive tbody>tr>td:nth-child(2) {
        width: 40%!important;
    }
    .wizard .check-migrated-entities #demo-result-entities .parent-table-entity tbody>tr>td:nth-child(3),
    .wizard .check-migrated-entities #demo-result-entities .table-responsive tbody>tr>td:nth-child(3) {
        width: 60%!important;
    }
}
@media all and (max-width: 640px) {
    .link-store-block .arrow-migration {
        margin: 10px 0!important;
    }
    .heading-nav-content iframe {
        width: 100%;
        height: 48vw;
    }
}
@media all and (max-width: 440px) {
    .link-store-block {
        flex-direction: column;
    }
}
.cta-demo-rate-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d0fce4;
    padding: 40px;
}
.cta-demo-rate-page p {
    width: 50%;
    color: #000;
    font-size: 20px;
    margin: 0;
    line-height: 30px;
}
@media all and (max-width: 991px) {
    .cta-demo-rate-page p {
        width: 100%;
        margin-bottom: 24px;
        text-align: center;
        line-height: 24px;
    }
    .cta-demo-rate-page {
        flex-direction: column;
        padding: 40px 20px;
    }
    .cta-demo-rate-page img {
        display: none!important;
    }
}

.rate-the-results-container.full {
    background: #FF9F2F;
    padding-left: 70px;
    padding-right: 50px;
}
.rate-the-results.full {
    margin-top: 30px!important;
    background: #FFD6A5;
    padding: 2px 0 2px 70px;
}
.rate-the-results-container.full p:first-of-type {
    margin-bottom: 16px;
}
.rate-the-results-container.full p:last-of-type {
    margin-bottom: 8px;
}
.rate-the-results-container.full p,
.rate-the-results-container.full ul,
.rate-the-results-container.full h5 {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.rate-the-results-container.full h5 {
    margin-bottom: 0;
}
.rate-the-results-container.full ul {
    list-style: circle;
}
.rate-the-results-container.full .form-horizontal {
    margin-top: 40px;
}
.rate-the-results-container.full .form-horizontal label.control-label {
    padding-top: 16px;
}
.rate-the-results-container.full .missing-other-container {
    margin-top: 6px;
}
.rate-the-results-container.full .btn {
    background: #48b4ee;
}
.rate-the-results-container.full p.full-rate {
    margin: 24px 0 16px;
}
p.full-rate-text {
    margin-bottom: 16px;
}
.rate-the-results-container.full .full-rating-checkbox {
    margin-bottom: 24px;
}

@media all and (max-width: 767px) {
    .rate-the-results-container.full {
        padding: 16px;
    }
}
/* New Demo Rate Design End */

/* Specific Offer Insurance Start */
.specific-offer-insurance,
.specific-offer-insurance .row {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.specific-offer-insurance {
    margin-left: 20px;
}
.specific-offer-insurance .price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
}
.specific-offer-insurance .price b {
    text-align: center;
    font-size: 26px;
    font-style: italic;
}
.specific-offer-insurance .price i {
    text-decoration-line: line-through;
    color: #bed1d5;
    font-size: 20px;
}
.specific-offer-insurance .info {
    padding: 10px 0 10px 10px;
    margin: 5px 5px 5px 2px;
    display: block;
    position: relative;
    color: #2d3830;
    border-left: 1px solid gray;
}
.specific-offer-insurance span.img {
    font-size: 60px;
}
.specific-offer-insurance .entity-notice {
    margin-top: -7px;
}
@media all and (max-width: 530px) {
    .specific-offer-insurance {
        margin-left: 0;
        gap: 0;
    }
}
@media all and (max-width: 494px) {
    .specific-offer-insurance span.img  {
        font-size: 40px;
    }
}
@media all and (max-width: 454px) {
    .specific-offer-insurance span.img  {
        font-size: 20px;
    }
    .specific-offer-insurance div {
        gap: 0;
    }
}
/* Specific Offer Insurance End */