/*@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700,800,600italic,400italic|Hind:400,500,600,700,300,100";*/
html {
    font-size: 100%;
}
body{
    font-family: 'Open Sans', 'Arial', sans-serif;
    height: 100%;
    font-size: 1em;
    font-weight: 400;
    color: #2b2b2b !important;
    letter-spacing: 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    background-repeat: repeat;
    background-color: white;
}
body::before {
    content: "CSS_WORKS_FINE";
    display: block;
    height: 0;
    visibility: hidden;
}
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: 767px) {
    .page-block {
        padding: 24px 0 19.2px 0;
    }
}

.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%;
}
.img-thumbnail{
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

::selection {
    color: #fff;
    background: #2e3c49;
}
::-moz-selection {
    color: #fff;
    background: #2e3c49;
}
.space-top {
    margin-top: 24px;
}

.mb-1{
    margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
    .space-top {
        margin-top: 19.2px;
    }
}
.space-bottom {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .space-bottom {
        margin-bottom: 19.2px;
    }
}
.double-space-top {
    margin-top: 48px;
}
@media only screen and (max-width: 767px) {
    .double-space-top {
        margin-top: 31.2px;
    }
}
.double-space-bottom {
    margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
    .double-space-bottom {
        margin-bottom: 31.2px;
    }
}
.double-padding-top {
    padding-top: 48px !important;
}
@media only screen and (max-width: 767px) {
    .double-padding-top {
        padding-top: 31.2px !important;
    }
}
.double-padding-bottom {
    padding-bottom: 48px !important;
}
@media only screen and (max-width: 767px) {
    .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;
}
.style-main .post-content h1,
.style-main .post-content h2,
.style-main  h3,
.style-main  h4,
.style-main .post-content h5,
.style-main .post-content h6,
.style-main .post-content .h1,
.style-main .post-content .h2,
.style-main .post-content .h3,
.style-main .h4,
.style-main .post-content .h5,
.style-main .post-content .h6 {
    font-family: 'Hind', 'Open Sans', 'Arial', sans-serif;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    margin-top: 0;
}
.style-main .post-content h2.heading,
.style-main .post-content .h2.heading {
    font-weight: 300;
}

h1,
.style-main .post-content h1,
.style-main .post-content .h1 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 19px;
    color: #000;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    .style-main .post-content h1,
    .style-main .post-content .h1 {
        font-size: 1.7em;
        margin-bottom: 18px;
    }
}
.style-main  h2,
.style-main  .h2 {
    font-size: 1.7em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .style-main  h2,
    .style-main .h2 {
        font-size: 1.5em;
        margin-bottom: 18px;
    }
}
.style-main .post-content h3,
.style-main .post-content .h3 {
    margin-bottom: 0;
}
.style-main .post-content h3.heading,
.h3.heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25em;
    margin-bottom: 14px;
}
.style-main .post-content h3.heading > span,
.style-main .post-content .h3.heading > span {
    display: block;
    margin-top: 8px;
    width: 50px;
    height: 2px;
    background: #000000;
}
.style-main .post-content h3.heading.center,
.style-main .post-content .h3.heading.center {
    text-align: center;
}
.style-main .post-content h3.heading.center span,
.style-main .post-content .h3.heading.center span {
    margin: 8px auto 0 auto;
}
.style-main  h4,
.style-main .h4 {
    font-size: 1em;
}
.style-main h4.heading,
.style-main .h4.heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
}
.style-main .post-content h5,
.style-main .post-content .h5 {
    font-size: 0.875em;
    margin-bottom: 7px;
}
.style-main .post-content h6,
.style-main .post-content .h6 {
    font-size: 0.7em;
    margin-bottom: 7px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-spacing: 0.09em;
    font-family: 'Open Sans', 'Arial', sans-serif;
}
.page-heading {
    width: 100%;
    margin-bottom: 48px;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .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;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.item-page{
    margin-bottom: 30px;
}
.hide-block{
    display: none;
}
.no-word-spacing{
    word-spacing: 0;
}
p {
    font-size: 1em;
    line-height: 1.75;
    margin: 0 0 24px 0;
}
p.small {
    font-size: 0.875em !important;
    line-height: 1.57;
    margin-bottom: 16px;
}
.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;
}
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: '';
}
blockquote.alt:before {
    background-position: 0px 0px;
    left: 0;
}
blockquote.alt:after {
    background-position: -46px 0px;
    right: 0;
}
@media only screen and (max-width: 767px) {
    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;
}

.shopify-bg {
    background: #5c6ac4!important
}

.shopify-color {
    color: #5c6ac4!important
}

.woocommerce-bg {
    background: #96588a!important
}

.woocommerce-color {
    color: #96588a!important
}

.opencart-bg {
    background: #0080c3!important
}

.opencart-color {
    color: #0080c3!important
}

.prestashop-bg {
    background: #df0067!important
}

.prestashop-color {
    color: #df0067!important
}

.prestashop-bg-primary {
    background: #251b5b!important
}

.prestashop-color-primary {
    color: #251b5b!important
}

.magento-bg {
    background: #f46f25!important
}

.magento-color {
    color: #f46f25!important
}

.bigcommerce-bg {
    background: #4b71fc!important
}

.bigcommerce-bg-primary {
    background: #34313f!important
}

.bigcommerce-bg-second {
    background: #35c987!important
}

.bigcommerce-color {
    color: #4b71fc!important
}

.bigcommerce-color-primary {
    color: #35c987!important
}
.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;
}
.home-carts-list .text-dark {
    text-decoration: underline;
}.text-dark {
     color: #333 !important;
 }
.text-dark:hover {
    color: #333 !important;
    text-decoration: none;
}
.text-light {
    color: #BBB !important;
}
.text-light:hover {
    color: #BBB !important;
}
.light-weight {
    font-weight: 300 !important;
}
.bold-weight {
    font-weight: bold !important;
}
.normal-weight {
    font-weight: normal !important;
}
.middle-weight {
    font-weight: 500 !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;
}
.larger{
    font-size: 36px !important;
}

.highlight{
    background-color: yellow;
}
a{
    text-decoration: underline;
    color: #48b4ee;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
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 {
    min-height: 500px;
    padding: 0;
    margin: 0;
}
.btn {
    font-size: 1em !important;
    display: inline-block;
    color: #ffffff;
    padding: 10px 30px !important;
    font-weight: 600;
    font-family: 'Open Sans', 'Arial', sans-serif !important;
    text-align: center;
    text-decoration: none !important;
    background: #848484;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    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: #6f6f6f;
    text-decoration: none;
    border: 1px solid rgba(0,0,0, 0.1);
    color: #fff;
}
.btn:focus,
.btn:active,
.btn.active {
    border: 1px solid rgba(0,0,0, 0.1);
    background-image: none;
    box-shadow: none;
    color: #fff !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.btn span {
    font-weight: 600;
    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: #cacaca;
    color: #ffffff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
    background: #bdbdbd;
}
.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 !important;
}
.btn-success {
    background: #40cf4d !important;
    color: #ffffff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success{
    background: #31c43f !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;
}
.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;
}

.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: #333;
    padding: 10px 40px;
    font-weight: 600;
    text-align: center;
    background: none;
    border: 1px solid #333;
    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:focus,
.btn-outlined:hover {
    border-color: transparent;
    background: #555;
    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,
.btn-outlined.btn-default:focus{
    border-color: transparent;
    background: #cacaca;
    color: #fff !important;
}
.btn-outlined.btn-primary {
    border: 1px solid #48b4ee;
    color: #48b4ee;
}
.btn-outlined.btn-primary:focus,
.btn-outlined.btn-primary:hover {
    border-color: transparent;
    background: #48b4ee;
    color: #fff;
}
.btn-outlined.btn-success {
    border: 1px solid #40cf4d;
    color: #40cf4d;
    background: none !important;
}
.btn-outlined.btn-success:hover,
.btn-outlined.btn-success:focus{
    border-color: transparent;
    background: #40cf4d !important;
    color: #fff;
}
.btn-outlined.btn-info {
    border: 1px solid #5bc0de;
    color: #5bc0de;
}
.btn-outlined.btn-info:hover,
.btn-outlined.btn-info:focus{
    border-color: transparent;
    background: #5bc0de;
    color: #fff;
}
.btn-outlined.btn-warning {
    border: 1px solid #ffce00;
    color: #ffce00;
}
.btn-outlined.btn-warning:hover,
.btn-outlined.btn-warning:focus{
    border-color: transparent;
    background: #ffce00;
    color: #fff;
}
.btn-outlined.btn-danger {
    border: 1px solid #cc3333;
    color: #cc3333;
}
.btn-outlined.btn-danger:hover,
.btn-outlined.btn-danger:focus {
    border-color: transparent;
    background: #cc3333;
    color: #fff;
}

.btn-white{
    border: 0;
    background: #fff !important;
    color: #333 !important;
}
.btn-white:hover{
    border: 0;
    background: #fff !important;
    color: #333 !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: 15px 50px !important;
    font-size: 1em !important;
}
.btn-md {
    padding: 10px 30px !important;
    font-size: 14px !important;
    font-weight: 600;
}
.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;
}
.btn.light-color,
.btn.light-color:hover{
    color: #fff !important;
}

@media only screen and (max-width: 767px){
    .btn {
        margin-bottom: 10px !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;
    }
}

.form-control {
    display: 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 #ABABAB;
    -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);
}
.sub-controls{
    padding-left: 20px;
}
.form-group {
    margin-bottom: 10px;
    display: block;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 38px;
    font-size: 1.2em;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 0;
}
.ie .form-control {
    line-height: 1;
}
.checkbox,
.radio {
    display: inline-block;
    padding-left: 0px;
    margin: 0 25px 12px 0;
}
.checkbox:after,
.radio:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.checkbox label,
.radio label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
}
.checkbox .icheckbox,
.radio .icheckbox,
.checkbox .iradio,
.radio .iradio {
    position: relative;
    display: block;
    float: left;
    *display: inline;
    margin: 4px 9px 0 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #b8b8b6;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.checkbox .iradio,
.radio .iradio {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.checkbox .iradio.checked,
.radio .iradio.checked {
    border: 2px solid #48b4ee;
}
.checkbox .iradio.checked:after,
.radio .iradio.checked:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #48b4ee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}
.checkbox .icheckbox.checked,
.radio .icheckbox.checked {
    border: 2px solid #48b4ee;
}
.checkbox .icheckbox.checked:after,
.radio .icheckbox.checked:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 0.7em;
    display: block;
    position: absolute;
    line-height: 0;
    color: #48b4ee;
    top: 7px;
    left: 2px;
}
.checkbox .checkbox.disabled label,
.radio .checkbox.disabled label,
.checkbox .radio.disabled label,
.radio .radio.disabled label {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.checkbox .icheckbox.disabled,
.radio .icheckbox.disabled,
.checkbox .iradio.disabled,
.radio .iradio.disabled {
    opacity: 0.5;
    filter: alpha(opacity=5);
    cursor: default;
}
.checkbox .icheckbox.checked.disabled,
.radio .icheckbox.checked.disabled,
.checkbox .iradio.checked.disabled,
.radio .iradio.checked.disabled {
    opacity: 0.5;
    filter: alpha(opacity=5);
    cursor: default;
}
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: 297px;
    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;
}
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;
}

#searchForm .search-page-input{
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100%;
    padding: 8px;
}
.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: 767px) {
    .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;
}
.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;
}

/* ----------------------------- The Header ----------------------------- */
.fusion-header .live-chat img{
    max-width: 150% !important;
}

.fusion-header .tool-free {
    margin-top: 13px;
    margin-right: 50px;
}
.c2c-logo-container{
    display: inline-block;
}
.c2c-logo-container .logo span{
    position: absolute;
    right: -60px;
    top: -10px;
    background: #eb5140;
    color: #fff;
    cursor: default;
    font-weight: 700;
    border-radius: 5px;
    padding: 2px 4px;
}
.c2c-logo-container .logo span:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 6px solid transparent;
    border-left: 5px solid #eb5140;
    border-right: 5px solid transparent;
    left: 7px;
    bottom: -6px;
}

.mobile-call-btn{
    display: none !important;
}
@media only screen and (max-width: 1024px) {
    .fusion-header .tool-free {
        margin-right: 20px;
    }
}
.fusion-header .tool-free ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
    line-height: 1em;
    text-align: right;
}
.fusion-header .tool-free ul .phone-number {
    color: #4E4E4E;
    font-size: 1.4em;
    font-weight: 300;
}
.fusion-header .tool-free ul .phone-number strong {
    font-weight: 400;
    color: #808080;
}
.fusion-header .tool-free ul .works-days {
    margin-top: 10px;
    color: #000000;
    font-size: 0.8em;
}
.fusion-header .tool-free ul .works-days .separator {
    color: #cccccc;
    margin: 0 5px;
}
.fusion-header .tool-free ul .works-days .gray-text {
    color: #AFAFAF;
    font-weight: 300;
}

.fusion-header .tool-free a{
    color: #4E4E4E;
    text-decoration: none;
}
.header-login {
    width: 100%;
    position: relative;
    z-index: 980;
    padding: 0;
    background: #FFF;
}
.header-toolbar{
    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: 767px) {
    .header-toolbar .social-bar {
        position: static !important;
        margin: 0 auto !important;
    }
}
.header-toolbar .social-bar a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    padding: 3px 5px 5px 4px;
    text-decoration: none;
    color: #888888;
    text-align: center;
    font-size: 1em;
    background: rgba(255,255,255,0);
    border: 1px solid #ccc;
    -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 {
    border: 1px solid rgba(255,255,255,0);
    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 {
    float: right;
    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: 15px 5px 12px;
    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: #48b4ee;
}
.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 !important;
    width: 30px;
    height: 20px;
    background: url("/wp-content/themes/Avada-Child-Theme/images/top.png") no-repeat 50% -52px transparent;
}

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

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

    .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;
        text-align: left;
    }
    .header-toolbar .tools li a{
        padding-top: 5px;
    }
    .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%;
    box-sizing: border-box;
    -webkit-transition: top 0.7s;
    -moz-transition: top 0.7s;
    transition: top 0.7s;
}
.header.off-canvas.fixed,
.header.stuck {
    position: fixed;
    left: 0;
    top: 0;
}
.header.off-canvas {
    top: -80px;
}

@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;
    }
}
.header .logo {
    display: inline-block;
    position: relative;
    z-index: 1;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    width: 250px;
    height: 68px;
}

@media only screen and (max-width: 768px) {
    .fusion-logo{
        text-align: center;
    }
    .header .live-chat{
        display: none;
    }
    .c2c-logo-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .mobile-call-btn{
        display: block !important;
    }
}

.header .navigation {
    width: auto;
    float: left;
    text-align: left;
}

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

.header .live-chat {
    margin-top: 0px;
    text-align: right;
    width: 136px;
}

.header .tool-free {
    margin-top: 13px;
    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;
}
.header .tool-free ul .phone-number strong {
    font-weight: 400;
    color: #808080;
}
.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 .tool-free ul .works-days .gray-text {
    color: #AFAFAF;
    font-weight: 300;
}

.header .tool-free a{
    color: #4E4E4E;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    .header .tool-free ul .phone-number {
        font-size: 1.1em !important;
    }
    .header .tool-free ul .works-days {
        font-size: 0.7em !important;
    }
}

@media only screen and (max-width: 767px) {
    .header .tool-free,
    .header .live-chat {
        display: none;
    }
}

.fusion-main-menu .tools {
    min-width: 200px;
    max-width: 265px;
    float: right;
}

.fusion-main-menu .tools a {
    display: block;
    margin: 18px 4px 0 4px;
    padding: 9px 6px 8px 6px;
    font-size: 1.035em;
    color: #000000;
    text-decoration: none;
}
.fusion-main-menu .tools a:hover,
.fusion-main-menu .tools a:focus {
    color: #48b4ee;
}
@media only screen and (max-width: 1024px) {
    .fusion-main-menu .tools a {
        display: none;
    }
}
.tools .signup {
    padding: 6px 20px;
    border: 1px solid #000;
    color: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.tools .signup:hover {
    border-color: transparent;
    background: #48b4ee;
    color: #fff;
}
.tools .user {
    position: relative;
    float: left;
    margin-left: 40px;
}
.tools .user a {
    float: none;
    padding-bottom: 21px;
}
.tools .user a i {
    margin-right: 10px;
}
.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;
}
.tools .user .user-dropdown a {
    display: block;
    padding: 0;
    margin: 0;
}
.tools .user:hover > a {
    color: #48b4ee;
}
.tools .user:hover .user-dropdown {
    display: block;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.tools .cart-btn {
    display: block;
    float: right;
    cursor: pointer;
    width: 100%;
    background: #5dc6fe;
}
@media only screen and (max-width: 1024px) {
    .tools .cart-btn {
        top: 0;
        right: 0;
        z-index: 1;
    }
}
.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 !important;
    border: none;
    padding: 27px 10px 28px;
    text-align: center;
}

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

.tools .cart-btn .login{
    font-weight: 400;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}
.tools .cart-btn .dropdown{
    width: 100%;
    position: relative;
}

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

.tools .cart-btn .login i{
    margin: 0 5px;
}
.tools .cart-btn .fa-chevron-down {
    font-size: 11px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}
.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;
}

.tools .cart-btn .cart-dropdown .empty-cart {
    display: none;
    text-align: center;
    padding-top: 24px;
    height: 130px;
}
.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);
}
.tools .cart-btn .cart-dropdown a {
    float: none;
    display: inline-block;
}

.tools .cart-btn .cart-dropdown table {
    width: 100%;
    border-bottom: 1px solid #cecece;
}
.tools .cart-btn .cart-dropdown table td {
    padding-bottom: 9px;
}
.tools .cart-btn .cart-dropdown table.total {
    border: none;
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.tools .cart-btn .cart-dropdown table.total td {
    padding-top: 9px;
}
.tools .cart-btn .cart-dropdown .links {
    margin-bottom: 16px;
}
.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;
}
.tools .cart-btn .cart-dropdown .links a:hover {
    color: #afafaf;
    border-bottom: 1px solid transparent;
}

.tools .cart-btn .login.active + .cart-dropdown {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.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;
}

.tools .register-menu{
    width: auto;
    float: right;
    list-style: none;
}

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

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

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

.tools .register-menu ul li.sing-up a{
    padding: 8px 22px;
    background: #40d04d;
    font-weight: 600;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

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

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

.quick-search {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 40px;
}

.quick-search .search-query {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
    height: 40px;
    background: none;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    outline: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    border-color: #728ca8;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.grayscale-cart,
.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url(svg/grayscale.svg#greyscale); !* Firefox 4+ *!*/
    filter: gray; /* IE 6-9 */
    opacity: 0.7;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.grayscale:hover{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    opacity: 1;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.try-free-demo-container{
    margin-bottom: -1px;
    color: #fff;
    background: #67bce3;
}
.try-free-demo-container h2{
    font-weight: lighter;
    font-size: 42px;
    color: #fff;
}

.btn-blue-danger{
    background: #3e8cb0 !important;
}

.btn-blue-danger:hover{
    background: #3e7a9e !important;
}
.navigation-default li a, .navigation-default li a:focus, .navigation-default li a:hover {
    font-weight: 600;
    color: #000;
}
.navigation-default {
    border: none !important;
    margin: 0;
    display: block;
    padding: 15px 0;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.navigation-cart li, .navigation-default li {
    position: relative;
    list-style: none;
    display: inline-block;
    padding-left: 25px;
    margin: 0 30px;
}
.multistore-banner {
    background: #67bce3;
    display: block;
}

/*------------------- Coupon Codes --------------------*/

h2.coupon-bd-heading{
    margin: 30px 0 30px;
    text-transform: uppercase;
    color: #414141;
    font-family: 'open Sans', sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
h2.coupon-bd-heading .pink{
    font-size: 28px;
    color: #e82b61;
    font-weight: bold;
}
.coupon-bd-container{
    background-color: #FAFAFA;
    width: 90%;
    height: 70%;
    margin: 20px auto 0;
    border: 1px solid #EAEAEA
}

.coupon-bd-container .coupon-show-code{
    display: table;
    margin: 0 auto;
    font-size: 18px;
    position: relative;
    top: 45px;
    text-align: left;
}

.coupon-bd-container .coupon-show-code p.text-code-bd{
    font-size: 20px;
}

.coupon-bd-container .coupon-use-code{
    padding: 8px;
    font-size: 22px;
    margin-left: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px dashed #868686;
}
.coupon-bd-container .coupon-use-code:focus{
    outline: none;
}

.acymailing-coupon-bd{
    display: none;
}
ul.coupon-bd{
    text-align: center;
    position: relative;
}
ul.coupon-bd li{
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
    width: 120px;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.coupon-bd:hover li {
    opacity: 0.7;
}
ul.coupon-bd li:hover{
    opacity: 1 !important;
}
ul.coupon-bd .tooltip-�oupon{
    position: absolute;
    left: 250px;
    background-color: rgba(108, 180, 35, 0.8);
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    top: 100px;
}
.coupon-bd-body{
    position: relative;
    font-family: "Open Sans", Arial, sans-serif;
    border: 1px solid #E8E8E8;
    background-color: #fff;
}
.coupon-bd-body .coupon-bd-footer,
.coupon-bd-body .coupon-bd-head{
    text-align: center;
    padding: 20px 0;
}
.coupon-bd-body .coupon-bd-head h2{
    color: #6cb423;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #FFF;
    padding: 25px 0;
    margin: 0 100px;
    border-top: 1px dashed #E4E4E4;
    border-bottom: 1px dashed #E4E4E4;
}
.coupon-bd-body .coupon-bd-head h2 .pink{
    color: #e2366a;
}

.coupon-bd-body .content-bd{
    padding: 10px 50px;
}
.coupon-bd-body .content-bd{
    font-size: 16px;
}
.coupon-bd-body .content-bd h3{
    text-align: center;
}
.coupon-bd-footer {
    text-align: center;
    padding: 20px;
}

.coupon-bd-footer .foot-bd-text{
    background: #fff;
    border-top: 1px dashed #E4E4E4;
    border-bottom: 1px dashed #E4E4E4;
    margin: 10px 90px;
    padding: 20px;
    font-size: 16px;
}

.coupon-bd-head.summer-gift,
.coupon-bd-footer.summer-gift,
.coupon-bd-body.summer-gift{
    font-family: 'Roboto Slab', arial, helvetica, sans-serif;
}

.coupon-bd-head.summer-gift,
.coupon-bd-footer.summer-gift{
    position: relative;
    background: #48b4ee;
}
.coupon-bd-head.summer-gift{
    margin-bottom: 40px;
}
.coupon-bd-head.summer-gift h2{
    font-size: 24px;
}
.coupon-bd-head.summer-gift h2,
.coupon-bd-footer.summer-gift .foot-bd-text{
    border: none;
    background: none;
    color: #fff;
}

.coupon-bd-head.summer-gift .sun-25-off{
    background: url("/wp-content/themes/Avada-Child-Theme/images/pages/sun-25-off.png") no-repeat 50% 50% transparent;
    position: absolute;
    width: 200px;
    height: 200px;
}
.summer-gift.free-consultation{
    margin: 20px 50px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #E8E8E8;
}
.summer-gift.free-consultation .schedule-free-consultation{
    border: none;
    background-color: #C7C7C7;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.summer-gift.free-consultation .schedule-free-consultation:hover{
    background-color: #78c95f;
}
.custom-cart-logo{
    border: 1px solid #DDD;
    padding: 50px 10px;
    margin: 10px 0;
}

.inmotion-hosting-services{
    border: 3px solid #40CF4D;
    padding: 30px 0 5px;
    margin: 0 0 20px;
}
/* Buttons for Landing Page */
.btn-large{
    margin: 0 10px;
    display: inline-block;
    padding: 15px 50px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.btn-middle{
    margin: 0 10px;
    display: inline-block;
    padding: 10px 40px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.btn-small{
    display: inline-block;
    padding: 8px 24px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}
.btn-large:active, .btn-middle:active, .btn-small:active,
.btn-large:visited, .btn-middle:visited, .btn-small:visited {
    color: #fff;
}
.btn-green{
    background: #40CF4D;
}
.btn-green:hover{
    background: #44DB52;
}
.btn-blue{
    background: #54C5FF;
}

.btn-blue:hover{
    background: #6FCDFD;
}
.btn-blue-stroke{
    border: 2px solid #54C5FF;
    background: #fff;
    color: #37BBFF;
    font-size: 12px;
    font-weight: bold;
}
.btn-blue-stroke:visited{
    color: #37BBFF;
}
.btn-blue-stroke:hover{
    background: #54C5FF;
    border: 2px solid #54C5FF;
    color: #fff;
}

.btn-content{
    margin: 10px 0 20px;
}

@media only screen and (max-width: 767px){
    .btn-content .btn{
        margin-top: 10px !important;
    }
}


.fullwidth-content{
    position: relative;
    width: 100%;
    background-color: #f4f8fc;
    border-top: 1px solid #eff1f4;
    border-bottom: 1px solid #eff1f4;
    margin: 40px auto 0!important;
    padding: 20px 0;
}

.fullwidth-content:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: -1px;
    width: 100%;
    background-color: #f4f8fc;
    border-top: 1px solid #eff1f4;
    border-bottom: 1px solid #eff1f4;
    z-index: 1;
}

.fullwidth-content:after {
    content: "";
    display: block;
    height: 100%;
    right: -101%;
    position: absolute;
    top: -1px;
    width: 101%;
    background-color: #f4f8fc;
    border-top: 1px solid #eff1f4;
    border-bottom: 1px solid #eff1f4;
    z-index: 0;
}
.fullwidth-content.testimonials-content,
.fullwidth-content.testimonials-content:after,
.fullwidth-content.testimonials-content:before {
    background: #fff;
}
.fullwidth-content.no-space{
    margin: 0 auto !important;
}

.center-table{
    display: table;
    margin-left: auto;
    margin-right: auto;
}
/*-------------------------------------- Migration Password --------------------------------*/

.table-scroll table {
    width:100%;
    margin:auto;
    border-collapse:separate;
    border-spacing:0;
    font-size: 13px;
}
.table-scroll th,
.table-scroll td {
    padding:5px 10px;
    vertical-align: middle;
}
.table-scroll{
    position:relative;
    margin:auto;
    overflow:hidden;
}
.migration-password-table-container{
    overflow-x: auto;
}

.clone {
    position:absolute;
    top:0;
    left:0;
    pointer-events:none;
}
.clone th, .clone td {
    visibility:hidden
}
.clone td, .clone th {
    border-color:transparent
}
.clone tbody th {
    visibility:visible;
}
.clone .fixed-side {
    visibility:visible;
}

.password-migration-icon span{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #A5A5A5;
}

.migration-password-table .no{
    color: #da5d5d;
}
.migration-password-table .yes{
    color: #5ea03c;
}
.migration-password-table{
    border-spacing: 0;
    border: 2px solid #EAEAEA;
    width: 100%;
}
.migration-password-table tr td,
.migration-password-table tr th{
    padding: 5px;
    text-align: center;
}
.migration-password-table tr td.panel-to{
    background: #5fc86f;
    color: #fff;
    text-align: center;
    border-top: 0;
}
.migration-password-table tr td.panel-from.darken,
.migration-password-table tr td.panel-to.darken,
.migration-password-table tr th.panel-from.darken,
.migration-password-table tr th.panel-to.darken{
    color: #fff;
    font-weight: 300;
    font-style: italic;
}
.migration-password-table tr td.panel-from.darken,
.migration-password-table tr th.panel-from.darken{
    background: #8fc1da !important;
    vertical-align: middle;
}
.migration-password-table tr td.panel-from.darken span{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
}
.migration-password-table tr td.panel-to.darken{
    background: #5dc36d;
}
.migration-password-table tr td.panel-from a,
.migration-password-table tr td.panel-to a{
    text-decoration: none;
    color: #fff;
}
.migration-password-table tr td.panel-to:nth-child(2n+1){
    background: #62ce73;
}
.migration-password-table tr th.panel-from{
    background: #97cbe6;
    color: #fff;
    text-align: center;
    border-top: 0;
}
.migration-password-table tr:nth-child(2n+1) td:first-child{
    background: #92c5df;
}
.migration-password-table tr td.password-migration-icon{
    background-color: #fff !important;
    vertical-align: middle;
}
.migration-password-table tr:nth-child(n+2):not(:last-child) td:nth-child(n+2){
    border-bottom: 1px solid #EDEDED;
}
.clone .migration-password-table tr:nth-child(n+3) td:nth-child(2n+3),
.migration-password-table tr:nth-child(n+3) td:nth-child(2n+3){
    background: #F7F7F7;
}
.migration-password .gray-block{
    padding: 20px;
    background: #EFEFEF;
    border-radius: 5px;
}
.migration-password .powered-m1 {
    border-top: 1px solid #E8E8E8;
    padding-top: 10px;
    text-align: right;
    font-style: italic;
    color: #A2A2A2;
    vertical-align: middle;
}
.migration-password .powered-m1 img{
    vertical-align: middle;
}
.text-center{
    text-align: center;
}
/* ------------- Btn Dark ------------- */
.btn-dark{
    background: #2E3C49; !important;
}

.btn-dark:hover, .btn-dark:active{
    background: #374653; !important;
}


.grayscale-cart,
.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url(svg/grayscale.svg#greyscale); !* Firefox 4+ *!*/
    filter: gray; /* IE 6-9 */
    opacity: 0.7;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.grayscale:hover{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    opacity: 1;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.try-free-demo-container{
    margin-bottom: -1px;
    color: #fff;
    background: #67bce3;
}
.try-free-demo-container h2{
    font-weight: lighter;
    font-size: 42px;
    color: #fff;
}

.btn-blue-danger{
    background: #3e8cb0 !important;
}

.btn-blue-danger:hover{
    background: #3e7a9e !important;
}

/* Buttons for Landing Page */
.btn-large{
    margin: 0 10px;
    display: inline-block;
    padding: 15px 50px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.btn-middle{
    margin: 0 10px;
    display: inline-block;
    padding: 10px 40px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.btn-small{
    display: inline-block;
    padding: 8px 24px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}
.btn-large:active, .btn-middle:active, .btn-small:active,
.btn-large:visited, .btn-middle:visited, .btn-small:visited {
    color: #fff;
}
.btn-green{
    background: #40CF4D;
}
.btn-green:hover{
    background: #44DB52;
}
.btn-blue{
    background: #54C5FF;
}

.btn-blue:hover{
    background: #6FCDFD;
}
.btn-blue-stroke{
    border: 2px solid #54C5FF;
    background: #fff;
    color: #37BBFF;
    font-size: 12px;
    font-weight: bold;
}
.btn-blue-stroke:visited{
    color: #37BBFF;
}
.btn-blue-stroke:hover{
    background: #54C5FF;
    border: 2px solid #54C5FF;
    color: #fff;
}

.btn-content{
    margin: 10px 0 20px;
}

@media only screen and (max-width: 767px){
    .btn-content .btn{
        margin-top: 10px !important;
    }
}


.center-table{
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/* ------------- Btn Dark ------------- */
.btn-dark{
    background: #2E3C49; !important;
}

.btn-dark:hover, .btn-dark:active{
    background: #374653; !important;
}

/* General Header Styles*/
.fusion-header-v4 .fusion-header {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.fusion-header-wrapper{
    z-index: 100;
}
.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('/wp-content/themes/Avada-Child-Theme/images/toll-free.png') no-repeat;
    width: 24px;
    height: 30px;
}
.fusion-secondary-header{
    min-height:0
}
.fusion-secondary-main-menu{
    padding: 0;
}
.style-main .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-main-menu{
    display: block;
}
.fusion-main-menu{
    overflow: visible;
}
/*!* Menu Styles*/
/*================================================================================================= *!*/

.fusion-main-menu .sub-menu{
    border: 1px solid #cecece;
    padding: 10px 0;
    border-top: none !important;
}
.style-main .fusion-main-menu .sub-menu ul {
    left: 193px;
    top: -10px;
    border-top: 1px solid #cecece !important;
    width: 310px;
}
.fusion-main-menu .menu-item-13 .sub-menu {
    width: 230px;
}
.fusion-main-menu .sub-menu li a:hover,
.fusion-main-menu .menu-item .sub-menu li a:hover:after,
.fusion-main-menu .sub-menu li.more-migration a{
    color: #21c2f8;
}
.fusion-main-menu .sub-menu li.more-migration a{
    font-size: 14px;
}
.fusion-main-menu .menu-item-11 .sub-menu li a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 7px;
    color: #282828;
}
.fusion-main-menu .menu-item-11 .sub-menu .sub-menu li a:after,
.fusion-main-menu .menu-item .sub-menu li.more-migration a:after{
    content: '';
}
.fusion-main-menu li.home-icon {
    width: 80px;
    position: relative;
    text-indent: -9999px;
}
.fusion-main-menu li.home-icon > a{
    position: relative;
    text-indent: -9999px;
}

.fusion-main-menu li.home-icon > a:after {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 29px;
    width: 22px;
    min-height: 100%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAMAAABo+94fAAAAJFBMVEVMaXH///////////////////////////////////////////9tKdXLAAAAC3RSTlMAQO8Qv89gMJ+Ar0KpG3UAAABLSURBVHjaxcg7DsAgDARRgzGf7P3vy1qKQOAiZaYaPVmpVYm1DNCjsnFppXr9VMrrunVgZ8s7EF0fnOXmarzo1OhJ2IVuX1w46U+ecJwIxWEkv/UAAAAASUVORK5CYII=') no-repeat center center;
}

.quick-search .search label{
    opacity: 0;
    color: #556f88;
    font-size: 14px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.quick-search .search-query:focus ~ label{
    opacity: 1;
    top: -20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.quick-search .search-query::-moz-placeholder {
    color: #556f88;
    opacity: 1;
}
.quick-search .search-query:-ms-input-placeholder {
    color: #556f88;
}
.quick-search .search-query::-webkit-input-placeholder {
    color: #556f88;
}
.quick-search .search-query::-moz-placeholder {
    color: #556f88;
    opacity: 1;
}
.quick-search .search-query:-ms-input-placeholder {
    color: #556f88;
}
.quick-search .search-query::-webkit-input-placeholder {
    color: #556f88;
}
.quick-search .search-query:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    border-bottom: 1px solid #48B4EE;
}
.quick-search .search-query:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}
.quick-search .search-query:focus:-ms-input-placeholder {
    color: transparent;
}
.quick-search .search-query:focus::-webkit-input-placeholder {
    color: transparent;
}
.quick-search .search-query:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}
.quick-search .search-query:focus:-ms-input-placeholder {
    color: transparent;
}
.quick-search .search-query:focus::-webkit-input-placeholder {
    color: transparent;
}

.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: 80px;
    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: 767px) {
    .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: 767px) {
    .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: auto !important;
}
@media only screen and (max-width: 1024px) {
    .sticky-wrapper {
        height: auto !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);
}

.wall-bg{
    background: url("/wp-content/themes/Avada-Child-Theme/images/wall.png") repeat 0 100% transparent;
    overflow: hidden;
}
/* ------------------ 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;
}

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

.menu {
    display: inline-block;
}
.menu ul {
    padding: 0;
    list-style: none;
}
.menu ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.menu ul li a {
    display: block;
    padding: 17px 10px;
    font-size: 1.035em;
    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;
}
.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;
    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: absolute;
}
.menu ul li .submenu li {
    display: inline-block;
    position: relative;
    padding: 0 12px;
    margin: 0;
    width: 100%;
}
.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 .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;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.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%;
}
.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: 80px;
}
.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: 80px;
    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 0;
    cursor: pointer;
}
#nav-toggle{
    padding-top: 28px;
}
#steps-nav-toggle{
    display: none;
    z-index: 999;
    padding: 10px 32px 16px 0;
    cursor: pointer;
}
@media only screen and (max-width: 991px) {
    #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,
#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{
    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,
#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,
#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;
}
.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;
}
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}
.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;
        width: 100%;
    }

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

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

    .menu .mobile-search {
        height: 80px;
        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;
        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: visible;
    }

    .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: 200%;
        -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;
        padding: 16px 0 20px 0;
        text-align: left;
        position: absolute;
    }
    @media only screen and (max-width: 991px) {
        .menu.cart-btn ul li.dropdown:hover ul.submenu {
            display: none;
        }
    }
    .menu ul li .submenu{
        height: 105px;
    }
    .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;
    }
}

/* --------------------- The Footer ----------------------- */
.footer {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #2e3c49;
    padding: 20px 0 0 0;
}

.footer .footer-top{
    border-bottom: 1px solid #344452;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.style-main .footer h4,
.style-main .footer h4 a{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fafafa;
    text-decoration: none;
}
.footer .footer-column {
    margin-bottom: 24px;
}
.footer .footer-column ul {
    margin-bottom: 7.2px;
    color: #7e9bb8;
}
.footer .footer-column ul a {
    color: #fafafa;
    font-size: 1em;
    text-decoration: none;
}
.footer .footer-column ul a:hover {
    color: #dbdbdb;
}
.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 .mail {
    font-size: 0.875em;
}

.footer .toll-free,
.footer .social-bar{
    font-size: 14px;
    color: #fafafa;
}

.footer .toll-free > a{
    color: #7e9bb8 !important;
    text-decoration: none;
}

.footer .social-bar a {
    text-decoration: none;
    font-size: 1.2em;
    color: #fafafa;
    text-align: center;
    padding-left: 10px;
}
.footer .social-bar a:first-child {
    padding-left: 0;
}
.footer .social-bar a:hover {
    color: #dbdbdb;
}
.footer .more-services {
    background: #425668;
    color: #7e9bb8 !important;
    font-size: 0.875em !important;
}
.footer .more-services:hover {
    background: #4c6378;
}
.fusion-copyright-content {
    background: #2e3c49;
    text-align: center;
    padding: 0;
}
.fusion-copyright-content {
    margin-bottom: 0;
    font-size: 0.875em;
    color: #556f88;
}
.style-main .fusion-copyright-content a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #556f88;
}
.fusion-copyright-content a:hover {
    color: #7e9bb8;
    border-bottom: 1px solid #7e9bb8;
}
.fusion-copyright-content .version {
    font-size: 12px !important;
    color: #556f88;
}

.footer .btn.to-services{
    background: #344452;
    font-size: 12px !important;
    color: #7E9BB8 !important;
}

.footer .btn.to-services:hover,
.footer .btn.to-services:active,
.footer .btn.to-services:focus{
    background: #384958;
}

@media only screen and (max-width: 991px) {
    .footer .copyright p {
        float: none !important;
        text-align: center;
    }
    .footer .t3-footnav > div:nth-child(odd) {
        clear: both;
    }
}

.footer .latest-news ul{
    list-style: none;
    padding-left: 0;
}

.footer .latest-news ul li a{
    font-size: 14px;
    color: #556f88;
    text-decoration: none;
}

.footer .latest-news ul li a:hover{
    color: #7e9bb8;
}

.footer .latest-news ul li .moduleItemDateCreated{
    color: #4C6275;
    font-size: 12px;
    font-style: italic;
}

/* ---------------------- 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: 767px) {
    .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;
}
/* ----------------------------------- 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;
}
/* ----------------------------- Pagination ----------------------------- */
.pagination {
    width: 100%;
    text-align: center;
    margin: 1em 0;

}
.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: 8px;
    -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: rgba(0,0,0,0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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: 767px) {
    .sticky-btns{
        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{
    color: #48b4ee;
    border: 1px solid #48b4ee;
}

.question:hover:after{
    color: inherit;
}

.package-badge,
.package-badge .package-bg:before,
.package-badge .package-bg:after{
    position: relative;
    margin: auto;
    text-align: center;
    height: 220px;
    width: 220px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    color: #fff;
    padding: 50px 34px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.package-badge .package-bg{
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.package-badge .package-bg:before,
.package-badge .package-bg:after{
    content: '';
    position: absolute;
    display: block;
    background: #f0d939;
    z-index: 1;
}
.package-badge .package-bg:before{
    content: '';
    background: url("/wp-content/themes/Avada-Child-Theme/images/stripe_bg.png") repeat 50% 50% transparent;
    left: 20px;
    top: 10px;
}

.package-badge .package-text{
    position: absolute;
    z-index: 1;
}
.package-badge .package-title{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 100;
    line-height: 0.2;
}
.package-badge .package-price{
    font-size: 65px;
    font-weight: 800;
}
.package-badge .package-btn .btn,
.package-badge .package-btn .btn:active,
.package-badge .package-btn .btn:focus,
.package-badge .package-btn .btn:hover{
    background: #fff;
    color: #000;
    margin: 0 !important;
    padding: 10px 40px !important;
    border: 0 !important;
}
.package-badge.france .package-btn .btn{
    padding: 10px 30px !important;
}
.package-badge.france .package-title{
    font-size: 28px;
}

.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: #fbbd3f;
}
.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: #fbbd3f;
}
.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;
}

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

.table-fluid {
    margin: 0 auto;
    width: auto;
}

.table-blue{
    border: rgba(0,0,0,0.2);
    background: #DCE8F2;
}

.table-blue tr:nth-child(2n){
    background: #D3E1EC;
}
.table-blue tr,
.table-blue tr>th,
.table-blue tr>td{
    border: none !important;
    padding: 10px 20px !important;
}

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

.notice a{
    color: #333 !important;
    text-decoration: underline;
}
.notice a:hover {
    color: #333 !important;
}

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

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

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

.info-notice{
    background: #DCE8F2;
}

.scroller{
    max-height: 500px;
    overflow-y: auto;
}
a.more-link {
    display: none !important;
}

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

.owl-nav .owl-prev,
.owl-nav .owl-next{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url("/wp-content/themes/Avada-Child-Theme/images/arrows-preview.png") no-repeat 0 50% transparent;
}
.owl-nav .owl-prev{
    left: -25px;
    background-position: 0 50%;
}
.owl-nav .owl-next{
    right: -25px;
    background-position: 100% 50%;
}

/*-------------------- Clients Content --------------------*/
.testimonial{
    overflow: hidden;
    margin: 0 !important;
}
#carousel_container{
    position: relative;
}
#carousel_container .prev,
#carousel_container .next{
    top: 60%;
    width: 20px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}
#carousel_container .prev{
    left: 0;
}
#carousel_container .next{
    right: 0;
}
#carousel_container .prev i,
#carousel_container .next i{
    font-size: 42px;
    color: #CFD3D7;
}
.clients-content .clients-item{
    position: relative;
    width: 100%;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.clients-content .clients-item .clients-name{
    font-weight: 300;
    font-size: 24px;
}
.clients-content .clients-item .clients-profession{
    font-size: 14px;
    font-weight: lighter;
    color: #9D9FA0;
}
.clients-content .clients-item .clients-testimonial{
    margin: 0 50px;
}
.clients-content .clients-item .clients-testimonial p{
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-style: italic;
    color: #6D6D6D;
    margin: 5px;
    font-weight: 400;
}

.clients-content .clients-item .clients-photo{
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
    overflow: hidden;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.clients-content .clients-item .clients-photo img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
}

/*---------------- Try it free demo right now! -----------------*/
.try-free-container{
    width: 100%;
    color: #fff;
    padding: 50px 0;
    margin-bottom: -1px;
    background: #67bce3;
    position: relative;
}
.try-free-container.no-space{
    margin-bottom: -30px;
}
.container .try-free-container:before{
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #67bce3;
    z-index: 1;
}

.container .try-free-container:after{
    content: "";
    display: block;
    height: 100%;
    right: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #67bce3;
    z-index: 1;
}

.home .try-free-container{
    background: url("/wp-content/themes/Avada-Child-Theme/images/cs-photo.jpg") no-repeat 50% 100% #67bce3;
}

@media only screen and (max-width: 991px) {
    .try-free-container{
        background-image: none !important;
    }
    .try-free-container .container > div:first-child{
        margin-bottom: 30px;
    }
}

.try-free-container h2{
    font-weight: 100 !important;
    color: #fff !important;
    font-size: 32px !important;
    text-transform: none !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
.try-free-container span{
    font-size: 22px;
}
.try-free-container .btn{
    padding: 15px 50px;
    border: 0;
    background: #3e8cb0;
}
.try-free-container .btn:hover{
    border: 0;
    background: #3585a9;
    color: #ffffff;
}
.home .try-free-container {
    background: url("/wp-content/themes/Avada-Child-Theme/images/cs-photo.jpg") no-repeat 50% 100% #67bce3;
}
.try-free-container:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    width: 101%;
    background: #67bce3;
    top: 0;
    z-index: 1;
}
.try-free-container:after {
    content: "";
    display: block;
    height: 100%;
    right: -100%;
    position: absolute;
    width: 101%;
    background: #67bce3;
    top: 0;
    z-index: 1;
}


.btn:after {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: -20px;
    top: -20px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.6);
}
.btn.active:after {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.readmore .btn{
    padding: 10px 30px !important;
    font-size: 0.875em !important;
    font-weight: 500;
}

.readmore .btn span{
    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 {
    color: #4fbffa;
    text-transform: uppercase;
    border-bottom: 1px solid #EFEFEF;
}

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


/* 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: 16px;
    font-weight: 300;
}


/*-------------  Bootstrap pull 3.x-1.1.1 for Twitter Bootstrap v3. --------------*/

.pull-left-xs,
.pull-left-sm,
.pull-left-md,
.pull-left-lg{
    float: left;
}
.pull-right-xs,
.pull-right-sm,
.pull-right-md,
.pull-right-lg{
    float: right;
}
@media (max-width: 767px) {
    .pull-left-xs {
        float: left;
    }
    .pull-right-xs {
        float: right;
    }
}

@media (min-width: 768px) {
    .pull-left-sm {
        float: left;
    }
    .pull-right-sm {
        float: right;
    }
}


@media (min-width: 992px) {
    .pull-left-md {
        float: left;
    }
    .pull-right-md {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-left-lg {
        float: left;
    }
    .pull-right-lg {
        float: right;
    }
}


/*---------------------------------  Header Styles --------------------------------*/
.logo-image span,
.logo-image small {
    display: none;
}

.navbar-header {
    display: none;
}
@media (max-width: 767px) {
    .navbar-header {
        display: block;
    }
}
.navbar-toggle {
    padding: 0;
    height: 35px;
    line-height: 35px;
    width: 35px;
    margin-left: 20px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 8.5px -20px 0 -20px;
}
.navbar-nav > li {
    padding: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    list-style-type: none;
}
.navbar-nav > li > a{
    padding-top: 17px;
    padding-bottom: 17px;
    color: #fff;
    text-decoration: none;
    font-size: 1.035em;
    line-height: 1.57;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.nav > li > a{
    position: relative;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus{
    background-color: transparent;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav > li > a {
        padding: 10px;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
    }
}
.navbar-collapse {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0);
}
.navbar-collapse .navbar-brand {
    color: #2f3339;
}
.navbar-collapse .navbar-brand:hover,
.navbar-collapse .navbar-brand:focus {
    color: #181a1d;
    background-color: transparent;
}
.navbar-collapse .navbar-text {
    color: #777777;
}
.navbar-collapse .navbar-nav > li > a {
    padding: 27px 10px 28px;
    color: #fff;
    text-decoration: none;
    font-size: 1.035em;
    line-height: 25px;
    text-align: center;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.navbar-collapse .navbar-nav > li > a:hover,
.navbar-collapse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #5DC6FE;
}
.navbar-collapse .navbar-nav > li > .nav-header {
    color: #2f3339;
    display: inline-block;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
}
.navbar-collapse .navbar-nav > .active > a,
.navbar-collapse .navbar-nav > .active > a:hover,
.navbar-collapse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #5DC6FE;
}
.navbar-collapse .navbar-nav > .disabled > a,
.navbar-collapse .navbar-nav > .disabled > a:hover,
.navbar-collapse .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-collapse .navbar-toggle {
    border-color: #dddddd;
}
.navbar-collapse .navbar-toggle:hover,
.navbar-collapse .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-collapse .navbar-toggle .icon-bar {
    background-color: #cccccc;
}
.navbar-collapse .navbar-collapse,
.navbar-collapse .navbar-form {
    border-color: rgba(0, 0, 0, 0);
}
.navbar-collapse .navbar-nav > .open > a,
.navbar-collapse .navbar-nav > .open > a:hover,
.navbar-collapse .navbar-nav > .open > a:focus {
    background-color: #5DC6FE;
    color: #fff;
}
.navbar-collapse .navbar-nav > .open > a .caret,
.navbar-collapse .navbar-nav > .open > a:hover .caret,
.navbar-collapse .navbar-nav > .open > a:focus .caret {
    border: none;
}
.navbar-collapse .navbar-nav > .dropdown > a .caret {
    border: none;
}

.navbar-collapse .navbar-link {
    color: #2f3339;
}
.navbar-collapse .navbar-link:hover {
    color: #21c2f8;
}
.t3-mainnav {
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    float: left;
    position: absolute;
}
.t3-mainnav .t3-navbar {
    padding-left: 0;
    padding-right: 0;
}
.t3-mainnav .navbar-nav > li > .dropdown-menu {
    width: 195px;
    position: absolute;
    border: 1px solid #cecece;
    border-top: none;
    background: #fff;
    background: #fff;
    padding: 10px 0;
    text-align: left;
}
.t3-mainnav .navbar-nav > li > .dropdown-menu:before {

}

.t3-mainnav .navbar-nav li.home-icon > a{
    position: relative;
    text-indent: -9999px;
}

.t3-mainnav .navbar-nav li.home-icon > a:after {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 29px;
    width: 22px;
    min-height: 100%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAMAAABo+94fAAAAJFBMVEVMaXH///////////////////////////////////////////9tKdXLAAAAC3RSTlMAQO8Qv89gMJ+Ar0KpG3UAAABLSURBVHjaxcg7DsAgDARRgzGf7P3vy1qKQOAiZaYaPVmpVYm1DNCjsnFppXr9VMrrunVgZ8s7EF0fnOXmarzo1OhJ2IVuX1w46U+ecJwIxWEkv/UAAAAASUVORK5CYII=') no-repeat center center;
}


@media (max-width: 991px) {
    .t3-mainnav .t3-navbar {
        padding-left: 0;
        padding-right: 0;
    }
}
.t3-mainnav .t3-navbar-collapse{
    display: block;
}
@media (max-width: 991px) {
    .t3-mainnav .t3-navbar-collapse {
        display: none;
    }
}

.t3-mainnav .t3-navbar-collapse .navbar-nav {
    margin: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
    margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
    border-top: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
    border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
    position: absolute;
    top: 40%;
    right: 12px;
}

/*Responsive Navbar
-------------------------------------------------*/
@media (max-width: 991px) {

    .navigation.side-collapse{
        top: 80px;
        padding: 0;
    }

    .t3-mainnav{
        width: 100%;
        background: #fff;
        display: block;
        left: -265px;
        padding: 0;
        -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;
    }

    .t3-mainnav.out{
        left: -15px;
        -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;
    }

    .t3-mainnav .t3-navbar-collapse.navbar-collapse{
        display: block;
        width: 100%;
        position: relative;
        padding: 0;
    }

    .side-collapse-container{
        left: 0;
        -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;
    }

    .side-collapse-container.out{
        left: 249px;
        overflow: hidden;
        -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;
    }


    .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a:hover,
    .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #000;
        background-color: transparent;
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > .active > a,
    .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #21c2f8;
        background-color: transparent;
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > .disabled > a,
    .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1.57;
    }
}

@media (max-width: 991px) {

    .t3-mainnav .t3-navbar-collapse .navbar-nav {
        margin: 0;
        position: relative;
        width: 100%;
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav .home-icon > a{
        width: auto;
        text-indent: 0;
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav .home-icon > a:after{
        background: none;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li  a {
        font-size: 1.035em;
        color: #000000 !important;
        text-decoration: none;
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav li a:hover,
    .t3-mainnav .t3-navbar-collapse .navbar-nav li a:focus {
        color: #48b4ee !important;
        background: none;
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav li {
        text-align: left;
        position: relative;
        margin: 0;
        overflow: hidden;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li a {
        display: block;
        padding: 10px 45px 10px 15px;
        border-bottom: 1px solid #d9d9d9;
        color: #000000;
        text-align: left;
        font-family: 'Open Sans';
    }
    .fusion-main-menu .current-menu-ancestor > a, .fusion-main-menu .current-menu-item > a, .fusion-main-menu .current-menu-parent > a, .fusion-main-menu .current_page_item > a{
        background: #fff !important;
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a,
    .t3-mainnav .t3-navbar-collapse .navbar-nav > li:hover > a,
    .t3-mainnav .t3-navbar-collapse .navbar-nav > li:focus > a,
    .t3-mainnav .t3-navbar-collapse .navbar-nav > .open > a,
    .t3-mainnav .t3-navbar-collapse .navbar-nav > .open > a:hover,
    .t3-mainnav .t3-navbar-collapse .navbar-nav > .open > a:focus {
        color: #000;
        background: #fff;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li a:hover {
        background: #fff;
        color: #48b4ee;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li.current a {
        color: #48b4ee;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav 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;
        z-index: 11;
        border-left: 1px solid rgba(0,0,0,0.1);
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li > span:before {
        content: "\f107";
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li > span:hover {
        color: #48b4ee;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li.active > span:before {
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu {
        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;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu.open {
        max-height: 1000px;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li {
        padding: 0;
        overflow: hidden;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li a {
        color: #000000;
        font-size: 1em;
        padding: 7px 0 7px 42px;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li a i{
        display: none;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li a:hover,
    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li a:focus {
        color: #48b4ee;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li.current a {
        color: #48b4ee;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li span {
        top: 0;
        width: 47px;
        height: 40px;
        font-size: 1.1em;
        padding-top: 7px;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li ul.dropdown-menu {
        visibility: visible;
        position: static;
        width: auto;
        padding: 0;
        opacity: 100;
        border: none;
        max-height: 0;
        -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;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li ul.dropdown-menu.open {
        max-height: 400px;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li ul.dropdown-menu  li a {
        color: #000000;
        font-size: 0.875em;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li ul.dropdown-menu  li a:hover,
    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li ul.dropdown-menu  li a:focus {
        color: #48b4ee;
    }

    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.dropdown-menu li ul.dropdown-menu  li.current a {
        color: #48b4ee;
    }



    /*************** TODO MOBILE SEARCH **********************/
    .menu .mobile-search {
        height: 80px;
        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;
    }
}

/* General Header Styles*/
.fusion-header-v4 .fusion-header {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.fusion-header-wrapper{
    z-index: 100;
}
.phone-number .separator{
    margin: 0 7px;
}
.fusion-secondary-header{
    min-height:0
}
.fusion-secondary-main-menu{
    padding: 0;
}
.style-main .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-main-menu{
    display: block;
}
.fusion-main-menu{
    overflow: visible;
}
/*!* Menu Styles*/
/*================================================================================================= *!*/

.fusion-main-menu .sub-menu{
    border: 1px solid #cecece;
    padding: 10px 0;
    border-top: none !important;
}
.style-main .fusion-main-menu .sub-menu ul {
    left: 193px;
    top: -10px;
    border-top: 1px solid #cecece !important;
    width: 310px;
}
.fusion-main-menu .menu-item-13 .sub-menu {
    width: 230px;
}
.fusion-main-menu .sub-menu li a:hover,
.fusion-main-menu .menu-item .sub-menu li a:hover:after,
.fusion-main-menu .sub-menu li.more-migration a{
    color: #21c2f8;
}
.fusion-main-menu .sub-menu li.more-migration a{
    font-size: 14px;
}
.fusion-main-menu .menu-item-11 .sub-menu li a:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 7px;
    color: #282828;
}
.fusion-main-menu .menu-item-11 .sub-menu .sub-menu li a:after,
.fusion-main-menu .menu-item .sub-menu li.more-migration a:after{
    content: '';
}
.fusion-main-menu li.home-icon {
    width: 80px;
    position: relative;
    text-indent: -9999px;
}
.fusion-main-menu li.home-icon > a{
    position: relative;
    text-indent: -9999px;
}

.fusion-main-menu li.home-icon > a:after {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 29px;
    width: 22px;
    min-height: 100%;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAMAAABo+94fAAAAJFBMVEVMaXH///////////////////////////////////////////9tKdXLAAAAC3RSTlMAQO8Qv89gMJ+Ar0KpG3UAAABLSURBVHjaxcg7DsAgDARRgzGf7P3vy1qKQOAiZaYaPVmpVYm1DNCjsnFppXr9VMrrunVgZ8s7EF0fnOXmarzo1OhJ2IVuX1w46U+ecJwIxWEkv/UAAAAASUVORK5CYII=') no-repeat center center;
}

/*--------- 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;
}

/* Home Content Styles
================================================================================================= */
.home #main .fusion-row{
    padding: 0;
    width: 100%;
}
.style-main .fusion-header .fusion-row {
    padding: 0;
}
.fusion-main-menu > ul > li{
    padding-right: 0;
}
.fusion-main-menu > ul > li > a{
    padding: 0 10px;
}
.fusion-main-menu > ul > li > a:hover{
    background: #5DC6FE;
}
.home #wrapper .post-content h2{
    font-size: 24px;
}
.style-main .home-how-it-works h2,
.style-main .home-how-it-works p {
    color: #333;
}
.home #wrapper .try-free-container h2{
    font-weight: 100;
    color: #fff;
    font-size: 32px;
    text-transform: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
#main .container h2 {
    margin-bottom: 20px;
}
.footer .social-bar a:before{
    color: #fafafa;
}
.footer .social-bar a:hover:before {
    color: #dbdbdb;
}
.footer-box-shadow-n{
    box-shadow: none;
}
.fusion-footer-copyright-area .fusion-copyright-notice a,
.fusion-footer-copyright-area .fusion-copyright-content > div{
    margin-bottom: 0;
    color: #556f88;
}
.fusion-footer-copyright-area .fusion-copyright-notice a:hover{
    color: #7e9bb8;
    border-bottom: 1px solid #7e9bb8;
}
.fusion-footer-widget-area .widget-title, .fusion-footer-widget-area h3, .fusion-footer-widget-column .product-title{
    margin: 0 0 15px 0;
}
.fusion-footer-widget-area ul {
    margin-bottom: 7.2px;
    color: #7e9bb8;
}
.fusion-widget-area .widget_nav_menu li{
    padding: 0;
    margin-bottom: 8px;
}
.fusion-footer-widget-area ul li a {
    color: #7e9bb8;
    font-size: 16px;
    text-decoration: none;
}
.fusion-footer-widget-area .menu a:before {
    display: none;
}
.fusion-footer-widget-column {
    margin-bottom: 24px;
}
.fusion-header{
    transition: none;
    transform: none;
}
ul.carts-list li{
    padding: 0;
}
.post-content p {
    margin: 0 0 24px 0;
}
.category-supported-carts .fusion-page-title-bar{
    display: none;
}
.home #main{
    padding-top: 0;
}
/* Sidebar Styles
================================================================================================= */
.style-main body.blog.has-sidebar #content ,
.style-main body.single-post.has-sidebar #content {
    width: calc(100% - 33% - 15px);
}
.style-main #main .sidebar{
    padding-left: 15px;
}
.sidebar .sidebar-container {
    margin-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
}

.style-main .sidebar .widget .heading .widget-title,
.style-main .sidebar .widget .widget-title{
    background: #F0F0F0;
    padding: 10px 15px 7px;
    color: #A2A2A2;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}
.sidebar .widget{
    margin-bottom: 0;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    padding-bottom: 20px;
}
.sidebar .widget ul {
    padding: 0 15px;
}
.fusion-content-widget-area .widget_nav_menu li{
    width: 100%;
    display: block;
    padding: 15px 15px 0 15px;
    border: none;
    margin-bottom: 0;
}
.style-main .fusion-content-widget-area .widget li a{
    cursor: pointer;
    color: #000;
    text-decoration: underline;
}
.style-main .fusion-content-widget-area .widget li a:hover{
    text-decoration: none;
    color: #000;
}
.style-main .fusion-content-widget-area .widget li a:before{
    display: none;
}
.custom-follow-us{
    margin: 0 15px;
}
.sidebar .custom{
    margin: 0 15px;
}

/* ---------------------- 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: 767px) {
    .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;
}
#goog-fixurl #goog-wm .other-things{
    display: none !important;
}

#goog-fixurl #goog-wm .content > ul{
    list-style: none;
    margin-left: 0;
}

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

#goog-fixurl #goog-wm .content > ul > li #goog-wm-qt{
    padding: 11px 140px 11px 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;
    height: 56px;
    width: 100%;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#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: 18px 10px 18px;
    background: #40cf4d;
    border: 1px solid #3cc147;
    height: 56px;
    top: 0;
    right: 0;
    color: #fff;
    position: absolute;
    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;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

#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{
        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;
}

/* Blog Content Styles
================================================================================================= */
#wrapper #main .fusion-post-content > h2.entry-title{
    margin-bottom: 0;
}
.fusion-meta-info {
    border: none;
    clear: both;
    overflow: hidden;
    margin-top: 0;
    padding: 0;
}
hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 1px solid #f2f4f5;
}
.post{
    margin-bottom: 0;
}
.fusion-post-content img{
    margin-bottom: 24px;
}
#wrapper #main .fusion-post-content > h2.entry-title a{
    text-decoration: none;
}
#wrapper #main .fusion-post-content > h2.entry-title a:hover{
    text-decoration: none;
    color: #333;
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled ,
.pagination>.disabled:hover,
.pagination>.disabled:focus {
    color: #e7ecee;
    background-color: #fff;
    cursor: not-allowed;
    border: none;
}
.pagination-prev:before,
.pagination-next:after{
    display: none;
}
.pagination-prev,
.pagination-next {
    padding: 2px 5px;
}
.pagination-next.disabled{
  pointer-events: none;
}
.pagination a.inactive:hover,
.page-links a:hover,
.woocommerce-pagination .page-numbers:hover,
.bbp-pagination .bbp-pagination-links a.inactive:hover,
.pagination-next:hover,
.pagination-prev:hover{
    border-color: #f2f4f5 !important;
    background: #f2f4f5;
    border-radius: 2px;

}
.pagination a.inactive {
    padding: 2px 5px;
}
.pagination .pagination-prev {
    padding: 2px 5px;
    font-size: 16px;
}
.pagination .current {
    border-radius: 2px;
    padding: 2px 5px;
    background-color: #48b4ee;
}
.pagination a{
    margin: 0 2px 10px 0 !important;
    color: #000 !important;
}
.style-main .subscrInput {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 2px;
    color: #585858;
    background: #fff;
    position: relative;
    height: 40px;
    font-family:"Open Sans", Arial, sans-serif;
    margin-right: 0;
    outline: none;
}
.style-main .subscribe{
    padding: 10px;
    background: #C4DA5D;
    font-weight: bold;
    color: #7A8839;
    border-radius: 2px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    position: relative;
    float: right;
    width: 100%;
    margin-top: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    border: 1px solid #b1c554;
    height: 40px;
    outline: none;
}
.acymailing_form td {
    padding: 0;
}
.input-text, input[type="text"], input[type="email"], #tribe-bar-form input[type=text], .tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text]{
    font-size: 16px;
}
table.acymailing_form {
    width: 100%;
    margin-bottom: 15px;
}
#text-6 {
    padding: 0;
    border: none;
}

/* Contact Us
================================================================================================= */
.contact-us-page a{
    text-decoration: underline;
    color: #48b4ee;
}
.contact-forms .nav-tabs li {
    list-style-type: none;
    float: left;
}
.contact-forms .nav-tabs li a{
    display: inline-block;
}
.btn-social-bar a{
    text-decoration: none;
}
a:hover, a:focus{
    text-decoration: none !important;
}
.style-main p a{
    color: #48b4ee;
    text-decoration: underline;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.tab-content>.shown {
    display: block;
}
.tab-content>.tab-pane>.hidden {
    display: none;
}

.wpcf7-form .wpcf7-mail-sent-ok{
    background: #CAEEED;
    padding: 10px 15px 10px 15px;
    text-transform: none;
    border: none;
    color: #000;
    text-align: left;
}
.wpcf7-form .wpcf7-mail-sent-ok a{
    color: #000;
}
.wpcf7-form .wpcf7-mail-sent-ok p {
    padding: 0;
    margin: 5px 0 15px 0;
}
.wpcf7-form .wpcf7-mail-sent-ok h1{
    margin: 5px 0 10px;
    font-size: 28px !important;
}
.wpcf7-form .wpcf7-mail-sent-ok .alert-icon{
    display: none;
}
.wpcf7-form .close{
    border: none !important;
    font-size: 1.5em !important;
    font-weight: 500;
    color: #000 !important;
    opacity: 0.2 !important;
    margin: 10px 10px 0 0;
    background: transparent;
}
.wpcf7-form .close:hover,.wpcf7-form .close:focus {
    background: transparent;
    opacity: 0.5;
}
.close:hover, .close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
span.wpcf7-not-valid-tip{
    background: transparent;
    color: #dc3232;
    font-size: 12px;
    font-weight: 300;
    left: 0;
    top: -3px;
    line-height: 15px;
    max-width: 300px;
    width: 100%;
    padding: 2px 0;
    position: relative;
    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;
    z-index: 95;
}
span.wpcf7-not-valid-tip:before{
    display: none;
}
.style-main .jsn-uniform .wpcf7-not-valid {
    border-color: #dc3232 !important;
}
.wpcf7-form .wpcf7-validation-errors {
    background-color: transparent;
    border: none;
    color: #dc3232;
    text-transform: none;
}
.wpcf7-form .wpcf7-validation-errors p {
    color: #dc3232;
}
.wpcf7-form .wpcf7-response-output.c2c-form-error {
    color: #dc3232;
}
.wpcf7-form .wpcf7-validation-errors .close{
    color: #dc3232 !important;
    opacity: 0.5 !important;
}
input, textarea, select{
    font-family: 'Open Sans','Arial',sans-serif;
    font-size: 16px;
}
.wpcf7-form .wpcf7-response-output{
    max-width: 400px;
    float: none;
    margin: 0 auto 3em auto !important;
}
.style-main .wpcf7-form input[type="submit"]:hover,
.style-main .wpcf7-submit:hover,
.style-main .wpcf7-form input[type="submit"],
.style-main .wpcf7-submit{
    color: #ffffff;
    margin: 0 0 0 72px!important;
}
.wpcf7-mail-sent-ok a {
    text-decoration: underline;
}
.fusion-alert .close, .tribe-events-notices .close{
    outline: none;
}
.fusion-body .wpcf7-form .fusion-slider-loading{
    margin-top: -35px;
}
.wpcf7-form  .form-date .wpcf7-form-control-wrap{
    width: 40% !important;
    display: inline-block;
}
.wpcf7-form  .form-date .wpcf7-form-control-wrap input{
    cursor: not-allowed;
    border-radius: 3px 0 0 3px;
}
.open_date {
    background: #fff;
    border-radius: 0 3px 3px 0;
    border: 1px solid #A2A2A2;
    border-left: none;
    height: 40px;
    width: 57px;
    vertical-align: top;
    cursor: pointer;
    outline: none;
}
span.wpcf7-list-item{
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
}
span.wpcf7-list-item input[type="radio"] {
    margin: -2px 7px 0 0;
}
span.wpcf7-list-item-label {
    float: right;
    color: #333;
}
.estimator-title{
    color: #fff;
}
.fusion-mobile-menu-sep, .fusion-secondary-main-menu{
    border: none;
    top: 0 !important;
}
.searchform .search-table .search-button input[type="submit"]{
    background: #48b4ee;
}
.text-dark {
    color: #333 !important;
}

.cont-us{
    color: #19a1ea;
    text-decoration: underline;
}
.cont-us:hover{
    text-decoration: none;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd !important;
}
.fusion-main-menu-icon .menu-text{
    display: none;
}
.style-main .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header {
    padding: 0;
}
@media only screen and (max-width: 990px) {
    .style-main .fusion-contact-info {
        padding: 0;
    }
}
@media only screen and (max-width: 800px) {
    .style-main .fusion-contact-info {
        padding: 0;
    }
    .style-main .fusion-mobile-menu-design-modern.fusion-header-v4  .fusion-header{
        padding: 0;
    }
}
@media only screen and (max-width: 991px) {
    .style-main .fusion-main-menu li:hover > .sub-menu{
        overflow: hidden;
        opacity: 0;
        position: absolute;
    }
    .style-main .fusion-main-menu .sub-menu {
        width: 100%;
        padding: 0;
        border: none;
        left: 0 !important;
    }
    .fusion-main-menu li:hover > .sub-menu, .fusion-main-menu li:hover > .fusion-megamenu-wrapper{
        position: relative;
    }
    .fusion-main-menu .menu-item-11 .sub-menu li a:after{
        content: '';
    }
    .t3-mainnav .t3-navbar-collapse .navbar-nav li ul.sub-menu.open{
        overflow: hidden;
        opacity: 1;
        position: relative;
        visibility: visible;
        top: 0;
    }
    .style-main .fusion-main-menu .sub-menu ul{
        top: 47px;
    }
    .style-main .fusion-main-menu .sub-menu .sub-menu li a{
        font-size: 14px;
    }
    .style-main .fusion-main-menu .sub-menu li a{
        padding: 11px 0 12px 42px;
    }
    .fusion-main-menu-icon .menu-text{
        display: inline-block;
    }
    .fusion-copyright-content div{
        text-align: center;
    }
    .container {
        width: 100%;
    }
    .footer-top .container {
        padding: 0 30px;
    }
    .style-main #main .sidebar{
        padding: 0;
    }
    .cart-list-wr ul{
        width: 100% !important;
    }
    .style-main .fusion-header .fusion-row {
        padding: 0 15px;
    }
    .fancybox-close{
        top: 0;
        right: 0;
    }
    .dropDown #filterCarts{
        width: 88%;
    }
}
@media only screen and (min-width: 767px) and (max-width: 991px){
    .fusion-column.col-sm-6{
        float: none;
        vertical-align: top;
        display: inline-block;
        margin-bottom: 20px;
        width: 49%;
    }
}
.close-rotator{
    background: transparent;
    font-size: 32px;
    opacity: 0.7;
    top: 3px;
    color: #333;
    line-height: 1;
    text-align: center;
    right: 0;
    font-weight: bold;
    text-decoration: none;
}
.close-rotator:hover,
.close-rotator:active,
.close-rotator:focus {
    opacity: 1;
    color: #333;
}
.container{
    overflow: visible;
}
.fusion-sticky-header-wrapper{
    z-index: 9999;
}
.style-main .fusion-footer-widget-area,
.style-main .fusion-footer-copyright-area{
    padding-left: 0;
    padding-right: 0;
}
.style-main #main{
    padding-left: 0;
    padding-right: 0;
}
.style-main .fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft{
    border-bottom: none;
}
.show {
    display: block !important;
}
.style-main .fusion-secondary-header .container{
    padding: 0 20px;
}
@media only screen and (max-width: 1200px) and (min-width: 800px){
    .style-main .fusion-secondary-header,
    .style-main .fusion-secondary-header .container{
        padding: 0;
    }
}
.animated {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fusion-secondary-header .fusion-row{
    padding: 0;
}
.home #content,
.single #content,
.blog #content{
    margin-bottom: 0;
}
.middle-content{
    text-align: center;
    padding-top: 20px;
}
.style-main .fusion-header .fusion-row{
    padding: 0;
}
.package-list .list-unstyled a{
    text-decoration: underline;
    color: #48b4ee;
}
.package-sublist a{
    text-decoration: underline;
}
.panel p.default-notice{
    margin: 10px 0 5px 0;
    display: inline-block;
}
.packages-page ul.package-list > li > a{
    position: relative;
}
.packages-page ul.package-list li a.active:before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.testimonial-item{
    display: flex;
    align-items: flex-start;
    margin: 0 10px;
    padding: 15px;
    background: #fff;
}
.testimonials-widget-testimonial.list{
    padding: 0;
    background: #fff;
    display: block;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    clear: unset;
}
.testimonials-widget-testimonial.list blockquote{
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: -webkit-left;
    text-align: -moz-left;
    text-align: left;
}
.testimonials-widget-testimonial.list .content_testimonial{
    display: block;
    margin-left: 20px;
}
.testimonials-widget-testimonial.list p{
    line-height: 22px;
    font-style: normal;
    color: #757575;
    text-align: -webkit-left;
    text-align: -moz-left;
    text-align: left;
}
.testimonials-widget-testimonial .image {
    margin: 0;
    width: 70px;
    height: 70px;
    display: inline-block;
    float: none;
}
.testimonials-widget-testimonial .image img{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: rgba(52,120,209, 0.5);
}
.testimonials-widget-testimonial .testimonial_avatar{
    display: inline-block;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}
.testimonials-widget-testimonial .testimonial_avatar .author{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    word-wrap: break-word;
    font-weight: 500;
    color: #909090;
    margin-top: 5px;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}

.content_testimonial .location > a{
    position: relative;
    width: 170px;
    font-size: 12px !important;
    margin-left: auto !important;
    display: block;
    padding: 10px 20px !important;
}
.testimonial-source p{
    text-align: right !important;
}
.testimonial-source p a{
    font-size: 12px;
    color: #777;
}

.testimonials-widget-testimonial cite:before, .testimonials-widget-testimonial div.credit:before{
    content: '';
}
.testimonials-widget-testimonials.listing .list .company a{
    text-decoration: underline;
    color: #48b4ee;
    font-size: 16px;
}
.testimonials-widget-testimonial cite, .testimonials-widget-testimonial div.credit{
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}
.style-main .testimonials-widget-testimonials .paging{
    height: auto;
    margin-bottom: 0;
}
.testimonials-widget-testimonials .paging.append{
    margin-top: 0.5em;
}
.testimonials-widget-testimonials .alignleft > a,
.testimonials-widget-testimonials .alignright > a{
    text-decoration: none;
    border: 1px solid #48b4ee;
    border-radius: 10px;
    font-size: 32px;
    padding: 0 15px 5px;
    line-height: 1;
    color: #48b4ee;
}
.testimonials-widget-testimonials {
    margin-top: 10px;
}
.style-main body.has-sidebar #content{
    width: 100%;
}
.list-title a{
    text-decoration: underline;
    color: #48b4ee;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
}
.list-title a:hover,
.list-title a:focus,
.list-title a:active{
    color: #48b4ee !important;
}
.style-main .top-content-offset{
    margin-top: -19px !important;
    width: 100% !important;
}
.style-main .post-content .counter-single img{
    margin-bottom: 0;
    vertical-align: middle;
}
.style-main td.list-title {
    padding: 5px 8px;
}
.google_plusone_iframe_widget {
    width: auto !important;
}
.addthis-carts-offset{
    margin-top: 20px;
}

.become-partner-page .show-more{
    color: #48b4ee;
    text-decoration: underline;
}
.partners-collapse a {
    color: #48b4ee;
    text-decoration: underline;
}
ul.package-sublist > li.panel > a:before, ul.package-list > li.panel > a: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: -20px;
    top: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
ul.package-sublist li.panel > a[aria-expanded="true"]:before, ul.package-list li.panel > a[aria-expanded="true"]:before,
ul.package-list li.panel > a.active:before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
body.category.has-sidebar #content {
    width: calc(100% - 33% - 20px);
    margin-bottom: 0;
}
.style-main .bsearch_results_page{
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.style-main .search-page-input {
    padding: 9px 8px 8px 8px;
    height: auto;
    display: inline-block;
    border-color: #a9a9a9;
    margin-right: 0;
    color: #333;
}
.style-main .searchsubmit i {
    font-size: 1em;
    margin-right: 15px;
    font-weight: 500;
    line-height: 1.1;
}
.style-main table.bsearch_nav {
    margin-top: 20px;
}
.style-main .link_search_result{
    font-size: 16px;
    text-decoration: underline;
    color: #48b4ee !important;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: bold;
}
.style-main .link_search_result_count{
    font-size: 16px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: bold;
}
.style-main #bsearchresults {
    margin:5px 0 30px 0;
}
.style-main #bsearchresults h2 {
    margin-bottom: 0 !important;
    margin-top: 20px;
    line-height: 1.1;
}
.search_cat_wr {
    color: #797979;
    font-size: 14px;
    margin-bottom: 5px;
}
.search-excerpt{
    background-color: yellow;
}
.bsearch_nav_row1{
    margin-top: 5px;
}
.pagination .current{
    margin-left: 0;
}
.migrations-versions-lists a{
    text-decoration: underline;
}
body a {
    color: #48b4ee;
}
.fusion-main-menu .sub-menu li a {
    text-decoration: none;
}
.text-decoration-none {
    text-decoration: none;
}
#scrollup {
    position: fixed;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    padding: 11px 12px;
    background: #8a8989;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    right: 30px;
    bottom: 90px;
    display: none;
    cursor: pointer;
    z-index: 5560;
}
#scrollup:hover {
    background: #8e8e8e;
}
.page_item_has_children .children {
    margin-top: 5px;
}
.pagination_wr .pagination{
    display: none;
}
#main .container .search-page_wr h2 {
    margin: 5px 0 0 0;
    line-height: 1;
}
.search-page_wr .page{
    min-height: auto;
}
.search-page_wr .post{
    margin-top: 20px;
}
.fusion-blog-layout-large .fusion-post-content .text-dark a{
    color: #333;
    text-decoration: none;
}
.pagination a{
    text-decoration: none;
}
.single .post-content .logo-container img{
    margin-bottom: 0;
}
.blog_title_wr h1{
    font-size: 27px;
    text-align: left;
    margin-top: 0;
}
.style-main .switch-to-magento-arrow h2 {
    font-size: 48px !important;
    font-weight: 600 !important;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 50px;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.table>tbody>tr.bluetabletr_odd>td,
.table>tbody>tr.bluetabletr_even>td{
    border: none !important;
}
.switch-to-magento .upgrade-icon{
    background-position: -185px -512px;
}
.switch-to-magento .to-magento-icon{
    background-position: -45px -510px;
}

.switch-to-magento ul.list-entity{
    text-align: left;
}
.switch-to-magento ul.list-entity li{
    position: relative;
    text-transform: uppercase;
    margin-left: 50px;
    min-width: 150px;
}

.switch-to-magento ul.list-entity li:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #40cf4d;
    left: -10px;
    top: 7px;
    position: absolute;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.switch-to-magento-entity ul.list-entity li:before{
    display: none;
}
.switch-to-magento-entity .custom-fields{
    margin-left: -1px;
}
.switch-to-magento-entity .product-variants{
    margin-left: 2px;
}
.switch-to-magento-entity .icon-cart-entities{
    margin-right: 5px;
}
.switch-to-magento ul.list-entity li{
    min-width: 19%;
    margin-left: 0;
}
/*------------------------ Switch to Magento --------------------------*/

.switch-to-magento > ul{
    text-align: right;
}
.switch-to-magento > ul > li,
.switch-to-magento > .to-magento{
    list-style: none;
    width: 270px;
    height: 70px;
    margin: 10px;
    display: inline-block;
    background: url("/wp-content/themes/Avada-Child-Theme/images/switch-to-magento-sprite.png") no-repeat 100% 0 transparent;
}

.switch-to-magento > ul > li.magento-cart{
    background-position: 100% -115px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}
.switch-to-magento > ul > li.woocommerce-cart{
    background-position: 100% -195px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    margin-right: 50px;
}
.switch-to-magento > ul > li.prestashop-cart{
    background-position: 100% -260px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    margin-right: 70px;
}
.switch-to-magento > ul > li.opencart-cart{
    background-position: 100% -330px;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    margin-right: 50px;
}
.switch-to-magento > ul > li.shopify-cart{
    background-position: 100% -400px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
}


.switch-to-magento-arrow{
    margin-top: 150px;
}
.switch-to-magento-arrow:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 120px solid rgba(207, 219, 225, 0.25);
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    top: -40px;
}
.switch-to-magento-arrow h2{
    font-size: 48px;
    font-weight: 600;
}

.switch-to-magento .to-magento{
    margin-top: 200px;
    background-position: 0 0;
    height: 100px;
}

@media only screen and (max-width: 991px){
    .switch-to-magento > ul{
        text-align: center;
    }
    .switch-to-magento > ul > li {
        transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        margin: 0 !important;
        display: inline-block;
    }
    .switch-to-magento-arrow{
        margin-top: 0;
    }

    .switch-to-magento-arrow:before{
        top: -70px;
        transform: rotate(90deg);
    }
    .switch-to-magento .to-magento {
        margin: 20px auto 0;
        display: table;
    }
}

.switch-to-magento .upgrade-icon,
.switch-to-magento .to-magento-icon{
    width: 75px;
    height: 75px;
    display: inline-block;
    background: url("/wp-content/themes/Avada-Child-Theme/images/switch-to-magento-sprite.png") no-repeat 50% 50% transparent;
}

.switch-to-magento .upgrade-icon{
    background-position: -185px -512px;
}
.switch-to-magento .to-magento-icon{
    background-position: -45px -510px;
}

.switch-to-magento ul.list-entity{
    text-align: left;
}
.switch-to-magento ul.list-entity li{
    position: relative;
    text-transform: uppercase;
    margin-left: 50px;
    min-width: 150px;
}

.switch-to-magento ul.list-entity li:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #40cf4d;
    left: -10px;
    top: 7px;
    position: absolute;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.to-magento-icon{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: url("/wp-content/themes/Avada-Child-Theme/images/switch-to-magento-sprite.png") no-repeat 0 0 transparent;
}

/*------------------------ Co-Branding --------------------------*/
.co-branding-top{
    margin-top: -19px !important;
}

.co-branding-solution .cb-block{
    margin-bottom: 20px;
    padding: 20px;
    background: #6ccaf4;
    text-align: center;
    min-height: 100px;
    vertical-align: middle;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.co-branding-benefit .cb-block i,
.co-branding-solution .cb-block i{
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
    background: url("/wp-content/themes/Avada-Child-Theme/images/co-branding.png") no-repeat 50% 0 transparent;
}

.co-branding-solution .cb-scm-tool i{
    background-position: 50% 0;
}
.co-branding-solution .cb-code-update i{
    background-position: 50% -55px;
}
.co-branding-solution .cb-pricing-policy i{
    background-position: 50% -110px;
}
.co-branding-solution .cb-website-style i{
    background-position: 50% -160px;
}
.co-branding-solution .cb-online-estimator i{
    background-position: 50% -215px;
}
.co-branding-solution .cb-customer-support i{
    background-position: 50% -270px;
}
.co-branding-solution .cb-support-shopping-cart i{
    background-position: 50% -325px;
}
.co-branding-solution .cb-tool-your-domain i{
    background-position: 50% -385px;
}
.co-branding-solution .cb-specific-requirements i{
    background-position: 50% -440px;
}

.co-branding-benefit .cb-block span,
.co-branding-solution .cb-block span{
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.co-branding-benefit .cb-block span{
    color: #616161;
    font-size: 18px;
}

.co-branding-benefit .cb-block{
    text-align: center;
    margin-bottom: 20px;
}

.co-branding-benefit .cb-block i{
    margin: 0 auto 10px;
    background-color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.co-branding-benefit{
    margin: 0 0 20px;
    padding: 20px 0;
}
.co-branding-benefit .cb-block.cb-hosting-privider i{
    background-position: 50% -480px;
}
.co-branding-benefit .cb-block.cb-shopping-cart-vendor i{
    background-position: 50% -615px;
}
.co-branding-benefit .cb-block.cb-ecommerce-agency i{
    background-position: 50% -745px;
}
.co-branding-benefit .cb-block.cb-new-business i{
    background-position: 50% -885px;
}
.bottom-line-coupon{
    display: none;
}
.bottom-line-coupon b{
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: -20px 0 13px 0;
}
.bottom-line-coupon .btn{
    color: #fff !important;
    background: #0da71b !important;
}
.land-gmail .icon-item.register-account{
    background-color: #83dafb;
}
.land-gmail .icon-item.provide-shopping-cart{
    background-color: #59d1ff;
}
.land-gmail .icon-item.choose-data{
    background-color: #5497fb;
}
.land-gmail .icon-item.free-demo-migration{
    background-color: #8397fb;
}
.land-gmail .icon-item.perform-full-migration{
    background-color: #9b83fb;
}
.white-paper-subscribe .wpcf7-form .wpcf7-response-output{
    margin-left: 3px;
}
.header .current-menu-item > a{
    background-color: #5DC6FE;
}
#system-readmore{
    display: none;
}
.post-content.blog-post-content .btn {
    color: #fff;
}

.main-title{
    font-size: 2em !important;
    text-align: center;
    margin-bottom: 19px !important;
}
.how-it-work-list li{
    list-style: none;
}
.how-it-work-item{
    padding: 20px;
    border: 1px solid #ededed;
    min-height: 385px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.how-it-work-item h3{
    font-size: 20px !important;
}
.how-it-work-item .icon-item{
    position: relative;
    margin: 0 auto 30px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: url("/wp-content/themes/Avada-Child-Theme/images/how-it-works.png") no-repeat 0 50% #49c555;
}

.how-it-work-item .icon-item.source-cart{
    background-color: #54c5ff;
    background-position: -455px 50%;
}
.how-it-work-item .icon-item.target-cart{
    background-color: #51c5d2;
    background-position: -529px 50%;
}
.how-it-work-item .icon-item.choose-data{
    background-color: #4fc5b1;
    background-position: -130px 50%;
}
.how-it-work-item .icon-item.free-demo-migration{
    background-color: #4cc57f;
    background-position: -215px 50%;
}
.how-it-work-item .icon-item.perform-full-migration{
    background-color: #49c555;
    background-position: -312px 50%;
}
.how-it-works .icon-item{
    position: relative;
    margin: 0 auto 30px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: url("/wp-content/themes/Avada-Child-Theme/images/how-it-works.png") no-repeat 0 50% #49c555;
}
.how-it-works>div>span {
    display: block;
}
.how-it-works .icon-item.register-account{
    background-color: #54c5ff;
    background-position: 25px 50%;
}
.how-it-works .icon-item.provide-shopping-cart{
    background-color: #51c5d2;
    background-position: -45px 50%;
}
.how-it-works .icon-item.choose-data{
    background-color: #4fc5b1;
    background-position: -130px 50%;
}
.how-it-works .icon-item.free-demo-migration{
    background-color: #4cc57f;
    background-position: -215px 50%;
}
.how-it-works .icon-item.perform-full-migration{
    background-color: #49c555;
    background-position: -312px 50%;
}

.how-it-works .icon-item:after{
    content: '';
    display: block;
    margin: 0 auto;
    left: -50%;
    right: -50%;
    background: rgba(0,0,0,0.08);
    width: 50px;
    height: 7px;
    position: absolute;
    bottom: -15px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.how-it-works .text-item{
    font-size: 14px;
    color: #505050;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .how-it-works > div:after{
        display: none;
    }
    .how-it-works .icon-item{
        margin: 20px auto;
    }
}

@media only screen and (max-width: 991px) {
    .howitworks {
        background-size: contain;
    }
}

.to-magento-icon{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: url("/wp-content/themes/Avada-Child-Theme/images/switch-to-magento-sprite.png") no-repeat 0 0 transparent;
}
.no-programming-icon{
    background-position: -35px -615px;
}
.transferable-entities-icon{
    background-position: -176px -618px;
}
.flexible-pricing-icon{
    background-position: -35px -730px;
}
.no-current-store-icon{
    background-position: -176px -730px;
}
.free-demo-migration-icon{
    background-position: -35px -840px;
}
.professional-support-icon{
    background-position: -176px -845px;
}

.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;
    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("/wp-content/themes/Avada-Child-Theme/images/wizard.png") no-repeat -11px -810px;
}
.x-small {
    font-size: 0.75em !important;
    line-height: 1.47;
    margin-bottom: 14px;
}
.text-muted {
    color: #797979 !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;
    }
}
/* Homepage Estimator
------------------------------*/
.home-estimator-content{
    min-height: 400px;
    position: relative;
    padding: 30px 0;
    background-image: url("/wp-content/themes/Avada-Child-Theme/images/estimator-left-bg.png"),
    url("/wp-content/themes/Avada-Child-Theme/images/estimator-right-bg.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-color: #677482;
}

.estimator.dark #estimate-results .approximate-time .approximate-time-text h3,
.estimator.dark #estimate-results .estimate-price .estimate-price-text h2,
.estimator.dark #estimate-results .details,
.estimator.dark #estimate-results .details a{
    color: #B3CBD8 !important;
    text-transform: none;
}

.estimator.dark .selected-cart .to{
    margin-top: 40px !important;
}

.estimator.dark .estimator-select{
    width: 270px !important;
    background-color: white;
}

@media only screen and (max-width: 1200px){
    .home-estimator-content{
        background-image: url("/wp-content/themes/Avada-Child-Theme/images/estimator-left-bg.png");
    }
    .home-estimator-content .estimator.dark{
        padding: 20px 0;
        background: rgba(103, 116, 130, 0.9);
        border-radius: 5px;
        -wekit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
}

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

.estimator-content{
    position: relative;
    background: #677482;
    padding: 10px 0;
}


.estimator-content:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 101%;
    background: #677482;
    border-top: 1px solid #677482;
    border-bottom: 1px solid #677482;
    z-index: 1;
    box-sizing: border-box;
}

.estimator-content:after {
    content: "";
    display: block;
    height: 100%;
    right: -100%;
    position: absolute;
    top: 0;
    width: 101%;
    background: #677482;
    border-top: 1px solid #677482;
    border-bottom: 1px solid #677482;
    z-index: 2;
    box-sizing: border-box;
}

.estimator-wrapper{
    position: relative;
    margin: 15px 0 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    background-size: cover;
    z-index: 5;
}
.estimator-wrapper form.cart2cart label,
.estimator-wrapper .emailBox label,
.estimator-wrapper .emailBox .emailText{
    color: #fff !important;
}

.estimator-wrapper .emailBox .question{
    color: #fff !important;
    border: none !important;
    background: #99cced;
}

.estimator-wrapper input,
.estimator-wrapper select,
.estimator-wrapper input:hover,
.estimator-wrapper select:hover,
.estimator-wrapper input:active,
.estimator-wrapper select:active{
    border: 1px solid #fff;
}
.estimator-wrapper input[type=checkbox]{
    border: 1px solid #ccc;
}
.estimator-wrapper .to-cart-estimator{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    width: 30px;
    vertical-align: bottom;
}
.estimator-wrapper .to-cart-estimator span{
    display: inline-block;
    width: 20px;
    height: 30px;
    background: url("/wp-content/themes/Avada-Child-Theme/images/carts.png") no-repeat -130px -358px transparent;
}

.estimator-wrapper .estimator.dark .questionTooltip {
    color: #C9D4DE !important;
    border: none !important;
    background: #76828E;
}

.select2-result-label{
    font-family: 'Roboto', sans-serif !important;
}
#contact-us-modal .modal-body{
    padding: 0 20px 20px;
}
#contact-us-modal .modal-header{
    border-bottom: 0;
}
/*------------------------ Tipsy ---------------------------*/
.tipsy {
    padding:5px;
    font-size:12px;
    position:absolute;
    z-index:100000;
    opacity:1;
}

.tipsy-inner {
    padding:8px;
    background-color:#fff;
    color:#000;
    max-width:400px;
    text-align:left;
}

.tipsy-inner {
    border: 1px solid #dddddd !important;
    font-size: 14px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.tipsy-inner p{
    margin: 0;
}

/* ------------- Press Kit Page ------------- */
.press-kit-page .press-kit-icon{
  background: url("/wp-content/themes/Avada-Child-Theme/images/press-kit-sprite.png") no-repeat 50% 0 transparent;
  width: 55px;
  height: 40px;
  margin: 0 auto;
}

.press-kit-page .press-kit-icon.executive-team-icon{
  background-position: 50% 0;
}

.press-kit-page .press-kit-icon.media-contact-icon{
  background-position: 50% -40px;
}

.press-kit-page .press-kit-icon.quick-facts-icon{
  background-position: 50% -80px;
}

.press-kit-page .press-kit-icon.solution-description-icon{
  background-position: 50% -120px;
}

.press-kit-page .press-kit-icon.product-sheet-icon{
  background-position: 50% -160px;
}

@media only screen and (max-width: 767px){
  .press-kit-page .press-kit-icon{
    margin: 0 !important;
  }
}

.press-kit-page .transparent-bg{
  background: url("/wp-content/themes/Avada-Child-Theme/images/transp_bg.png") repeat transparent;
  padding: 20px 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.press-kit-page .transparent-bg img{
  margin: 0 auto;
}

.press-kit-page ul.list-sizes{
  padding: 0;
  margin-top: 10px;
  list-style: none;
  font-size: 14px;
}

.press-kit-page ul.list-sizes li{
  margin-left: 6px;
  display: inline-block;
}

.cookie-popup {
    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;
}
.cookie-popup-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cookie-popup .container {
    display: flex;
    flex-direction: row!important;
    padding: 0!important;
}
.cookie-popup-text {
    font-family: Poppins,sans-serif!important;
    font-size: 14px;
    line-height: normal;
    color: #182353;
    padding: 15px;
}
.cookie-popup-text p {
    margin: 0;
    padding: 0;
}
.cookie-popup-buttons button {
    border: none;
    margin: 0 auto;
}
@media all and (max-width: 1150px) {
    .cookie-popup .container {
        flex-direction: column!important;
    }
    .cookie-popup-buttons {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 5px;
    }
    .cookie-popup-text {
        width: 100%;
        justify-content: center;
        padding: 10px;
    }
    .cookie-popup-buttons a,
    .cookie-popup-buttons button {
        margin: 5px;
    }
}

/*.paging.append {*/
/*    display: none;*/
/*}*/

.testimonial-quantity p {
    text-align: center;
    font-size: 14px;
    color: #48b4ee;

}
.testimonial-quantity span {
    font-size: 16px;
    margin: 0 5px;
}

.testimonial-item {
    border-radius: 10px;
    box-shadow: 2px 2px 10px #bbb;
    position: relative;
}

.testimonials-widget-testimonial:nth-child(2n) .testimonial-item:after,
.testimonials-widget-testimonial:nth-child(2n - 1) .testimonial-item:before {
    content: '';
    top: calc(50% - 13px);
    border-top: 13px solid transparent;
    border-right: 26px solid #666;
    border-bottom:  13px solid transparent;
    position: absolute;
}

.testimonials-widget-testimonial:nth-child(2n - 1) .testimonial-item:before {
    left: -25px;
}

.testimonials-widget-testimonial:nth-child(2n) .testimonial-item:after {
    transform: scale(-1, 1);
    right: -25px;
}

.testimonials-widget-testimonial:nth-child(2n) {
    margin-top: 70px;
}


.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n) .row:nth-child(2n - 1) .testimonials-widget-testimonial:nth-child(2n - 1) .testimonial-item,
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n - 1) .row:nth-child(2n) .testimonials-widget-testimonial:nth-child(2n) .testimonial-item {
    background: #cdc2e8;
}
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n) .row:nth-child(2n - 1) .testimonials-widget-testimonial:nth-child(2n - 1) .testimonial-item:before,
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n - 1) .row:nth-child(2n) .testimonials-widget-testimonial:nth-child(2n) .testimonial-item:after {
    border-right-color: #cdc2e8;
}

.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n) .row:nth-child(2n - 1) .testimonials-widget-testimonial:nth-child(2n) .testimonial-item,
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n - 1) .row:nth-child(2n) .testimonials-widget-testimonial:nth-child(2n - 1) .testimonial-item {
    background: #e3efd7;
}
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n) .row:nth-child(2n - 1) .testimonials-widget-testimonial:nth-child(2n) .testimonial-item:after,
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n - 1) .row:nth-child(2n) .testimonials-widget-testimonial:nth-child(2n - 1) .testimonial-item:before {
    border-right-color: #e3efd7;
}

.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n) .row:nth-child(2n) .testimonials-widget-testimonial:nth-child(2n) .testimonial-item,
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n - 1) .row:nth-child(2n -1) .testimonials-widget-testimonial:nth-child(2n - 1) .testimonial-item {
    background: #e2fbff;
}
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n) .row:nth-child(2n) .testimonials-widget-testimonial:nth-child(2n) .testimonial-item:after,
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n - 1) .row:nth-child(2n -1) .testimonials-widget-testimonial:nth-child(2n - 1) .testimonial-item:before {
    border-right-color: #e2fbff;
}

.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n) .row:nth-child(2n) .testimonials-widget-testimonial:nth-child(2n - 1) .testimonial-item,
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n - 1) .row:nth-child(2n - 1) .testimonials-widget-testimonial:nth-child(2n) .testimonial-item {
    background: #ffeae2;
}
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n) .row:nth-child(2n) .testimonials-widget-testimonial:nth-child(2n - 1) .testimonial-item:before,
.testimonial-list .testimonials-widget-testimonials.listing:nth-child(2n - 1) .row:nth-child(2n - 1) .testimonials-widget-testimonial:nth-child(2n) .testimonial-item:after {
    border-right-color: #ffeae2;
}
.testimonial-list {
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px){
    .testimonial-item {
        margin: 0 auto !important;
        width: 85%;
    }

    .testimonials-widget-testimonial:nth-child(2n) {
        margin-top: 0px;
    }
}

.offer-bf {
    position: fixed;
    top: 130px;
    right: 25px;
    z-index: 1000;
    background: #b13944;
    color: rgb(255, 255, 255);
    width: 200px;
    padding: 20px;
    border-radius: 10px;

}

.offer-bf p {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: bold !important;
}

.offer-bf:before {
    content: '';
    top: calc(50% - 13px);
    right: -25px;
    border-top: 13px solid transparent;
    border-right: 26px solid #b13944;
    border-bottom:  13px solid transparent;
    position: absolute;
    transform: scale(-1, 1);
}

.offer-bf:after {
    content: '';
    background-image: url("/wp-content/themes/Avada-Child-Theme/images/christmas-ball.svg");
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    transform: rotate(40deg);
    left: -26px;
    -webkit-background-size: contain;
    background-size: contain;
}
.offer-bf a {
    color: #fff !important;
    background: #54913f !important;
    border: 2px solid #54913f;
    padding: 5px 10px;
    font-size: 14px !important;
    text-decoration: none;
    border-radius: 20px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.offer-bf a:hover {
    border-color: #fff;
}

@media only screen and (max-width: 767px) {
    .offer-bf {
        background: #000;
    }
}
/*Register from SFDbutton form styles start */
.white-button {
    width: 95px;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 31px;
    font-size: 14px!important;
    color: #29343E;
    text-transform: uppercase;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%), 0 1px 20px rgb(9 74 121 / 8%);
    border-radius: 5px;
    font-weight: 700!important;
    padding: 0
}

br.mobile {
    display: none;
}
@media all and (max-width: 991px) {
    br.mobile{
        display: block
    }
}

/*Register from SFDbutton form styles end */

@media all and (max-width: 768px) {
    .from-to-schema {
        flex-wrap: wrap;
    }
    .from-to-schema .bubble {
        margin-bottom: 15px !important;
    }
    .redesigned-blog-block .bubble:first-child:after {
        display: none;
    }
    .redesigned-blog-block {
        height: fit-content !important;
        padding-bottom: 20px;
    }

    .redesigned-blog-block a.green-button {
        margin: 20px auto;
    }

    .like-heading-h2 {
        padding: 0 20px 10px;
    }
}

.redesigned-blog-block {
    background: linear-gradient(157.02deg, #039BE5 14.89%, #56B4FB 47.4%);
    height: 230px;
    position: relative;
    border-radius: 5px;
    display: block;
    text-decoration: none;
}
.redesigned-blog-block:before {
    background: url("/wp-content/themes/Avada-Child-Theme/images/Group-blog-bg.svg");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    bottom: 0px;
    height: 163px;
    width: 100%;
    display: block;
}
.from-to-schema {
    display: flex;
    padding: 20px;
    justify-content: center;
    width: 100%;
}

.redesigned-blog-block .bubble {
    width: 196px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08), -8px 4px 40px rgba(9, 74, 121, 0.08);
    border-radius: 50px;
    position: relative;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 23px;
}

.redesigned-blog-block .bubble .rd-bb {
    position: absolute;
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    color: #fff;
    background: #F2704D;
    border-radius: 38px;
    z-index: 20;
    padding: 4px 8px 2px;
    top: calc(50% - 6px);
    left: -13px;
}

.redesigned-blog-block .bubble:first-child .rd-bb {
    left: -20px;
}

.redesigned-blog-block .bubble:first-child:after {
    position: absolute;
    content: '';
    background: url("/wp-content/themes/Avada-Child-Theme/images/blog-arrow.svg");
    width: 24px;
    height: 26px;
    -ms-background-position-x: right;
    background-position-x: right;
    right: -32px;
}

.like-heading-h2 {
    color: #fff;
    font-family: 'Poppins';
    font-size: 25px;
    line-height: 34px;
}

.bolder-text {
    font-weight: 700;
}

.redesigned-blog-block button.green-button {
    display: block;
    background: linear-gradient(0deg, #77B747, #77B747);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08), -8px 4px 40px rgba(9, 74, 121, 0.08);
    border-radius: 5px;
    width: 244px;
    height: 56px;
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 56px;
    margin: 15px auto 0;
    text-decoration: none;
    border: none;
}

.redesigned-blog-block .green-button:hover {
    cursor: pointer;
    background: #5363F4;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 8%), -8px 4px 40px rgb(9 74 121 / 8%);
}

.modal {
    -webkit-overflow-scrolling: unset !important;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    body #wrapper.redesigned-menu {
        overflow-x: visible !important;
    }
    .menu-redesigned-menu-container {
        position: relative;
    }
    .menu-redesigned-menu-container .t3-mainnav {
        top: 105px;
        position: absolute;
    }
    .menu-redesigned-menu-container .tools.dropdown-login {
        margin: 0;
        position: absolute;
        bottom: 12px;
    }
    .menu-redesigned-menu-container .logo {
        position: absolute;
    }
    .menu-redesigned-menu-container .logo picture {
        display: block;
    }
}
.share-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.share-buttons a {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    text-decoration: none;
    color: #182353;
}
.facebook-share:before{
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../images/social-logos/facebook.svg) no-repeat center center;
}
.twitter-share:before{
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../images/social-logos/twitter.svg) no-repeat center center;
}
.linkedin-share:before{
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../images/social-logos/linkedin.svg) no-repeat center center;
}

a.go-home-button {
  margin-bottom: 20px;
}
a.go-home-button:hover {
  color: #ffffff;
}

.main-green-button {
  padding: 13px 100px 13px 50px;
  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;
  width: fit-content;
}
.main-green-button .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;
}
.main-green-button:hover {
  background: #64AA30;
  cursor: pointer;
}

.code-block {
    margin-top: 0;
    background-color: hsl(0,0%,96.5%);
    border-radius: 4px;
    margin-bottom: 24px;
    overflow: auto;
}

.code-block.with-desc {
    margin: 0 0 5px;
}

.code-block code {
    background-color: transparent;
    color: hsl(210,8%,20%);
}

.code-block code .code-blue {
    color: hsl(206,98.5%,29%)!important;
}

.code-block code .code-green {
    color: hsl(80,80.5%,26.5%)!important;
}

.code-block code .code-orange {
    color: hsl(27,99%,36%)!important;
}

.code-description {
    font-size: 12px;
    font-weight: 600;
}

.center-alt {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Modal styles from core css 08/05/24 */

.modal-bgdrp-shdw {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .4;
    z-index: 9996;
}
.modal#public-registration-form-block {
    position: static;
}
.modal#public-registration-form-block .modal-dialog {
    z-index: 9997;
}
.modal#public-registration-form-block .modal-header {
    border: none;
}
.modal#public-registration-form-block div.like-heading-h2 {
    text-align: center;
}
.modal#public-registration-form-block .modal-body input:not(#gdpr) {
    color: #033361;
}
.modal#public-registration-form-block .modal-body a.start-reg {
    background: #77B747;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
}
.modal#public-registration-form-block .modal-body a.start-reg:hover {
    background: #64AA30;
}
#public-registration-form p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #6B7496;
    margin: 0;
}
/*modal styles from core css end*/

/* Modal Redesign start BT 08/05/24 */
.redesigned .modal-bgdrp-shdw {
    background: #182353;
    opacity: 0.9;
}
.redesigned .modal-content {
    background: #fff;
    width: 748px;
    border: none;
    border-radius: 20px;
    position: relative;
    margin: 0 auto;
}
.redesigned .modal#public-registration-form-block * {
    font-family: Poppins, Sans-serif;
}

.redesigned .modal#public-registration-form-block img.img {
    margin: 0 auto;
}

.redesigned .modal#public-registration-form-block {
    font-weight: 400;
    color: #182353;
}
.redesigned .modal#public-registration-form-block .modal-body a.start-reg {
    /* Єдиний margin-top в модалці, потрібен щоб при input помилках тільки ця частина модалки відтягувалась вниз  */
    margin: 50px auto 0;
    width: 320px;
    height: 54px;
    padding: 0;
    line-height: 50px;
}
.redesigned .modal#public-registration-form-block div.like-heading-h2 {
    font-weight: 600;
    color: #182353;
    margin: 20px 0;
    font-size: 35px;
    line-height: 44px;
}
.redesigned .modal#public-registration-form-block .modal-body input:not(#gdpr),
.redesigned .modal#public-registration-form-block .modal-body .checkbox-inline,
.redesigned .modal#public-registration-form-block .modal-body .modal-message {
    width: 100%;
}
.redesigned .modal#public-registration-form-block .modal-body .checkbox-inline {
    display: flex;
    align-items: center;
    column-gap: 3px;
    color: #6B7496;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}
.redesigned .modal#public-registration-form-block .modal-body .checkbox-inline p a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.redesigned .modal#public-registration-form-block .modal-body .modal-message p {
    text-align: left;
    color: #7F1D1D;
    letter-spacing: 0.01em;
}
#gdpr[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
}
#gdpr[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 0;
    content: '';
    border: 1px solid #C6CBE2;
    border-radius: 4px;
    background-color: #fff;
    visibility: visible;
}
#gdpr[type="checkbox"]:checked {
    background-image: url('/wp-content/themes/Avada-Child-Theme/css/svg/gdpr_checked.svg');
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}
.redesigned #public-registration-form-block .modal-p {
    max-width: 100%;
    width: 100%;
    margin: 0 0 16px 0;
    font-family: Poppins, Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6B7496;
    text-align: center;
}
.redesigned #public-registration-form {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}
.redirect-to-login,
.more-details-text {
    display: flex;
    justify-content: center;
}
.redesigned .modal#public-registration-form-block .modal-body {
    width: 100%;
    z-index: 15;
    padding: 0 24px 24px 24px;
    text-align: center;
}
.redesigned .modal#public-registration-form-block .modal-header {
    position: relative;
    z-index: 16;
}
.redesigned .modal#public-registration-form-block .modal-header .close {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 16px 16px 8px 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 24px;
    color: #182353;
    padding: 0;
    opacity: 1;
}
.redesigned #public-registration-form-block a:not(.start-reg):not(a.white-button.more-details-button-link) {
    color: #00AEEF !important;
}
.redesigned .modal#public-registration-form-block .modal-body input:not(#gdpr){
    border-radius: 6px;
    border: 1px solid #C6CBE2;
    height: 56px;
    padding: 16px;
    font-size: 16px;
}
.redesigned .modal#public-registration-form-block .modal-body input:not(#gdpr):focus,
.redesigned .modal#public-registration-form-block .modal-body input:not(#gdpr):focus-visible {
    border-color: #00AEEF;
    outline: none;
}
.redesigned #public-registration-form p#borderEmail {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    width: 49px;
    height: 24px;
    top: -11px;
    left: 8px;
    color: #6B7496;
    background-color: #fff;
    border: none;
    border-radius: 3px;
}
.redesigned #public-registration-form .redirect-to-login p,
.more-details-button .more-details-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6B7496;
}
.redesigned #public-registration-form p a,
.redesigned #public-registration-form .more-details-text p a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #00AEEF;
}
.redesigned #public-registration-form p,
.redesigned #public-registration-form p a,
.more-details-button .more-details-text p,
.more-details-button .more-details-text p a {
    text-align: center;
}
.more-details-button .more-details-text p {
    margin: 0;
}
.redesigned .modal#public-registration-form-block.redesign .modal-dialog {
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.email-container {
    position: relative;
    margin-bottom: 24px;
}
.email-error {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/themes/Avada-Child-Theme/images/error.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.email-modal-message {
    position: absolute;
    bottom: -24px;
    letter-spacing: 0.01em;
}
#public-registration-form .email-modal-message p {
    font-size: 12px;
    line-height: 20px;
    padding-left: 1px;
    color: #7F1D1D;
}
.redesigned .modal#public-registration-form-block .modal-header {
    display: flex;
    justify-content: flex-end;
    height: 48px;
}
.redesigned .modal#public-registration-form-block.redesign .modal-dialog {
    overflow: hidden;
}
body.has-sidebar #content {
    width: 100% !important;
}
.checkbox-inline input[type="checkbox"]:not(#gdpr):not(#blog-posts-price-input) {
    display: none;
}
.close-rotator {
    position: absolute;
    top: -15px;
    text-decoration: none;
    right: 0px;
    color: #999;
}
.close-rotator:hover {
    color: #182353;
}
/* nrb - stands for "New Redesign Blue" */
.nrb-modal-title {
    width: 100%;
    height: 44px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto 16px;
    letter-spacing: 0.01em;
}
#public-registration-form-block .arrow-blue-animation {
    display: flex;
    width: 73px;
    padding: 15px;
}
#public-registration-form-block .migration-detail .source,
#public-registration-form-block .migration-detail .target {
    width: 298px;
    height: 88px;
    background: #fff;
    display: flex;
    padding-left: 24px;
    align-items: center;
    position: relative;
    box-shadow: 0 3px 16px -4px rgb(24 35 83 / 10%), 0 4px 6px -2px rgb(24 35 83 / 5%);
    border-radius: 16px;
}
#public-registration-form-block .migration-detail {
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 0;
}
@media all and (max-width: 800px) {
    .redesigned .modal-content {
        width: 100%;
    }
    .redesigned .modal#public-registration-form-block .modal-header {
        height: 40px;
    }
    .redesigned .modal#public-registration-form-block .modal-body {
        padding: 0 20px 20px 20px;
    }
    .redesigned .modal-content {
        background: #fff;
        width: 100%;
        min-width: 290px;
        border-radius: 12px;
        position: relative;
        margin: 0 auto;
    }
    .nrb-modal-title {
        height: 28px;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 8px;
    }
    .redesigned .modal#public-registration-form-block div.like-heading-h2 {
        font-size: 22px;
        margin: 0;
        line-height: 24px;
        padding: 0 0 10px;
    }
    .redesigned #public-registration-form-block .modal-p {
        margin: 0 0 24px 0;
        font-size: 10px;
        line-height: 14px;
    }
    .register-from-homepage-form .migration-detail {
        flex-direction: column;
        justify-content: center;
        position: relative;
        row-gap: 51px;
        margin-bottom: 24px;
    }
    #public-registration-form-block .migration-detail .source,
    #public-registration-form-block .migration-detail .target {
        width: 100%;
        height: 48px;
        background: #fff;
        display: flex;
        box-shadow: 0 5px 16px -4px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(24 35 83 / 5%);
        border-radius: 12px;
    }
    .register-from-homepage-form .migration-detail img {
        height: 32px;
        width: 96px;
    }
    #public-registration-form-block .arrow-blue-animation {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 44px;
        transform: translate(-50%, -50%) rotate(90deg);
        padding: 5px;
    }
    .redesigned .modal#public-registration-form-block .modal-body input:not(#gdpr) {
        border-radius: 6px;
        border: 1px solid #C6CBE2;
        height: 48px;
        padding: 12px 42px 12px 16px;
        font-size: 16px;
    }
    .redesigned .modal#public-registration-form-block .modal-body .checkbox-inline {
        display: grid;
        grid-template-columns: 20px 1fr;
        grid-template-rows: 1fr 1fr;
    }
    #gdpr[type="checkbox"] {
        grid-column: 1 / 2;
        grid-row: 1 / 3
    }
    .redesigned .modal#public-registration-form-block .modal-body .checkbox-inline > p {
        margin-bottom: 2px;
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .redesigned .modal#public-registration-form-block .modal-body .checkbox-inline p:last-child {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .redesigned .modal#public-registration-form-block .modal-body .checkbox-inline > p,
    .redesigned .modal#public-registration-form-block .modal-body .checkbox-inline p:last-child,
    .redesigned .modal#public-registration-form-block .modal-body .checkbox-inline p a {
        text-align: left;
        font-size: 10px;
        line-height: 14px;
    }
    .redesigned .modal#public-registration-form-block .modal-body a.start-reg {
        margin: 32px auto 16px;
        width: 100%;
        height: 48px;
        padding: 0;
        line-height: 50px;
    }
    .redesigned #public-registration-form .redirect-to-login p,
    .redesigned #public-registration-form .redirect-to-login p a,
    .more-details-button .more-details-text p,
    .more-details-button .more-details-text p a {
        font-size: 12px;
        line-height: 18px;
    }
    .email-error {
        top: 14px;
        right: 14px;
        width: 20px;
        height: 20px;
    }
    .email-modal-message {
        bottom: -16px;
    }
    #public-registration-form .email-modal-message p {
        letter-spacing: normal;
        font-size: 10px;
        line-height: 14px;
    }
    .redesigned .modal#public-registration-form-block .modal-body .modal-message p,
    .redesigned .modal#public-registration-form-block .modal-body .modal-message p a {
        font-size: 10px;
        line-height: 14px;
    }
}
/* Modal Redesign end BT 08/05/24 */
.sr-only {
    /* screen-readers only, class for better SEO purpose */
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

body.category,
body.blog,
body.single-post {
    overflow: unset;
    margin: 0;
}

.single-post .breadcrumbs ol {
    padding: 0;
}
.breadcrumbs ol {
    list-style: none;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-family: Poppins, sans-serif;
}
.breadcrumbs li {
    display: flex;
    align-items: center;
    white-space: nowrap;
    max-width: 100%;
    margin: 0;
}
.breadcrumbs li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.breadcrumbs li + li:before {
    content: ">";
    margin: 0 6px;
    color: #182353;
}
.breadcrumbs a {
    color: #182353;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.breadcrumbs a:hover span {
    text-decoration: underline;
}
.breadcrumbs .home-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumbs .home-icon span {
    display: none;
}
#main-content .breadcrumbs li span {
    color: #182353;
    font-size: 16px;
}

@media all and (max-width: 991px) {
    .breadcrumbs {
        width: 100%;
    }
}

.expandable {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
}
@media (max-width: 600px) {
    .expandable {
        max-width: 400px;
        width: 100%; height: auto;
    }
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    overflow-y: auto;
    text-align: center;
    padding-top: 40px;
}
#modal-img {
    max-width: 95%;
    max-height: 80vh;
    width: auto;
    height: auto;
    border-radius: 5px;
}
#modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
}
#caption {
    color: white;
    margin-top: 10px;
    font-size: 14px;
}

@media (max-width: 767px) {
    #modal .close {
        top: 5px;
        right: 10px;
    }
}


/** KEYFRAME **/
@-webkit-keyframes wave-flag-front {
  from {
    width: 25px;
  }
  to {
    width: 30px;
  }
}
@keyframes wave-flag-front {
  from {
    width: 25px;
  }
  to {
    width: 30px;
  }
}
@-webkit-keyframes wave-flag-back {
  from {
    left: 15px;
    width: 20px;
  }
  to {
    left: 20px;
    width: 25px;
  }
}
@keyframes wave-flag-back {
  from {
    left: 15px;
    width: 20px;
  }
  to {
    left: 20px;
    width: 25px;
  }
}
.estimator.redesigned input[type=checkbox],
.estimator.redesigned input[type=radio] {
    visibility: visible;
    position: relative;
}
.all_carts_wrapper{
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr;*/
    /*grid-gap: 40px;*/
}
#public-registration-form{
  flex-direction: column;
}
.row>.row{
  padding-left: 30px;
  padding-right: 30px;
}
.supported_cart_wrapper{
    display: flex;
    flex-direction: column;
}
.main_cart{
  text-decoration: underline;
  color: #48b4ee;
}
.main_cart:hover{
    text-decoration: unset;
    color: #333;
}
.cart_migrate{
    padding-left: 10px;
    display: flex;
    color: #333;
    text-decoration: none;
}
.cart_migrate:hover{
  color: #77b747;
  text-decoration: none;
}
.all_updates_wrapper{
    padding: 40px 15px;
}
.cart-migration-title{
  position: relative;
}
.cart-partner{
  position: absolute;
  left: 105%;
  text-align: left;
  top: 0;
}
.possible_pair-template-default .owl-stage,
.supported_cart-template-default .owl-stage{
  display: flex;
}
.cart-partner img{
  width: 100px !important;
  max-width: 100px !important;
  height: auto !important;
}
.cart-partner .shopware img{
  width: 80px !important;
  max-width: 80px !important;
  height: auto !important;
}
.cart-partner-small{
  position: relative;
  top: -5px;
}
.cart-partner-small img{
  width: 60px;
  max-width: 60px;
  height: auto;
}
.flag-container {
  width: 100px;
  position: absolute;
  left: 105%;
  top: 10%;
  text-align: left;
}
.flag-pole {
  background: #f13e22;
  display: block;
  height: 50px;
  position: relative;
  width: 2px;
  z-index: 55;
}
.flag {
  background: #ff866d;
  display: block;
  position: absolute;
}
.flag.flag-front {
  left: 0;
  height: 30px;
  overflow: hidden;
  top: 0;
  width: 30px;
  z-index: 10;
  -webkit-animation: wave-flag-front 0.7s ease-in-out infinite alternate;
  animation: wave-flag-front 0.7s ease-in-out infinite alternate;
}
.flag.flag-back {
  background: #f13e22;
  left: 20px;
  height: 30px;
  top: 10px;
  width: 40px;
  z-index: 5;
  -webkit-animation: wave-flag-back 0.7s ease-in-out infinite alternate;
  animation: wave-flag-back 0.7s ease-in-out infinite alternate;
}
.flag.flag-back::after {
  content: '';
  display: block;
  border-color: #cf1405 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 0;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 0;
  z-index: 15;
}
.flag-pole-green,
.flag-pole-purple,
.flag-pole-prestashop,
.flag-pole-opencart,
.flag-pole-magento,
.flag-pole-xcart,
.flag-pole-shopware,
.flag-pole-wix,
.flag-pole-visualsoft,
.flag-pole-nopcommerce,
.flag-pole-cscart,
.flag-pole-mystoreno,
.flag-pole-threedcart,
.flag-pole-zoey {
  background: #4b7d23;
  display: block;
  height: 50px;
  position: relative;
  width: 2px;
  z-index: 55;
}
.flag-pole-purple {
  background: #411f3c;
}
.flag-pole-prestashop {
  background: #183a44;
}
.flag-pole-opencart,
.flag-pole-shopware,
.flag-pole-cscart {
  background: #3c4c54;
}
.flag-pole-magento {
  background: #ad2828;
}
.flag-pole-xcart,
.flag-pole-wix,
.flag-pole-nopcommerce,
.flag-pole-mystoreno,
.flag-pole-threedcart,
.flag-pole-zoey {
  background: #000;
}
.flag-pole-visualsoft {
  background: #166254;
}

.flag-green,
.flag-purple,
.flag-prestashop,
.flag-opencart,
.flag-magento,
.flag-xcart,
.flag-shopware,
.flag-wix,
.flag-visualsoft,
.flag-nopcommerce,
.flag-cscart,
.flag-mystoreno,
.flag-threedcart,
.flag-zoey {
  background: #a8cb5f;
  display: block;
  position: absolute;
}
.flag-purple {
  background: #9d5a87;
}
.flag-prestashop {
  background: #a4dbea;
}
.flag-opencart {
  background: #82dcf6;
}
.flag-magento {
  background: #f13b1b;
}
.flag-xcart {
  background: #e28734;
}
.flag-shopware {
  background: #129cff;
}
.flag-cscart {
  background: #0cf;
}
.flag-wix,
.flag-threedcart {
  background: linear-gradient(to right, #000, #565555);
}
.flag-visualsoft {
  background: linear-gradient(to right, #00cda6, #d2f9f1);
}
.flag-nopcommerce {
  background: linear-gradient(to right, #54befa, #368dc2);
}
.flag-mystoreno {
  background: linear-gradient(to right, #5cba56, #3f9239);
}
.flag-zoey {
  background: #427ea0;
}

.flag-green.flag-front-green,
.flag-purple.flag-front-purple,
.flag-prestashop.flag-front-prestashop,
.flag-opencart.flag-front-opencart,
.flag-magento.flag-front-magento,
.flag-xcart.flag-front-xcart,
.flag-shopware.flag-front-shopware,
.flag-wix.flag-front-wix,
.flag-visualsoft.flag-front-visualsoft,
.flag-nopcommerce.flag-front-nopcommerce,
.flag-cscart.flag-front-cscart,
.flag-mystoreno.flag-front-mystoreno,
.flag-threedcart.flag-front-threedcart,
.flag-zoey.flag-front-zoey {
  left: 0;
  height: 30px;
  overflow: hidden;
  top: 0;
  width: 30px;
  z-index: 10;
  -webkit-animation: wave-flag-front 0.7s ease-in-out infinite alternate;
  animation: wave-flag-front 0.7s ease-in-out infinite alternate;
}

.flag-green.flag-back-green,
.flag-purple.flag-back-purple,
.flag-prestashop.flag-back-prestashop,
.flag-opencart.flag-back-opencart,
.flag-magento.flag-back-magento,
.flag-xcart.flag-back-xcart,
.flag-shopware.flag-back-shopware,
.flag-wix.flag-back-wix,
.flag-visualsoft.flag-back-visualsoft,
.flag-nopcommerce.flag-back-nopcommerce,
.flag-cscart.flag-back-cscart,
.flag-mystoreno.flag-back-mystoreno,
.flag-threedcart.flag-back-threedcart,
.flag-zoey.flag-back-zoey {
  background: #69a528;
  left: 20px;
  height: 30px;
  top: 10px;
  width: 40px;
  z-index: 5;
  -webkit-animation: wave-flag-back 0.7s ease-in-out infinite alternate;
  animation: wave-flag-back 0.7s ease-in-out infinite alternate;
}
.flag-purple.flag-back-purple {
  background: #6f436c;
}
.flag-prestashop.flag-back-prestashop {
  background: #e23d8f;
}
.flag-opencart.flag-back-opencart {
  background: #1cbef0;
}
.flag-magento.flag-back-magento {
  background: #c5280c;
}
.flag-xcart.flag-back-xcart {
  background: #000;
}
.flag-shopware.flag-back-shopware {
  background: #0f7dcb;
}
.flag-wix.flag-back-wix,
.flag-threedcart.flag-back-threedcart {
  background: linear-gradient(to right, #565555, #000);
}
.flag-visualsoft.flag-back-visualsoft {
  background: linear-gradient(to right, #d2f9f1, #00cda6);
}
.flag-nopcommerce.flag-back-nopcommerce {
  background: linear-gradient(to right, #147cbc, #1a5477);
}
.flag-cscart.flag-back-cscart {
  background: #0dafd8;
}
.flag-mystoreno.flag-back-mystoreno {
  background: linear-gradient(to right, #3f9239, #000);
}
.flag-zoey.flag-back-zoey {
  background: #27698e;
}


.flag-green.flag-back-green::after,
.flag-purple.flag-back-purple::after,
.flag-prestashop.flag-back-prestashop::after,
.flag-opencart.flag-back-opencart::after,
.flag-magento.flag-back-magento::after,
.flag-xcart.flag-back-xcart::after,
.flag-shopware.flag-back-shopware::after,
.flag-wix.flag-back-wix::after,
.flag-visualsoft.flag-back-visualsoft::after,
.flag-nopcommerce.flag-back-nopcommerce::after,
.flag-cscart.flag-back-cscart::after,
.flag-mystoreno.flag-back-mystoreno::after,
.flag-threedcart.flag-back-threedcart::after,
.flag-zoey.flag-back-zoey::after {
  content: '';
  display: block;
  border-color: #4b7d23 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 0;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 0;
  z-index: 15;
}
.flag-purple.flag-back-purple::after {
  border-color: #452943 transparent transparent transparent;
}
.flag-prestashop.flag-back-prestashop::after {
  border-color: #901150 transparent transparent transparent;
}
.flag-opencart.flag-back-opencart::after {
  border-color: #0485ac transparent transparent transparent;
}
.flag-magento.flag-back-magento::after {
  border-color: #8d1c08 transparent transparent transparent;
}
.flag-xcart.flag-back-xcart::after {
  border-color: #8e4809 transparent transparent transparent;
}
.flag-shopware.flag-back-shopware::after {
  border-color: #1d6ba2 transparent transparent transparent;
}
.flag-wix.flag-back-wix::after,
.flag-threedcart.flag-back-threedcart::after {
  border-color: #565454 transparent transparent transparent;
}
.flag-visualsoft.flag-back-visualsoft::after {
  border-color: #1b7b67 transparent transparent transparent;
}
.flag-nopcommerce.flag-back-nopcommerce::after {
  border-color: #10415e transparent transparent transparent;
}
.flag-cscart.flag-back-cscart::after {
  border-color: #046e8a transparent transparent transparent;
}
.flag-mystoreno.flag-back-mystoreno::after {
  border-color: #1e4a1b transparent transparent transparent;
}
.flag-zoey.flag-back-zoey::after {
  border-color: #205573 transparent transparent transparent;
}

.flag-text{
  text-align: left !important;
}
.flag-text > span{
  display: block;
  font-size: 13px;
}
.flag-text .flag-heading {
  text-transform: uppercase;
  font-weight: bold;
}

.flag-text .flag-heading a{
  display: inline;
  color: #2b2b2b;
  text-decoration: none;
  cursor: text;
}

.magento2-supported{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  margin-bottom: 5px;
}

.magento2-supported span{
  color: #f54d39;
}

@media only screen and (max-width: 480px) {
  .flag-container {
    display: none;
  }
}
img.recommended{
  vertical-align: middle !important;
}
/*	Supported Carts Contents
//	================================================== */

.featured_cart_list ul li a img.grayscale{
  opacity: 0.4;
}
.featured_cart_list ul li a img.grayscale:hover{
  opacity: 1;
}

.featured_cart_list ul{
  display: table;
  margin: 0 auto;
}

.cart_list_block .cart_list{
  list-style: none;
  float: left;
  margin-right: 50px;
}

.supported-cart-item{
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}

.logo-container{
  text-align: center;
  background: #fff;
  position: relative;
  padding: 20px;
  border: 1px solid #E4E4E4;
  display: inline-block;
  vertical-align: top;
}

.logo-container.logo-americommerce{
  background: #1E2123;
}

.logo-container.logo-csv-file{
  background: #F5F5F5;
}


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

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

input[type=text].filter-carts {
  width: 100%;
  padding: 10px;
  border: 1px solid #ABABAB;
  border-radius: 2px;
  color: #616161;
  font-size: 28px;
  line-height: 36px;
  height: 60px;
  margin: 10px 0 25px;
  font-weight: 100;
  outline: none;
  font-family: 'Open Sans','Arial',sans-serif;
}

input[type=text].filter-carts:focus{
  outline: none;
  border: 1px solid #5DC6FE;
}

.carts-deliver{
  padding-top: 20px;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.02);
  border-top: 1px solid #E6E6E6;
}

.carts-deliver:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: -1px;
  width: 101%;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.02);
  border-top: 1px solid #E6E6E6;
  z-index: 1;
}

.carts-deliver:after {
  content: "";
  display: block;
  height: 100%;
  right: -100%;
  position: absolute;
  top: -1px;
  width: 101%;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.02);
  border-top: 1px solid #E6E6E6;
  z-index: 1;
}

.carts-notices small{
  font-size: 12px;
  font-style: italic;
}

.carts-notices a{
  color: #333;
}

.carts-notices a:hover,
.carts-notices a:focus,
.carts-notices a:active{
  color: #333;
}

@media only screen and (max-width: 767px){
  .carts-notices > div{
    float: left !important;
    clear: both;
  }
}

.moduletable-cart-list{
  margin-bottom: 24px;
}

.category-module-cart-list {
  margin-bottom: 0 !important;
}

.category-cart-list li,
.category-module-cart-list li{
  list-style: none;
}

.search-carts-list{
  margin-bottom: 8px;
  padding-left: 17px;
}

.search-carts-list a,
.category-module-cart-list li a{
  color: #333;
  line-height: 1.57;
}

.category-cart-list li a:hover,
.category-cart-list li a:focus,
.category-cart-list li a:active,
.category-module-cart-list li a:hover,
.category-module-cart-list li a:focus,
.category-module-cart-list li a:active{
  color: #48b4ee;
}


/*	Single Supported Cart Contents
//	================================================== */
.intro-single-cart > div{
  float: right;
}

@media only screen and (max-width: 768px) {
  .intro-single-cart > div{
    float: left;
  }
}

.logo-container a,
.logo-container .clip{
  display: block;
  width: 178px;
  height: 58px;
  text-align: center;
  overflow: hidden;
  background: #fff;
}

.logo-container img{
  width: 180px;
  height: 60px;
  margin-top: -1px;
  margin-left: -1px;
  max-width: 180px;
}
.intro-single-cart .logo-cart-partner{
  width: 230px;
  float: right;
  text-align: left;
}
.intro-single-cart .version-cart{
  margin: 10px 0 15px 0;
  text-align: left;
  color: #808080;
  width: 220px;
  font-size: 12px;
}
.intro-single-cart .logo-cart-partner .version-cart{
  margin: 10px 0 15px 15px;
}
.landing .landing-hr{
  height: 0;
  overflow: hidden;
  border-top: 1px solid #F2F2F2;
  width: 100%;
}

/* ----------------- Landing Navigator ---------------- */

.middle-content{
  text-align: center;
  padding-top: 20px;
}

.navigation-default,
.navigation-cart{
  display: block;
  margin: 20px 0 0;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #eff1f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

}
.navigation-default{
  border: none !important;
  margin: 0;
}
.navigation-default:before{
  display: none;
}

.navigation-default li,
.navigation-cart li{
  position: relative;
  list-style: none;
  display: inline-block;
  padding-left: 25px;
  margin: 0 30px;
}

.navigation-default li a:hover,
.navigation-default li a:focus,
.navigation-default li a{
  font-weight: 600;
  color: #000;
}

@media only screen and (max-width: 992px) {
  .navigation-cart li{
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .navigation-cart li{
    margin: 0 50px;
    min-width: 170px;
    text-align: left;
  }
}

.navigation-cart li:before {
  position: absolute;
  content: '';
  background: url(/wp-content/themes/Avada-Child-Theme/images/tab-list-checked.svg) no-repeat center center;
  height: 13px;
  width: 15px;
  background-size: contain;
  bottom: 6px;
  left: -3px;
}
.navigation-cart li a{
  text-decoration: none;
}

.icon-cart-entities, .icon-cart-options, .etytd_n, .etytd_y{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('/wp-content/themes/Avada-Child-Theme/images/carts.png') no-repeat -8px -11px transparent;
  vertical-align: middle;
}

.products-dm.icon-cart-entities,
.products.icon-cart-entities {
  background-position: -8px -11px;
}

.product-images.icon-cart-entities {
  background-position: -8px -74px;
}

.product-extra-fields.icon-cart-entities {
  background-position: -8px -130px;
}

.product-attributes.icon-cart-entities {
  background-position: -8px -186px;
}

.product-variants.icon-cart-entities{
  background-position: -8px -240px;
}

.categories-dm.icon-cart-entities,
.categories.icon-cart-entities {
  background-position: -8px -296px;
}

.category-images.icon-cart-entities {
  background-position: -8px -357px;
}

.customers-dm.icon-cart-entities,
.customers.icon-cart-entities {
  background-position: -8px -410px;
}

.customer-shipping-address.icon-cart-entities {
  background-position: -8px -466px;
}

.customer-billing-address.icon-cart-entities {
  background-position: -8px -524px;
}

.orders-dm.icon-cart-entities,
.orders.icon-cart-entities {
  background-position: -9px -638px;
}

.order-statuses.icon-cart-entities {
  background-position: -9px -693px;
}

.order-products.icon-cart-entities {
  background-position: -8px -750px;
}

.currencies.icon-cart-entities {
  background-position: -8px -806px;
}

.additional-dm.icon-cart-entities,
.manufacturers.icon-cart-entities {
  background-position: -8px -864px;
}

.manufacturer-images.icon-cart-entities {
  background-position: -8px -908px;
}

.taxes.icon-cart-entities {
  background-position: -8px -978px;
}

.reviews.icon-cart-entities {
  background-position: -8px -1034px;
}

.product-tags.icon-cart-entities{
  background-position: -8px -1090px;
}

.reward-points.icon-cart-entities{
  background-position: -8px -1146px;
}

.coupon-codes.icon-cart-entities{
  background-position: -8px -1198px;
}

.customer-groups.icon-cart-entities{
  background-position: -8px -580px;
}

.downloadable-products.icon-cart-entities{
  background-position: -8px -1249px;
}

.related-products.icon-cart-entities{
  background-position: -8px -1293px;
}

.blogs.icon-cart-entities{
  background-position: -8px -1542px;
}

.blog-posts.icon-cart-entities{
  background-position: -8px -1487px;
}

.blog.posts.icon-cart-entities{
  background-position: -8px -1487px;
}

.coupons.icon-cart-entities{
  background-position: -9px -1652px;
}
.multiple.icon-cart-entities{
  background-position: -9px -1598px;
}

.downloadable-products.icon-cart-entities:after{
  content: 'NEW';
  border: 1px solid #BBBBBB;
  border-radius: 30px;
  color: #252525;
  padding: 0 7px;
  font-weight: lighter;
  font-size: 10px;
  position: relative;
  left: 230px;
  top: -4px;
  text-transform: uppercase;
  font-family: 'Open Sans', arial, sans-serif;
}

@media only screen and (max-width: 410px){
  .downloadable-products.icon-cart-entities:after{
    left: 170px;
  }
}

.cms-pages.icon-cart-entities{
  background-position: -8px -1350px;
}
.multistore.icon-cart-entities{
  background-position: -8px -1395px;
}
.suppliers.icon-cart-entities{
  background-position: -8px -1440px;
}

/***
 * Migration Options
 *
 */
.icon-cart-options{background-position: -65px -70px}
.clear-current-data.icon-cart-options,
.delete-current-data.icon-cart-options {
  background-position: -65px -12px;
}

.preserve-product-ids.icon-cart-options {
  background-position: -65px -68px;
}

.preserve-order-ids.icon-cart-options {
  background-position: -65px -127px;
}

.preserve-customer-ids.icon-cart-options {
  background-position: -65px -182px;
}

.create-product-variants.icon-cart-options {
  background-position: -65px -240px;
}

.strip-html-from.icon-cart-options {
  background-position: -64px -300px;
}

.migrate-images-in.icon-cart-options {
  background-position: -64px -353px;
}

.migrate-images-from.icon-cart-options {
  background-position: -64px -353px;
}

.preserve-product-image.icon-cart-options {
  background-position: -64px -409px;
}

.migrate-categories-and.icon-cart-options {
  background-position: -64px -465px;
}

.skip-product-thumbnail.icon-cart-options {
  background-position: -64px -524px;
}

.change-products-quantity.icon-cart-options {
  background-position: -64px -578px;
}

.migrate-301-seo.icon-cart-options{
  background-position: -64px -635px;
}

.preserve-category-ids.icon-cart-options {
  background-position: -65px -752px;
}

.migrate-invoices-credit.icon-cart-options,
.migrate-invoices.icon-cart-options {
  background-position: -64px -926px;
}

.migrate-product-skus.icon-cart-options {
  background-position: -64px -867px;
}

[class*="migrate-customer's-passwords"].icon-cart-options {
  background-position: -65px -805px;
}


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

.estimator-content{
  position: relative;
  background: #677482;
  padding: 10px 0;
}


.estimator-content:before {
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 101%;
  background: #677482;
  border-top: 1px solid #677482;
  border-bottom: 1px solid #677482;
  z-index: 1;
  box-sizing: border-box;
}

.estimator-content:after {
  content: "";
  display: block;
  height: 100%;
  right: -100%;
  position: absolute;
  top: 0;
  width: 101%;
  background: #677482;
  border-top: 1px solid #677482;
  border-bottom: 1px solid #677482;
  z-index: 2;
  box-sizing: border-box;
}

.estimator-wrapper{
  position: relative;
  margin: 15px 0 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  background-size: cover;
  z-index: 5;
}
.estimator-wrapper form.cart2cart label,
.estimator-wrapper .emailBox label,
.estimator-wrapper .emailBox .emailText{
  color: #fff !important;
}

.estimator-wrapper .emailBox .question{
  color: #fff !important;
  border: none !important;
  background: #99cced;
}

.estimator-wrapper input,
.estimator-wrapper select,
.estimator-wrapper input:hover,
.estimator-wrapper select:hover,
.estimator-wrapper input:active,
.estimator-wrapper select:active{
  border: 1px solid #fff;
}
.estimator-wrapper input[type=checkbox]{
  border: 1px solid #ccc;
}
.estimator-wrapper .to-cart-estimator{
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  width: 30px;
  vertical-align: bottom;
}
.estimator-wrapper .to-cart-estimator span{
  display: inline-block;
  width: 20px;
  height: 30px;
  background: url("../images/carts.png") no-repeat -130px -358px transparent;
}

.estimator-wrapper .estimator.dark .questionTooltip {
  color: #C9D4DE !important;
  border: none !important;
  background: #76828E;
}

/*---------------------- Upgrade Cart ----------------------*/
.upgrade-cart-text{
  text-align: left;
}
@media only screen and (min-width: 992px){
  .upgrade-cart-text{
    padding-top: 20px;
  }
}
/*---------------------- Way migrate with CartCart Icon ----------------------*/
.service-box .service-box-icon {
  margin-right: 20px;
  width: 65px;
  height: 65px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: url("/wp-content/themes/Avada-Child-Theme/images/carts.png") #fff no-repeat -130px -200px;
  border: 1px solid #D4D4D4;
}

.service-box .service-box-icon:after {
  content: '';
  display: block;
  width: 45px;
  height: 5px;
  background-color: #e4e4e4;
  top: 70px;
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 20px/2px;
  -moz-border-radius: 20px/2px;
  border-radius: 20px/2px;
}

.service-title{
  width: 200px;
  overflow: hidden;
  line-height: 25px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-top: -60px;
}

@media only screen and (max-width: 992px) and (min-width: 768px){
  .service-box .service-box-icon {
    margin-right: 0;
  }
  .service-title{
    margin-top: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px){
  .service-box{
    margin-bottom: 20px;
  }
}

.service-title > span{
  line-height: 20px;
  text-transform: uppercase;
}

.service-box .supported-cart-plus-icon{
  background-position: -108px -395px;
}
.service-box .uptime-hundred-icon{
  background-position: -110px -452px;
}
.service-box .support-team-icon{
  background-position: -110px -511px;
}

/*-------- Security Block --------*/

.security-block .security-item{
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.security-block .security-inner{
  border: 1px solid #ccc;
  border-radius: 10px;
  min-height: 250px;
  padding: 10px;
}
.security-block .security-icon{
  height: 64px;
  width: 64px;
  margin: 0 auto 10px;
  text-align: center;
  background: url("/wp-content/themes/Avada-Child-Theme/images/security-sprite.png") #fff no-repeat 0 0;
}
.security-icon.icon-server{
  background-position: -78px -8px;
}
.security-icon.icon-https{
  background-position: -8px -8px;
}
.security-icon.icon-auth-staff{
  background-position: -225px -8px;
}
.security-icon.icon-credentials{
  background-position: -294px -8px;
}
.security-icon.icon-shield{
  background-position: -148px -8px;
}

.security-block .security-description p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}

@media all and (max-width: 1200px) {
  .security-block .security-inner {
    min-height: 265px;
  }
}
@media all and (max-width: 992px) {
  .security-block .security-inner {
    min-height: 215px;
  }
  .security-block .security-item {
    width: 33.33%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .security-block .security-inner {
    min-height: auto;
  }
  .security-block .security-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*--------------------  How It Works  --------------------*/

.responsive-video .video-container{
  margin: 20px auto !important;
  max-width: 620px;
}
.howitworks{
  height: 150px;
  margin: 20px 0;
  background: url("/images/stories/howitworks.png") no-repeat 50% 50% transparent;
}


.how-it-works > div:after{
  content: '';
  display: block;
  height: 100%;
  width: 30px;
  position: absolute;
  right: -10px;
  top: 0;
  background: url("/wp-content/themes/Avada-Child-Theme/images/how-it-works.png") no-repeat -415px 20px transparent;
}

.how-it-works > div:last-child:after{
  display: none;
}

.how-it-works > div > span{
  display: block;
}

.how-it-works .icon-item{
  position: relative;
  margin: 0 auto 30px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background: url("/wp-content/themes/Avada-Child-Theme/images/how-it-works.png") no-repeat 0 50% #49c555;
}

.how-it-works .icon-item.register-account{
  background-color: #54c5ff;
  background-position: 25px 50%;
}
.how-it-works .icon-item.provide-shopping-cart{
  background-color: #51c5d2;
  background-position: -45px 50%;
}
.how-it-works .icon-item.choose-data{
  background-color: #4fc5b1;
  background-position: -130px 50%;
}
.how-it-works .icon-item.free-demo-migration{
  background-color: #4cc57f;
  background-position: -215px 50%;
}
.how-it-works .icon-item.perform-full-migration{
  background-color: #49c555;
  background-position: -312px 50%;
}

.how-it-works .icon-item:after{
  content: '';
  display: block;
  margin: 0 auto;
  left: -50%;
  right: -50%;
  background: rgba(0,0,0,0.08);
  width: 50px;
  height: 7px;
  position: absolute;
  bottom: -15px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.how-it-works .text-item{
  font-size: 14px;
  color: #505050;
  font-style: italic;
}
.autoheight{
  min-height: 300px;
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
.hiw-video-bg{
  background: #ccc;
  width: 550px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  background: url("/wp-content/themes/Avada-Child-Theme/images/hiw-video-bg.png") no-repeat center;
}
.hiw-video-bg a{
  height: 90px;
  width: 90px;
  transition: all .2ms;
  background: url("/wp-content/themes/Avada-Child-Theme/images/play-btn.png") no-repeat center;
}
.hiw-video-bg a:hover{
  transform: scale(1.1);
}
.how-it-work-list h3{
  margin-top: 100px;
  font-size: 20px !important;
  margin-bottom: 15px !important;
}
.how-it-work-list.with-video h3{
  margin-top: 0;
  font-size: 20px !important;
  margin-bottom: 0 !important;
}
.how-it-work-list.with-video li{
  counter-increment: step-counter;
  padding-left: 3.2rem;
  position: relative;
  margin-bottom: 30px;
}
.how-it-work-list.with-video li:last-child{
  margin-bottom: 0;
}
.how-it-work-list.with-video{
  margin-bottom: 0;
}
.how-it-work-list.with-video li:before{
  content: counter(step-counter);
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 100%;
  padding-right: 5px;
  border-right: 3px solid;
  text-align: right;
  font-weight: 700;
  color: #48b4ee;
  font-size: 30px;
  line-height: 30px;
}
.how-it-work-list .source-cart:before,
.how-it-work-list .target-cart:before,
.how-it-work-list .choose-data:before,
.how-it-work-list .free-demo-migration:before,
.how-it-work-list .perform-full-migration:before{
  content: '';
  position: absolute;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
}
.how-it-work-list .source-cart:before{
  background: #54c5ff url("/wp-content/themes/Avada-Child-Theme/images/how-it-works.png") no-repeat -455px 50%;
}
.how-it-work-list .target-cart:before{
  background: #51c5d2 url("/wp-content/themes/Avada-Child-Theme/images/how-it-works.png") no-repeat -529px 50%;
}
.how-it-work-list .choose-data:before{
  background: #4fc5b1 url("/wp-content/themes/Avada-Child-Theme/images/how-it-works.png") no-repeat -130px 50%;
}
.how-it-work-list .free-demo-migration:before{
  background: #4cc57f url("/wp-content/themes/Avada-Child-Theme/images/how-it-works.png") no-repeat -215px 50%;
}
.how-it-work-list .perform-full-migration:before{
  background: #49c555 url("/wp-content/themes/Avada-Child-Theme/images/how-it-works.png") no-repeat -312px 50%;
}

@media only screen and (max-width: 767px) {
  .how-it-works > div:after{
    display: none;
  }
  .how-it-works .icon-item{
    margin: 20px auto;
  }
  .pull-right-md{
    float: none;
  }
}

@media only screen and (max-width: 991px) {
  .howitworks {
    background-size: contain;
  }
  .how-it-work-list .source-cart:before,
  .how-it-work-list .target-cart:before,
  .how-it-work-list .choose-data:before,
  .how-it-work-list .free-demo-migration:before,
  .how-it-work-list .perform-full-migration:before{
    top: -90px;
  }
}

/*-------------------- Counter Content --------------------*/
.counter-content{
  margin: 40px auto 20px !important;
  padding: 20px 0;
}
.counter-content .counter-single{
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

@media only screen and (max-width: 767px){
  .counter-single{
    display: block !important;
  }
}
/*-------------------- Package Content --------------------*/
.package-content{
  padding: 20px 0;
  border: 2px solid #ededed;
}
.package-content .package-item{
  display: inline-block;
  vertical-align: top;
}

.package-content .package-item .package-box{
  float: left;
}

.package-content .package-item .package-text{
  width: 275px;
  float: left;
  margin-left: 20px;
  text-align: left;
}

@media only screen and (max-width: 1200px) and (min-width: 767px){
  .package-content .package-item .package-text {
    width: auto;
  }
}
@media only screen and (max-width: 768px){
  .package-content{
    border: 0;
    padding: 0;
  }
  .package-content .package-item{
    margin-top: 20px;
  }
}
/*-------------------- What Know --------------------*/
.migration-faqs-block {
  background: #f0f9ff;
  padding: 70px 0 80px;
}
.cart-migration-faqs {
  display: flex;
}
.migration-faqs-block h2 {
  font-size: 35px!important;
  line-height: 42px!important;
  font-weight: 400!important;
  text-align: center;
  text-transform: unset;
  margin-top: 0!important;
  margin-bottom: 50px!important;
  color: #182353!important;
  font-family: Poppins,sans-serif!important;
}
.know-content {
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  line-height: 24px;
  width: 100%;
}
.know-content li {
  position: relative;
  list-style: none;
}
.know-content li h3.expanded:before {
  background-position: -132px -76px;
}
.migration-faqs-block .know-content li {
  margin: 10px;
}
.migration-faqs-block .know-content li h3 {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  padding: 17px 52px 17px 20px;
  cursor: pointer;
  color: #182353!important;
  width: 100%;
  max-width: 540px;
  flex-basis: unset;
  background: #FFF;
  border: 1px solid rgba(7,36,109,.12);
  box-shadow: 0 2px 10px rgb(7 36 109 / 5%);
  border-radius: 5px;
  overflow: hidden;
  font-family: Poppins,sans-serif!important;
}
.migration-faqs-block .know-content li h3:after {
  position: absolute;
  right: 30px;
  top: calc(50% - 3px);
  content: '';
  display: block;
  background: url(/wp-content/themes/Avada-Child-Theme/images/faq-blue-arrow.svg) no-repeat;
  height: 10px;
  width: 18px;
  -webkit-background-size: contain;
  background-size: contain;
}
.know-content li p {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
  max-height: 0;
  padding: 0 20px;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
  display: none;
  width: 100%;
  max-width: 540px;
  flex-basis: unset;
  background: #FFF;
  border-left: 1px solid rgba(7,36,109,.12);
  border-right: 1px solid rgba(7,36,109,.12);
  border-bottom: 1px solid rgba(7,36,109,.12);
  border-top: none;
  box-shadow: 0 2px 10px rgb(7 36 109 / 5%);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: fit-content;
  font-family: Poppins,sans-serif!important;
  color: #182353!important;
}
.migration-faqs-block .know-content li h3.expanded+p {
  max-height: 1000px;
  transition: max-height 3s ease;
  padding: 17px 20px;
}
.migration-faqs-block .know-content li h3.expanded {
  background: #77B747;
  color: #fff!important;
  box-shadow: 0 0 16px rgb(0 0 0 / 8%), -8px 4px 40px rgb(9 74 121 / 8%);
}
.migration-faqs-block .know-content li h3.expanded:after {
  background: url(/wp-content/themes/Avada-Child-Theme/images/faq-arrow-white.svg) no-repeat;
}
@media only screen and (max-width: 768px){
  .cart-migration-faqs {
    flex-direction: column;
  }
  .migration-faqs-block .know-content li h3 {
    height: fit-content;
  }
}

/*------------------------ Offer Content ---------------------------*/


.offer-content .offer-logo{
  display: block;
  width: 150px;
  height: 40px;
  margin: 0 0 10px;
  background: url("/images/partners/offer-logo.png") no-repeat 50% 0 transparent;
}

.offer-content .offer-text{
  text-align: left;
}

.offer-content .offer-logo.file2cart-offer{
  background-position: 0 0;
}
.offer-content .offer-logo.partner-offer{
  background-position: 0 -55px;
}
.offer-content .offer-logo.store-manager-offer{
  background-position: 0 -105px;
}
.offer-content .offer-logo.inmotion-hosting-offer{
  background-position: 0 -160px;
}
.offer-content .offer-logo.e-dashboard-offer{
  background-position: 0 -215px;
}
.offer-content .offer-logo.mage-cloud-offer{
  background-position: 0 -267px;
}
.offer-content .offer-logo.api2cart-offer{
  background-position: 0 -319px;
}

@media only screen and (max-width: 767px){
  .offer-content .offer-content-item{
    margin-top: 15px;
  }
}

/*------------------------ AdfThis Content ---------------------------*/
.addthis-carts{
  padding: 20px 0;
  margin-bottom: 16px;
  border: 1px solid #eff1f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  width: 100%;
}
.addthis-carts > div{
  display: table;
  margin: 0 auto;
}

/*---------- Additional Options Table ----------*/
.migration-options .t_ao{margin-top: 0;}
.t_ao {margin:20px auto 0;font-size: 14px; border: 1px solid #ddd;width: auto;}
.t_ao td.valign {vertical-align: middle !important;}
.t_ao td:nth-child(1) {padding-left: 15px;width: 50px;}
.t_ao th {color: white;text-align: center;font-weight: bold;background: #4DA7ED;width: 50px;height:50px;vertical-align: middle !important;}
.t_ao td {color: #8B8B8B;text-align:left;font-weight: 600;border-top: none !important;padding: 10px;vertical-align: middle !important;}
.t_ao tr td:first-child,.t_ao tr td:nth-child(1), .t_ao tr th:first-child {border-left: none;}
.t_ao tr td:last-child,.t_ao tr td:nth-child(1), .t_ao tr th:last-child {border-right: none;}
.t_ao .aotr_odd {background: transparent;}
.t_ao .aotr_even {background: transparent; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.t_ao .aotd_y, .t_ao .aotd_n  {background: url("/wp-content/themes/Avada-Child-Theme/images/carts.png") 50% 50% no-repeat;width: 35px; height: 30px;float: right;}
.t_ao .aotd_y{background-position: -124px -240px;}
.t_ao .aotd_n{background-position: -124px -297px;}
#ao_info {white-space: nowrap; width:auto; display:none; position:absolute; font-size: 12px; z-index:101;}
.t_ao tr > td:last-child{width: 50px !important;}
.t_ao tr td a{color: #333;text-decoration:none;cursor: default;}
.options-info{font-weight: normal; margin-left: 5px; cursor: pointer}
.options-info:before{content: '\69';font-style: italic; display: inline-block; border: 1px solid #C5C5C5; width: 13px; height: 13px; font-size: 12px; text-align: center; color: #AEAEAE; padding: 0 1px 2px 1px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; line-height: 15px;}
.t_ao.ao-single tr td:last-child,
.t_ao.ao-single tr th:last-child{border-left:1px solid rgba(0,0,0,0.02);}

@media only screen and (max-width: 767px){
  .t_ao.ao-single{width: 100%}
}
@media only screen and (min-width: 767px){
  .t_ao.ao-single{width: 80%}
}

/*---------- Entities Table ----------*/

.t_ety {
  margin:0 auto;
  font-size: 14px;
  border: 1px solid #ddd;
  width: auto;
}
.t_ety td,
.t_ety th {
  padding:10px;
  vertical-align: top;
  line-height: 1.5;
}
.t_ety td.valign {
  vertical-align: middle !important;
}
.t_ety td:nth-child(1){
  padding-left:15px;
  width: 50px;
  vertical-align: top;
}
.t_ety th {
  color: white;
  text-align: center;
  font-weight: bold;
  background: #40cf4d;
  width: 50px;
  height:50px;
  vertical-align: middle !important;
}
table th{
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
.t_ety td {
  color: #4c4c4c;
  text-align:left;
  font-weight: 400;
  border-top: none !important;
  display: table-cell;
  vertical-align: middle;
}
.t_ety td:first-child:after {
  vertical-align: top;
}
.t_ety tr td:first-child,
.t_ety tr td:nth-child(1),
.t_ety tr th:first-child {
  border-left: none;
}
.entity-table.t_ety tr td:last-child,
.entity-table.t_ety tr td:nth-child(1),
.entity-table.t_ety tr th:last-child{
  border-right: none !important;
}
.t_ety .etytr_odd {
  background: transparent;
}
.t_ety .etytr_even {
  background: transparent;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.t_ety .etytd_y,
.t_ety .etytd_n{
  background: url("/wp-content/themes/Avada-Child-Theme/images/carts.png") 50% 50% no-repeat;
  width: 35px;
  height: 30px;
  float: right;
}
.t_ety .etytd_y{
  background-position: -124px -240px;
}
.t_ety .etytd_n{
  background-position:  -124px -297px;
}
.t_ety tr .entity-desc{
  color: #888;
  font-size: 12px;
}
.entity-notice{
  margin: 10px auto;
  padding: 15px;
  text-align: left;
  border: 1px solid #E2E2E2;
  color: #737373;
  font-size: 12px;
  width: 100% !important;
  padding-left: 65px;
  position: relative;
}
.entity-notice:before {
  font-family: 'FontAwesome';
  content: '\f0eb';
  position: absolute;
  top: calc(50% - 40px);
  left: 20px;
  font-size: 50px;
}
.entity-notice:hover:before {
  color: #e8c953;
  text-shadow: 0 0 25px #e8c953;
}
.entity-notice.entity-width{
  max-width: 960px;
}
.entity-notice.entity-width p {
  font-size: 13px;
}
.entity-customer-password{
  margin:10px auto;
  padding: 15px;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.entity-customer-password .icon-customer-password{
  display: inline-block;
  width: 30px;height: 40px;
  background: url("/wp-content/themes/Avada-Child-Theme/images/carts.png") -70px -690px no-repeat;
  margin-right: 15px;
}
.entity-customer-password > span{display: inline-block;vertical-align: middle}
.entity-customer-password .check_yes,
.entity-customer-password .check_no{
  float: right;
  background: url("/wp-content/themes/Avada-Child-Theme/images/carts.png") -124px -240px no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.entity-customer-password .check_no{
  background-position:  -124px -297px;
}

.t_ety.ety-single tr td:last-child,
.t_ety.ety-single tr th:last-child{border-left:1px solid rgba(0,0,0,0.02);width: 50px !important;}
.t_ety.ety-single tr td.entity-notice{ border: 1px solid #ddd;background: rgba(0, 0, 0, 0.05);}

.t_ety td .entity-desc{
  font-weight: normal;
  font-size: 14px;
  color: #4c4c4c;
}
@media only screen and (max-width: 767px){
  .t_ety.ety-single{width: 100%}
}
@media only screen and (min-width: 767px){
  .t_ety.ety-single{width: 80%}
}

/*-------------------------------------- Migration Entities --------------------------------*/
.what-data-migrated{
  margin: 0 auto;
}
.what-data-migrated .t_ety,
.what-data-migrated .t_ao{
  width: 100% !important;
  max-width: 960px;
  border: 1px solid #ddd
}

@media only screen and (max-width: 991px) {
  .what-data-migrated .t_ao{
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .what-data-migrated .t_ety,
  .what-data-migrated .t_ao {
    max-width: 100%;
  }
}

.what-data-migrated .t_ety .t_category{
  vertical-align: top;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #909090;
  width: 195px;
  padding-left: 15px;
}

.what-data-migrated .t_ety .h_category{
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
  font-weight: 500;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .what-data-migrated .t_ety .t_category {
    width: auto;
  }
  .what-data-migrated .t_ety .h_category{
    display: block;
    font-size: 12px;
  }
}

.what-data-migrated .t_ety td{
  padding: 10px;
  border-left: none !important;
}

.what-data-migrated .t_ety ul.list-entities{
  list-style-type: none;
  margin: 10px auto 0;
}

.what-data-migrated .t_ety ul.list-entities li{
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.what-data-migrated .t_ety ul.list-entities li:before{
  content: "";
  position: absolute;
  left: -30px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/Avada-Child-Theme/images/carts.png") no-repeat -130px -644px transparent;
}

.what-data-migrated  .t_ety tr td,
.what-data-migrated  .t_ao tr td{
  border-top: none;
  padding: 10px;
  color: #333;
  font-weight: 500;
}

.migrations-versions .migrations-versions-lists{
  border: 1px solid #E4E4E4;
  padding-top: 20px;
}

.migrations-versions small{
  color: #888;
  margin-top:5px;
  font-size:12px;
}

.recommend{
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #64A6A9;
  background: transparent;
  vertical-align: top;
  padding: 2px 4px 0;
  position: relative;
  top: 4px;
  border: 2px solid;
  display: inline-block;
}
.option-video{
  opacity: 0.6;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/Avada-Child-Theme/images/youtube.svg");
  cursor: pointer !important;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

.option-video:hover{
  opacity: 1;
}

/*----------------Cart2cart Tooltips-----------------*/
.cart2cartTooltips{
  max-width: 400px;
  min-width: 300px;
  background-color: #ffffff !important;
  color: #5b5b5b !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd !important;
  opacity:1;
  font-size: 14px;
  padding: 20px !important;
  line-height: 1.5;
}
.cart2cartTooltips p{
  margin-bottom: 0;
}

.arrow-pair{
  display: inline-block;
  margin: 0 40px;
  top: 40px;
  position: relative;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 16px solid #d5dadf;
  font-size: 0;
  line-height: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .arrow-pair{
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px){
  .arrow-pair{
    display: block;
    margin: 20px auto 15px;
    top: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
}
.addthis-cart{
  display: table;
  margin: 30px auto;
}
/**
  FAQs section
 */
.bp_faqs{
  padding: 50px 0;
}
.bp_faq_tabs{
  padding-top: 20px;
  margin-bottom: 20px;
}
.bp_faq_tabs_item{
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid #f1f1f1;
  font-weight: 600;
  color: #333;
  box-shadow: 1px 1px 15px rgba(204, 204, 204, 0.4);
}
.bp_faq_tabs_link{
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  position: relative;
  text-align: left;
} 
.bp_faq_tabs_link::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  width: 25px;
  top: calc(50% - 12.5px);
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  color: #9f9f9f;
}
.bp_faq_tabs_link.active::after{
  content: "\f107";
}
.bp_faq_tab-content{
  display: none;
  padding-bottom: 20px;
  cursor: default;
}
.bp_faq_tab-content p{
  padding: 0 20px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 5px;
}
.bp_faq_tab-content.active{
  display: block;
}
.bp_faq_tabs-content p{
  font-size: 18px;
  color: #5f5f5f;
  font-weight: 600;
  margin-bottom: 20px;
}
.bp_faq_tab-content ol{
  margin-left: 25px !important;
}
.hiw-title{
  margin-top: 20px;
}
.hiw-title a{
   text-decoration: none;
   color: #000000 !important;
 }
.free-option{
  color: green;
}
.section-padding-top{
  padding-top: 30px;
}
.section-padding-bottom{
  padding-bottom: 30px;
}
span.ok{
  color: #27AE60;
  font-weight: 600;
}
span.not{
  color: #EB5757;
  font-weight: 600;
}

/*Magento Enterprise To Shopify Plus*/

.custom-supported-cart-pair #main .fusion-row {
  max-width: 100%;
}
.custom-supported-cart-pair .fusion-row.container {
  width: 100% !important;
  padding: 0;
}

.custom-supported-cart-pair section .container {
    padding: 50px 20px;
}

.custom-supported-cart-pair hr {
  margin: 0 !important;
}

.custom-supported-cart-pair h2 {
  margin-bottom: 5px !important;
}

.trusted-subheading {
  font-family: 'Satisfy', cursive;
  text-transform: capitalize; color:#95de64;
  font-size:26px;
  position: relative;
  z-index: 20;
  text-align: center;
  font-style: italic;
}

.header-block {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/office.jpg);
  background-attachment: fixed;
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;
}

.header-block:after {
  position: absolute;
  content:'';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13262fb3;
}

.header-block h1 {
  color: #fff !important;
  font-size: 42px !important;
  position: relative;
  z-index: 20;
  text-transform: uppercase;
}

.alternative-block .shopify-logo {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/shopify.svg);
}

.alternative-block .block-content {
  display: flex;
  justify-content: space-between;
}

.block-content .block-content-image {
  width: 45%;
  -webkit-background-size: 250px;
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: center;
}

.block-content .block-content-text {
  width: 80%;
  padding-left: 30px;
  padding-top: 20px;
}

.custom-supported-cart-pair section h2 {
  text-align: center;
}

.migration-reasons {
  background: #f5f2eb;
}

.before-after-container {
  width: 50%;
}

.before-after-content,
.migration-process,
.entities-block,
.entities-block-item,
.what-you-get .block-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.entities-block-item {
  justify-content: flex-start;
}

.what-you-get .block-content {
  justify-content: center;
  padding-top: 30px;
}

.migration-process,
.entities-block {
  align-items: flex-start;
  margin-top: 45px;
}

.migration-process {
  margin-top: 25px;
}

.before-after-text {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 20;
  padding-top: 20px;
}

.header-block .services-button {
  position: relative;
  z-index: 20;
}

#comparison {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}

figure {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/after-shopify-logo.jpg);
  position: absolute;
  background-size: cover;
  background-position: -15px 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#divisor {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/before-magento-logo.jpg);
  background-size: cover;
  background-position: -15px 0;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
#divisor::before,
#divisor::after {
   content: '';
   position: absolute;
   right: -2px;
   width: 4px;
   height: calc(50% - 23px);
   background: white;
   z-index: 3;
}
#divisor::before {
   top: 0;
   box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
}
#divisor::after {
   bottom: 0;
   box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
}
#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
#handle::before,
#handle::after {
   content: '';
   width: 0;
   height: 0;
   border: 6px inset transparent;
   position: absolute;
   top: 50%;
   margin-top: -6px;
}
#handle::before {
   border-right: 6px solid white;
   left: 50%;
   margin-left: -17px;
}
#handle::after {
   border-left: 6px solid white;
   right: 50%;
   margin-right: -17px;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -27px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
input[type=range]:focus,
input[type=range]:active {
   border: none;
   outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
}
input[type=range]::-moz-range-track {
  -moz-appearance:none;
  height:15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}

.migration-process-item {
  width: 23%;
  text-align: center;
}

.migration-process-image {
  height: 100px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 20px 0;
  position: relative;
}

.migration-process-image.request {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/communications.svg);
}

.migration-process-image.pre-check {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/computer.svg);
}

.migration-process-image.set-up-and-run {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/help.svg);
}

.migration-process-image.complete-migration {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/calendar.svg);
}
.custom-supported-cart-pair .services-button {
  text-align: center;
}
.custom-supported-cart-pair .services-button a {
  padding: 25px 120px 25px 60px;
  overflow: hidden;
  background: #90B843;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  transition: all .3s;
}

.custom-supported-cart-pair .services-button a:before {
  font-family: 'FontAwesome';
  left: auto;
  right: 0;
  z-index: 2;
  position: absolute;
  height: 100%;
  top: 0;
  line-height: 3;
  font-size: 145%;
  width: 60px;
  color: #fff;
  content: "\f061";
}

.custom-supported-cart-pair .services-button a:after {
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, .1);
  z-index: 1;
  right: 0;
  top: 0;
  margin: -5px 0 0 -5px;
  transform-origin: 0 0;
  transform: rotate(-20deg);
  content: '';
  position: absolute;
  transition: all .3s;
}

.custom-supported-cart-pair .services-button a:hover {
  background: #759637;
  color: #fff;
}

.custom-supported-cart-pair .services-button a:hover:after {
  width: 40%;
}

.entities-item-image {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #90B843;
  border-radius: 3px;
  margin: 0 15px 15px 0;
}

.entities-item-image i {
  font-size: 24px;
  line-height: 36px;
  color: #d09d2a;
}

.entities-item-image svg {
  padding-top: 6px;
  height: 30px;
  width: 24px;
}

.extras-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-left: 0 !important;
}

.extras-list li:not(:last-child) {
  margin-right: 20px;
}

.extras-list li {
  width: 18%;
  text-align: center;
  border: 1px #eee solid;
  border-radius: 25px;
  padding: 15px;
  box-shadow: 1px 1px 40px #ccc;
  background: #fff;
}

.extras-list .image {
  height: 100px;
  width: 100px;
  margin: 20px auto;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
}

.redirects .image {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/forward.svg);
}

.custom-attributes .image {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/support1.svg);
}

.grouping .image {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/meeting.svg);
}

.orders .image {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/list.svg);
}

.collections .image {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/data-collection-shopify.svg);
}

.extras-list-block {
  background: linear-gradient(to bottom, #fff, #f5f2eb);
}

.shopify-plus-logo {
  width: 300px;
  height: 100px;
  margin-right: 30px;
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/shopify-plus-logo.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat ;
  background-position: center;
}

.entities-block-col {
  width: 22%;
}

.what-you-get ul {
  list-style-type: none;
  margin: 0;
}

.what-you-get ul li {
  position: relative;
  padding-left: 20px;
}

.what-you-get ul li:before {
  position: absolute;
  top: 0;
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #c7a22e;
  left: -3px;
}

.call-to-action {
  background: #f5ffe0;
}

.lp-divider {
  width: 150px;
  height: 5px;
  border-radius: 10px;
  background: linear-gradient(to right, #95bf45, #d09d2a);
  margin: 0 auto 20px;
}

.migration-process-executer {
  text-transform: uppercase;
  color: #d09d2a;
  font-size: 28px;
  transform: rotate(-90deg);
  position: absolute;
  left: calc(50% - 100px);
  top: 35px;
  font-weight: bold;
}

.migration-process-executer.you {
  color: #69a5c5;
  left: calc(50% - 110px);
}

@media only screen and (max-width: 767px) {
  .before-after-content,
  .migration-process,
  .entities-block,
  .what-you-get .block-content,
  .alternative-block .block-content {
    flex-direction: column;
  }

  .entities-block-col {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .before-after-content > *,
  .migration-process > *,
  .what-you-get .block-content > *,
  .alternative-block .block-content > * {
    width: 100% !important;
  }

  .entities-block-item {
    width: 50%;
  }

  .extras-list > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .extras-list {
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .extras-list li {
    width: 40%;
  }
  .custom-supported-cart-pair .services-button {
    padding-top: 24px;
  }

  .migration-process {
    margin-top: 0;
  }

  .migration-process-executer {
    left: calc(50% - 100px);
  }
  .migration-process-executer.you {
    left: calc(50% - 110px);
  }

  .entities-item-name h4 {
    font-size: 16px !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
  .extras-list {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .extras-list li {
    width: 30%;
    margin-top: 20px;
  }

  .entities-item-name h4 {
    font-size: 16px !important;
  }
}

@media all and (max-width: 520px) {
  .extras-list li {
    width: 80%;
  }
}

.how-it-work-list li.text-center h3 {
  min-height: 60px;
}
.possible_pair .how-it-work-list li.text-center h3,
.supported_pair .how-it-work-list li.text-center h3 {
  margin-top: 100px;
}
.supported_pair .owl-testimonials .owl-stage{
  display: flex;
}
.supported_pair .entities-last-updated{
  margin-bottom: 20px;
  display: block;
}

@media all and (max-width: 768px) {
  .supported_pair .how-it-work-list {
    padding-left: 0
  }
  .supported_pair .security-block{
    padding: 0 15px;
  }

}

.items-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.list-item {
  flex-direction: column;
  display: flex;
  margin: 0 10px;
}

.list-item a {
  color: #182353;
  margin: 8px 0;
}

@media all and (max-width: 768px) {
  .items-list {
    flex-wrap: wrap;
    margin: 0;
  }

  .list-item {
    min-width: 280px;
    margin: 0 auto;
  }
}

@media all and (max-width: 619px) {
  .list-item {
    margin: 0;
  }
}

@media(max-width: 768px) {
  .supported_cart-template-default .row .col-md-12 p a {
    display: inline-block;
  }
}

.supported_cart-template-default .row .col-md-12 p {
  text-align: left;
}

/*Table content*/

/*Upgrade pair versions block*/
.intro-single-cart .popular-couples-list {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
/*    width: 100%;
    padding: 30px 0;*/
    margin:0 auto 20px;
}

.popular-couples-list-item {
    width: 365px;
/*    display: flex;
    justify-content: center;*/
}

.popular-couples-list-item:hover {
    cursor: pointer;
    background: #F5FBFF;
    transform: scale(1.01);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08), -8px 4px 40px rgba(9, 74, 121, 0.08);
}
.popular-couples-list-item a {
    padding: 30px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.popular-couples-list-item a:hover {
    text-decoration: underline;
}

.popular-couples-list-item:not(:nth-child(3n)) {
    border-right: 1px solid #e0e4ed;
}

.popular-couples-list-item:not(.last-row-item) {
    border-bottom: #e0e4ed 1px solid;
}


.popular-couples-list-item .migration-detail {
    margin-right: 0;
    padding-left: 0;
}
.popular-couples-list-item.no-logos .migration-detail {
    flex-direction: column;
}

.popular-couples-list-item .migration-detail .source .rd-bb {
    left: 52px;
}

.popular-couples-list-item .migration-detail .target .rd-bb {
    left: 64px;
}
.popular-couples-list-item .migration-detail .rd-bb {
    top: -15px;
    background: linear-gradient(132.01deg, #039BE5 26.3%, #56B4FB 83.74%);
}

.popular-couples-list-item .migration-detail .source,
.popular-couples-list-item .migration-detail .target {
    width: 160px;
    height: 90px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08), -8px 4px 40px rgba(9, 74, 121, 0.08);
    border-radius: 50px;
    margin: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.popular-couples-list-item .migration-detail .source {
    flex-direction: row-reverse;
}

.popular-couples-list-item .migration-detail .source:after {
    background: transparent url("/wp-content/themes/Avada-Child-Theme/images/rotator-arrow.svg");
    overflow: hidden;
    width: 26px;
    height: 36px;
    -ms-background-position-x: right;
    background-position-x: right;
    top: calc(50% - 18px);
    right: -25px;
}

.popular-couples-list-item .migration-detail img {
    position: static;

}

.popular-couples-list-item .migration-detail .source .upgrade-version {
    top: 24px;
}
.popular-couples-list-item .migration-detail .target .upgrade-version {
    top: 30px;
}


@media screen and (max-width: 768px) {
  .popular-couples-list td {display: block;}
}

@media only screen and (max-width: 1199px) {
.popular-couples-list-item {
    border: none !important;
  }
.popular-couples-list {
  justify-content: center;
  }
}
.bolder-text {
  color: inherit !important;
  font-weight: 700;
}
@media screen and (max-width: 987px) {
  .cart-migration-title span:nth-child(1) {
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .inner-header-content #menu-redesigned-menu {
    flex-direction: column;
    width: 252px;
    overflow: scroll;
    justify-content: flex-start;
  }
  .menu-redesigned-menu-container .cart-btn {
    width: 252px;
  }
  .menu-redesigned-menu-container .cart-btn .dropdown {
    width: 252px;
    padding: 30px!important;
  }
}

/* 	Migration Video Tutorial Block */
.video-tutorial-block div.video-tutorial iframe,
.video-tutorial-block div.video-tutorial a {
  display: block;
  width: 100%;
  max-width: 535px;
  height: 300px;
  background: url("/wp-content/themes/Avada-Child-Theme/images/video-tutorial.jpg");
  background-size: cover;
  border-radius: 8px;
  position: relative;
  left: 15px;
  top: -12px;
}
.video-tutorial-block .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 100px;
}
.single-cart-video .like-heading-h2 h2 {
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  text-transform: unset!important;
  margin-top: 0;
  margin-bottom: 20px;
  color: white;
}
.video-tutorial-block {
  background: #fff url("/wp-content/themes/Avada-Child-Theme/images/security-blue.svg") no-repeat;
  background-size: cover!important;
  -ms-background-position-x: center!important;
  background-position-x: center!important;
}
.video-tutorial-block div.video-tutorial {
  margin-top: 40px;
}
.video-block,
.video-tutorial-block div.video-tutorial {
  position: relative;
  width: 566px;
  height: 280px;
  background: #FFFFFF;
  border: 1px solid #F4F6F8;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08), -8px 4px 40px rgba(9, 74, 121, 0.08);
  border-radius: 8px;
}
.video-play-button {
  display: inline-block;
  position: relative;
  height: 94px;
  width: 94px;
  border: 12px solid #fff;
  border-radius: 50%;
  background: #0B3DBC;
  top: calc(50% - 47px);
  left: calc(50% - 47px);
}
.video-play-button:before {
  display: block;
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/play-sign.svg);
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 13px);
  content: '';
  width: 30px;
  height: 36px;
}
@media only screen and (max-width: 768px) {
  .video-tutorial-block div.video-tutorial iframe,
  .video-tutorial-block div.video-tutorial a {
    width: calc(100% - 26px);
    left: 13px;
  }
}

/*/slider*/
.testimonial-slider-block {
  background: linear-gradient(45deg, #56B4FB, #039BE5);
  overflow: hidden;
  box-sizing: border-box;
  font-family: Poppins, sans-serif !important;
  font-weight: 400;
  color: #182353;
}

.testimonial-slider-block .container {
  width: 1110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 100px;
  margin: 0 auto;
  overflow: visible;
}

.testimonial-slider-block h2 {
  color: #fff !important;
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  text-transform: unset !important;
  margin-bottom: 20px;
}

.slider-global-container {
  display: flex;
  position: relative;
  max-width: 920px;
  background: #fff;
  border-radius: 12px;
  padding: 80px 115px 45px;
  margin-top: 70px;
}

.slider-global-container .thumbnails {
  position: absolute;
  top: -108px;
  width: 100%;
  justify-content: center;
  display: flex;
  z-index: 9;
  padding: 0;
  margin: 0;
}

.slider-global-container .thumbnails li:not(:last-child) {
  margin-right: 40px;
}

.slider-global-container li {
  outline: 0;
  position: relative;
}

.slider-global-container .thumbnails li:after {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(7, 36, 109, .3), rgba(7, 36, 109, .3));
}

.slider-global-container .thumbnails li.active-photo:after {
  display: none;
}

.slider-global-container .rate-star {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/svg-opt/star-regular.svg);
}

.slider-global-container .rate-star.filled {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/svg-opt/star-solid.svg);
}

.slider-global-container .next,
.slider-global-container .prev {
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #fff;
  top: calc(50% - 44px);
}

.slider-global-container .next svg,
.slider-global-container .prev svg {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 10px 17px;
  top: calc(50% - 24px);
  left: calc(50% - 37px);
}

.slider-global-container .next:hover svg,
.slider-global-container .prev:hover svg {
  background: #77b747;
  cursor: pointer
}

.slider-global-container .next:hover svg path,
.slider-global-container .prev:hover svg path {
  fill: #fff
}

.slider-global-container .next svg {
  left: calc(50% - 12px);
}

.slider-global-container .prev {
  left: -36px;
}

.slider-global-container .next {
  right: -36px;
}

.thumbnails img {
  border-radius: 50%;
}

.active-photo img {
  width: 98px;
  height: 98px;
  border: 4px solid #fff;
  border-radius: 50%;
}

.active-photo {
  top: -25px;
}

.testimonial-slide-item>div {
  max-width: 680px;
  text-align: center;
}

.testimonial-author-name {
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
}

.single-share-block .share-buttons {
  justify-content: center;
  margin: 30px 0 20px;
}
.single-share-block {
  padding: 20px 0;
  margin-bottom: 16px;
  border: 1px solid #eff1f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
}
.slider-global-container ul li {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .testimonial-item-content p:before, .testimonial-item-content p:after {
    display: none;
  }

  #main-content .testimonial-slider-block .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: unset;
  }

  .slider-global-container {
    padding: 80px 15px 20px;
    border-radius: 0;
  }

  .more-testimonial-info,
  footer .container,
  .call-to-action-block .container{
    flex-direction: column !important;
  }

  .video-content-block {
    top: 190px;
    right: 10px;
  }

  .testimonial-item-content p a {
    display: block;
  }
  .testimonial-date-info {
    width: fit-content;
    left: calc(50% - 35px);
  }

  .slider-global-container .thumbnails li:not(:last-child) {
    margin-right: 10px;
  }

  .text-video-description {
    padding-right: 0;
    padding-bottom: 40px;
  }

  .text-video-description p,
  #main-content .text-video-description h2 {
    text-align: center;
  }

  .video-block iframe,
  .video-block a {
    background-position: -175px -169px;
    width: calc(100% - 26px);
    -webkit-background-size: unset;
    background-size: unset;
    left: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-slider-nav {
    display: flex!important;
    list-style: none;
    padding: 0 !important;
    margin: 20px 0 !important;
    justify-content: center;
  }

  .mobile-slider-nav li {
    height: 15px;
    width: 15px;
    background: #B9EAF5;
    border-radius: 50%;
    margin: 5px;
    border: 0.5px solid #fff;
  }
  .mobile-slider-nav li.tns-nav-active {
    background: #0B3DBC;
  }
}
#public-registration-form{
  flex-direction: column;
}
/* ------------- Quick Demo Tour Page ------------- */

ul.nav-tabs{
  margin: 20px auto 0;
  display: table;
}
ul.nav-tabs li{
  margin: 0 5px;
  list-style-type: none;
  float: left;
}
ul.nav-tabs li a{
  position: relative;
  padding: 25px 70px;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs>li>a.tabs-active, .nav-tabs>li>a.tabs-active:hover, .nav-tabs>li.a.tabs-active:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs>li>a:hover {
  border-color: #f2f4f5 #f2f4f5 #ddd;
}
@media only screen and (max-width: 991px) {
  ul.nav-tabs li a{
    padding: 20px 38px;
  }
}
@media only screen and (max-width: 767px) {
  ul.nav-tabs{
    width: 100%;
    text-align: center;
  }
  ul.nav-tabs li{
    margin: 0;
    width: 100%;
  }
  ul.nav-tabs li a,
  ul.nav-tabs li a:hover,
  ul.nav-tabs li a:active,
  ul.nav-tabs li.active a{
    background: none;
    border: none !important;
    padding: 10px 0;
  }
}

.tab-content {
  margin: -1px 0 20px 0;
  padding: 20px;
  border: 1px solid #DDD;
  border-radius: 5px;
}

.tab-content .content-row {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.tab-content .tour-text {
  width: 50%;
  margin-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
.tab-content .tour-img {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.tab-content .content-reverse {
  flex-direction: row-reverse;
}

.tab-content .tour-text h3{
  text-transform: uppercase;
  font-size: 20px;
}

.tab-content .tour-img a{
  position: relative;
  display: table;
  overflow: hidden;
  margin: 0 auto;
  vertical-align: middle;
  box-shadow: 0 0 15px #F4F4F4;
  padding: 0 !important;
}

.tab-content .tour-img a:hover::before{
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab-content .tour-img a:hover::after{
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNpiZCAMmIB4LhBzo4lLALEJIwN5QBKIZwAxH7maNwKxNBAvpUQzA6kGoGsmyQBsmok2AJdmBmjs4AVieDSDACMhzZuBWIaQLbNxaN4ExLLE+BE9IMRJ0YxuAEyzDCnxu5QSzTADJKChLUNO2t5DiWZQPH4H4jNA/ByI/wPxB6jcLyDOB+J/+AwACDAAF7kbXcF/WXAAAAAASUVORK5CYII=') no-repeat 50% 50% #fff;
}
@media only screen and (max-width: 991px) {
  .tab-content .content-row {
    flex-wrap: wrap;
  }
  .tab-content .tour-text {
    width: 100%;
  }
  .tab-content .tour-img {
    width: 100%;
  }
  .tab-content .content-reverse {
    flex-direction: column;
  }
}

.pirobox{
  border: 1px solid #DFE1E0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
  display: inline-block;
}

.to-magento-icon{
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background: url("/wp-content/themes/Avada-Child-Theme/images/switch-to-magento-sprite.png") no-repeat 0 0 transparent;
}
.no-programming-icon{
  background-position: -35px -615px;
}
.transferable-entities-icon{
  background-position: -176px -618px;
}
.flexible-pricing-icon{
  background-position: -35px -730px;
}
.no-current-store-icon{
  background-position: -176px -730px;
}
.free-demo-migration-icon{
  background-position: -35px -840px;
}
.professional-support-icon{
  background-position: -176px -845px;
}

.icon-cart-entities, .icon-cart-options, .etytd_n, .etytd_y{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('/wp-content/themes/Avada-Child-Theme/images/carts.png') no-repeat -8px -11px transparent;
  vertical-align: middle;
  margin-top: 5px;
}

.products-dm.icon-cart-entities,
.products.icon-cart-entities {
  background-position: -8px -11px;
}

.product-images.icon-cart-entities {
  background-position: -8px -74px;
}

.product-extra-fields.icon-cart-entities {
  background-position: -8px -130px;
}

.product-attributes.icon-cart-entities {
  background-position: -8px -186px;
}

.product-variants.icon-cart-entities{
  background-position: -8px -240px;
}

.categories-dm.icon-cart-entities,
.categories.icon-cart-entities {
  background-position: -8px -296px;
}

.category-images.icon-cart-entities {
  background-position: -8px -357px;
}

.customers-dm.icon-cart-entities,
.customers.icon-cart-entities {
  background-position: -8px -410px;
}

.customer-shipping-address.icon-cart-entities {
  background-position: -8px -466px;
}

.customer-billing-address.icon-cart-entities {
  background-position: -8px -524px;
}

.orders-dm.icon-cart-entities,
.orders.icon-cart-entities {
  background-position: -9px -638px;
}

.order-statuses.icon-cart-entities {
  background-position: -9px -693px;
}

.order-products.icon-cart-entities {
  background-position: -8px -750px;
}

.currencies.icon-cart-entities {
  background-position: -8px -806px;
}

.additional-dm.icon-cart-entities,
.manufacturers.icon-cart-entities {
  background-position: -8px -864px;
}

.manufacturer-images.icon-cart-entities {
  background-position: -8px -908px;
}

.taxes.icon-cart-entities {
  background-position: -8px -978px;
}

.reviews.icon-cart-entities {
  background-position: -8px -1034px;
}

.product-tags.icon-cart-entities{
  background-position: -8px -1090px;
}

.reward-points.icon-cart-entities{
  background-position: -8px -1146px;
}

.coupon-codes.icon-cart-entities{
  background-position: -8px -1198px;
}

.customer-groups.icon-cart-entities{
  background-position: -8px -580px;
}

.downloadable-products.icon-cart-entities{
  background-position: -8px -1249px;
}

.related-products.icon-cart-entities{
  background-position: -8px -1293px;
}

.blogs.icon-cart-entities{
  background-position: -8px -1542px;
}

.blog-posts.icon-cart-entities{
  background-position: -8px -1487px;
}

.blog.posts.icon-cart-entities{
  background-position: -8px -1487px;
}

.coupons.icon-cart-entities{
  background-position: -9px -1652px;
}
.multiple.icon-cart-entities{
  background-position: -9px -1598px;
}

.downloadable-products.icon-cart-entities:after{
  content: 'NEW';
  border: 1px solid #BBBBBB;
  border-radius: 30px;
  color: #252525;
  padding: 0 7px;
  font-weight: lighter;
  font-size: 10px;
  position: relative;
  left: 230px;
  top: -4px;
  text-transform: uppercase;
  font-family: 'Open Sans', arial, sans-serif;
}

@media only screen and (max-width: 410px){
  .downloadable-products.icon-cart-entities:after{
    left: 170px;
  }
}

.cms-pages.icon-cart-entities{
  background-position: -8px -1350px;
}
.multistore.icon-cart-entities{
  background-position: -8px -1395px;
}
.suppliers.icon-cart-entities{
  background-position: -8px -1440px;
}




#public-registration-form{
  flex-direction: column;
}
/*----------------- Our-partners -------------*/
.our-partners-descriptions h2{
  font-size: 24px;
  color: #000
}

.our-partners-reed-more a:hover{
  background-color: #1F99D3
}
.our-partners-join{
  transition: none;
  -wekit-transition: none;
  -moz-transition: none;
  background: url("/wp-content/themes/Avada-Child-Theme/images/partners/sprite-join-partners.png") no-repeat 0 0 transparent;
  display: block;
  height: 200px;
  width: 260px;
  margin: 50px auto;
}
.our-partners-join:hover{
  background-position: -389px 0;
}
.our-partners-hr{
  height: 0;
  border: none;
  border-top: 1px solid #E6E6E6;
  margin-top: 20px;
  visibility: visible !important;
}
@media only screen and (max-width: 991px){
  .our-partners-block{
    height: auto !important;
  }
}

/*----------------- InMotion Hosting -------------*/
.ih-logo-float {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}
.horizontal-line{
  height: 0;
  border: none;
  border-top: 1px solid #C7C7C7;
  margin-top: 20px;
  margin-bottom: 36px;
  visibility: visible !important;
}
.inmotion-hosting-text p{
  font-family: Roboto;
  font-size: 12pt;
  line-height: 24pt;
  margin-bottom: 35px;
}
.ih-vertical-line{
  border-left: 6px solid #4cb842;
  padding-left: 10px;
  margin-top: 33px;
  font-family: Roboto extrabold;
  font-size: 20px;
  color: #0072bd;
  text-transform: uppercase;
}
.products-and-services-spusok{
  overflow: hidden;
  border: solid 3px #0072bd;
  padding: 11px;
  margin-bottom: 40px;
}
.products-and-services-spusok1{
  list-style: none;
  font-family: Roboto,sans-serif;
  font-size: 16px;
  line-height: 36px;
  float: left;
  margin-right: 60px;
  font-weight: 600;
}

.products-and-services-spusok1 i{
  color: #4cb842;
}

.ih-conclusion{
  font-family: Roboto;
  font-size: 22px;
  line-height: 36px;
}


/*----------------- CS-Cart Landinge Page-------------*/
.cs-cart-text p {
  font-family: Roboto;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 35px;
}
.cs-cart-text h2 {
  text-align: center;
  font-family: Roboto;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
.cs-cart-benefits {
  padding-left: 0 !important;
  list-style-type: none;
  margin: 55px auto 0;
  width: 100%;
  text-align: center;
  width: 100%;
}

.cs-cart-benefits li {
  vertical-align: top;
  width: 285px;
  display: inline-block;
  *display: inline;
  margin: 0 20px;
  zoom:1;
  text-align: left;
}
.cs-cart-benefits li span {
  background: url("/wp-content/themes/Avada-Child-Theme/images/partners/cs-cart-icons-sprite.png") no-repeat transparent;
  width: 74px;
  height: 90px;
  display: block;
  margin: 0 auto;
}
.cs-cart-benefits li .cs-cart-icon-1 {
  background-position: left 0;
}
.cs-cart-benefits li .cs-cart-icon-2 {
  background-position: left -110px;
}
.cs-cart-benefits li .cs-cart-icon-3 {
  background-position: left -220px;
}
.cs-cart-benefits li .cs-cart-icon-4 {
  background-position: left -330px;
}
.cs-cart-benefits li .cs-cart-icon-5 {
  background-position: left -440px;
}
.cs-cart-benefits li .cs-cart-icon-6 {
  background-position: left -550px;
}
.cs-cart-text p span {
  font-family: Roboto;
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 30px;
}

.cs-cart-link {
  text-decoration: none;
  cursor: pointer;
}
.cs-cart-link:active .cs-cart-button-top {
  height: 62px;
}
.cs-cart-link:hover .cs-cart-button-top {
  background-color: #52c048;
}
.cs-cart-templates {
  margin-top: 40px;
}
.cs-cart-button-marring {
  margin: 60px auto 25px;
  width: 277px;
  height: 66px;
}

/*--------------------- Loaded7 Landing Page ----------------------*/
.loaded7-landing{
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.loaded7-landing h2{
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24px;
  color: #3D3D3D;
}
.loaded7-top-bg{
  background: url("/wp-content/themes/Avada-Child-Theme/images/partners/loaded7_bg.png") no-repeat 0 0 scroll transparent;
  height: 233px;
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
}
.loaded7-top-bg img{
  margin-top: 30px;
  max-width: 360px;
}
.loaded7-top-bg span{
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #63a936;
}
ul.loaded7-list li{
  padding-left: 35px;
  list-style: none;
  line-height: 2;
}

ul.loaded7-list li i{
  color: #63a936;
}

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

  .loaded7-transparent{
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
  }
  .loaded7-top-bg {
    background-position: 100% 0;
  }
}


/*------------- Shopify Landing page -----------*/
.shopify_promo, .shopify_content{
  font-family: 'Roboto', sans-serif;
  font-weight:normal;
  font-size:16px;
  line-height:18px;
  width:940px;
  color:#484848;
}
.shopify_promo{
  padding-bottom:10px;
  margin-bottom:10px;
  overflow:hidden;
  margin-top: 40px;
}
.grey_line {
  border-bottom: 1px solid #E3E3E3;
  clear: both;
  height: 2px;
  margin: 25px auto;
  overflow: hidden;
  width: 810px;
}

.shopify_content .grey_line {
  border-bottom: 1px solid #E3E3E3;
  clear: both;
  height: 2px;
  margin: 30px auto 0;
  overflow: hidden;
  width: 410px;
}
.shopify_logo {
  background: url("/wp-content/themes/Avada-Child-Theme/images/partners/shopify_sprite.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 200px;
  margin-bottom: 38px;
  padding: 0 40px 30px 0;
  width: 315px
}
span.no_display {display:none;}

.shopify_logo #slogan {
  color: #565656;
  font-size: 24px;
  left: 46px;
  line-height: 29px;
  position: relative;
  text-align: center;
  top: 115px;
}
.shopify_promo img{
  float:left;
  margin:4px 20px 4px 0;
}
.shopify_promo h2{
  font-size:24px;
  line-height:28px;
  margin:0 0 6px 0;
  color:#619A14;
  font-family: Roboto;
}
.shopify_promo p{
  line-height: 25px;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.shopify_content{
  margin-top: 46px;
  overflow: hidden;
}

.shopify_contentr{
  background: url("/wp-content/themes/Avada-Child-Theme/images/partners/form_box.jpg") no-repeat scroll center top transparent;
  width: 400px;
  margin: 0 auto;
  height: 480px;
  padding-top: 20px;
}

.shopify_contentr h4{
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 14px 0 0 15px;
  padding: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-align: center;
}
.shopify_contentr .shopify_form{
  padding:10px;
  font-size:14px;
  color:#fff;
}

.shopify_contentr .shopify_form ul{
  list-style:none;
  list-style-position: outside;
  margin-left:-37px;
  margin-bottom:0;
  padding-bottom:0;

}

.shopify_contentr .shopify_form ul li{
  height: 41px;
  line-height: 33px;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.shopify_contentr .shopify_form ul li input{
  background: url("/wp-content/themes/Avada-Child-Theme/images/partners/shopify_sprite.png") no-repeat scroll 0 -201px transparent;
  border: medium none;
  color: #545454;
  display: block;
  float: right;
  font-size: 18px;
  font-weight: normal;
  height: 36px;
  margin-right: 0;
  margin-top: -4px;
  padding-left: 20px;
  width: 274px;
}
.shopify_contentr .shopify_form ul li input:focus , .shopify_contentr .coupon input:focus{
  outline:none;
}
.shopify_contentr .coupon{
  border: 1px dashed #90BE3B;
  border-radius: 2px 2px 2px 2px;
  font-size: 16px;
  height: 80px;
  margin: 10px 25px 5px;
  padding-top: 15px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.shopify_contentr .coupon input{
  background: url("/wp-content/themes/Avada-Child-Theme/images/partners/shopify_sprite.png") no-repeat scroll 0 -201px transparent;
  border: medium none;
  color: #545454;
  display: block;
  font-size: 18px;
  font-weight: normal;
  height: 35px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  width: 274px;
  outline:none;
}

.sh_agr{
  font-size: 14px;
  padding: 0 22px;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.sh_agr input{
  float:right;
  display:block;
  top:-5px;
  outline:none;
}
.shopify_contentr a.shopify_register{
  background: url("/wp-content/themes/Avada-Child-Theme/images/partners/shopify_sprite.png") no-repeat scroll 0 -269px transparent;
  color: #FFFFFF;
  display: block;
  font-size: 25px;
  font-weight: normal;
  height: 48px;
  line-height: 31px;
  margin: 10px auto 17px;
  overflow: hidden;
  padding-top: 14px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  width: 277px;
  cursor:pointer;
}
.shopify_contentr a.shopify_register:hover{
  background: url("/wp-content/themes/Avada-Child-Theme/images/partners/shopify_sprite.png") no-repeat scroll 0 -332px transparent;
}
.shopify_contentr.sh_agr input{
  border:none;
  background:#fff;
  width:14px;
  height:14px;
}
.shopify_content h3{
  font-family: 'Roboto', sans-serif;
  font-size:23px;
  line-height:27px;
  font-weight:normal;
  margin:0 0 6px 0;
  padding:0 0 6px 0;
  color:#619A14;
}
.shopify_contentl p{
  margin:0 0 6px 0;
  padding:0 0 6px 0;
}
.shopify_contentl ul{
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  list-style: none outside none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 10px;
}
.shopify_contentl ul li{
  margin: 16px 0;
  padding-left: 20px;
}
.shopify_contentl .green{

  color: #619A14;
  font-family: Roboto;
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
  padding-top: 25px;
}
.shopify_contentl .green span{
  color: #4A4A4A;
  font-size: 24px;
}


/*--------------------- PrestaShop Landing Page ----------------------*/
.prestashop-landing{
  padding: 0;
  font-size:16px !important;
  line-height:1.5;
  border:1px solid #DADADA;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.prestashop-details{
  margin-top: 40px;
}
.prestashop-landing a.prestashop-logo{
  display: block;
  overflow: hidden;
}
.prestashop-landing a.prestashop-logo img{
  border:3px solid #e0e0e0;
}
.prestashop-landing h2{
  margin:0 30px !important;
  color:#c01f69 !important;
  font-family:arial, sans-serif !important;
  font-size:20px !important;
  font-weight:bold;
}
.prestashop-landing p{
  padding: 0 30px;
}
.prestashop-landing .prestashop-title{
  margin:10px 0px;
}
.prestashop-landing .prestashop-title h2{
  max-width: 700px;
}

a.prestashop-badges{
  position: absolute;
  overflow:hidden;
}

@media only screen and (max-width: 1200px){
  a.prestashop-badges{
    display: none;
  }
}

.prestashop-landing .prestashop-details ul li{
  list-style-type: none;
  padding-left: 25px;
}
.prestashop-landing .prestashop-content{
  overflow: hidden;
}

.prestashop-landing .prestashop-version{
  background: #fff;
  display: table;
}
.prestashop-landing .prestashop-version a{
  color: #48b4ee;
  text-decoration: underline;
}

.prestashop-landing .prestashop-version ul{
  display: inline-block;
  margin: 0;
}

.prestashop-landing .prestashop-version small{
  margin-left: 20px;
}

.prestashop-btn{
  background: #C01F69;
  color: #ffffff;
}

.prestashop-btn:hover, .prestashop-btn:active, .prestashop-btn:focus{
  background: #ba1f65;
}

p.presta-cont-tytle {
  font-size: 20px;
  color: #4CB842;
}
.presta-cont-tytle {
  font-size: 20px;
  color: #4CB842;
}
.presta_migration_options li {
  background: none !important;
  margin-left:0;
  padding-right:0;
}

/*--------------------- X-Cart Landing Page ----------------------*/
.x-cart-landing h2{
  color: #c65f19 !important;
  font-size: 24px;
  font-weight: 500;
}
.x-cart-landing .x-cart-brand{
  width:300px;
  height:180px;
  border:2px dashed #dfdfdf;
  margin-bottom:20px;
}

.x-cart-landing .x-cart-brand img{
  margin: 10px 30px auto;
  width: 240px;
}

.x-cart-landing .x-cart-title{
  text-align:center;
  margin: 0 20px auto;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: bold;
}

/*--------------------- Yotpo Landing Page ----------------------*/

.yotpo_partner {
  font-size: 16px !important;
  line-height: 31px !important;
}

.yotpo_partner h2 {
  color:#0072BD;
  margin-top:3%;
  border-left: 6px solid #43BB26;
  padding-left:10px;
  text-transform: uppercase;
}
.yotpo_features {
  text-align: center;
}

.price-pl-yotpo {
  overflow:hidden;
  width: 250px;
  float:left;
  margin: 0 35px;
  text-align:justify;
  line-height:25px;
  font-size:14px;
}
.yotpo-pricing {
  margin:15px 0;
  overflow:hidden;
}
.yotpo-pricing img {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 37px;
}
.price-pl-yotpo p {
  font-weight: bold;
  text-align: center;
  font-size:18px;
}

.yotpo-price-block {
  width:100%;
  overflow:hidden;
  margin:20px 0 40px 0;
}

.yotpo_logo {
  overflow:hidden;
  margin:0 20px 20px 20px;
  float:left;
}

.p-yotpo {
  overflow:hidden;
  padding-top: 10px;
  margin-bottom: 47px;
}

/*--------------------- HHG Multistore Landing Page ----------------------*/

.hhg_logo {
  overflow:hidden;
  margin:0 20px 20px 20px;
}
.hhg_partner h2 {
  color:#0072BD;
  margin-top:-6px;
  border-left: 6px solid #43BB26;
  padding-left:10px;
}
.hhg_partner {
  font-size: 16px !important;
  line-height: 30px !important;
}
.p-hhg{
  overflow:hidden;
  padding-top: 10px;
}

.become-partner-page .table.partner-program tr th{
  background: #55AFF3;
  padding: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.become-partner-page .table.partner-program tr td{
  width: 50%;
}

.become-partner-page .become-partner-steps-list,
.become-partner-page .become-partner-steps{
  background: #f5f5f5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
}

.become-partner-page .become-partner-steps-list ul,
.become-partner-page .become-partner-steps ul{
  display: table;
  margin: 0 auto;
}
.become-partner-page .become-partner-steps-list ul li,
.become-partner-page .become-partner-steps ul li{
  padding-left: 50px;
  display: inline-block;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin-right: 60px;
  vertical-align: top;
}

.become-partner-page .become-partner-steps-list ul li{
  padding-left: 0;
  max-width: 200px;
}

.become-partner-page .become-partner-steps ul li:last-child{
  margin: 0;
  padding-left: 60px;
}

.become-partner-page .become-partner-steps-list ul li:before,
.become-partner-page .become-partner-steps ul li:before{
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("/wp-content/themes/Avada-Child-Theme/images/become-partner.png") no-repeat 50% -650px transparent;
  left: 0;
  position: absolute;
}

.become-partner-page .become-partner-steps-list ul li:before{
  position: relative;
  width: 100%;
}

.become-partner-page .become-partner-steps ul li.step1:before{
  background-position: 50% -650px;
}

.become-partner-page .become-partner-steps ul li.step2:before{
  background-position: 50% -745px;
}

.become-partner-page .become-partner-steps ul li.step3:before{
  background-position: 50% -845px;
}

.become-partner-page .become-partner-steps-list ul li.step1:before{
  background-position: 50% -650px;
}

.become-partner-page .become-partner-steps-list ul li.step2:before{
  background-position: 50% -948px;
}

.become-partner-page .become-partner-steps-list ul li.step3:before{
  background-position: 50% -1040px;
}

.become-partner-page .become-partner-steps-list ul li.step4:before{
  background-position: 50% -1125px;
}


.become-partner-page .become-partner-steps-list ul li:after,
.become-partner-page .become-partner-steps ul li:after{
  content: "";
  display: block;
  width: 50px;
  height: 30px;
  background: url("/wp-content/themes/Avada-Child-Theme/images/become-partner.png") 50% -585px transparent;
  right: -50px;
  top: 10px;
  position: absolute;
}


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

  .become-partner-page .become-partner-steps-list ul li,
  .become-partner-page .become-partner-steps ul li{
    display: block;
    margin: 0 0 60px 0;
  }

  .become-partner-page .become-partner-steps-list ul li:after,
  .become-partner-page .become-partner-steps ul li:after {
    display: block;
    transform: rotate(90deg);
    -wekit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    left: 0;
    right: 0;
    top: 70px;
    margin-right: auto;
    margin-left: auto;
  }

  .become-partner-page .become-partner-steps-list ul li:after{
    top: 125px;
  }
}

.become-partner-page .become-partner-steps-list ul li:last-child::after,
.become-partner-page .become-partner-steps ul li:last-child::after{
  content: "";
  display: none;
}


ul.nav-tabs{
  margin: 20px auto 0;
  display: table;
}
ul.nav-tabs li{
  margin: 0 5px;
  list-style-type: none;
  float: left;
}
ul.nav-tabs li a{
  position: relative;
  padding: 25px 70px;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs>li>a:hover {
  border-color: #f2f4f5 #f2f4f5 #ddd;
}
@media only screen and (max-width: 991px) {
  ul.nav-tabs li a{
    padding: 20px 38px;
  }
}
@media only screen and (max-width: 767px) {
  ul.nav-tabs{
    width: 100%;
    text-align: center;
  }
  ul.nav-tabs li{
    margin: 0;
    width: 100%;
  }
  ul.nav-tabs li a,
  ul.nav-tabs li a:hover,
  ul.nav-tabs li a:active,
  ul.nav-tabs li.active a{
    background: none;
    border: none !important;
    padding: 10px 0;
  }
}

.tab-content{
  margin: -1px 0 20px 0;
  padding: 20px;
  border: 1px solid #DDD;
  border-radius: 5px;
}

ul.custom-list li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
ul.custom-list li:before{
  content: "";
  left: -15px;
  background: #96bc3d;
  display: block;
  position: absolute;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: url("/wp-content/themes/Avada-Child-Theme/images/carts.png") -127px -243px no-repeat;
  width: 28px;
  height: 20px;
}

.snapshot-img img{
  border: 1px solid #f4f5f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-tabs-fixed{
  display: none;
  position: absolute;
  list-style: none;
  width: 120px;
  margin: 0 0 0 -120px;
  z-index: 5555;
}

.nav-tabs-fixed > li{
  background: #e8e8e8;
  width: 100%;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

.nav-tabs-fixed > li.premium-partners:hover,
.nav-tabs-fixed > li.premium-partners:focus,
.nav-tabs-fixed > li.premium-partners.active{
  background: #a966c1;
}

.nav-tabs-fixed > li.standard-partners:hover,
.nav-tabs-fixed > li.standard-partners:focus,
.nav-tabs-fixed > li.standard-partners.active{
  background: #4cb842;
}

.nav-tabs-fixed > li.registered-partners:hover,
.nav-tabs-fixed > li.registered-partners:focus,
.nav-tabs-fixed > li.registered-partners.active{
  background: #0089ec;
}

.nav-tabs-fixed > li > a{
  padding: 10px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #8f8f8f;
  text-transform: uppercase;

}
.partner-tabs.nav-tabs > li > a:after{
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  background: url("/wp-content/themes/Avada-Child-Theme/images/partner-tabs.png") no-repeat 50% 0 transparent;
  left: 10%;
  top: 23%;

  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  /*filter: url(svg/grayscale.svg#greyscale); !* Firefox 4+ *!*/
  opacity: 0.5;
}
.partner-tabs.nav-tabs > li > a.premium-partners:after{
  background-position: 50% 0;
}
.partner-tabs.nav-tabs > li > a.standard-partners:after{
  background-position: 50% -50px;
}
.partner-tabs.nav-tabs > li > a.registered-partners:after{
  background-position: 50% -100px;
}

.partner-tabs.nav-tabs > li.active > a:after{
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  opacity: 1;
}

.nav-tabs-fixed > li > a:hover,
.nav-tabs-fixed > li > a:focus,
.nav-tabs-fixed > li.active > a{
  color: #fff;
}

.nav-tabs-fixed.stuck{
  display: block;
  position: fixed;
  top: 100px;
}
.partners-description .full-text{
  display: none;
}
.partners-description .full-text.show-inline{
  display: inline;
}
.more-btn, .less-btn{
  text-decoration: underline;
  cursor: pointer;
}
/* affiliate page start*/

#main header {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/affbg.jpg);
  background-position: 0 10%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: fit-content;
  min-height: 500px;
  padding: 30px 0;
  display: flex;
  align-items: center;
}

#main header:after, .partners-faq:after {
  content: '';
  display: block;
  width: 145%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0e394a;
  opacity: 0.8;
}

.partner-button {
  border: 2px solid #eaba1e;
  width: fit-content;
  padding: 5px;
}

.partner-button a,
.learn-more-partners {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  background: #eaba1e;
  width: fit-content;
  text-align: center;
  color: #fff;
  padding: 25px;
  height: 70px;
  min-width: 260px;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.partner-button a:before{
  left: 0;
  top: -100%;
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 2.5;
  font-size: 180%;
  transition: all 0.3s;
  background: #eaba1e;
  content: '';
  background-image: url("/wp-content/themes/Avada-Child-Theme/images/partner-gr.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.partner-button a:hover,
.partner-button a:focus,
.partner-button a:visited {
  color: #fff !important;
}
.partner-button a:hover:before {
  top: 0;
}
.advantage-item-image {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.advantage-item-image.manager {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/customer-service.svg);
}
.advantage-item-image.tracking {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/crm.svg);
}
.advantage-item-image.materials {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/survey.svg);
}
.advantage-item-image.increase {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/sales.svg);
}
.advantage-list h4 {
  padding: 15px 0 10px;
  text-align: center;
}

section .flex-container {
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  align-items: center;
}
section h2 {
  text-align: center;
}
.what-you-get-block .advantage-list {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.what-you-get-block .advantage-item {
  text-align: center;
  max-width: 550px;
  padding: 30px;
  min-width: 250px;
  box-shadow: 0 0 10px #ccc;
  margin: 30px;
}
.what-you-get-block .advantage-item:hover {
  background: #8acff5;
  color: #fff !important;
}

.what-you-get-block .advantage-item:hover h4 {
  color: #fff !important;
}

header .flex-container,
.partners-faq .flex-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-content, .header-content h1 {
  color: #fff !important;
}
.header-content h1 {
  font-size: 42px;
}
.subheading {
  text-align: center;
  font-family:  cursive;
  color: #eaba1e;
  font-size: 20px;
  position: relative;
  font-style: italic;
}
.partners-faq {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/faq-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: fit-content;
  position: relative;
}
.partners-faq .flex-container.container:first-child {
  padding-bottom: 10px;
}
.partners-faq:after {
  background: rgb(179 203 212);
  opacity: 0.5;
}
.faq-list-item.collapsable-item {
  background: #f0f0f0;
  border-radius: 7px;
  width: 90%;
  margin: 20px auto;
}
.faq-list {
  width: 100%;
}
.faq-list-item.collapsable-item h3 {
  position: relative;
  padding: 20px;
  margin: 0;
}
.faq-list-item.collapsable-item span {
  position: absolute;
  right: 20px;
  top: calc(50% - 11px);
  color: #6e92bd;
}
.faq-list-item {
  margin: 20px 0;
}
.faq-list-item:hover {
  cursor: pointer;
}

.faq-list-item.collapsable-item p {
  margin: 0 !important;
  border-top: 1px solid #ccc;
  padding: 15px 20px 20px 20px;
}

.flex-container.blured {
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(10px);
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

@media only screen and (max-width: 1199px){
  .what-you-get-block .advantage-list {
      flex-wrap: wrap;
  }
  .what-you-get-block .advantage-item {
    width: 300px;
  }
  .flex-container.blured {
    flex-wrap: wrap;
  }

  .flex-container.blured p {
    text-align: center;
  }
}

/* affiliate page end*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partner-tabs.nav-tabs > li > a:after {
    left: 0;
  }
  .social-box .social-banner {
    padding: 20px 30px 20px 70px;
  }
  .social-box .social-banner:before {
    left: 10px;
  }
}

@media only screen and (max-width: 991px){
  .nav-tabs-fixed,
  .nav-tabs-fixed.stuck{
    display: none;
  }

  .partner-tabs.nav-tabs > li > a:after{
    content: '';
    display: none;
  }

  .bp_features .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .bp_features_item {
    width: 50%;
    min-width: 300px;
    align-items: center;
    margin: 0 auto;
  }

}

@media only screen and (max-width: 767px){
  .partner-tabs.nav-tabs{
    border: none;
    margin-bottom: 10px;
  }
  .partner-tabs.nav-tabs > li.active > a,
  .partner-tabs.nav-tabs > li > a:hover,
  .partner-tabs.nav-tabs > li > a:focus{
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
  }
}

.official-partner-container {
  width: 122px;
  position: absolute;
  left: 104%;
  top: 15%;
  text-align: left;
}

.partner-text{
  text-align: left !important;
}
.partner-text > span{
  display: block;
  font-size: 13px;
  color: #7d7d7d;
}
.partner-text .partner-heading {
  text-transform: uppercase;
  font-weight: bold;
}
.link-details:hover,
.link-details:active,
.link-details:focus,
.link-details{
  color: #333;
}
.learn-more-partners {
  display: inline-block;
  margin: 0 2px;
}
.learn-more-partners:hover:before {
  left: 89%;
  z-index: 1;
}
.learn-more-partners.learn:hover:before {
  left: 84%;
  top: -3px;
}
.learn-more-partners:hover,
.learn-more-partners:active,
.learn-more-partners:focus,
.learn-more-partners:visited {
  color: #fff;
}
.learn-more-partners:before {
  left: 130%;
  top: 0;
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  content: "\f061";
  font-family: 'FontAwesome';
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.learn-more-partners:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.learn-more-partners.learn {
  background: transparent;
  border: 3px solid #eaba1e;
  color: #eaba1e;
  padding: 22px;
}
.learn-more-partners.learn:before {
  color: #eaba1e;

}
section.bp_migration_partner .row {
  flex-wrap: wrap;
}
.bp_header{
  background: url("/wp-content/themes/Avada-Child-Theme/images/partner_bg.png") no-repeat 0 0;
  background-size: cover;
}
section#migrationPartners {
  background: #f1f1f1 !important;
}
section.bp_migration_partner .row {
  display: flex;
  align-items: center;
}
.bp_header_content{
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bp_header_title h1{
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 24px;
  text-align: center;
}
.bp_header_title p{
  color: #ffffff !important;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.bp_header_form_fields{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.bp_header_form .wpcf7-response-output{
  display: none !important;
}
.bp_header_form .fusion-slider-loading{
  display: none !important;
}
.bp_header_form span.wpcf7-not-valid-tip{
  position: absolute;
  top: 37px;
}
.bp_header_form_submit div {
  display: flex;
  align-items: center;
}
.bp_header_form_input{
  margin-right: 20px;
}
.bp_header_form_input input[type="email"]{
  width: 400px;
  height: 50px;
  color: #6e6e6e;
  border-radius: 10px;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(81,81,81,1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(81,81,81,1);
  box-shadow: 0px 0px 20px 0px rgba(81,81,81,1);
}
.bp_header_form_input input:focus{
  outline-width: 0;
}
.bp_header_form_submit{
  position: relative;
}
.bp_header_form_submit .bp_header_form_submit_button, .bp_header_form_submit input[type="submit"]{
  margin: 0 auto;
  padding: 10px 30px !important;;
  color: #fff !important;
  font-weight: 600 !important;;
  text-transform: uppercase;
  background: #6FCF97 !important;;
  font-family: 'Hind', 'Open Sans', 'Arial', sans-serif !important;
  font-size: 18px !important;;
  height: 50px;
  line-height: normal;
  border: 0;
  cursor: pointer;
  border-radius: 10px !important;;
  transition: all .2ms;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(81,81,81,1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(81,81,81,1);
  box-shadow: 0px 0px 20px 0px rgba(81,81,81,1);
}
@media all and (max-width: 500px) {
  .bp_header_form_input input[type="email"]{
    width: 85%;
  }
  .bp_header_form_fields .bp_header_form_input {
    text-align: center;
  }
}

.bp_header_form_submit .bp_header_form_submit_button:focus, .bp_header_form_submit input:focus,
.bp_header_form_submit .bp_header_form_submit_button:active, .bp_header_form_submit input:active,
.bp_header_form_submit .bp_header_form_submit_button:hover, .bp_header_form_submit input:hover{
  outline-width: 0;
  background: #63bc89 !important;
}
.bp_features{
  padding: 50px 0;
}
.bp_features .container {
  display: flex;
  justify-content: space-around;
}
.bp_features_item{
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 30px;
}
.bp_features_item_number{
  margin-right: 10px;
}
.bp_features_item_number span{
  font-size: 52px;
  font-weight: 900;
  color: #2D9CDB;
}
.bp_features_item_description p{
  margin: 0;
}
.section-title{
  text-align: center;
}
.section-title h2{
  font-weight: 600 !important;
}
.section-title hr{
  width: 5%;
  height: 5px;
  background: #2D9CDB;
  border-radius: 5px;
  position: relative;
  z-index: 9;
  border: none;
}
.bp_target_clients{
  background: #fafafa;
  padding: 50px 0;
}
.bp_scenarios_item_image{
  text-align: right;
}
.bp_scenarios{
  padding: 50px 0;
}
.bp_scenarios_item_title p{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
.bp_scenarios_item_description p{
  margin: 0 0 10px !important;
}
.bp_scenarios_item_link a{
  text-decoration: none;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
}
.bp_scenarios_item_link a:hover,
.bp_scenarios_item_link a:active,
.bp_scenarios_item_link a:focus{
  color: #333;
}
.bp_scenarios_item_link a:hover i{
  position: relative;
  right: -5px;
}
.bp_stores_migrated{
  padding: 50px 0;
  background: #fafafa;
}
.bp_stores_migrated_number{
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bp_stores_migrated_number span{
  font-size: 100px;
  font-weight: 700;
  color: #3299d8;
}
.bp_stores_migrated_number span.stores{
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  color: #676767;
}
.bp_stores_migrated_description{
  min-height: 220px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.bp_stores_migrated_description h3{
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}
.bp_stores_migrated_description a{
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  transition: padding-left .5s;
}
.bp_stores_migrated_description a:hover i{
  padding-left: 5px;
}
.bp_our_partners{
  padding: 50px 0;
}
.bp_our_partners .partner{
  width: 200px;
  height: auto;
  padding: 10px 0;
  margin: 0 auto 20px;
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
.bp_our_partners .partner:hover{
  -webkit-box-shadow: 0 9px 30px -3px rgba(0,0,0,.35);
  -moz-box-shadow: 0 9px 30px -3px rgba(0,0,0,.35);
  box-shadow: 0 9px 30px -3px rgba(0,0,0,.35);
}
.bp_our_partners a.see-all{
  position: relative;
  display: block;
  color: #333 !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 10px;
}
.bp_migration_partner{
  background: #f1f1f1;
  padding: 50px 0;
}
.bp_migration_partner_description,
.bp_migration_partner_description{
  padding: 10px;
}
.bp_migration_partner_description h3,
.bp_technical_partner_description h3{
  margin-bottom: 10px !important;
  font-weight: 600 !important;
}
.bp_migration_partner_description ul,
.bp_technical_partner_description ul{
  position: relative;
}
.bp_migration_partner_description ul li,
.bp_technical_partner_description ul li{
  list-style: none;
}
.bp_migration_partner_description ul li::before,
.bp_technical_partner_description ul li::before{
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  color: #33c080;
  left: -3px;
}
.bp_technical_partner{
  padding: 50px 0;
}
.bp_testimonials{
  padding: 50px 0;
  background: #fafafa;
}
.bp_testimonials_item_description{
  padding-top: 20px;
}
.bp_testimonials_item_description .quote{
  position: relative;
}
.bp_testimonials_item_description .quote-icon{
  position: absolute;
  left: 0;
  top: 12px;
}
.bp_testimonials_item_description .quote-icon i{
  font-size: 33px;
  background: -webkit-linear-gradient(right bottom,#48b4ee,#206f8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bp_testimonials_item_description .quote-text p{
  font-size: 22px;
  line-height: 1.6;
  font-weight: 300;
  padding-left: 50px;
  margin-bottom: 20px;
}
.bp_testimonials_item_description .quote-author{
  padding-left: 50px;
}
.bp_testimonials_item_description .quote-author a{
  color: #333;
}
.bp_testimonials_item_description .quote-full-story{
  padding-left: 50px;
  padding-top: 20px;
  text-align: left;
}
.bp_testimonials_item_description .quote-full-story a{
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  transition: padding-left .5s;
}
.bp_testimonials_item_description .quote-full-story a:hover i{
  padding-left: 5px;
}
.bp_testimonials_item_description .quote-full-story a i{
  color: #2D9CDB;
}
.bp_testimonials_item_image{
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
.bp_testimonials .owl-carousel .owl-next,
.bp_testimonials .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 25px);
  font-size: 20px;
  color: #555;
  border: 1px solid #555;
  text-align: center;
  background: 0 0!important;
  cursor: pointer;
}
.bp_testimonials .owl-carousel .owl-item {
  padding: 0 50px;
}
.bp_testimonials .owl-carousel .owl-item img {
  width: auto !important;
}
.bp_faqs{
  padding: 50px 0;
}
.bp_faq_tabs{
  padding-top: 20px;
  margin-bottom: 20px;
}
.bp_faq_tabs_item{
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid #f1f1f1;
  font-weight: 600;
  color: #333;
  box-shadow: 1px 1px 15px rgba(204, 204, 204, 0.4);
}
.bp_faq_tabs_link{
  padding: 20px 40px 20px 20px;
  font-size: 16px;
  position: relative;
  text-align: left;
  line-height: 1.4;
}
.bp_faq_tabs_link::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  width: 25px;
  top: calc(50% - 12.5px);
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  color: #9f9f9f;
}
.bp_faq_tabs_link.active::after{
  content: "\f107";
}
.bp_faq_tab-content{
  display: none;
  padding-bottom: 20px;
  cursor: default;
}
.bp_faq_tab-content p{
  padding: 0 20px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 5px;
}
.bp_faq_tab-content.active{
  display: block;
}
.bp_faq_tabs-content p{
  font-size: 18px;
  color: #5f5f5f;
  font-weight: 600;
  margin-bottom: 20px;
}
.bp_faq_tab-content ol{
  margin-left: 25px !important;
}
.bp_footer{
  padding: 50px 0;
  background: -webkit-linear-gradient(right bottom,#48b4ee,#206f8c);;
}
.bp_footer h2{
  color: #fff !important;
  font-weight: 600 !important;
}
.bp_footer p{
  color: #fff !important;
}
.btn-become-partner{
  background: #63bc89 !important;
}
.btn-become-partner:hover,
.btn-become-partner:active,
.btn-become-partner:focus{
  background: #5fb785 !important;
}
#thanks-modal .modal-header,
#cart-vendor-modal .modal-header,
#become-partner-modal .modal-header{
  border-bottom: 0;
}
#cart-vendor-modal .wpcf7-list-item.first{
  margin-right: 20px;
}
@media all and (max-width: 991px){
  .bp_scenarios_item_image{
    text-align: center;
    margin: 20px 0;
  }
  .bp_scenarios_item{
    text-align: center;
  }
  .bp_stores_migrated_number {
    min-height: 120px;
    justify-content: center;
  }
  .bp_stores_migrated_description{
    align-items: center;
  }
  .bp_stores_migrated_description p{
    text-align: center;
  }
  .bp_testimonials_item_image{
    display: none;
  }
  .bp_migration_partner_description, .bp_migration_partner_description {
    text-align: center;
  }
  section.bp_migration_partner .row {
    justify-content: center;
  }
}
@media all and (max-width: 991px){
  .bp_testimonials_item_description .quote-text p,
  .bp_testimonials_item_description .quote-author,
  .bp_testimonials_item_description .quote-full-story{
    padding-left: 0;
  }

}
@media all and (max-width: 768px){
  .dm-how-it-works.rd-how-it-works.mp-how-it-works ol li{
    width: unset; 
    left: 0;
    margin: 0 15px 20px 30px!important;
  }
  .bp_header_form_fields{
    flex-direction: column;
  }
  .bp_header_form_fields .bp_header_form_input{
    margin: 0 0 20px;
  }
  .bp_our_partners .container+.text-center{
    padding: 0 15px;
  }
  .bp_features_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .bp_features_item_description{
    text-align: center;
  }
  .bp_header_form_submit div {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}
@media all and (max-width: 600px){
  .bp_header_form_input input {
    width: 200px;
  }
  .bp_stores_migrated_number {
    min-height: 80px;
  }
  .bp_stores_migrated_number span {
    font-size: 70px;
  }
}

@media all and (max-width: 590px){
  .rd-price .rd-price-content table td{
    padding: 8px;
  }
  .learn-more-partners {
    margin: 15px;
  }
}
.tab-content #premium-partners > div,
.tab-content #standart-partners > div,
.tab-content #registered-partners > div {
  display: flex;
  flex-wrap: wrap;
}

.flex-container.blured p {
  color: #2b2f40;
  font-weight: 600;
  padding: 20px;
  margin-bottom: 0px;
  font-size: 20px;
}

/* Custom partner page styles start*/

header.custom-partner {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/partners-custom-bg.jpg);
  background-position-y: 30%;
}
header.custom-partner h1, header.custom-partner p {
  color: #fff !important;
}
.custom-partner .advantage-item-image {
  height: 60px;
  width: 60px;
}
header h1 {
  font-weight: 600 !important;
  text-transform: uppercase;
}
.custom-partner .advantage-list {
  flex-wrap: nowrap;
}

header.custom-partner p {
  width: 80%;
}

.custom-partner .advantage-item {
  margin: 20px 15px;
  padding: 20px 10px 10px;
  min-width: 200px;
  text-align: center;
  border-radius: 15px;
}

.custom-partner .advantage-item:hover {
  background: #8acff5;
  color: #fff !important;
}

.custom-partner .advantage-item:hover h4,
.custom-partner .advantage-item:hover a {
  color: #fff !important;
}
.custom-partner .advantage-item h4 {
  padding-top: 20px;
}
.custom-partner .advantage-item a {
  color: #4b4b4b;
}

section .section-title {
    width: 100%;
}

.advantage-item-image.grow {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/profit.svg);
}
.advantage-item-image.extend {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/extend.svg);
}
.advantage-item-image.boost {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/boost.svg);
}
.advantage-item-image.scale {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/enlarge.svg);
}
.advantage-item-image.showcase {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/picture.svg);
}

.table-content table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.table-content table tr td:not(:last-child) {
  border-right: 1px solid #ccc;
}

.table-content table tr:first-child td {
  font-weight: bold;
  font-size: 20px;
}

.table-content table tr:not(:first-child) td {
  font-size: 18px;
  font-weight: bold;
}
.table-content table tr:not(:first-child) td:nth-child(2) {
  color: #2196f3;
}

.table-content table {
  backdrop-filter: blur(9px);
  box-shadow: 0 0 15px #f0f0f0;
  border-radius: 15px;
  margin: 20px;
}


.table-content table tr td {
  padding: 25px;
}

.migration-process {
  display: flex;
  align-items: center;
}

.advantage-item-image.perform-with-us {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/performance.svg);
}
.advantage-item-image.discount-grow {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/growth.svg);
}
.advantage-item-image.assistance {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/call-center.svg);
}

.next-step-arrow {
  width: 60px;
  height: 40px;
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/arrow-pointing-to-right.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

section#permanent-discount {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/lines-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
section#permanent-discount .container {
  background-image: url(/wp-content/themes/Avada-Child-Theme/images/line-chart.svg);
  background-repeat: no-repeat;
  background-position: 40% 19%;
  -webkit-background-size: 70%;
  background-size: 70%;
}
@media all and (max-width: 1199px) {
  .custom-partner .advantage-list {
    flex-wrap: wrap;
  }
  .custom-partner .advantage-item {
    margin: 20px 5px;
    padding: 10px;
    width: 300px;
  }
  .custom-partner .migration-process .advantage-item {
    width: auto;
  }
  section#permanent-discount .container {
    background-position: center;
  }
}

@media all and (max-width: 768px) {
  .migration-process {
    flex-direction: column;
  }
  .next-step-arrow {
    transform: rotate(90deg);
  }
  .custom-partner .migration-process .advantage-item {
    width: 300px;
  }
}

.section-title h2 {
  margin: 0 20px 20px !important;
}
.become-partner-messages {
  padding: 10px;
  background: #cfecfa;
  margin-top: 20px;
  border-radius: 10px;
  display: none;
}
/* Custom partner page styles end*/
#main {
    padding-top: 19px;
    padding-bottom: 0px;
}
.dm-parallax-container,
.mp-parallax-container,
.rd-parallax-container {
    background-image: url("/wp-content/themes/Avada-Child-Theme/images/dump-lp.jpg");
    background-attachment: fixed;
    height: 60vh;
    position: relative;
}

.mp-parallax-container.mp,
.csv.dm-parallax-container {
    height: fit-content;
    height: -moz-fit-content;
}
.mp-parallax-container.mp .container.dm-container {
    padding: 15px;
}

.dm-header h1 {
    font-size: 2.4em !important;
    margin: 0 0 0.83em 0;
    font-weight: 300;
}

.mp-parallax-container.mp .possible-item {
    margin-top: 20px;
}
.mp-parallax-container.mp h1 + .hr-divider {
    margin-bottom: 50px;
}

.mp .mp-parallax-content.dm-header,
.csv .mp-parallax-content.dm-header,
.rd-parallax-container .mp-parallax-content.dm-header {
    position: static;
    padding: 20px;
    background: #fffc;
}

.csv .mp-parallax-content.dm-header .services-button {
    position: static;
}

.dm-parallax-container.csv {
    background-image: url("/wp-content/themes/Avada-Child-Theme/images/csv-bg.jpg");
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.dm-container h2,
.mp-container h2,
.rd-container h2 {
    padding: 0 0 15px 0 !important;
}

.mp-parallax-container,
.rd-parallax-container {
    background-image: url("/wp-content/themes/Avada-Child-Theme/images/preview-bg.jpg");
    height: 50vh;
    background-position: 0 20%;
    -webkit-background-size: cover;
    background-size: cover;
}

.rd-parallax-container {
    background-image: url("/wp-content/themes/Avada-Child-Theme/images/recent-data-background.jpg");
    align-items: center;
    display: flex;
    height: fit-content;
}

.rd-parallax-container .mp-parallax-content.dm-header,
.dm-parallax-container.csv .dm-header,
.rd-parallax-container .mp-parallax-content.dm-header {
    position: static;
}

.dm-parallax-content,
.mp-parallax-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: #fffc;
    position: absolute;
    bottom: 175px;
    left: 0;
    text-align: center;
}

.mp-parallax-content {
    height: max-content;
    top: calc(50% - 10vh);
}

.hr-divider {
    height: 5px;
    width: 0;
    border-radius: 3px;
    background: #6fcf97;
    margin: -20px auto 15px;
    animation: resize;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

hr.darker {
    margin: 0 !important;
    border-color: #eaeaea;
}

@keyframes resize {
    0% {
        width: 0;
    }
    100% {
        width: 120px;
    }
}
.dm-parallax-content h1 {
    padding-top: 15px;
    text-transform: uppercase;
}


.dm-parallax-content p,
.csv .mp-parallax-content.dm-header h1 + .hr-divider + p {
    opacity: 0;
    font-size: 16px;
    font-style: italic;
    margin: 0;
    text-transform: uppercase;
    animation: fromTransparent;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

@keyframes fromTransparent {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.container.dm-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.dm-intro-image {
    height: 200px;
    width: 45%;
    display: flex;
    justify-content: space-around;
}

.dm-intro-image > div {
    height: 150px;
    width: 150px;
}

.dm-intro-image .before-mg {
    background: url("/wp-content/themes/Avada-Child-Theme/images/database.svg") no-repeat center;
    background-size: contain;
}

.dm-intro-image .in-progres-mg {
    background: url("/wp-content/themes/Avada-Child-Theme/images/arrow-pointing-to-right.svg") no-repeat center;
    background-size: 60%;
    background-position-x: 30px;
}

.dm-intro-image .result-mg {
    background: url("/wp-content/themes/Avada-Child-Theme/images/online-shop.svg") no-repeat center;
    background-size: contain;
}

.dm-preference,
.dm-how-it-works {
    background: #e5f8ff;

}

.preferences-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.preferences-list-item {
    margin: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #999;
    padding: 0 20px 15px;
}

.preferences-list-item-icon {
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px 0;
}

.shield .preferences-list-item-icon {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/secure-shield.svg);
}

.disconnect .preferences-list-item-icon {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/disconnect.svg);
}

.hosting .preferences-list-item-icon {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/server.svg);
}

.disconnect {
    order: 3;
}

.dw-how-it-works-image {
    height: 250px;
    width: 26%;
    margin-right: 30px;
    display: inline-block;
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/data-processing.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.process {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.how-it-works-content > .process {
    width: 70%;
}

.process li {
    padding-bottom: 10px;
}

.dm-shedule-a-consultation {
    background: #6fcf97;
}

.dm-shedule-a-consultation p a {
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
}

.dm-shedule-a-consultation .container {
    min-height: 200px;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.dm-shedule-a-consultation p {
    color: #fff;
}

.dm-shedule-a-consultation a.btn {
    background: #fbae5f;
}

.dm-shedule-a-consultation a.btn:hover {
    background: #f78e43;
}

.dm-shedule-a-consultation .services-button {
    margin-top: 0;
}

.dm-intro h2,
.dm-preference h2,
.dm-advantages h2,
.dm-how-it-works h2 {
    padding: 15px;
}

.dm-shedule-a-consultation p {
    margin: 0 !important;
}

.container.dm-container h2 {
    text-align: center;
}

@media all and (max-width: 768px){
    .dm-parallax-container {
        background-position: 88% 0;
    }

    .container.dm-container {
        padding: 30px 15px;
    }

    .dm-intro-image,
    .advantages-list-item,
    .process {
        width: 100% !important;
        height: auto;
    }

    .dm-intro-image {
        flex-direction: column;
        align-items: center;
    }

    .dm-intro-image .in-progres-mg {
        transform: rotate(90deg);
    }

    .preferences-list,
    .dm-shedule-a-consultation .container {
        flex-direction: column;
    }

    .preferences-list-item {
        padding-top: 15px;
        margin-bottom: 30px;
    }

    .dw-how-it-works-image {
        width: 90%;
        margin: 30px;
    }

    .dm-shedule-a-consultation p {
        margin: 20px;
    }

    .rd-intro-image {
        height: 200px;
    }

    .mp .mp-parallax-content.dm-header,
    .csv .mp-parallax-content.dm-header,
    .rd-parallax-container .mp-parallax-content.dm-header {
        background: #fffd;
    }
}

.mp-possibles {
    background: #f0f0f0;
}

.possible-item {
    margin-top: 40px;
    position: relative;
    border: 2px solid #a0a5a2;
}

.possible-item-list-to-preview,
.advantage-list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}
.mp-advantages .advantage-list {
    margin-top: 30px;
}

.possible-item-bg-back {
    background: #616161a8;
    transform: rotate(-8deg);
    width: 250px;
    height: 150px;
}

.possible-item:nth-child(2n) .possible-item-bg-back {
    transform: rotate(8deg);
}

.possible-item-bg-front {
    position: absolute;
    top: 20px;
    width: 220px;
    height: 110px;
    left: 15px;
    background: #fff;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.possible-item:last-child .possible-item-bg-front {
    display: block;
}
.possible-item:first-child .possible-item-bg-front {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/magento-logo1.png);
}
.possible-item:nth-child(2) .possible-item-bg-front {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/opencart-logo1.png);
}

.possible-item:nth-child(3) .possible-item-bg-front {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/woocommerce-logo.png);
    background-size: 50%;

}

.possible-item:last-child .possible-item-bg-front {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/prestashop-logo.png);
}


.dm-parallax-container .services-button {
    position: absolute;
    bottom: 30px;
}

.services-button {
    margin-top: 40px;
}

.services-button a {
    padding: 25px 120px 25px 60px;
    overflow: hidden;
    background: #fcad26;
    color: #fff;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    transition: all 0.3s;
}

.services-button a:hover,
.services-button a:active,
.services-button a:focus {
    background: #f29e0d;
    color: #fff;
}

.services-button a:before {
    font-family: 'FontAwesome';
    left: auto;
    right: 0px;
    z-index: 2;
    position: absolute;
    height: 100%;
    top: 0;
    line-height: 3;
    font-size: 145%;
    width: 60px;
    color: #fff;
    content: "\f061";
}

.services-button a.btn.btn-lg.btn-success:before {
    line-height: 2.2;
}

.services-button a:after {
    width: 30%;
    height: 200%;
    background: rgba(255,255,255,0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    transform-origin: 0 0;
    transform: rotate(-20deg);
    content: '';
    position: absolute;
    transition: all 0.3s;
}

.services-button a:hover:after {
    width: 40%;
}
.services-green a {
    background: #77b747;
}
.services-green a:hover,
.services-green a:active,
.services-green a:focus {
    background: #77b747;
}
.mp-how-it-works ol,
.process,
.how-it-works-content ul  {
    width: 60%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-around;
    counter-reset: list;
    list-style: none;
}


.mp-how-it-works ol li,
.process li,
.how-it-works-content ul li {
    position: relative;
    box-shadow: 0 0 10px rgba(111, 111, 111, 0.21);
    padding: 15px;
    height: fit-content;
    margin: auto;
}

.mp-how-it-works ol li:not(:last-child),
.process li:not(:last-child),
.how-it-works-content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.process li {
    background: #ffffff38;
}

.mp-how-it-works ol li:after,
.process li:after,
.how-it-works-content ul li:after {
    position: absolute;
    top: 0;
    left: -30px;
    counter-increment: list;
    content: counter(list);
    font-size: 40px;
    line-height: 1;
    color: #48b4ee;
}

.how-it-works-content ul li:after {
    font-family: FontAwesome;
    left: -50px;
}

.how-it-works-content ul li:first-child:after {
    content: '\f05e';
}
.how-it-works-content ul li:nth-child(2):after {
    content: '\f021';
}
.how-it-works-content ul li:nth-child(3):after {
    content: '\f055';
}
.how-it-works-content ul li:last-child:after {
    content: '\f28b';
}

.mp-advantages {
    background: #e5f8ff;
}

.mp-how-it-works .how-it-works-content,
.how-it-works-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.mp-how-it-works .how-it-works-image {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/data-processing.svg);
    height: 270px;
    width: 25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


@media all and (max-width: 767px) {
    .mp-parallax-container {
        height: 70vh;
    }

    .dm-parallax-container.csv {
        background-position: 50%;
    }
    .possible-item {
        margin: 30px 15px;
    }

     .services-button a {
         padding:25px 69px 25px 24px;
         width: 270px;
    }

    .dm-container .services-button a:before {
        right: 0;
    }

    .dm-shedule-a-consultation .services-button {
        margin-top: 30px;
    }

    .mp-how-it-works ol li,
    .process li,
    .how-it-works-content ul li {
        width: 320px;
        margin: 20px auto !important;
        left: 10px;
    }

    .keep-in-mind .how-it-works-content ul {
        padding-left: 0;
    }

    .process li {
        width: 300px;
    }

    .advantage-item {
        width: 100%;
    }

    .mp-how-it-works .how-it-works-content,
    .rd-intro-content,
    .how-it-works-notice{
        flex-direction: column !important;
        align-items: center;
    }

    .mp-how-it-works.rd-how-it-works ol {
        padding-left: 0px;
    }

    .mp-how-it-works .how-it-works-content > *,
    .rd-intro-content > *,
    .how-it-works-notice > * {
        width: 100% !important;
    }

    .rd-intro-text {
        text-align: center !important;
    }
    .advantage-item.item-with-table .advantage-item-content table {
        display: none;
    }

    .advantage-item.item-with-table:hover .advantage-item-content table {
        display: block;
        bottom: -270px;
        height: fit-content;
        box-shadow: none;
        left: 103%;
    }

    .csv-how-it-works li {
        width: calc(100% - 50px) !important;
        left: 0 !important;
    }

    .csv-how-to.preferences-list .preferences-list-item {
        width: calc(100% - 30px) !important;
        margin: 0 15px 30px 15px;
    }

    .dm-advantages .services-button a:before,
    .preferences-list-item:first-child .services-button a:before,
    .subtext .services-button a:before, .csv-faq .services-button a:before,
    .rd-parallax-container .mp-parallax-content.dm-header .services-button a:before {
        top: 13px;
    }

    .you-do .preferences-list-item-icon,
    .we-do .preferences-list-item-icon {
        height: 150px !important;
    }

    .dw-how-it-works-image {
        height: 150px;
    }

    .csv-how-it-works .content p {
        text-align: center;
        margin-bottom: 0 !important;
    }

    .rd-parallax-container .mp-parallax-content.dm-header .services-button a {
        margin: 0;
    }
}
@media all and (min-width: 768px) and (max-width: 768px) {
   .process {
       width: 100%;
   }

    .csv-how-to.preferences-list .preferences-list-item {
        width: calc(100% - 30px) !important;
        margin: 0 15px 30px 15px;
    }

    .dw-how-it-works-image {
        width: 30%;
    }

    .dm-intro.csv .services-button a:before {
        top: 0 !important;
    }
}
@media all and (min-width: 768px) and (max-width: 1199px) {

    .possible-item {
        width: fit-content;
        margin: 30px 15px;
    }

    .services-button a {
        width: 345px;
    }

    .dm-advantages .services-button a,
    .subtext .services-button a,
    .dm-intro.csv .services-button a {
        width: fit-content;
    }

    .dm-intro.csv .services-button a:before {
        top: 13px;
    }

    .rd-how-it-works .how-it-works-content > * {
        width: 100% !important;
    }

    .rd-how-it-works .how-it-works-content {
        flex-direction: column !important;
        align-items: center;
    }

    .rd-how-it-works .how-it-works-content ol {
        margin-bottom: 0 !important;
        padding-left: 30px;
    }

}

@media all and (max-width: 1199px) {

    .mp-how-it-works ol {
        height: fit-content;
        padding: 0;
    }

    section.csv .container.dm-container {
        padding: 10px 20px;
    }

    .possible-item {
        top: 0 !important;
    }

    .container.dm-container {
        padding: 30px;
    }

    .dm-parallax-content .container.dm-container {
        padding: 0 30px;
    }

    .dm-parallax-content .container.dm-container p {
        margin-bottom: 15px;
    }

    .how-it-works-notice svg {
        margin-bottom: 30px;
    }

    .mp-how-it-works.keep-in-mind .services-button a:before {
        top: 13px;
    }

    .keep-in-mind .how-it-works-content ul li {
        left: 0;
        width: 90%;
    }
}


.advantage-item {
    width: 270px;
}

.advantage-item-content {
    position: relative;
    height: 250px;
    padding: 40px 20px 20px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -135px;
    -moz-transform-origin: 50% 50% -135px;
    transform-origin: 50% 50% -135px;
    box-shadow: 3px 10px 10px #bbb;
}

.advantage-item-content h3 {
    text-align: center;
    padding-top: 20px;
}

.post-content .advantage-item-content p {
    margin: 0;
}

.advantage-item-content p {
    position: absolute;
    top: 0;
    padding: 20px;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #6fcf97;
    color:#fff;
    text-align: center;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: auto;
    box-shadow: -3px 10px 10px #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.advantage-item-content table {
    position: absolute;
    bottom: -250px;
    padding: 20px;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    color:#69a5c5;
    text-align: center;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
    -webkit-transform: rotateY(90deg)  rotateX(-90deg);
    -moz-transform: rotateY(90deg)  rotateX(-90deg);
    transform: rotateY(90deg) rotateX(-90deg);
    -webkit-transform-origin: 0 0% 0;
    -moz-transform-origin: 0 0% 0;
    transform-origin: 0 0% 0px;
    pointer-events: none;
    box-shadow: -3px 10px 10px #ccc;
}

.advantage-item:hover .advantage-item-content {
    background: #6fcf97;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.advantage-item.item-with-table:hover .advantage-item-content table {
    -webkit-transform: rotateY(90deg) rotateX(0deg) ;
    -moz-transform: rotateY(90deg) rotateX(0deg) ;
    transform: rotateY(90deg) rotateX(0deg);
    transition: transform .5s;
}
.advantage-item.item-with-table:hover {
    margin-bottom: 290px;
}
.advantage-item:hover .advantage-item-content p {
    box-shadow: none;
}

.advantage-item-content table td:first-child,
.rd-price table td:first-child {
    border-right: 1px solid #ccc;
    width: 95px;
    font-weight: bold;
}
.advantage-item-content table td:last-child,
.rd-price table td:last-child {
    border-left: 1px solid #ccc;
}
.advantage-item-content table tr:last-child td,
.rd-price table tr:last-child td {
    border: none;
    border-top: 1px solid #ccc;
}

.advantage-item-content table tr:first-child td,
.rd-price table tr:first-child td {
    border-bottom: 1px solid #ccc;
}

.advantage-item-content table strong,
.rd-price table strong {
    font-size: 24px;
    color: #6fcf97;
}

.rd-price table td {
    padding: 15px;
    border: 1px solid #ccc !important;
}
.rd-price table * {
    width: auto;
}

.rd-price table {
    width: 100%;
}

.rd-price-img {
    height: 300px;
    width: 300px;
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/calc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.rd-price-content {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.rd-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 720px;
    width: 100%;
}

.rd-price table td:first-child {
    width: auto;
}

.advantage-item-image {
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.advantage-item-image.time {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/future.svg);
}
.advantage-item-image.access {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/key.svg);
}
.advantage-item-image.infinity {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/infinity.svg);
}
.advantage-item-image.setup {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/settings.svg);
}
.advantage-item-image.data {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/sync.svg);
}
.advantage-item-image.no-access {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/password.svg);
}
.advantage-item-image.manual {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/support.svg);
}
.advantage-item-image.perform {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/website.svg);
}
.advantage-item-image.afford {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/money.svg);
}
.advantage-item-image.payless {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/payless.svg);
}
.advantage-item-image.transfer {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/transfer.svg);
}
.advantage-item-image.benefit {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/benefit.svg);
}

.divider {
    margin-bottom: 30px;
}
.advantage-list {
    justify-content: space-evenly;
    padding-top: 25px;

}
.dm-advantages .advantage-item {
    width: 350px;
}

.dm-advantages .advantage-item-content {
    height: 280px;
    background: linear-gradient(to bottom, #fff, #dee2e0);
    -webkit-transform-origin: 50% 50% -175px;
    -moz-transform-origin: 50% 50% -175px;
    transform-origin: 50% 50% -175px;
    box-shadow: 0 0 25px #ccc;
}

.dm-advantages .advantage-item-image {
    height: 100px;
}

.mp-how-it-works .how-it-works-video + ol {
    width: 45%;
}
.mp-how-it-works .how-it-works-video {
    width: 48%;
    position: relative;
}

.mp-how-it-works .how-it-works-video.hiw-video-bg{
    -webkit-background-size: cover;
    background-size: cover;
}
@media all and (max-width: 420px) {
    .advantage-item {
        width: 270px !important;
    }

    .csv-how-to.preferences-list .preferences-list-item {
        width: 300px !important;
    }

    .csv-how-to.preferences-list .preferences-list-item .services-button a {
        margin: 15px -10px !important;
    }

    .advantage-item-content {
        -webkit-transform-origin: 50% 50% -135px !important;
        -moz-transform-origin: 50% 50% -135px !important;
        transform-origin: 50% 50% -135px !important;
        height: 350px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .rd-advantages .advantage-item-content {
        height: 260px !important;
    }
}

@media all and (max-width: 991px) and (orientation: landscape) {
    .mp-parallax-container, .dm-parallax-container {
        height: 400px;
    }
}

@media all and (min-width: 500px) and (max-width: 1199px) {
    .services-button a {
        width: fit-content;
        padding: 25px 75px 25px 24px;
    }
    .services-button a:before {
        top: 0 !important;
    }
    .dm-shedule-a-consultation .services-button a   {
        min-width: 270px;
    }
}

@media all and (min-width: 769px) and (max-width: 970px) {

    .dm-shedule-a-consultation .services-button a {
        margin-right: 30px;
    }

    .preferences-list-item {
        min-width: 450px;
    }

    .preferences-list-item .services-button a {
        width: fit-content;
    }

    .preferences-list-item .services-button a:before {
        top: 0 !important;
    }
    .mp-how-it-works .how-it-works-video + ol {
        padding-left: 30px;
    }
}

@media all and (min-width: 1200px) {
    .how-it-works-video + ol {
        padding-left: 60px;
    }
}

.rd-intro-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
}

.rd-intro-image {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/online-restore.jpg);
    height: 365px;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.rd-intro-text {
    width: 40%;
    text-align: right;
}

.keep-in-mind {
    background: linear-gradient(to bottom, #e5f8ff,#f0f0f0);
}

.how-it-works-video {
    width: 60%;
}

.how-it-works-content ol {
    padding-top: 30px;
}

.how-it-works-notice svg {
    height: 120px;
}

.how-it-works-notice {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.how-it-works-notice div {
    width: 40%;
}

.dm-intro-bg {
    background: linear-gradient(to bottom, #f0f0f0, transparent);
}
@media (max-width: 1199px) {
    .dm-intro-bg {
        background: #e5f8ff;
    }
}

.keep-in-mind ul {
    width: 100%;
    padding-top: 30px;
}

.keep-in-mind ul li {
    background: linear-gradient(to left, #69a5c566, #6fcf9766);
    border-radius: 10px;
    padding-left: 60px;
}

.keep-in-mind ul li:after {
    top: calc(50% - 20px);
    left: 15px;
}

.how-it-works-notice svg:hover path:not(.still-grey) {
    fill: #ffce00 !important;
}

.how-it-works-notice svg:hover {
    filter: drop-shadow(0 0 10px #ffce00);
}

.how-it-works-notice p {
    margin-bottom: 0 !important;
    padding-left: 25px;
}


.grey-text {
    color: #5377ca;
}

.line-throught {
    text-decoration: line-through;
    text-decoration-color: red;
}

.actual-price {
    color: #6a9ce1;
    font-size: 28px;
    font-weight: bold;
}

.italic {
    font-style: italic;
    padding: 0 5px;
}

.you-do .preferences-list-item-icon {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/automatic.svg);
    height: 200px;
}

.we-do .preferences-list-item-icon {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/package.svg);
    height: 200px;
}

.csv-how-to.preferences-list .preferences-list-item {
    width: 45%;
    background: #f5f5f5;
    text-align: center;
}

.csv-how-to.preferences-list h3 {
    margin-bottom: 20px !important;
}

.csv-how-to.preferences-list h3 + p,
.csv-how-to.preferences-list h3 + p + p {
    text-align: left;
}

.csv-how-to.preferences-list h3 em {
    color: #6FCF97;
}
.csv-how-to.preferences-list {
    margin-top: 30px;
}

.csv-how-to.preferences-list ul {
    text-align: left;
    padding-left: 30px;
    margin-bottom: 40px;
}
.csv-how-it-works ol {
    width: 95%;
    padding-left: 50px;
    padding-top: 0 !important;
}
.csv-how-it-works li::after {
    content: '' !important;
    background: url(/wp-content/themes/Avada-Child-Theme/images/check.svg);
    height: 40px;
    width: 40px;
    background-size: contain;
    left: -47px !important;
}

.csv-how-it-works {
    background: #f0f0f0;
}

.csv-how-to.preferences-list .services-button {
    margin-top: 0;
    margin-bottom: 20px;
}

.advantage-item-image.no-skills {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/ok.svg);
}

.advantage-item-image.automated {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/engineering.svg);
}

.advantage-item-image.platforms {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/gaming.svg);
}

.faq-list {
    width: 100%;
    padding-top: 20px;
}

.faq-list-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.faq-list-item h3 {
    position: relative;
    padding-right: 30px;
}
.faq-list-item span {
    color: #69a5c5;
    font-size: 26px;
    line-height: 1px;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: calc(50% - 13px);
}

.faq-list-item > p,
.faq-list-item div {
    display: none;
    border-top: 1px solid #ccc;
    margin-top: 15px !important;
    padding-top: 15px;
}

.faq-list-item ul {
    padding-left: 40px;
}

.subtext p {
    text-align: center;
}
.subtext .services-button {
    margin-top: 20px;
}
.subtext .services-button a {
    margin: 0;
}

.simple-text.dm-intro {
    background: #f0f0f0;
}

.simple-text.dm-intro .services-button {
    text-align: center;
}

section.csv {
    padding: 45px 0;
}
section.csv .container.dm-container {
    padding: 10px;
}

.csv-faq .services-button {
    margin-top: 0;
}

/*Coupone page start*/

.dm-parallax-container.coupon {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/coupon-backgr.jpg);
    background-position: center 20%;
    position: relative;
}

.dm-parallax-container.coupon::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #02135491;
}

.coupon-intro .rd-intro-image {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/discount.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position-y: 60%;
    height: 285px;
    max-width: 460px;
}

.coupon-intro .rd-intro-text {
    text-align: left;
}

.mini-text {
    font-size: 14px;
    font-style: italic;
    width: 100%;
}

.rd-intro-text .social-bar {
    font-size: 58px;
}

.rd-intro-text .social-bar a {
    text-decoration: none;
}

.rd-intro-text .social-bar a:hover:before {
    color: #24719a !important;
}

#request-a-coupon .modal-header {
    border-bottom: none;
}

#request-a-coupon .modal-header button {
    outline: none;
}

.coupon-parent {
    display: flex;
}

.coupon-intro iframe {
    width: 572px;
    max-width: 572px;
    height: 352px;
    border: 10px solid #90caf8 !important;
}

.coupon-first-section {
    background: #efefef;
}

.mobile-break {
    display: none;
}

.coupon .dm-parallax-content p {
    text-transform: none !important;
    font-style: normal;
}

.coupon .dm-parallax-content {
    position: relative;
    z-index: 90;
    top:0;
    bottom: 0;
}

.coupon.dm-parallax-container {
    display: flex;
    align-items: center;
}

@media all and (max-width: 450px) {
    .mobile-break {
        display: block;
    }

    .coupon-intro iframe {
        height: 320px;
    }

    .wpcf7 form.sent .wpcf7-response-output {
        width: 300px;
    }
}

@media all and (max-width: 767px) {
    .mp-how-it-works ol li{
        width: unset; 
        left: 0;
        margin: 0 15px 20px 30px!important;

      }
    .coupon-intro .rd-intro-image {
        height: 200px;
    }

    .coupon .dm-parallax-content {
        bottom: 100px;
    }

    .rd-intro-text .social-bar {
        font-size: 46px;
    }

    .coupon-intro .rd-intro-image {
        max-width: 330px;
    }
}

@media all and (min-width: 768px) and (max-width: 1440px) {
    .coupon .dm-parallax-content {
        bottom: 155px;
    }

    .coupon-intro .rd-intro-text.text {
        padding: 0 30px;
    }
}
/*Coupone page end*/


.csv-faq .services-button {
    margin-top: 0;
}
.faq-list-item.collapsable-item .faq-text p {
    border: none;
    padding: 0;
}
@media (max-width: 1199px) {
    .rd-how-it-works {
        background: #e5f8ff;
    }
}

.how-it-works-notice {
    align-items: center;
    justify-content: space-around;
}
.how-it-works-notice div {
    width: 53%;
}
.modal-header {
    border-bottom: none;
}
.style-main .wpcf7-form input[type="submit"], .style-main .wpcf7-submit,.style-main .wpcf7-form input[type="submit"]:hover, .style-main .wpcf7-submit:hover  {
    margin: 0px !important;
    border-radius: 3px !important;
    background: #46a596 !important;
}
.services-button.green a {
    padding: 19px 60px 19px 25px;
    font-size: 14PX;
    overflow: hidden;
    background: #46a596;
    color: #fff;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s;
    border-radius: 4px;
}
.services-button.green {
    margin-top: 0px;
    width: fit-content;
    text-align: center;
}
.services-button.green a:before {
    content: "\f0e0";
    top: -2px;
    right: 0px;
}

.how-it-works-notice {
    align-items: center;
    justify-content: space-around;
}
.how-it-works-notice div {
    width: 53%;
}

@media (max-width: 1199px) {
    .services-button.green a:before {
        right: 0px;
        top: 8px !important;
    }
    .services-button.green a {
        padding: 19px 50px 19px 25px;
    }
}
@media (max-width: 767px) {
    .services-button.green {
        margin-top: 20px;
    }
    .services-button.green a:before {
        right: -7px;
        top: -1px !important;
    }
    .services-button.green a {
        padding: 19px 42px 19px 25px;
    }
    a.btn.btn-primary.btn-md {
        margin: 20px auto 0!important;
        text-align: center;
        display: block;
        max-width: 230px;
    }
}
/* ------------- Support Service Packages Page ------------- */
html {
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#wrapper {
    overflow: visible;
}
img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
}
#main {
    padding: 55px 10px 45px;
    background: #fff;
    clear: both;
}
h2 {
    color: #333;
    margin: 0 0 20px;
}
#main .container h2 {
    margin: 0;
}
#content {
    width: 71.1702128%;
    float: left;
    min-height: 1px;
}
#content.full-width {
    width: 100%;
}
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    color: #333;
}
body {
    font-family: 'Open Sans', 'Arial', sans-serif;
    height: 100%;
    font-size: 1em;
    font-weight: 400;
    color: #2b2b2b !important;
    letter-spacing: 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    background-repeat: repeat;
    background-color: #fafafa;
}
.page {
    min-height: 500px;
    padding: 0;
    margin: 0;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fade {
    opacity: 0;
    -webkit-transform: opacity 0.3s linear;
    -moz-transform: opacity 0.3s linear;
    -ms-transform: opacity 0.3s linear;
    -o-transform: opacity 0.3s linear;
    transform: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transform: height 0.35s ease;
    -moz-transform: height 0.35s ease;
    -ms-transform: height 0.35s ease;
    -o-transform: height 0.35s ease;
    transform: height 0.35s ease;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.collapse {
    display: none;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;

}
@media (min-width: 767px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.tools .register-menu {
    width: auto;
    float: right;
    list-style: none;
}
.input-text,
input[type="text"],
input[type="email"],
#tribe-bar-form input[type=text],
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text] {
    border: 1px solid #d2d2d2;
    font-size: 16px;
    color: #747474;
    padding: 8px 15px;
    margin-right: 1%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* Fix to make border-radius work for transparent colors */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.t3-mainnav .t3-navbar-collapse {
    display: block;
}
.quick-search {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 40px;
}
.quick-search .search-query {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    margin: 0 auto 10px;
    padding: 0;
    background: none;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    outline: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden;
    border-color: #728ca8;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#public-registration-form{
  flex-direction: column;
}
.packages-page .package-item {
    position: relative;
    background: #F9F9F9;
    margin: 0 0 20px;
    padding: 35px 0 20px;
    border: 1px solid #EAEAEA;
}
.packages-page .package-item h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.packages-page .package-item .strike {
    font-size: 26px;
    position: relative;
    text-decoration: line-through;
    color: #2B2B2B;
    margin-left: 35px;
}
.packages-page .package-item .price {
    font-size: 36px;
    font-weight: bold;
    color: #e96f0a;
}
.packages-page .package-item .btn {
    text-transform: uppercase;
}
.packages-page .package-item .btn-contact-us {
    margin-top: 50px !important;
}
.package-item ul.package-list {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    display: table;
    margin: 20px auto 0;
}
.package-item ul.package-list li>ul {
    list-style: none;
    margin: 10px 0;
    font-size: 14px;
}
.package-item ul.package-list li,
.package-item ul.package-list li>ul>li {
    position: relative;
    margin-left: 20px;
}
.package-item ul.package-list li:before,
.package-item ul.package-list li>ul>li:before {
    left: -30px;
    background: #96bc3d;
    display: block;
    position: absolute;
    content: "";
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: url("/wp-content/themes/Avada-Child-Theme/images/carts.png") -127px -642px no-repeat;
    width: 28px;
    height: 20px;
}
.packages-page ul.package-list {
    list-style: none;
}
.packages-page ul.package-list>li>a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-left: 20px;
}
.packages-page ul.package-list>li>ul.package-sublist {
    margin-top: 10px;
}
.packages-page ul.package-list>li>div,
.packages-page ul.package-list>li>ul.package-sublist>li>div {
    margin-left: 20px;
}
.packages-page ul.package-list ul.package-sublist>li {
    list-style: none;
    margin-left: 30px;
}
.packages-page ul.package-list ul.package-sublist>li>a {
    position: relative;
}
ul.package-sublist>li.panel>a:before,
ul.package-list>li.panel>a: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: -20px;
    top: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
ul.package-sublist li.panel>a[aria-expanded="true"]:before,
ul.package-list li.panel>a[aria-expanded="true"]:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.packages-page ul.package-list ul.package-sublist>li>a.active:after {
    display: none;
}
.packages-page table.final-price {
    background: #ededed;
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0;
    color: #4c4c4c;
}
.packages-page table.final-price tr td {
    border: none;
    padding: 15px 20px;
    vertical-align: middle;
}
.packages-page table.final-price tr td:nth-child(2) {
    background: #e5e5e5;
    text-align: center;
    font-style: italic;
}
.packages-page table.final-price tr:nth-child(2) td:nth-child(1) {
    border-top: 1px solid #B1C780;
    border-bottom: 1px solid #B1C780;
}
.packages-page table.final-price tr td.price-sum {
    position: relative;
}
.packages-page table.final-price tr td.price-sum:before,
.packages-page table.final-price tr td.price-sum:after {
    top: -1px;
    left: 50%;
    background: #96bc3d;
    display: block;
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: -5px;
}
.packages-page table.final-price tr td.price-sum:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.packages-page table.final-price tr td .total-price .strike {
    text-decoration: line-through;
}
.packages-page table.final-price tr td .total-price .total-sum {
    font-size: 36px;
    font-weight: 600;
    color: #fbbd3f;
}
ul.package-steps li>span {
    height: 50px;
    width: 50px;
    background: url("/wp-content/themes/Avada-Child-Theme/images/packages-icon.png") no-repeat 50% -20px transparent;
    margin: 3px 15px 0 0;
    float: left;
}
ul.package-steps li>span.step1 {
    margin-top: -12px;
    background-position: 50% -3px;
}
ul.package-steps li>span.step2 {
    background-position: 50% -73px;
}
ul.package-steps li>span.step3 {
    background-position: 50% -150px;
}
ul.package-steps li>p {
    margin-left: 65px;
}
ul.package-steps li {
    padding: 10px 0;
    border-bottom: 1px solid #EAEAEA;
}
ul.package-steps li:last-child {
    border-bottom: none;
}
.hot-offer {
    height: 50px;
    width: auto;
    background: #fbbd3f;
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    top: -51px;
    right: -1px;
}
.hot-offer>span {
    display: block;
}
.hot-offer .hot-offer-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
}
.hot-offer .hot-offer-text {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    margin: 0 25px;
}
.hot-offer:before {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 50px solid #FFF;
    border-right: 20px solid transparent;
}
.cookie-popup {
    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;
}
.cookie-popup-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cookie-popup .container {
    display: flex;
    flex-direction: row!important;
    padding: 0!important;
}
.cookie-popup-text {
    font-family: Poppins,sans-serif!important;
    font-size: 14px;
    line-height: normal;
    color: #182353;
    padding: 15px;
}
.cookie-popup-text h3 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}
.quick-search .search label{
    opacity: 0;
    color: #556f88;
    font-size: 14px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.quick-search .search-query:focus ~ label {
    opacity: 1;
    top: -10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.quick-search .search-query::-moz-placeholder {
    color: #556f88;
    opacity: 1;
}
.quick-search .search-query:-ms-input-placeholder {
    color: #556f88;
}
.quick-search .search-query::-webkit-input-placeholder {
    color: #556f88;
}
.quick-search .search-query::-moz-placeholder {
    color: #556f88;
    opacity: 1;
}
.quick-search .search-query:-ms-input-placeholder {
    color: #556f88;
}
.quick-search .search-query::-webkit-input-placeholder {
    color: #556f88;
}
.quick-search .search-query:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    border-bottom: 1px solid #48B4EE;
}
.quick-search .search-query:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}
.quick-search .search-query:focus:-ms-input-placeholder {
    color: transparent;
}
.quick-search .search-query:focus::-webkit-input-placeholder {
    color: transparent;
}
.quick-search .search-query:focus::-moz-placeholder {
    color: transparent;
    opacity: 1;
}
.quick-search .search-query:focus:-ms-input-placeholder {
    color: transparent;
}
.quick-search .search-query:focus::-webkit-input-placeholder {
    color: transparent;
}
.why-we-redesigned-block {
    background: linear-gradient(130.86deg, #039BE5 26.81%, #56B4FB 85.35%);;
}
.why-we-redesigned-block .container {
    padding: 80px 0 100px;
}
.why-we-redesigned-block .items-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.why-we-redesigned-block .like-heading-h2 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
    text-transform: unset!important;
    margin-top: 0;
    margin-bottom: 20px;
    color: #182353;
}
.why-we-redesigned-block .list-item {
    margin: 60px 0 0 0;
    width: 350px;
    height: 225px;
    flex-basis: unset;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08), -8px 4px 40px rgba(9, 74, 121, 0.08);
    border-radius: 12px;
    position: relative;
    padding: 50px 28px 30px;
    text-align: center;
    font-family: Poppins,sans-serif!important;
    color: #182353;
}
.why-we-redesigned-block .icon {
    position: absolute;
    width: 72px;
    height: 72px;
    top: -36px;
    left: calc(50% - 36px);
}
.keep-selling .icon {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/keep-selling-g.svg);
}
.live-support .icon {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/live-support-g.svg);
}
.recommended-by-leaders .icon {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/recommended-by-leaders-g.svg);
}
.why-we-redesigned-block .like-heading-h3 {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
.why-we-redesigned-block p {
    font-size: 14px !important;
    line-height: 22px;
}
.summary.pp > div > p {
    font-size: 26px;
}
.migration-process {
    margin-top: 25px;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.migration-process-item {
    width: 23%;
    text-align: center;
}
.migration-process-image {
    height: 100px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 20px 0;
    position: relative;
}
.migration-process-executer.you {
    color: #69a5c5;
    left: calc(50% - 110px);
}
.migration-process-executer {
    text-transform: uppercase;
    color: #d09d2a;
    font-size: 28px;
    transform: rotate(-90deg);
    position: absolute;
    left: calc(50% - 100px);
    top: 35px;
    font-weight: bold;
}
.rd-parallax-container.packages-page {
    position: relative;
    background: center / cover no-repeat url(/wp-content/themes/Avada-Child-Theme/images/service-packages.svg);
    -ms-background-position-y: bottom;
    background-position-y: bottom;
}
.rd-parallax-container.packages-page:before {
    content: '';
    background: no-repeat url("/wp-content/themes/Avada-Child-Theme/images/line-over-1.svg");
    position: absolute;
    width: 100%;
    height: 344px;
    bottom: -36px;
}
.packages-page .mp-parallax-content.dm-header {
    background: transparent!important;
}
.packages-list {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.package-item {
    box-shadow: 0 0 10px #ccc;
    margin: 15px 7px;
    padding: 0 8px 15px;
    position: relative;
    background: #fff;
    padding-top: 175px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    min-width: 280px;
}
.package-item:last-child {
    padding-top: 150px;
}
.package-item-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 130px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.package-item-image h3 {
    font-weight: 600 !important;
    color: rgba(0,0,0,0.5) !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px !important;
    line-height: 36px !important;
    padding: 20px 0 10px 0;
    margin: 0;
}
.package-item-image p {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px;
}
.package-item.basic .package-item-image {
    background: #a5c458;
}
.package-item.extended .package-item-image {
    background: #efb25b;
}
.package-item.premium .package-item-image {
    background: #68aada;
}
.package-item.ultimate .package-item-image {
    background: #da6e6f;
}
.package-item ul {
    list-style: none;
    margin: 15px 0 24px;
    font-size: 1em;
    line-height: 1.57;
    padding-left: 17px;
}
.package-item ul li:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    color: #33c080;
    left: -8px;
}
.package-item ul li li:before {
    left: -3px;
    color: #69a5c5;
}
.package-item ul > li {
    position: relative;
    font-weight: bold;
    color: #555;
    padding-left: 10px;
}
.package-item ul > li li {
    color: #666;
    font-size: 12px;
}
.package-item > a, .pp > a {
    background: #76a22a;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 6px #487814;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    max-width: 232px;
}
.package-item.extended > a, .pp > a.extended {
    background: #f1a334;
    box-shadow: 0 6px #e86a0a;
}
.package-item.premium > a, .pp > a.premium {
    background: #4296d2;
    box-shadow: 0 6px #2060a8;
}
.package-item.ultimate > a, .pp > a.ultimate {
    background: #c44f50;
    box-shadow: 0 6px #852324;
}
.package-item > a:hover, .pp > a:hover {
    box-shadow: 0 4px #487814;
    top: 2px;
    color: #fff !important;
}
.package-item.extended > a:hover, .pp > a.extended:hover {
    box-shadow: 0 4px #e86a0a;
}
.package-item.premium > a:hover, .pp > a.premium:hover {
    box-shadow: 0 4px #2060a8;
}
.package-item.ultimate > a:hover, .pp > a.ultimate:hover {
    box-shadow: 0 4px #852324;
}
.package-item > a:active, .pp > a:active {
    top: 6px;
    box-shadow: 0 0;
    color: #fff !important;
}
.package-item.extended > a:active, .pp > a.extended:active {
    box-shadow: 0 0 #e86a0a;
}
.package-item.premium > a:active, .pp > a.premium:active {
    box-shadow: 0 0 #2060a8;
}
.package-item.ultimate > a:active, .pp > a.ultimate:active {
    box-shadow: 0 0 #852324;
}
.package-item > a:visited,
.package-item > a:focus, .pp > a:visited,
.pp > a:focus {
    color: #fff !important;
}
.package-item.basic > a {
    background: #76a22a;
}
.package-item-price a {
    top: 97px;
    left: calc(50% - 35px);
    display: inline-block;
    text-decoration: none;
    background: #fcad26;
    text-transform: uppercase;
    color: #fff !important;
    width: fit-content;
    padding: 20px 9px;
    position: absolute;
    border-radius: 59px;
    border: 4px solid #fff;
    font-weight: bold;
}
.package-item-price a:hover {
    transform: scale(1.1);
}
.package-item-price .actual-price {
    color: #e96f0a;
    font-size: 40px;
    text-decoration: none !important;
}
.package-item-price .old-price {
    color:#888;
    line-height: 50px;
    font-size: 24px;
    text-decoration: line-through orange;
}
.packages-page .migration-process-image.request {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/communications-blue.svg);
}
.packages-page .migration-process-image.pre-check {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/computer-blue.svg);
}
.packages-page .migration-process-image.set-up-and-run {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/help-blue.svg);
}
.packages-page .migration-process-image.complete-migration {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/calendar-blue.svg);
}
.pp .services-button {
    margin: 0;
}
.single-package-block .dm-container {
    flex-direction: row-reverse;
    padding-top: 0;
}
.package-item.wide {
    width: 100%;
    max-width: 500px;
    padding-top: 15px;
}
.new .container.dm-container {
    align-items: flex-start;
}
.important-notice {
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
    background: #faf0d3;
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    margin: 0 auto;
}
.important-notice h4 {
    font-size: 30px;
    text-transform: uppercase;
}
.important-notice.wider {
    width: 350px;
    top: 13px;
    margin: 0 20px;
}
.dm-shedule-a-consultation.pp {
    background: transparent;
}
.dm-shedule-a-consultation.pp p {
    color: #000;
    max-width: 650px;
    padding-top: 0;
}
.package-subimage {
    height: 425px;
    width: 650px;
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/extended-sub.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.package-subimage.basic {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/basic-bg.png);
}
.package-subimage.premium {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/pramium-bg.png);
}

.package-subimage.ultimate {
    background-image: url(/wp-content/themes/Avada-Child-Theme/images/ultimate-bg.png);
}
.package-item.wide ul.package-list > li > a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #000 !important;
}
.other-packages-list .items .package-item-image {
    background: #ccc;
    height: 70px;
}
.other-packages-list .items .package-item-image h3 {
    font-size: 24px !important;
    line-height: 20px !important;
    padding: 10px;
}
.other-packages-list .items .package-item-image p {
    text-transform: none;
}
.other-packages-list, .other-packages-list .items {
    display: flex;
    text-align: center;
}
.other-packages-list .items p {
    width: 280px;
}
.bigger-packages, .smaller-packages {
    padding: 10px;
    box-shadow: 0 0 20px #ccc;
    margin: 10px;
    border-radius: 10px;
    height: fit-content;
}
a.package-item, a.package-item:last-child {
    padding-top: 40px;
}
a.package-item:hover h3 {
    color: #fff !important;
}
a.package-item:hover p {
    color: rgba(0,0,0,0.5)
}
a.package-item .package-item-image {
    border-radius: 20px;
}
.transformed .dm-container:first-child {
    justify-content: space-around;
}
.transformed p {
    max-width: 730px;
    font-size: 14px;
    color: #777;
}
.pp > a.extended {
    margin-bottom: 15px;
}
.transformed.fullwidth-content, section.dm-shedule-a-consultation + .testimonials-content {
    margin: 0 !important;
}
.important-notice::before {
    content: '\f12a';
    color: #ff6b00;
    position: absolute;
    right: 23px;
    top: -48px;
    font-size: 93px;
    font-family: 'FontAwesome';
    transform: rotate(19deg);
}
.single-package-block .package-item-price {
    padding-bottom: 20px;
}
section.packages-page {
    position: relative;
}
.container.dm-container.pp {
    padding-top: 0;
}
.mb {
    display: none;
}
.package-item ul.package-list {
    margin: 0 !important;
    align-self: start;
}
.package-item.wide ul.package-list li:before, .package-item.wide ul.package-list li > ul > li:before {
    display: none;
}
.services-button.basic a {
    background: #76a22a;
}
.services-button.premium a {
    background: #4296d2;
}
.services-button.ultimate a {
    background: #c44f50;
}
.wide .panel p.default-notice {
    font-weight: normal;
}
@media all and (max-width: 1199px) {
    .packages-list {
        flex-wrap: wrap;
    }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
    .dm-shedule-a-consultation.pp .services-button a::before {
        top: 13px !important;
    }
}
@media all and (min-width: 768px) and (max-width: 768px) {
    .dm-shedule-a-consultation.pp .services-button a::before {
        top: 0px !important;
    }
}
@media all and (max-width: 991px) {
    .package-item ul > li li {
        font-size: 14px;
    }
    .mb {
        display: block;
    }
    .transformed .dm-container:first-child,
    .other-packages-list, .other-packages-list .items {
        flex-wrap: wrap ;
        justify-content: center;
    }
    .other-packages-list .items {
        display: block;
    }
    .single-package-block .dm-container {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .packages-page table.final-price {
        font-size: 16px;
    }
}
@media all and (max-width: 767px) {
    .package-subimage {
        height: 300px;
    }
    .dm-shedule-a-consultation.pp p {
        margin-bottom: 20px !important;
    }
}
@media all and (max-width: 499px){
    .rd-parallax-container.packages-page .services-button a::before {
        top:0px !important;
    }
    .pp .services-button a::before, .dm-shedule-a-consultation.pp .services-button a::before {
        top: 13px !important;
    }

    .packages-page .dm-container table.final-price tr td {
        padding: 15px;
    }

    .packages-page table.final-price tr td .total-price .total-sum {
        font-size: 32px;
    }
}
.services-button.green a {
    padding: 19px 60px 19px 25px;
    font-size: 14PX;
    overflow: hidden;
    background: #46a596;
    color: #fff;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s;
    border-radius: 4px;
}
.services-button.green {
    margin-top: 0px;
    width: fit-content;
    text-align: center;
}
.services-button.green a:before {
    content: "\f0e0";
    top: -2px;
    right: 0px;
}
.how-it-works-notice {
    align-items: center;
    justify-content: space-around;
}
.how-it-works-notice div {
    width: 53%;
}
.summary {
    background: #46a596;
    padding: 20px;
}
.summary p {
    color: #fff;
    margin-bottom: 0 !important;
}
.summary a {
    color: #fff !important;
    font-weight: bold;
}
.rd-parallax-container.packages-page ul {
    text-align: left;
    z-index: 1;
}

/*Register from SFDbutton form styles start */

br.mobile {
    display: none;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
@media all and (max-width: 991px) {
    br.mobile{
        display: block
    }
}

/*Register from SFDbutton form styles end */


@media (max-width: 1199px) {
    .services-button.green a:before {
        right: 0px;
        top: 8px !important;
    }
    .services-button.green a {
        padding: 19px 50px 19px 25px;
    }
}
@media (max-width: 767px) {

    .how-it-works-notice{
        width: 100%;
    }
    .services-button.green {
        margin-top: 20px;
    }
    .services-button.green a:before {
        right: -7px;
        top: -1px !important;
    }
    .services-button.green a {
        padding: 19px 42px 19px 25px;
        margin: 10px 0!important;
    }
    .how-it-works-notice p{
        padding-left: 0 !important;
    }
}
@media all and (max-width: 1150px) {
    .cookie-popup .container {
        flex-direction: column!important;
    }
    .cookie-popup-buttons {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 5px;
    }
    .cookie-popup-text {
        width: 100%;
        justify-content: center;
        padding: 10px;
    }
    .cookie-popup-buttons a,
    .cookie-popup-buttons button {
        margin: 5px;
    }
}
@media all and (max-width: 1079px) {
    .why-we-redesigned-block .items-list {
        justify-content: center;
    }
    .why-we-redesigned-block .list-item {
        margin: 60px 10px 0;
    }
    .why-we-redesigned-block .like-heading-h2 {
        font-size: 29px;
        line-height: 35px;
        letter-spacing: .4px;
    }
}
@media (min-width: 992px) {
    .packages-page .package-item img {
        margin: 0 auto;
        left: -35px;
        position: relative;
    }
}
@media only screen and (max-width: 768px) {
    .migration-process {
        flex-direction: column;
        justify-content: center
    }
    .migration-process .migration-process-item {
        margin: auto;
        width: 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
    body #wrapper.redesigned-menu {
        overflow-x: visible !important;
    }
    .menu-redesigned-menu-container {
        position: relative;
    }
    .menu-redesigned-menu-container .t3-mainnav {
        top: 105px;
        position: absolute;
    }
    .menu-redesigned-menu-container .tools.dropdown-login {
        margin: 0;
        position: absolute;
        bottom: 12px;
    }
    .menu-redesigned-menu-container .logo {
        position: absolute;
    }
    .menu-redesigned-menu-container .logo picture {
        display: block;
    }
}
.tools .signup {
    padding: 6px 20px;
    border: 1px solid #000;
    color: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.tools .signup:hover {
    border-color: transparent;
    background: #48b4ee;
    color: #fff;
}
.tools .user {
    position: relative;
    float: left;
    margin-left: 40px;
}
.tools .user a {
    float: none;
    padding-bottom: 21px;
}
.tools .user a i {
    margin-right: 10px;
}
.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;
}
.tools .user .user-dropdown a {
    display: block;
    padding: 0;
    margin: 0;
}
.tools .user:hover > a {
    color: #48b4ee;
}
.tools .user:hover .user-dropdown {
    display: block;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.tools .cart-btn {
    display: block;
    float: right;
    cursor: pointer;
    width: 100%;
    background: #5dc6fe;
}
@media only screen and (max-width: 1024px) {
    .tools .cart-btn {
        top: 0;
        right: 0;
        z-index: 1;
    }
}
#scrollup {
    position: fixed;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    padding: 11px 12px;
    background: #8a8989;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    right: 30px;
    bottom: 90px;
    display: none;
    cursor: pointer;
    z-index: 5560;
}
#scrollup:hover {
    background: #8e8e8e;
}
.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 !important;
    border: none;
    padding: 27px 10px 28px;
    text-align: center;
}
.tools .cart-btn .link:hover {
    background: none;
}
.tools .cart-btn .login{
    font-weight: 400;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}
.tools .cart-btn .dropdown{
    width: 100%;
    position: relative;
}
.tools .cart-btn .dropdown .submenu a{
    margin: 0;
}

.tools .cart-btn .login i{
    margin: 0 5px;
}
.tools .cart-btn .fa-chevron-down {
    font-size: 11px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}
.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;
}
.tools .cart-btn .cart-dropdown .empty-cart {
    display: none;
    text-align: center;
    padding-top: 24px;
    height: 130px;
}
.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);
}
.tools .cart-btn .cart-dropdown a {
    float: none;
    display: inline-block;
}

.tools .cart-btn .cart-dropdown table {
    width: 100%;
    border-bottom: 1px solid #cecece;
}
.tools .cart-btn .cart-dropdown table td {
    padding-bottom: 9px;
}
.tools .cart-btn .cart-dropdown table.total {
    border: none;
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.tools .cart-btn .cart-dropdown table.total td {
    padding-top: 9px;
}
.tools .cart-btn .cart-dropdown .links {
    margin-bottom: 16px;
}
.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;
}
.tools .cart-btn .cart-dropdown .links a:hover {
    color: #afafaf;
    border-bottom: 1px solid transparent;
}
.tools .cart-btn .login.active + .cart-dropdown {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.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;
}
.tools .register-menu{
    width: auto;
    float: right;
    list-style: none;
}
.tools .register-menu ul{
    list-style: none;
    text-align: right;
    margin-bottom: 0;
}
.tools .register-menu ul li{
    display: inline-block;
}
.fusion-main-menu .tools .register-menu ul li a{
    color: #fff;
}
.tools .register-menu ul li.sing-up a{
    padding: 8px 22px;
    background: #40d04d;
    font-weight: 600;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
.tools .register-menu ul li.sing-up a:hover,
.tools .register-menu ul li.sing-up a:active,
.tools .register-menu ul li.sing-up a:focus{
    color: #fff;
    background: #31c43f;
}
@media only screen and (max-width: 1024px) {
    .tools .register-menu ul li a{
        display: block;
    }
}

#main-content .post-content .single-package-block .bolder-header {
    margin-top: 19px;
    font-weight: 500;
}
@media (max-width: 991px) {
    #main-content .post-content .single-package-block .bolder-header {
        margin-bottom: 0;
    }
}
@media (max-width: 551px) {
    #main-content .post-content .single-package-block .bolder-header {
        margin: 70px 15px 0;
    }
}
/*
  Generated sprites http://www.retinaclientsgenerator.com
*/

.carts-list > li > a span{
    display: inline-block;
    background-image: url('/images/stories/carts-list.png');
}


.carts-list > li > a .cart-magento {
    width: 180px;
    height: 54px;
    background-position: 0 0;
}

.carts-list > li > a .cart-woocommerce {
    width: 189px;
    height: 38px;
    background-position: 0 -54px;
}

.carts-list > li > a .cart-prestashop {
    width: 210px;
    height: 38px;
    background-position: 0 -92px;
}

.carts-list > li > a .cart-shopify {
    width: 185px;
    height: 50px;
    background-position: 0 -130px;
}

.carts-list > li > a .cart-opencart {
    width: 200px;
    height: 41px;
    background-position: 0 -180px;
}

.carts-list > li > a .cart-3dcart {
    width: 143px;
    height: 43px;
    background-position: 0 -221px;
}


.clients {
    background-image: url('/images/clients/clients.png');
}

.andre-markus {
    width: 60px;
    height: 60px;
    background-position: 0 0;
}

.carolina-fonseca {
    width: 60px;
    height: 60px;
    background-position: 0 -60px;
}

.christopher-simmons {
    width: 60px;
    height: 60px;
    background-position: 0 -120px;
}

.dave-di-pietra {
    width: 60px;
    height: 60px;
    background-position: 0 -180px;
}

.gijs-van-woerdekom {
    width: 60px;
    height: 64px;
    background-position: 0 -240px;
}

.jean-edwards {
    width: 60px;
    height: 60px;
    background-position: 0 -304px;
}

.jenis-shah {
    width: 60px;
    height: 60px;
    background-position: 0 -364px;
}

.justin-williams {
    width: 60px;
    height: 60px;
    background-position: 0 -424px;
}

.karen-newell {
    width: 60px;
    height: 60px;
    background-position: 0 -484px;
}

.karen-rzepecki {
    width: 60px;
    height: 60px;
    background-position: 0 -544px;
}

.marty-arieli {
    width: 60px;
    height: 60px;
    background-position: 0 -604px;
}

.shirley-hodges {
    width: 60px;
    height: 60px;
    background-position: 0 -664px;
}


.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#ff8000 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px solid #444;border-left:1px solid #333;border-right:1px solid #333;border-top:1px solid #333;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  display: inline-block;
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;

  margin: 0 auto;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ADADAD;
}
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2{
    width: 100%;
}
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 40px;
    padding: 0 0 0 8px;
    overflow: visible;
    position: relative;

    font-size: 16px;

    border: 1px solid #868686;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;

    position: relative;
    top: -5px;
    vertical-align: middle;
    line-height: 46px;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/wp-content/themes/Avada-Child-Theme/images/select2/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 18;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 19;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #84B4FF;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 24px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-radius: 0 3px 3px 0;

    background-clip: padding-box;

}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/wp-content/themes/Avada-Child-Theme/images/select2/select2.png') no-repeat 0 2px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 6px 20px 6px 5px !important;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/wp-content/themes/Avada-Child-Theme/images/select2/select2.png') no-repeat 100% -22px;
    background: url('../images/select2/select2.png') no-repeat 95% -28px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../images/select2/select2.png') no-repeat 95% -28px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/select2/select2.png') no-repeat 95% -28px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/select2/select2.png') no-repeat 95% -28px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('/wp-content/themes/Avada-Child-Theme/images/select2/select2.png') no-repeat -37px -22px;
    background: url('/wp-content/themes/Avada-Child-Theme/images/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/wp-content/themes/Avada-Child-Theme/images/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/wp-content/themes/Avada-Child-Theme/images/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/wp-content/themes/Avada-Child-Theme/images/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('/wp-content/themes/Avada-Child-Theme/images/select2/select2-spinner.gif') no-repeat 100%;
    background: url('/wp-content/themes/Avada-Child-Theme/images/images/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/wp-content/themes/Avada-Child-Theme/images/images/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/wp-content/themes/Avada-Child-Theme/images/images/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/wp-content/themes/Avada-Child-Theme/images/images/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #84B4FF;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #fff;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -24px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 260px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    margin: -5px 0;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 0 7px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #E7E7E7;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/wp-content/themes/Avada-Child-Theme/images/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/wp-content/themes/Avada-Child-Theme/images/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/wp-content/themes/Avada-Child-Theme/images/select2/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('/wp-content/themes/Avada-Child-Theme/images/select2/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 80px 50px !important;
    }

    .select2-search input {
        background-position: 100% -26px !important;
    }

    .select2-container .select2-choice .select2-arrow b {
        background-position: 1px 4px;
    }

    .select2-dropdown-open .select2-choice .select2-arrow b {
        background-position: -23px 5px;
    }
}

/*------------------- Customized Select Icon --------------------*/

.icon-cart{
    width: 50px;
    height: 50px;
    vertical-align: middle;
    position: relative;
    display: inline-block !important;
    background: url("/images/stories/carts.png") no-repeat -3px -3px transparent;
    transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform:  scale(0.75);
}

.icon-cart:before{
    content: '' !important;
    display: none !important;
}

i.icon-cart.d3dcart {
    background-position: -3px -3px;
}
i.icon-cart.aceshop {
    background-position: -60px -3px;
}
i.aspdotnetstorefront {
    background-position: -116px -3px;
}
i.icon-cart.bigcommerce {
    background-position: -170px -3px;
}
i.icon-cart.channeladvisor {
    background-position: -230px -3px;
 }
i.icon-cart.corecommerce {
    background-position: -285px -3px;
}
i.icon-cart.cscart {
    background-position: -345px -3px;
}
i.icon-cart.cubecart {
    background-position: -400px -3px;
}
i.icon-cart.digishop {
    background-position: -2px -58px;
}
i.icon-cart.hhgmultistore {
    background-position: -60px -58px;
}
i.icon-cart.interspire {
    background-position: -115px -58px;
}
i.icon-cart.joocart {
    background-position: -172px -60px;
}
i.icon-cart.lemonstand {
    background-position: -227px -58px;
}
i.icon-cart.litecommerce3 {
    background-position: -285px -58px;
}
i.icon-cart.loaded7 {
    background-position: -340px -58px;
}
i.icon-cart.loadedcommerce,
i.icon-cart.creloaded{
    background-position: -400px -58px;
}
i.icon-cart.magento {
    background-position: -2px -116px;
}
i.icon-cart.magentogo {
    background-position: -59px -117px;
}
i.icon-cart.mijoshop {
    background-position: -117px -115px;
}
i.icon-cart.mivamerchant, i.icon-cart.mivamerchant9 {
    background-position: -172px -116px;
}
i.icon-cart.modifiedecommerceshopsoftware {
    background-position: -286px -117px;
}
i.icon-cart.opencart {
    background-position: -342px -116px;
}
i.icon-cart.oscmax {
    background-position: -400px -115px;
}
i.icon-cart.oscommerce {
    background-position: -2px -174px;
}
i.icon-cart.oxideshop {
    background-position: -59px -174px;
}
i.icon-cart.pinnaclecart {
    background-position: -116px -173px;
}
i.icon-cart.prestashop {
    background-position: -172px -173px;
}
i.icon-cart.shopscript {
    background-position: -229px -173px;
}
i.icon-cart.shopscriptfree {
    background-position: -229px -173px;
}
i.icon-cart.shopify {
    background-position: -287px -173px;
}
i.icon-cart.shopp {
    background-position: -342px -173px;
}
i.icon-cart.shoptab {
    background-position: -400px -173px;
}
i.icon-cart.squirrelcart {
    background-position: -2px -230px;
}
i.icon-cart.summercart {
    background-position: -59px -230px;
}
i.icon-cart.sunshop {
    background-position: -117px -228px;
}
i.icon-cart.tomatocart {
    background-position: -173px -230px;
}
i.icon-cart.ubercart {
    background-position: -228px -230px;
}
i.icon-cart.veyton {
    background-position: -287px -230px;
}
i.icon-cart.virtuemart {
    background-position: -342px -230px;
}
i.icon-cart.volusion {
    background-position: -400px -230px;
}
i.icon-cart.woocommerce {
    background-position: -3px -285px;
}
i.icon-cart.wpecommerce {
    background-position: -57px -286px;
}
i.icon-cart.xcart {
    background-position: -115px -285px;
}
i.icon-cart.xtcommercenext,
i.icon-cart.xtcommerce {
    background-position: -173px -288px;
}
i.icon-cart.yahoostore {
    background-position: -228px -285px;
}
i.icon-cart.zencart {
    background-position: -286px -285px;
}
i.icon-cart.bigcartel {
    background-position: -342px -285px;
}
i.icon-cart.nopcommerce {
    background-position: -400px -286px;
}
i.icon-cart.miwoshop {
    background-position: -117px -115px;
}
i.icon-cart.jigoshop {
    background-position: -2px -344px;
}
i.icon-cart.ablecommerce {
    background-position: -59px -344px;
}
i.icon-cart.prostores {
    background-position: -117px -344px;
}
i.icon-cart.actinic {
    background-position: -173px -344px;
}
i.icon-cart.csvfile,i.icon-cart.csv-file{
    background-position: -228px -344px;
}
i.icon-cart.epages {
    background-position: -286px -344px;
}
i.icon-cart.ecwid {
    background-position: -342px -344px;
}
i.icon-cart.gambio {
    background-position: -400px -344px;
}
i.icon-cart.shopsite {
    background-position: -2px -402px;
}
i.icon-cart.x-cart-cloud {
    background-position: -115px -285px;
}
i.icon-cart.drupalcommerce {
    background-position: -59px -402px;
}
i.icon-cart.wordpresseStorePlugin {
    background-position: -117px -402px;
}
i.icon-cart.kickstart{
    background-position: -173px -402px;
}
i.icon-cart.premmerce{
    background-position: -228px -402px;
}
i.icon-cart.prestashopcloudextend,
i.icon-cart.prestashopcloud{
    background-position: -286px -402px;
}
i.icon-cart.americommerce{
    background-position: -342px -402px;
}
i.icon-cart.litecart{
    background-position: -400px -402px;
}
i.icon-cart.cart66{
    background-position: -2px -458px;
}
i.icon-cart.networksolutions{
    background-position: -59px -458px;
}
i.icon-cart.amazon-webstore{
    background-position: -117px -458px;
}
i.icon-cart.merchium{
    background-position: -173px -458px;
}
i.icon-cart.sparkpay{
    background-position: -228px -458px;
}
i.icon-cart.etsy{
    background-position: -286px -458px;
}
i.icon-cart.Parser{
    background-position: -342px -458px;
}
i.icon-cart.seoshop{
    background-position: -400px -458px;
}
i.icon-cart.sneakpeak{
    background-position: -2px -514px;
}
i.icon-cart.aabaco{
    background-position: -59px -514px;
}
i.icon-cart.arastta{
    background-position: -117px -514px;
}
i.icon-cart.saphybris{
    background-position: -228px -514px;
}
i.icon-cart.zoey{
    background-position: -286px -514px;
}
i.icon-cart.ekmpowershop{
    background-position: -340px -514px;
}
i.icon-cart.shopware{
    background-position: -2px -570px;
}
i.icon-cart.weebly{
    background-position: -115px -570px;
}
i.icon-cart.wix{
    background-position: -57px -575px;
}
i.icon-cart.squarespace {
    background-position: -174px -570px;
}
i.icon-cart.mystore-no{
    background-position: -227px -571px;
}
i.icon-cart.godaddy{
    background-position: -279px -575px;
}
i.icon-cart.thirtybees{
    background-position: -345px -575px;
}
i.icon-cart.hikashop{
    background-position: -401px -575px;
}
i.icon-cart.lightspeed{
    background-position: -58px -629px;
}
i.icon-cart.lightspeed-pos{
    background-position: -58px -629px;
}
i.icon-cart.easy-digital-downloads{
    background-position: -114px -627px;
}
i.icon-cart.dawanda{
    background-position: -173px -625px;
}
i.icon-cart.joomshopping{
    background-position: -228px -624px;
}
i.icon-cart.palundu{
    background-position: -285px -625px;
}
i.icon-cart.storeden{
    background-position: -345px -622px;
}
i.icon-cart.neto{
    background-position: -400px -623px;
}
i.icon-cart.visualsoft{
    background-position: -2px -680px;
}
i.icon-cart.wizishop{
    background-position: -62px -681px;
}
i.icon-cart.shift4shop{
    background-position: -116px -681px;
}

i.icon-cart.default-option{
  background: none;
}

/**
* @author JoomlaShine.com Team
* @copyright JoomlaShine.com
* @link joomlashine.com
* @package
* @version $Id:
* @license GNU/GPL v2 http://www.gnu.org/licenses/gpl-2.0.html
*/

.jsn-bootstrap * {
    word-wrap: break-word;
}

.jsn-master .jsn-bootstrap .jsn-row-container .label,
.jsn-master .jsn-bootstrap .jsn-row-container {
    white-space: inherit;
}

#ui-datepicker-div {
    z-index: 2147483648 !important;
}

.jsn-uniform.jsn-master .jsn-bootstrap .hide {
    display: none;
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content hr {
    margin: 10px 0;
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content span.required {
    color: #FE7962;
    font-weight: 300;
    margin: 0 5px;
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
    background: none !important;
    display: table;
    width: auto !important;
    min-width: 400px;
    border: none;
    margin-bottom: 0;
    padding: 10px;
    transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.qc-delete-current-data{
    max-width: 430px;
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.qc-delete-current-data .icon-question-sign{
    margin-left: 5px;
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-label {
    max-width: 420px;
    font-weight: bold;
}
.jsn-uniform.jsn-master .jsn-bootstrap form.form-horizontal .jsn-form-content .control-group .row-fluid,
.jsn-uniform.jsn-master .jsn-bootstrap form.form-horizontal .jsn-form-content .control-group .row-fluid [class*="span"] input {
    margin-bottom: 10px;
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group .jsn-value-Others {
    display: block;
}

.ui-daterangepickercontain {
    text-align: left;
}

.jsn-uniform.jsn-master .jsn-bootstrap .placeholder {
    color: #aaa;
}

.jsn-uniform.jsn-master .jsn-bootstrap select {
    height: auto;
}

.jsn-master .jsn-bootstrap .jsn-inline {
    display: inline;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

.ui-timepicker-rtl dl {
    text-align: right;
}

.ui-timepicker-rtl dl dd {
    margin: 0 65px 10px 10px;
}

.jsn-uniform.jsn-master .jsn-bootstrap .btn.btn-icon [class^="icon-"],
.jsn-master .jsn-bootstrap .btn.btn-icon [class*=" icon-"] {
    margin: 0;
}
.jsn-uniform.jsn-master .jsn-bootstrap .ui-datepicker-trigger.btn-icon{
    background: #FFFFFF;
    border: 1px solid #949494;
    padding: 10px 21px 6px !important;
    margin: -3px 0 0 -5px !important;
    border-radius: 0 3px 3px 0;
    color: #4A4A4A;
}

.jsn-uniform.jsn-master .jsn-bootstrap .ui-datepicker-trigger .icon-calendar{
    font-size: 16px;
}
.jsn-master .jsn-bootstrap .jsn-style-dark .ui-state-highlight {
    text-shadow: none;
}

.jsn-master .jsn-bootstrap .currency-value,
.jsn-master .jsn-bootstrap .currency-cents {
    float: left;
}

.jsn-master .jsn-bootstrap .currency-cents {
    margin-left: 15px;
}

.jsn-master .jsn-bootstrap .currency-cents:before {
    content: ".";
    display: block;
    width: 5px;
    position: absolute;
    margin-left: -9px;
    margin-top: 5px;
}

.jsn-master .jsn-bootstrap .currency-cents .controls-inner input {
    margin: 0;
}

.jsn-master .jsn-bootstrap .currency-value .jsn-help-block-inline,
.jsn-master .jsn-bootstrap .currency-cents .jsn-help-block-inline {
    font-size: 13px;
    display: inline-block;
    float: left;
    margin-top: 5px;
}

.jsn-master .jsn-bootstrap .currency-value .jsn-help-block-inline {
    margin-left: 30px;
}

.jsn-master .jsn-bootstrap .jsn-field-prefix {
    margin: 4px;
}

.hide {
    display: none;
}

.jsn-master .jsn-bootstrap .form-search .jsn-group-field input,
.jsn-master .jsn-bootstrap .form-inline .jsn-group-field input,
.jsn-master .jsn-bootstrap .form-horizontal .jsn-group-field input,
.jsn-master .jsn-bootstrap .form-search .jsn-group-field textarea,
.jsn-master .jsn-bootstrap .form-inline .jsn-group-field textarea,
.jsn-master .jsn-bootstrap .form-horizontal .jsn-group-field textarea,
.jsn-master .jsn-bootstrap .form-search .jsn-group-field select,
.jsn-master .jsn-bootstrap .form-inline .jsn-group-field select,
.jsn-master .jsn-bootstrap .form-horizontal .jsn-group-field select,
.jsn-master .jsn-bootstrap .form-search .jsn-group-field .help-inline,
.jsn-master .jsn-bootstrap .form-inline .jsn-group-field .help-inline,
.jsn-master .jsn-bootstrap .form-horizontal .jsn-group-field .help-inline,
.jsn-master .jsn-bootstrap .form-search .jsn-group-field .uneditable-input,
.jsn-master .jsn-bootstrap .form-inline .jsn-group-field .uneditable-input,
.jsn-master .jsn-bootstrap .form-horizontal .jsn-group-field .uneditable-input,
.jsn-master .jsn-bootstrap .form-search .jsn-group-field .input-prepend,
.jsn-master .jsn-bootstrap .form-inline .jsn-group-field .input-prepend,
.jsn-master .jsn-bootstrap .form-horizontal .jsn-group-field .input-prepend,
.jsn-master .jsn-bootstrap .form-search .jsn-group-field .input-append,
.jsn-master .jsn-bootstrap .form-inline .jsn-group-field .input-append,
.jsn-master .jsn-bootstrap .form-horizontal .jsn-group-field .input-append {
    margin-bottom: 9px;
}

.jsn-uniform.jsn-master .jsn-bootstrap .row-fluid input.span12 {
    width: 97%;
}
.jsn-uniform form{
	display: block;
}
/**
Fix captcha google
**/
html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap #recaptcha_area #recaptcha_response_field {
    right: 0;
}

html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap #recaptcha_area .recaptcha_r2_c1 {
    background: url("http://www.google.com/recaptcha/api/img/white/sprite.png") no-repeat scroll -27px 0 transparent;
    height: 57px;
    width: 9px;
}

html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap #recaptcha_area .recaptchatable .recaptcha_r2_c2 {
    background: url("http://www.google.com/recaptcha/api/img/white/sprite.png") no-repeat scroll -18px 0 transparent;
    height: 57px;
    width: 9px;
}

html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap #recaptcha_area .recaptchatable .recaptcha_r3_c1 {
    background: url("http://www.google.com/recaptcha/api/img/white/sprite.png") no-repeat scroll -9px 0 transparent;
    height: 63px;
    width: 9px;
}

html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap #recaptcha_area .recaptchatable .recaptcha_r3_c3 {
    background: url("http://www.google.com/recaptcha/api/img/white/sprite.png") no-repeat scroll 0 0 transparent;
    height: 63px;
    width: 9px;
}

html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls div.choices,
html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls div.checkboxes {
    margin-right: 15px;
}

html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls .input-prepend .add-on {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
}

html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls .input-append .btn {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
}
html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap .jsn-columns-container.jsn-columns-count-no .jsn-column-item {
    float:right;
    margin-left:20px;
}

html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls .input-append .uneditable-input,
html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls .input-append select,
html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls .input-append input {
    border-radius: 0px 4px 4px 0px;
}

html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls .input-prepend input,
html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls .input-prepend select,
html[dir="rtl"] .jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls .input-prepend .uneditable-input {
    border-radius: 4px 0px 0px 4px;
}

/*==================== SUBMISSIONS MANAGER ====================*/
#submissions-list table .data_created_at,
#submissions-list table .data_created_by,
#submissions-list table .data_browser,
#submissions-list table .data_country,
#submissions-list table .data_ip {
    width: 100px;
}

#submissions-list table .data_os {
    width: 130px;
}

#submissions-list .jsn-bglabel {
    padding: 100px 50px;
    font-size: 24px;
    color: #666;
}

#submission-fields-list {
    min-height: 300px;
    position: absolute;
    width: 320px;
}

#form_field {
    width: 100%;
    float: left;
}

.nofield {
    color: #CC0000;
    float: left;
    font-weight: bold;
    padding-top: 5px;
}

#form_field.jsn-items-list {
    border: 1px solid #CCCCCC;
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 5px;
}

.pane-sliders {
    position: static;
}

#form_field label,
#form_field input,
#submission-fields-list label,
#submission-fields-list input {
    float: none;
    margin: 0 5px 0 0;
}

#submission-fields-list .popover-content {
    padding: 0;
}

#submission-fields-list .jsn-items-list {
    height: 300px;
    border: none;
    overflow: auto;
}

#submission-fields-list .jsn-item,
#form_field .jsn-item {
    padding: 5px;
}

#submission-fields-list .field-disabled,
#form_field .field-disabled {
    cursor: default;
}

#submission-fields-list hr,
#form_field hr {
    margin: 10px 0;
}

#submission-fields-list .form-actions {
    border-top: 1px solid #ccc;
    margin: 0;
}

#submission-fields-list .form-actions .btn {
    float: none;
}

#submission-fields-list .popover {
    width: 100%;
}

.jsn-bootstrap .jsn-submission-btn-save {
    text-align: right;
}

.jsn-bootstrap .jsn-fieldset-filter {
    margin: 10px 0px;
}

#submission-fields-list {
    text-align: left;
}

/*==================== SUBMISSION SETINGS ====================*/
#submission-settings .submission-data h3 {
    font-weight: bold;
    font-size: 20px;
}

#submission-settings .submission-data dt {
    font-size: 14px;
    color: #000;
}

#submission-settings .submission-data dd {
    margin: 5px 0px 15px 0;
}

#submission-settings .submission-data .thumbnail {
    display: inline-block;
}

#submissions-list img,
#submission-settings .submission-data .thumbnail > img {
    max-height: 200px;
}

#submission-settings .submission-content {
    position: relative;
}

#submission-settings .jsn-page-actions {
    position: absolute;
    right: 5px;
    top: 5px;
}

#submission-settings .jsn-form-bar {
    z-index: 1;
    position: relative;
}

.jsn-master #submission-settings .jsn-tabs .jsn-section-content {
    border: none;
}

.jsn-master .jsn-section-header a {
    text-shadow: none;
}

.jsn-master .jsn-bootstrap .jsn-section-header .btn .caret {
    margin-bottom: auto;
}

#submissions-list ul.pagenav li a, #submissions-list div.pagination ul li a {
    margin: 0;
}

.jsn-master .jsn-narrow .jsn-input-mini-fluid,
.jsn-master .jsn-narrow .jsn-input-small-fluid,
.jsn-master .jsn-narrow .jsn-input-medium-fluid,
.jsn-master .jsn-narrow .jsn-input-xlarge-fluid,
.jsn-master .jsn-narrow .jsn-input-fluid,
.jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-two .jsn-column-item,
.jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-three .jsn-column-item,
.jsn-master .jsn-narrow .jsn-columns-container.jsn-columns-count-no .jsn-column-item,
.jsn-master .jsn-bootstrap .jsn-narrow .input-small,
.jsn-master .jsn-bootstrap .jsn-narrow .input-medium,
.jsn-master .jsn-bootstrap .jsn-narrow .input-file{
    max-width: 300px;
    width: auto;
}
.jsn-master .jsn-bootstrap .jsn-narrow .jsn-column-item.jsn-uniform-others textarea.jsn-value-Others {
    max-width: 100%;
    width: auto;
}

.jsn-master .jsn-narrow .jsn-row-container label {
    display: block;
    float: none !important;
    text-align: left !important;
}

.jsn-master .jsn-narrow .jsn-row-container label + .controls {
    margin-left: 0;
}

.jsn-master .jsn-narrow .jsn-daterangepicker.hasDatepicker {
    width: 40% !important;
    display: inline-block;
}

.jsn-master .jsn-bootstrap .jsn-narrow .jsn-column-item.jsn-uniform-others {
    clear: both;
}

.jsn-master .jsn-bootstrap .jsn-narrow .control-group .row-fluid .span6 {
    clear: both;
    margin-left: 0;
    width: 100%;
}

.jsn-master .jsn-bootstrap .jsn-narrow .control-group .currency-value {
    width: 50%;
    float: left;
}

.jsn-master .jsn-bootstrap .jsn-narrow .control-group .currency-cents {
    float: left;
    width: 48%;
    margin-left: 0;
}

.jsn-master .jsn-bootstrap .jsn-narrow .control-group .currency-cents:before {
    margin-left: -7px;
}

.jsn-master .jsn-bootstrap .jsn-narrow .control-group .currency-value input,
.jsn-master .jsn-bootstrap .jsn-narrow .control-group .currency-cents input {
    width: 50% !important;
}

.jsn-bootstrap .daterangepicker .ranges li {
    margin: 0px 0px 8px 0px;
}

html[dir="rtl"] .jsn-master .jsn-narrow .jsn-row-container label {
    float: right !important;
}

/* Google Maps */

/** General */
.google_maps .buttonize {
    cursor: pointer;
    text-shadow: 1px 1px 1px #222;
    font-weight: bold;
    color: #fff;
    padding: 5px 1em;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#008595), to(#02748c));
    background: -moz-linear-gradient(top, #008595, #02748c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #008595, endColorstr = #02748c);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#008595, endColorstr=#02748c)";
}

.google_maps .buttonize a:hover {
    text-decoration: none;
}

.google_maps .gradient {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
    background: -moz-linear-gradient(top, #fff, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffffff, endColorstr = #eaeaea);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea)";
}

#visualdesign-options-values .map {
    width: 100%;
    height: 400px;
}

.google_maps .streetview {
    width: 100%;
    height: 300px;
}

.google_maps .lt {
    float: left;
}

.google_maps .rt {
    float: right;
}

.google_maps .txt-shadow-w {
    text-shadow: 1px 1px 1px #fff;
}

.google_maps .txt-shadow-b {
    text-shadow: 1px 1px 1px #222;
}

.google_maps.rounded {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
}

.google_maps .shadow {
    -moz-box-shadow: 0px 2px 4px #999;
    -webkit-box-shadow: 0px 2px 4px #999;
    box-shadow: 0px 2px 4px #999;
}

.google_maps .item {
    padding: 1em;
    margin: 0 0 2em;
}

/** Benchmark */
.google_maps div.benchmark {
    clear: both;
    overflow: auto;
    color: #fff;
    background: #02748c;
    padding: 1em;
    margin: 0 0 1em;
}

.google_maps div.benchmark .benchmark-result {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 1em 0 0;
    line-height: 35px;
}

.google_maps div.benchmark .benchmark-iteration {
    font-weight: bold;
    margin: 0;
}

.google_maps div.benchmark .benchmark-title {
    margin: 0;
}

/** Syntax highlighter */
.google_maps pre.prettyprint {
    background: #f4f4f4;
    padding: 1.5em;
    border: none;
    margin: 0 0 1em;
}

.google_maps .summary {
    font-size: 1.3em;
    cursor: pointer;
    color: #EE2C74;
}

.google_maps .ui-dialog-vevent .summary {
    margin: 0.5em 0 0 0;
    display: block;
}

.google_maps .ui-dialog-vevent .dtstart {
    display: none;
}

.google_maps .ui-dialog-vevent .website {
    margin: 0 0 1em;
}

.google_maps img {
    max-width: none;
}

.google_maps .gm-style-iw .thumbnail img {
    max-width: 105px;
    max-height: 105px;
    float: right;
}

.google_maps .gm-style-iw {
    max-width: 350px;
    max-height: 200px;
}

#submissions-list .jsn-bootstrap strong,
#submission-settings.jsn-bootstrap strong {
    margin-right: 5px;
}

.jsn-uniform .jsn-bootstrap .text-center {
    text-align: center;
}

.google_maps .gm-style-iw>div {
    overflow: visible !important;
}

.google_maps .gm-style-cc {
    display: none;
}

.daterangepicker select.yearselect {
    width: 45% !important;
}

.daterangepicker select.monthselect {
    width: 65% !important;
}

.ui-timepicker-div select {
    width: auto;
}

.jsn-bootstrap .gm-style-iw .thumbnail .caption h4 {
    clear: none;
}

.jsn-uniform .jsn-bootstrap .form-horizontal .control-label {
    width: 173px;
	text-align: left;
}

.jsn-bootstrap .jsn-form-content .control-group {
    width: 100%;
    float: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.controls.blank-required.form-date{
    max-width: 400px;
}
.qc-select .controls{
    width: 400px;
}
@media all and (max-width: 991px) {
    .contact-forms .nav-tabs {
        width: auto;
    }
    .contact-forms .nav-tabs {
        text-align: center;
    }
}
@media all and (max-width: 460px) {
    .qc-select .controls {
        width: auto;
    }
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group{
    padding: 5px;
    margin: 0 auto !important;
    display: table !important;
    width: auto !important;
    min-width: 410px;
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.hide{
    display: none !important;
}

@media only screen and (max-width: 480px){
    .jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group{
        min-width: 100% !important;
    }
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls .row-fluid{
    width: 100%;
    display: block;
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.hide-control{
    display: none !important;
    visibility: hidden !important;
}

#form-design-content .jsn-element-content .control-label .icon-question-sign{
    font-weight: normal;
}
.jsn-uniform .alert-message{color: #666 !important;background:#dff0d8 !important;}
.jsn-uniform .alert-heading{color: #666 !important;}
.jsn-master .jsn-bootstrap .alert{color: #000;}
.jsn-uniform .message-uniform .close-icon{
    font-size: 36px;
    font-weight: 400;
}
.jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls div.choices .jsn-column-item{
    display: inline-block;
}
.jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls div.choices{
    margin-left: 10px;
}
.jsn-uniform.jsn-master .jsn-bootstrap .control-group .controls div.choices .jsn-column-item label{
    padding: 0 0 0 10px;
    font-weight: 600;
}
.jsn-uniform.jsn-master .jsn-bootstrap .control-group.control-block{
    max-width: 430px;
}
/************************************************************************************
smartphone layout (320 - 480): everything is layout in single column
*************************************************************************************/
@media only screen and (max-width: 480px) {
	.jsn-uniform .table-striped{
		font-size: 9px !important;
	}
	.jsn-bootstrap .form-horizontal .controls{
		margin-left: 0px !important;
	}
    .jsn-master .jsn-input-mini-fluid,
    .jsn-master .jsn-input-small-fluid,
    .jsn-master .jsn-input-medium-fluid,
    .jsn-master .jsn-input-xlarge-fluid,
    .jsn-master .jsn-input-fluid,
    .jsn-master .jsn-columns-container.jsn-columns-count-two .jsn-column-item,
    .jsn-master .jsn-columns-container.jsn-columns-count-three .jsn-column-item,
    .jsn-master .jsn-columns-container.jsn-columns-count-no .jsn-column-item,
    .jsn-master .jsn-bootstrap .input-small,
    .jsn-master .jsn-bootstrap .input-medium,
    .jsn-master .jsn-bootstrap .input-file,
    .jsn-master .jsn-bootstrap .jsn-column-item.jsn-uniform-others textarea.jsn-value-Others {
        width: 95% !important;
    }
	.jsn-uniform #jsn-captcha{
		width: 136px !important;
	}
    .jsn-master .jsn-row-container label {
        display: block;
        float: none !important;
        text-align: left !important;
    }

    .jsn-master .jsn-row-container label + .controls {
        margin-left: 0;
    }

    .jsn-master .jsn-daterangepicker.hasDatepicker {
        width: 40% !important;
    }

    .jsn-master .jsn-bootstrap .jsn-column-item.jsn-uniform-others {
        clear: both;
    }

    .jsn-master .jsn-bootstrap .control-group .row-fluid .span6 {
        clear: both;
        margin-left: 0;
        width: 100%;
    }

    .jsn-master .jsn-bootstrap .control-group .currency-value {
        width: 50%;
        float: left;
    }

    .jsn-master .jsn-bootstrap .control-group .currency-cents {
        float: left;
        width: 48%;
        margin-left: 0;
    }

    .jsn-master .jsn-bootstrap .control-group .currency-cents:before {
        margin-left: -7px;
    }

    .jsn-master .jsn-bootstrap .control-group .currency-value input,
    .jsn-master .jsn-bootstrap .control-group .currency-cents input {
        width: 50% !important;
    }
}

.jsn-master {
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.jsn-master .jsn-bootstrap h1 {
    font-size: 28px;
}
.jsn-master .jsn-bootstrap h2 {
    font-size: 24px !important;
}
.jsn-master .jsn-bootstrap h3 {
    font-size: 20px;
}
.jsn-master .jsn-bootstrap h4 {
    font-size: 18px;
}
.jsn-master .jsn-bootstrap h5,
.jsn-master .jsn-bootstrap h6 {
    font-weight: bold;
}
.jsn-master .jsn-bootstrap h1,
.jsn-master .jsn-bootstrap h2,
.jsn-master .jsn-bootstrap h3,
.jsn-master .jsn-bootstrap h4,
.jsn-master .jsn-bootstrap h5,
.jsn-master .jsn-bootstrap h6 {
    margin: 5px 0 10px;
    font-weight: normal;
    color: #000;
}

.jsn-bootstrap .jsn-form-content .control-group .control-label{
    color: #333333;
    font-family:  "Open Sans", Arial ,Verdana, Geneva, sans-serif !important;
    font-size: 16px !important;
}


.jsn-uniform.jsn-master .jsn-bootstrap select.dropdown{
    height: 40px;
    width: 400px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.jsn-master .jsn-bootstrap .jsn-form-content .control-group.error .controls input,
.jsn-master .jsn-bootstrap .jsn-form-content .control-group.error .controls select,
.jsn-master .jsn-bootstrap .jsn-form-content .control-group.error .controls textarea{
    border-color: #FE7962 !important;
}

.jsn-master .jsn-bootstrap .jsn-form-content .control-group.error .help-block{
    position: relative;
    display: block;
    margin-top: 1px;
}

.jsn-master .jsn-bootstrap .jsn-form-content .control-group.error .help-block span.label{
    background: #FE7962;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    left: 0;
    line-height: 15px;
    max-width: 300px;
    width: 100%;
    padding: 2px 5px;
    position: relative;
    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;
}

.jsn-master .jsn-bootstrap .jsn-form-content .control-group.error .help-block span.label:before{
    content: '';
    border-bottom: 5px solid #FE7962;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: block;
    left: 10px;
    position: absolute;
    top: -4px;
}

.jsn-master .jsn-bootstrap .form-actions,
.jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions{
    margin: 0;
}

.jsn-uniform{
    margin: 20px auto 0 auto;
    max-width: 960px;
    background: #fff;
}

.jsn-uniform .jsn-bootstrap form{
    display: table;
    margin: 10px auto 0;
}

.jsn-master .jsn-bootstrap .jsn-form-content img[src^="data:"]{
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.jsn-master .jsn-bootstrap .btn{
    font-size: 16px !important;
    font-weight: 600 !important;
}

.jsn-master .jsn-bootstrap .alert-success{
    background: #CAEEED;
    padding: 10px 15px 0;
}
.jsn-master .jsn-bootstrap .alert a:hover,
.jsn-master .jsn-bootstrap .alert a:focus,
.jsn-master .jsn-bootstrap .alert a{
    color: #000;
}
.jsn-master .jsn-bootstrap .alert .close{
    font-size: 2.5em;
    font-weight: 500;
}
.jsn-form-submit{
    height: 44px;
}
.checkbox-label{
    width: 400px;
}
.checkbox-label input{
    position: absolute;
    left: -4px;
}
.checkbox-label-with-question{
    margin-top: 5px;
}
.checkbox-label .wpcf7-list-item-label{
    padding-left: 20px;
    display: inline-block;
}
.jsn-master .jsn-bootstrap .icon-question-sign{
    font-size: 12px;
    color: #344452;
    position: relative;
    margin-left: 5px;
}
.jsn-master .jsn-bootstrap .icon-question-sign:before{
    content: '?';
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    color: #BDBDBD;
    display: inline-block;
    border: 1px solid #c2c2c2;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    padding: 3px 6px;
    line-height: 1;
}
.jsn-master .jsn-bootstrap .icon-question-sign span{
    display: none;
    position: absolute;
    top: -25px;
    font-weight: normal;
    width: 400px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
    z-index: 1;
    background: #fff;
    color: #000;
    padding: 8px 9px;
    font-size: 14px;
    line-height: 1.4;
    font-style: normal;
}
.jsn-master .jsn-bootstrap .icon-question-sign:hover span {
    display: inline-block;
}
.jsn-master .jsn-bootstrap input[type="file"]{
    padding: 0;
}
.jsn-master .jsn-row-container{
    padding-bottom: 10px;
}
.icon-option-text{
    display: inline-block;
    position: relative;
}
.options-tooltip {
    display: none;
}
.options-info{
    display: inline-block;
}
.options-text{
    font-style: normal;
}

.jsn-master .jsn-input-mini-fluid,
.jsn-master .jsn-input-small-fluid,
.jsn-master .jsn-input-medium-fluid,
.jsn-master .jsn-input-xlarge-fluid,
.jsn-master .jsn-input-fluid,
.jsn-master .jsn-columns-container.jsn-columns-count-two .jsn-column-item,
.jsn-master .jsn-columns-container.jsn-columns-count-three .jsn-column-item,
.jsn-master .jsn-columns-container.jsn-columns-count-no .jsn-column-item,
.jsn-master .input-small,
.jsn-master .input-medium,
.jsn-master .input-file{
    max-width: 400px;
    width: 100%;
    color: #666666;
}


.jsn-uniform select,
.jsn-uniform textarea,
.jsn-uniform input[type="text"],
.jsn-uniform input[type="password"],
.jsn-uniform input[type="datetime"],
.jsn-uniform input[type="datetime-local"],
.jsn-uniform input[type="date"],
.jsn-uniform input[type="month"],
.jsn-uniform input[type="time"],
.jsn-uniform input[type="week"],
.jsn-uniform input[type="number"],
.jsn-uniform input[type="email"],
.jsn-uniform input[type="url"],
.jsn-uniform input[type="search"],
.jsn-uniform input[type="tel"],
.jsn-uniform input[type="color"],
.jsn-uniform .inputbox {
    display: block;
    max-width: 400px !important;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.62857143;
    color: #666666;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #A2A2A2 !important;
    box-sizing: border-box !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.jsn-uniform select:focus,
.jsn-uniform textarea:focus,
.jsn-uniform input[type="text"]:focus,
.jsn-uniform input[type="password"]:focus,
.jsn-uniform input[type="datetime"]:focus,
.jsn-uniform input[type="datetime-local"]:focus,
.jsn-uniform input[type="date"]:focus,
.jsn-uniform input[type="month"]:focus,
.jsn-uniform input[type="time"]:focus,
.jsn-uniform input[type="week"]:focus,
.jsn-uniform input[type="number"]:focus,
.jsn-uniform input[type="email"]:focus,
.jsn-uniform input[type="url"]:focus,
.jsn-uniform input[type="search"]:focus,
.jsn-uniform input[type="tel"]:focus,
.jsn-uniform input[type="color"]:focus,
.jsn-uniform .inputbox:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 767px){
    .jsn-uniform .jsn-bootstrap select.dropdown,
    .jsn-uniform .jsn-input-mini-fluid,
    .jsn-uniform .jsn-input-small-fluid,
    .jsn-uniform .jsn-input-medium-fluid,
    .jsn-uniform .jsn-input-xlarge-fluid,
    .jsn-uniform .jsn-input-fluid,
    .jsn-uniform .jsn-columns-container.jsn-columns-count-two .jsn-column-item,
    .jsn-uniform .jsn-columns-container.jsn-columns-count-three .jsn-column-item,
    .jsn-uniform .jsn-columns-container.jsn-columns-count-no .jsn-column-item,
    .jsn-uniform .input-small,
    .jsn-uniform .input-medium,
    .jsn-uniform .input-file{
        max-width: 95% !important;
        min-width: 95% !important;
        width: 95% !important;
    }

    .jsn-uniform .jsn-bootstrap form{
        width: 100%;
        max-width: 100%;
    }

    .jsn-uniform{
        width: 100%;
    }

    .jsn-uniform .jsn-bootstrap .jsn-form-content{
        margin: 10px;
    }
}

/*@media only screen and (max-width: 320px){*/
    /*.g-recaptcha{*/
        /*-webkit-transform: scale(0.8);*/
        /*-moz-transform:    scale(0.8);*/
        /*-ms-transform:     scale(0.8);*/
        /*-o-transform:      scale(0.8);*/
        /*transform:         scale(0.8);*/

        /*-webkit-transform-origin: 0 0;*/
        /*-moz-transform-origin:    0 0;*/
        /*-ms-transform-origin:     0 0;*/
        /*-o-transform-origin:      0 0;*/
        /*transform-origin:         0 0;*/
    /*}*/
    /*.g-recaptcha > div > div{*/
        /*width: 120% !important;*/
    /*}*/
/*}*/

@media only screen and (min-width : 768px) and (max-width : 1024px){
    .jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group{
        width: 430px !important;
        min-width: 430px !important;
    }
}
.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/wp-content/themes/Avada-Child-Theme/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/wp-content/themes/Avada-Child-Theme/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/wp-content/themes/Avada-Child-Theme/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/wp-content/themes/Avada-Child-Theme/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/wp-content/themes/Avada-Child-Theme/images/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/wp-content/themes/Avada-Child-Theme/images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';font-display:swap;src:url('../../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../fonts/fontawesome-webfont.svg?v=4.7.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.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}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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:#fff}.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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.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,.fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.group {
  zoom: 1;
}
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
/* Flexbox */
/*
Needed Styles From Bootstrap
-----------------------------------------------------------------------------*/
.fade {
  opacity: 0;
  -webkit-transform: opacity 0.3s linear;
  -moz-transform: opacity 0.3s linear;
  -ms-transform: opacity 0.3s linear;
  -o-transform: opacity 0.3s linear;
  transform: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transform: height 0.35s ease;
  -moz-transform: height 0.35s ease;
  -ms-transform: height 0.35s ease;
  -o-transform: height 0.35s ease;
  transform: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse {
  display: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 767px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fusion-clearfix {
  clear: both;
  zoom: 1;
}
.fusion-clearfix:before,
.fusion-clearfix:after {
  content: " ";
  display: table;
}
.fusion-clearfix:after {
  clear: both;
}
html {
  overflow-y: scroll;
}
html {
  overflow-x: hidden;
}
#wrapper {
  overflow: visible;
}
img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #333;
}
input,
textarea,
select {
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
.clearfix:after,
#content:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer:after {
  content: "";
  display: table;
  clear: both;
}
#main {
  padding: 55px 10px 45px;
  background: #fff;
  clear: both;
}
h2 {
  color: #333;
  margin: 0 0 20px;
}
.container {
  overflow: hidden;
}
#main .container h2 {
  margin: 0;
}
#content {
  width: 71.1702128%;
  float: left;
  min-height: 1px;
}
#content.full-width {
  width: 100%;
}
/* Post Content HTML */
.post-content p,
.fusion-post-content p {
  margin: 0;
  margin-bottom: 20px;
}
/* =================================================================================================
Table of Contents
----------------------------------------------------------------------------------------------------
  01 Layout
  02 General Styles
  03 Author Page - Info
  04 FAQs Page
  05 Smooth Scroll
  06 Avada Adminbar Menu

================================================================================================= */
/* Layout
================================================================================================= */
.fusion-row {
  margin: 0 auto;
  zoom: 1;
}
.fusion-row:before,
.fusion-row:after {
  content: " ";
  display: table;
}
.fusion-row:after {
  clear: both;
}
.fusion-columns {
  margin: 0 -15px;
}
/* General Styles
================================================================================================= */
iframe,
.fusion-video iframe {
  border: none;
}
/* p Tag */
.post-content p {
  margin: 0 0 20px 20px;
}
/* =================================================================================================
Table of Contents
----------------------------------------------------------------------------------------------------
	01 General Header Styles
	02 Side Header Styles
	03 Main Menu Styles
	04 Flyout Menu Styles
	05 Secondary Menu Styles
	06 Common Menu Styles
	07 Megamenu Styles
	08 Sticky Header Styles
	09 Mobile Menu Styles
================================================================================================= */
/* General Header Styles
================================================================================================= */
.fusion-header-wrapper {
  position: relative;
  z-index: 10010;
}
.fusion-header-sticky-height {
  display: none;
}
.fusion-header {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: background-color 0.25s ease-in-out;
  -moz-transform: background-color 0.25s ease-in-out;
  -ms-transform: background-color 0.25s ease-in-out;
  -o-transform: background-color 0.25s ease-in-out;
  transform: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.fusion-header-v2 .fusion-header,
.fusion-header-v3 .fusion-header,
.fusion-header-v4 .fusion-header,
.fusion-header-v5 .fusion-header {
  border-bottom: 1px solid transparent;
}
.fusion-logo {
  display: block;
  float: left;
  max-width: 100%;
  zoom: 1;
}
.fusion-logo:before,
.fusion-logo:after {
  content: " ";
  display: table;
}
.fusion-logo:after {
  clear: both;
}
.fusion-logo a {
  display: block;
  max-width: 100%;
}
.fusion-logo img {
  width: auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .fusion-standard-logo.fusion-logo-1x {
    display: none;
  }
}
.fusion-header-v4 .fusion-header {
  padding-top: 30px;
  padding-bottom: 30px;
}
.fusion-header-v4 .fusion-logo {
  width: 100%;
}
.fusion-header-v4 .fusion-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.fusion-header-v4 .fusion-logo:before,
.fusion-header-v4 .fusion-logo:after {
  content: none;
}
.fusion-header-v4 .fusion-logo .fusion-logo-link {
  float: none;
}
.fusion-header-tagline {
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-weight: normal;
}
.fusion-logo-left.fusion-header-v4 .fusion-logo {
  float: none;
  width: auto;
}
/* Side Header Styles
================================================================================================= */
body.side-header #wrapper .fusion-megamenu-wrapper {
  top: 0;
}
body.side-header #side-header .fusion-main-menu ul ul {
  right: auto;
}
body.side-header-left #wrapper {
  margin-left: 280px;
  width: auto;
}
body.side-header-left #side-header {
  left: 0;
}
body.side-header-left #side-header .side-header-border {
  border-right-width: 1px;
  border-right-style: solid;
}
body.side-header-left #side-header .fusion-main-menu > ul > li > ul,
body.side-header-left #side-header .fusion-main-menu .login-box,
body.side-header-left #side-header .fusion-main-menu .cart-contents,
body.side-header-left #side-header .fusion-main-menu .main-nav-search-form {
  left: 279px;
  top: 0;
}
body.side-header-left #side-header .fusion-main-menu .cart-contents {
  right: auto;
}
body.side-header-right #wrapper {
  margin-right: 280px;
  width: auto;
}
body.side-header-right #side-header {
  right: 0;
}
body.side-header-right #side-header .side-header-border {
  border-left-width: 1px;
  border-left-style: solid;
}
body.side-header-right #side-header .fusion-main-menu .fusion-megamenu-wrapper .fusion-megamenu {
  float: right;
}
body.side-header-right #side-header .fusion-main-menu .main-nav-search-form {
  left: -250px;
  top: 0;
}
body.side-header-right #side-header .cart-contents,
body.side-header-right #side-header .login-box {
  left: 0;
  right: auto;
}
body.side-header-right #side-header .fusion-main-menu .cart-contents {
  left: -182px;
}
body.side-header-right #side-header .fusion-main-menu .login-box {
  left: -187px;
}
body.side-header-right.rtl #side-header .cart-contents,
body.side-header-right.rtl #side-header .login-box {
  right: 0;
  left: auto;
}
#side-header {
  width: 280px;
  height: 100%;
  position: absolute;
  z-index: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#side-header .side-header-background,
#side-header .side-header-border {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  width: 280px;
  pointer-events: none;
}
#side-header .side-header-border {
  z-index: 0;
}
#side-header .side-header-wrapper {
  padding-bottom: 20px;
  zoom: 1;
}
#side-header .side-header-wrapper:before,
#side-header .side-header-wrapper:after {
  content: " ";
  display: table;
}
#side-header .side-header-wrapper:after {
  clear: both;
}
#side-header .side-header-wrapper > .fusion-secondary-menu-search {
  display: none;
  clear: both;
}
#side-header .fusion-secondary-menu-search-inner {
  border-top: 1px solid;
  padding: 5px 30px;
}
#side-header .fusion-logo {
  float: none;
}
#side-header .fusion-logo-left .fusion-logo {
  float: none;
}
#side-header .fusion-logo-center .fusion-logo {
  float: none;
  text-align: center;
}
#side-header .fusion-logo-right .fusion-logo {
  float: none;
}
#side-header .fusion-sticky-logo-1x,
#side-header .fusion-sticky-logo-2x {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  #side-header .fusion-standard-logo.fusion-logo-1x {
    display: none;
  }
  #side-header .fusion-standard-logo.fusion-logo-2x {
    display: inline-block;
  }
}
#side-header .fusion-main-menu {
  float: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  z-index: 1;
  clear: both;
}
#side-header .fusion-main-menu ul ul {
  top: 0;
  border-top: 0;
}
#side-header .fusion-main-menu .fusion-megamenu-wrapper .fusion-megamenu-holder {
  border-top: 0;
}
#side-header .fusion-main-menu > ul > li {
  float: none;
  padding: 0;
}
#side-header .fusion-main-menu > ul > li > a {
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-right: 0;
  border-style: solid;
}
#side-header .fusion-main-menu > ul > li:first-child > a {
  border-top-width: 1px;
  border-style: solid;
}
#side-header .fusion-main-menu > ul .sub-menu > li:last-child > a {
  border-bottom: none;
}
.side-header-left #side-header .fusion-main-menu > ul > li > a {
  border-left-width: 0;
}
.side-header-left #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,
.side-header-left #side-header .fusion-main-menu > ul > li.current-menu-item > a {
  border-right-width: 3px;
}
.side-header-left #side-header .fusion-main-menu > ul > li > a {
  border-left-width: 0;
}
.side-header-right #side-header .fusion-main-menu > ul > li > a {
  border-left-width: 0;
}
.side-header-right #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,
.side-header-right #side-header .fusion-main-menu > ul > li.current-menu-item > a {
  border-left-width: 3px;
}
#side-header .side-header-content-1 {
  margin-top: 40px;
}
#side-header .side-header-content-2 {
  margin-top: 40px;
}
#side-header .fusion-custom-menu-item-contents {
  right: auto !important;
  top: 0;
}
#side-header .fusion-contact-info {
  word-wrap: break-word;
}
#side-header .header-social {
  background: none !important;
  border: 0 !important;
}
#side-header .fusion-social-links-header {
  margin: 0;
}
#side-header .fusion-secondary-menu .fusion-secondary-menu-icon {
  background: none;
  min-width: 100%;
  border-right: 0;
}
#side-header .fusion-secondary-menu .fusion-secondary-menu-icon .fusion-woo-cart-separator,
#side-header .fusion-secondary-menu .fusion-secondary-menu-icon .amount,
#side-header .fusion-secondary-menu .fusion-secondary-menu-icon:after {
  display: none;
}
#side-header .fusion-secondary-menu > ul > li:first-child > a {
  padding-left: 0;
}
#side-header .fusion-secondary-menu > ul > li {
  margin-bottom: 2px;
}
#side-header .fusion-header-tagline {
  margin-top: 40px;
  float: none;
  text-align: left;
}
.rtl #side-header .fusion-header-tagline {
  text-align: right;
}
#side-header .side-header-content-3 .searchform {
  margin-top: 40px;
}
#side-header .fusion-header-banner {
  margin-top: 40px;
  float: none;
}
#side-header .fusion-social-links-header .fusion-social-networks a {
  margin-bottom: 20px;
}
#side-header .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin-bottom: 10px;
}
#side-header .side-header-content {
  zoom: 1;
}
#side-header .side-header-content:before,
#side-header .side-header-content:after {
  content: " ";
  display: table;
}
#side-header .side-header-content:after {
  clear: both;
}
/* Main Menu Styles
================================================================================================= */
.fusion-main-menu {
  float: right;
  position: relative;
  z-index: 200;
  overflow: hidden;
}
.fusion-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fusion-main-menu li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.fusion-main-menu a {
  display: block;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.fusion-main-menu .fusion-dropdown-menu {
  overflow: hidden;
}
.fusion-main-menu .sub-menu {
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.fusion-main-menu .sub-menu ul {
  top: 0;
}
.fusion-main-menu .sub-menu li {
  float: none;
  margin: 0;
  padding: 0;
}
.fusion-main-menu .sub-menu a {
  border: 0;
  padding: 7px 20px;
  line-height: 19px;
  text-indent: 0;
  height: auto;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
}
/* Sticky Header Styles
================================================================================================= */
.fusion-is-sticky {
  /*.fusion-header-v1, .fusion-header-v2, .fusion-header-v3, .fusion-header-v4, .fusion-header-v5 {
		.fusion-logo {
			margin-left: 0;
			margin-right: 0;
		}

		.fusion-header {
			.fusion-row {
				padding-left: 0;
				padding-right: 0;
			}
		}
	}*/
}
.fusion-is-sticky .fusion-logo img {
  width: auto;
}
.fusion-is-sticky .fusion-secondary-main-menu {
  border-bottom: 0;
}
.fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v1 .fusion-header,
.fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v2 .fusion-header,
.fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v3 .fusion-header,
.fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v4 .fusion-header,
.fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v5 .fusion-header {
  border-bottom: 0;
}
.fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v1 .fusion-secondary-main-menu,
.fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v2 .fusion-secondary-main-menu,
.fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v3 .fusion-secondary-main-menu,
.fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v4 .fusion-secondary-main-menu,
.fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v5 .fusion-secondary-main-menu {
  position: fixed;
  top: 0;
  z-index: 210;
  max-width: 100%;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
}
.fusion-footer-widget-area {
  overflow: hidden;
  position: relative;
  padding: 43px 10px 40px;
  border-top: 12px solid #e9eaee;
  background: #363839;
  color: #8c8989;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fusion-footer-copyright-area {
  z-index: 1;
  position: relative;
  padding: 18px 10px 12px;
  border-top: 1px solid #4b4c4d;
  background: #282a2b;
}
.fusion-copyright-content {
  display: table;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.page-links {
  margin-bottom: 40px;
  margin-top: 30px;
}
.img-list {
  overflow: hidden;
}
.img-list li {
  padding: 5px;
  background: none;
  float: left;
}
.img-list a {
  background: none;
  height: auto;
  width: auto;
  text-indent: 0;
  border: 0px;
}
.share-box h4 {
  font-size: 13px;
  line-height: 20px;
}
.about-author {
  overflow: hidden;
  clear: both;
}
.about-author .title a {
  color: #a0ce4e;
}
.about-author div.avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
.related-posts {
  margin-top: 55px;
}
.single-related-posts {
  clear: both;
}
.related-posts .image {
  width: 180px;
  height: 138px;
  margin-bottom: 0;
}
.single .comments-container {
  margin-top: 55px;
  clear: both;
}
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 65px;
}
.commentlist .children {
  list-style: none outside none;
}
.commentlist li {
  margin: 0;
  padding: 0;
}
.commentlist .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.commentlist .the-comment .comment-text {
  margin-left: 69px;
}
.commentlist .the-comment .comment-text *:last-child {
  margin-bottom: 0;
}
.commentlist div.avatar {
  float: left;
  margin-right: 15px;
}
.commentlist .comment-author strong {
  padding-right: 5px;
}
#respond {
  margin-top: 40px;
}
#comment-input {
  overflow: hidden;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  word-wrap: normal !important;
  border: 0 none;
}
.comment-form input, #s, #comment-input input {
  border: 1px solid #d2d2d2;
  min-width: 28%;
  font-size: 13px;
  color: #747474;
  padding: 8px 15px;
  float: left;
  margin-right: 1%;
}
#comment-input input {
  width: 32.666666%;
}
.comment-form #comment-submit {
  min-width: 0;
}
.comment-form input,
.s {
  float: none;
}
.fusion-content-widget-area #comment-input input,
.fusion-content-widget-area #s {
  width: 100%;
  margin-right: 0;
}
#comment-textarea {
  margin-bottom: 10px;
}
#comment-textarea.fusion-contact-comment-below {
  margin-top: 10px;
  margin-bottom: 0;
}
#comment-textarea textarea,
.comment-form-comment textarea {
  border: 1px solid #d2d2d2;
  width: 100%;
  height: 150px;
  font-size: 13px;
  color: #747474;
  padding: 8px 11px;
}
.comment-form .form-submit,
.avada-contact-form #comment-submit-container {
  margin-top: 20px;
  margin-bottom: 0;
}
.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
  border-color: #E9EAEE;
}
table.ui-datepicker td a,
.ui-datepicker-header select {
  background-color: #E9EAEE;
}
.ui-datepicker-header select {
  border: 1px solid #D2D2D2;
}
#comment-input input:last-child {
  margin-right: 0;
}
#comment-recaptcha {
  margin-top: 13px;
}
.input-text,
input[type="text"],
input[type="email"],
#tribe-bar-form input[type=text],
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text] {
  border: 1px solid #d2d2d2;
  font-size: 16px;
  color: #747474;
  padding: 8px 15px;
  margin-right: 1%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button.close {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  cursor: pointer;
  padding: 0;
}
.close {
  color: #000000;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* Fix to make border-radius work for transparent colors */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 900px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.container {
  overflow: visible;
}
.at-label {
  color: white;
}
.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;
}
.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;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.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;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}