@charset "UTF-8";
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
body {
    margin: 0;
}
.clear {
    float: none;
    clear: both;
}
@media (max-width: 479px) {
    body {
        font-size: 13px;
    }
}
.loading-overlay .loader:before {
    content: " ";
    display: inline-block !important;
    border-width: 3px 5px 2px 0;
    width: 32px;
    height: 32px;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
    display: inline-block;
    border-image: none;
    border-radius: 20px;
    border-style: solid;
    border-bottom-color: transparent !important;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
h1, h2, h3, h4 {
    color: #1d2127;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
    text-transform: none;
}
h1 {
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 44px 0;
}
h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 32px 0;
}
h3 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    margin: 0 0 33px 0;
}
h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}
h5 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}
h6 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}
.heading.heading-middle-border:before {
    border-top: 1px solid #dbdbdb;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}
.heading.heading-middle-border h1 {
    padding-right: 15px;
}
.heading.heading-middle-border h2, .heading.heading-middle-border h3 {
    padding-right: 10px;
}
.heading.heading-middle-border h4, .heading.heading-middle-border h5, .heading.heading-middle-border h6 {
    padding-right: 5px;
}
.heading.heading-middle-border-reverse h1 {
    padding-left: 15px;
}
.heading.heading-middle-border-reverse h2, .heading.heading-middle-border-reverse h3 {
    padding-left: 10px;
}
.heading.heading-middle-border-reverse h4, .heading.heading-middle-border-reverse h5, .heading.heading-middle-border-reverse h6 {
    padding-left: 5px;
}
.heading.heading-border-xs:before {
    border-top-width: 1px;
}
.heading.heading-border-sm:before {
    border-top-width: 2px;
}
.heading.heading-border-lg:before {
    border-top-width: 3px;
}
.heading.heading-border-xl:before {
    border-top-width: 5px;
}
@media (max-width: 480px) {
    h2 {
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    h1.big {
        font-size: 3.2em;
        line-height: 42px;
    }
}
.page-title {
    margin-top: 0;
}
b {
    font-weight: 800;
}
.label-dark:hover {
    background: #111;
    text-decoration: none;
    font-weight: normal;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
}
ul {
}
ul[class^="wsp-"] li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
ul[class^="wsp-"] li a {
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    transition: background 0.1s;
    border-bottom: 1px solid #ededde;
    padding: 8px 0;
    display: block;
    color: #666;
    font-size: 0.9em;
    text-decoration: none;
}
ul.nav-list li a:before, ul[class^="wsp-"] li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
}
ul.nav-list li a:hover, ul[class^="wsp-"] li a:hover {
    background-color: #eee;
    text-decoration: none;
}
ul[class^="wsp-"] li.active > a {
    font-weight: bold;
}
ul[class^="wsp-"] li ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}
ul[class^="wsp-"] li:last-child a {
    border-bottom: none;
}
ul[class^="wsp-"].hide-not-active li ul {
    display: none;
}
ul[class^="wsp-"].hide-not-active li.active ul {
    display: block;
}
ul[class^="wsp-"].show-bg-active .active > a {
    background-color: #f5f5f5;
}
ul.nav-list.show-bg-active .active > a:hover, ul[class^="wsp-"].show-bg-active .active > a:hover {
    background-color: #eee;
}
ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
    background-color: #ccc;
}
form label {
    font-weight: normal;
}
textarea {
    resize: vertical;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select {
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    text-align: left;
    background: #fff;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select, textarea {
    line-height: 1.42857;
    padding: 6px 8px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 6px;
}
select {
    padding: 6px 0 6px 2px;
}
.form-control {
    padding: 6px 8px;
}
select.form-control {
    padding: 6px 2px;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
}
.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #ccc;
}
label.error#captcha-error {
    margin-top: 15px;
}
legend {
    border: none;
}
fieldset legend {
    margin-top: 15px;
}
input[type="submit"] {
    border: 1px solid #ccc;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    line-height: 1.42857;
}
#searchform:before, #searchform:after {
    content: " ";
    display: table;
}
#searchform:after {
    clear: both;
}
#searchform #s {
    margin-bottom: 1em;
    width: 100%;
    max-width: 250px;
}
body #wp-link-wrap #wp-link-search-toggle:after {
    font-size: 25px;
}
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
}
.img-thumbnail {
    border-radius: 8px;
    position: relative;
}
.img-thumbnail:hover .zoom {
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-thumbnail:hover .link {
    right: 0;
    top: 0;
}
.thumbnail:hover .zoom {
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-opacity-effect a img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

body {
}
body .btn-inverse:focus {
    color: #fff;
    background-color: #262626;
    border-color: #202020;
}
body .btn-inverse:hover {
    color: #fff;
    background-color: #262626;
    border-color: #202020;
}
body .btn-inverse:active, body .btn-inverse.active, .open > body .btn-inverse.dropdown-toggle {
    background-image: none;
}
body .btn-inverse[disabled], fieldset[disabled] body .btn-inverse, body .btn-inverse.disabled:hover, body .btn-inverse[disabled]:hover, fieldset[disabled] body .btn-inverse:hover, body .btn-inverse.disabled:focus, body .btn-inverse[disabled]:focus, fieldset[disabled] body .btn-inverse:focus, body .btn-inverse[disabled].focus, fieldset[disabled] body .btn-inverse.focus, body .btn-inverse[disabled]:active, fieldset[disabled] body .btn-inverse:active, body .btn-inverse[disabled].active, fieldset[disabled] body .btn-inverse.active {
    background-color: #333;
    border-color: #2d2d2d;
}
body .btn {
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
}
body .checkout-button, body input.btn.btn-lg[type="submit"], body input.button.btn-lg[type="submit"] {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
body .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

body .btn, body .button, body input[type="submit"] {
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
body .btn-default {
    color: #666;
}
body button {
    border: 1px solid #ccc;
}
body .btn-primary {
    border-color: #ccc;
    background-color: #ccc;
    border-color: #ccc #ccc #b3b3b3;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-primary:hover {
    border-color: #d9d9d9 #d9d9d9 #bfbfbf;
    background-color: #bfbfbf;
    color: #fff;
}
body .btn-primary:focus {
    border-color: #bfbfbf;
    background-color: #bfbfbf;
    color: #fff;
}
body .btn-primary[disabled] {
    border-color: #999;
    background-color: #999;
    color: #ccc;
}
body .btn-success {
    border-color: #47a447;
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-success:hover {
    border-color: #51b451 #51b451 #3f923f;
    background-color: #3f923f;
    color: #fff;
}
body .btn-success:focus {
    border-color: #3f923f;
    background-color: #3f923f;
    color: #fff;
}
body .btn-success[disabled] {
    border-color: #285d28;
    background-color: #285d28;
    color: #ccc;
}
body .btn-warning:hover {
    border-color: #efa740 #efa740 #e89113;
    background-color: #e89113;
    color: #fff;
}
body .btn-warning:focus {
    border-color: #e89113;
    background-color: #e89113;
    color: #fff;
}
body .btn-warning[disabled] {
    border-color: #a1650e;
    background-color: #a1650e;
    color: #ccc;
}
body .btn-danger:hover {
    border-color: #d74742 #d74742 #bd2d29;
    background-color: #bd2d29;
    color: #fff;
}
body .btn-danger:focus {
    border-color: #bd2d29;
    background-color: #bd2d29;
    color: #fff;
}
body .btn-danger[disabled] {
    border-color: #7e1e1b;
    background-color: #7e1e1b;
    color: #ccc;
}
body .btn-info:hover {
    border-color: #70c8e2 #70c8e2 #46b8da;
    background-color: #46b8da;
    color: #fff;
}
body .btn-info:focus {
    border-color: #46b8da;
    background-color: #46b8da;
    color: #fff;
}
body .btn-info[disabled] {
    border-color: #2390b0;
    background-color: #2390b0;
    color: #ccc;
}
body .btn-dark:hover {
    border-color: #282d36 #282d36 #121518;
    background-color: #121518;
    color: #fff;
}
body .btn-dark:focus {
    border-color: #121518;
    background-color: #121518;
    color: #fff;
}
body .btn-dark[disabled] {
    border-color: #000;
    background-color: #000;
    color: #ccc;
}
body .btn-primary {
    border-color: #ccc;
    background-color: #ccc;
    border-color: #ccc #ccc #b3b3b3;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-primary:hover {
    border-color: #d9d9d9 #d9d9d9 #bfbfbf;
    background-color: #bfbfbf;
    color: #fff;
}
body .btn-primary:active, body .btn-primary:focus {
    border-color: #bfbfbf;
    background-color: #bfbfbf;
    color: #fff;
}
body .btn-primary.dropdown-toggle {
    border-left-color: #bfbfbf;
}
body .btn-primary[disabled] {
    border-color: #999;
    background-color: #999;
    color: #ccc;
}
body .btn-success {
    border-color: #47a447;
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-success:hover {
    border-color: #51b451 #51b451 #3f923f;
    background-color: #3f923f;
    color: #fff;
}
body .btn-success:active, body .btn-success:focus {
    border-color: #3f923f;
    background-color: #3f923f;
    color: #fff;
}
body .btn-success.dropdown-toggle {
    border-left-color: #3f923f;
}
body .btn-success[disabled] {
    border-color: #285d28;
    background-color: #285d28;
    color: #ccc;
}
body .btn-warning {
    border-color: #ed9c28;
    background-color: #ed9c28;
    border-color: #ed9c28 #ed9c28 #d18211;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-warning:hover {
    border-color: #efa740 #efa740 #e89113;
    background-color: #e89113;
    color: #fff;
}
body .btn-warning:active, body .btn-warning:focus {
    border-color: #e89113;
    background-color: #e89113;
    color: #fff;
}
body .btn-warning.dropdown-toggle {
    border-left-color: #e89113;
}
body .btn-warning[disabled] {
    border-color: #a1650e;
    background-color: #a1650e;
    color: #ccc;
}
body .btn-danger {
    border-color: #d2322d;
    background-color: #d2322d;
    border-color: #d2322d #d2322d #a82824;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-danger:hover {
    border-color: #d74742 #d74742 #bd2d29;
    background-color: #bd2d29;
    color: #fff;
}
body .btn-danger:active, body .btn-danger:focus {
    border-color: #bd2d29;
    background-color: #bd2d29;
    color: #fff;
}
body .btn-danger.dropdown-toggle {
    border-left-color: #bd2d29;
}
body .btn-danger[disabled] {
    border-color: #7e1e1b;
    background-color: #7e1e1b;
    color: #ccc;
}
body .btn-info {
    border-color: #5bc0de;
    background-color: #5bc0de;
    border-color: #5bc0de #5bc0de #31b0d5;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-info:hover {
    border-color: #70c8e2 #70c8e2 #46b8da;
    background-color: #46b8da;
    color: #fff;
}
body .btn-info:active, body .btn-info:focus {
    border-color: #46b8da;
    background-color: #46b8da;
    color: #fff;
}
body .btn-info.dropdown-toggle {
    border-left-color: #46b8da;
}
body .btn-info[disabled] {
    border-color: #2390b0;
    background-color: #2390b0;
    color: #ccc;
}
body .btn-dark {
    border-color: #1d2127;
    background-color: #1d2127;
    border-color: #1d2127 #1d2127 #07080a;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
body .btn-dark:hover {
    border-color: #282d36 #282d36 #121518;
    background-color: #121518;
    color: #fff;
}
body .btn-dark:active, body .btn-dark:focus {
    border-color: #121518;
    background-color: #121518;
    color: #fff;
}
body .btn-dark.dropdown-toggle {
    border-left-color: #121518;
}
body .btn-dark[disabled] {
    border-color: #000;
    background-color: #000;
    color: #ccc;
}
body .btn-borders.btn-primary:hover, body .btn-borders.btn-primary:focus {
    background-color: #bfbfbf;
    border-color: #ccc !important;
    color: #fff;
}
body .btn-borders.btn-success:hover, body .btn-borders.btn-success:focus {
    background-color: #3f923f;
    border-color: #47a447 !important;
    color: #fff;
}
body .btn-borders.btn-warning:hover, body .btn-borders.btn-warning:focus {
    background-color: #e89113;
    border-color: #ed9c28 !important;
    color: #fff;
}
body .btn-borders.btn-danger:hover, body .btn-borders.btn-danger:focus {
    background-color: #bd2d29;
    border-color: #d2322d !important;
    color: #fff;
}
body .btn-borders.btn-info:hover, body .btn-borders.btn-info:focus {
    background-color: #46b8da;
    border-color: #5bc0de !important;
    color: #fff;
}
body .btn-borders.btn-dark:hover, body .btn-borders.btn-dark:focus {
    background-color: #121518;
    border-color: #1d2127 !important;
    color: #fff;
}
body .btn-borders {
    padding: 4px 12px;
}
.tab-pane > *:last-child, .panel-body > *:last-child {
    margin-bottom: 0;
}
.info-box-small-wrap .aio-icon-box {
    margin-bottom: 15px;
}
.info-box-small-wrap .aio-icon-header + .aio-icon-description {
    margin-top: -2px;
}
.aio-icon-box {
    margin-bottom: 30px;
}
.aio-icon-component {
    margin-bottom: 0;
}
.ult-carousel-wrapper, .ult-carousel-wrapper * {
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ult-carousel-wrapper {
    position: relative;
    margin-bottom: 35px;
}

.ult-carousel-wrapper.ult_full_width .slick-next {
    right: 20px;
}
.ult-carousel-wrapper.ult_full_width .slick-prev {
    left: 20px;
}
.ult-carousel-wrapper.ult_horizontal ul.slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 99;
}
.ult-carousel-wrapper.ult_vertical button.slick-prev {
    top: -45px;
}
.ult-carousel-wrapper.ult_vertical button.slick-next {
    top: auto;
    bottom: -40px;
}
.ult-item-wrap.slick-slide.animated {
    opacity: 1 !important;
}
body .ult-carousel-wrapper {
    padding-bottom: 0;
}
body .slick-dots {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
body .ult-carousel-wrapper.ult_horizontal ul.slick-dots, body .slick-dots {
    position: relative;
    bottom: -5px;
    margin-top: 10px;
}
body .ult-carousel-wrapper.ult_horizontal ul.slick-dots li, body .slick-dots li {
    margin: 0 2px;
}
body .sidebar .ult-carousel-wrapper.ult_horizontal ul.slick-dots, body .sidebar .slick-dots {
    margin-top: 3px;
}
body .sidebar .ult-carousel-wrapper {
    margin-bottom: 0;
}
body .slick-slide img {
    display: inline;
}
.ult-carousel-wrapper > div:first-child {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
}
.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap {
    display: block;
}
.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child {
    position: static;
    min-height: 0;
}
.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child:before {
    display: none;
}
.ult-carousel-wrapper > div:first-child.slick-initialized > .ult-item-wrap:first-child > * {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n - 1), .gallery-columns-3 .gallery-item:nth-of-type(3n - 2), .gallery-columns-4 .gallery-item:nth-of-type(4n - 3), .gallery-columns-5 .gallery-item:nth-of-type(5n - 4), .gallery-columns-6 .gallery-item:nth-of-type(6n - 5), .gallery-columns-7 .gallery-item:nth-of-type(7n - 6), .gallery-columns-8 .gallery-item:nth-of-type(8n - 7), .gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
    margin-left: 12px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}
.mejs-overlay-button:before {
    -webkit-font-smoothing: antialiased;
    content: '\f452';
    display: inline-block;
    font: normal 32px/1.125 Genericons;
    position: absolute;
    top: 1px;
    left: 10px;
}
.mejs-controls .mejs-button button:focus {
    outline: none;
}
.mejs-playpause-button.mejs-play button:before {
    content: '\f452';
}
.mejs-playpause-button.mejs-pause button:before {
    content: '\f448';
}
.mejs-volume-button.mejs-mute button:before {
    content: '\f109';
    font-size: 20px;
    position: absolute;
    top: -2px;
    left: 0;
}
.mejs-volume-button.mejs-unmute button:before {
    content: '\f109';
    left: 0;
    position: absolute;
    top: 0;
}
.mejs-fullscreen-button button:before {
    content: '\f474';
}
.mejs-fullscreen-button.mejs-unfullscreen button:before {
    content: '\f406';
}
.mejs-overlay:hover .mejs-overlay-button {
    background-color: #24890d;
    color: #fff;
}
.mejs-controls .mejs-button button:hover {
    color: #41a62a;
}
.list.list-ordened li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(custom-counter);
    counter-increment: custom-counter;
    font-weight: bold;
}
.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    min-width: 26px;
    padding: 0;
    text-align: center;
}
.list.list-ordened.list-ordened-style-3 li:before {
    color: #fff;
    border: 0;
}
ul[class^="wsp-"] {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}
ul[class^="wsp-"] ul {
    margin-bottom: 5px;
    margin-top: 5px;
    list-style: none;
}
h2[class^="wsp-"] {
    font-size: 1.8em;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 15px;
}
.fontawesome-icon-list > div:hover {
    color: #1d9d74;
}
.fontawesome-icon-list > div:hover .text-muted {
    color: #1d9d74;
}
.fontawesome-icon-list > div:hover .fa {
    font-size: 28px;
    vertical-align: -6px;
}
.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus {
    text-decoration: none;
}
.panel-group .panel-heading a [class^="icon-"] {
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.resp-tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px;
}
@media (max-width: 767px) {
    .resp-tab-content {
        border-radius: 0 !important;
        border-color: #ddd;
        border-top: none;
        box-shadow: none;
    }
}
.resp-tabs-list {
    margin: 0;
    border-bottom: 1px solid #eee;
}
.resp-tabs-list li {
    display: inline-block;
    float: none;
    font-size: 1em;
    font-weight: normal;
    margin-right: 1px;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
}
.resp-tabs-list li:last-child {
    margin-right: 0;
}
.resp-tabs-list li, .resp-tabs-list li:hover {
    background: #f4f4f4;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #eee;
}
.resp-tabs-list li:hover {
    border-bottom-color: transparent;
    border-top: 3px solid #ccc;
    box-shadow: none;
}
.resp-tabs-list li:focus {
    border-bottom: 0;
}
.resp-tabs-list li.resp-tab-active {
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #ccc;
    padding: 10px 15px 11px !important;
}
@media (max-width: 767px) {
    .resp-vtabs {
        display: block;
    }
}
.resp-vtabs ul.resp-tabs-list {
    width: 25%;
}
@media (max-width: 767px) {
    .resp-vtabs ul.resp-tabs-list {
        display: none;
    }
}
.resp-vtabs .resp-tabs-container {
    border-radius: 0 4px 4px 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
    background: #fff;
}
@media (max-width: 767px) {
    .resp-vtabs .resp-tabs-container {
        display: block;
        box-shadow: none;
        border: none;
    }
}
.resp-vtabs .resp-tab-content:before {
    content: "";
    display: block;
}
@media (max-width: 767px) {
    .resp-vtabs .resp-tab-content {
        border: 1px solid #ddd;
        border-top: none;
    }
}
.resp-vtabs .resp-tabs-list li, .resp-vtabs .resp-tabs-list li:hover {
    border-left: 3px solid #eee;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.resp-vtabs .resp-tabs-list li:hover {
    border-right-color: transparent;
    border-left: 3px solid #ccc;
}
.resp-vtabs .resp-tabs-list li:focus {
    border-right: 0;
}
h2.resp-accordion {
    background: #f5f5f5 !important;
    border-color: #ddd;
    padding: 15px !important;
    line-height: 1.4;
    font-size: 1em;
    font-weight: 400;
}
h2.resp-accordion:first-child {
    border-top-color: #ddd !important;
}
h2.resp-tab-active {
    background: #f5f5f5 !important;
    border-bottom: 1px solid #ddd !important;
}
.resp-arrow {
    display: none;
}
.tab-content {
    padding: 15px;
}
.tab-content h2 {
    font-size: 1.4286em;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 1.0714em;
}
.tab-content p {
    margin-bottom: 10px;
}
.tab-content table {
    margin-top: 20px;
}
.nav-tabs li a, .nav-tabs li a:hover {
    background: #f4f4f4;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #eee;
}
.nav-tabs li a:hover {
    border-bottom-color: transparent;
    border-top: 3px solid #ccc;
    box-shadow: none;
}
.nav-tabs li a:focus {
    border-bottom: 0;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background: #fff;
    border-left-color: #eee;
    border-right-color: #eee;
    border-top: 3px solid #ccc;
}
.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 0;
}
.tabs.tabs-bottom .nav-tabs li a, .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom: 3px solid #eee;
    border-top: 1px solid #eee !important;
}
.tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom: 3px solid #ccc;
    border-top: 1px solid #eee !important;
}
.tabs.tabs-bottom .nav-tabs li.active a:hover, .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom: 3px solid #ccc;
    border-top-color: transparent !important;
}
.tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:hover, .tabs-vertical .nav-tabs > li a:focus {
    border-bottom: none;
    border-top: none;
}
.tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus {
    border-top: none;
}
.tabs-left .nav-tabs > li a:hover {
    border-left-color: #ccc;
}
.tabs-left .nav-tabs > li.active a:hover, .tabs-left .nav-tabs > li.active a:focus {
    border-left: 3px solid #ccc;
    border-right-color: #fff;
}
.tabs-right .nav-tabs > li a:hover {
    border-right-color: #ccc;
}
.tabs-right .nav-tabs > li.active a:hover, .tabs-right .nav-tabs > li.active a:focus {
    border-right: 3px solid #ccc;
    border-left-color: #fff;
}
.nav-tabs.nav-justified li:first-child a:hover {
    border-radius: 5px 0 0 0;
}
.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0 5px 0 0;
}
.nav-tabs.nav-justified li a:hover, .nav-tabs.nav-justified li a:focus {
    border-bottom: 1px solid #eee;
}
.nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
    background: #fff;
    border-left-color: #eee;
    border-right-color: #eee;
    border-top-width: 3px;
}
.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
    border-top-width: 3px;
    border-bottom: 1px solid #fff;
}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus {
    border-top: 1px solid #fff;
}
.tabs-navigation .nav-tabs > li a:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f054";
    right: 15px;
    top: 15px;
}
.tabs-navigation .nav-tabs > li.active a:hover, .tabs-navigation .nav-tabs > li.active a:focus {
    border-left-color: #eee;
    border-right-color: #eee;
}
.tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus {
    padding: 15px 30px;
    background: none;
    border: 0;
    border-bottom: 3px solid #eee;
    border-radius: 0;
    font-size: 16px;
}
@media (max-width: 991px) {
    .tabs-navigation {
        display: block;
    }
    .tabs-navigation .tab-content {
        padding: 25px 0;
    }
}
@media (max-width: 479px) {
    .tabs .nav.nav-tabs.nav-justified li {
        display: block;
        margin-bottom: -5px;
    }
    .tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
        border-radius: 5px 5px 0 0;
    }
    .tabs .nav.nav-tabs.nav-justified li:last-child a:hover {
        border-radius: 0;
    }
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li a {
        border-bottom-width: 3px !important;
        border-top-width: 0 !important;
    }
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover {
        border-radius: 0;
    }
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
        border-radius: 0 0 5px 5px;
    }
}
.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}
.toggle > label:-moz-selection {
    background: none;
}
.toggle > label:selection {
    background: none;
}
.toggle > label:before {
    border: 6px solid transparent;
    border-left-color: inherit;
    right: 4px;
    content: '';
    margin-top: -6px;
    position: absolute;
    top: 50%;
}
.toggle > label:hover {
    background: #f5f5f5;
}
.toggle.active > label:before {
    border: 6px solid transparent;
    border-top-color: #fff;
    margin-top: -3px;
    right: 10px;
}
.toggle-simple .toggle > label:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    border-radius: 3px;
    z-index: 1;
}
.toggle-simple .toggle > label:before {
    border: 0;
    right: auto;
    left: 7px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    height: 21px;
    font-size: 14px;
    font-family: FontAwesome;
    content: "\f067";
    z-index: 2;
    color: #fff;
    font-size: 13px;
}
.toggle-simple .toggle.active > label:before {
    content: "\f068";
}
.owl-carousel {
    position: relative;
}
.owl-theme .owl-controls {
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-buttons div {
    border-radius: 4px;
    border-bottom: 2px solid transparent;
    filter: alpha(opacity=100);
    opacity: 1;
    padding: 1px 9px;
    margin: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    border-radius: 0;
    position: absolute;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 1.2857em;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
}
.slick-slider .slick-dots li {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.slick-slider .slick-dots li i {
    color: #fff !important;
}
@media (max-width: 767px) {
    .slick-slider .slick-prev, .slick-slider .slick-next {
        display: none !important;
    }
}
.dots-inner .slick-slider ul.slick-dots {
    position: absolute !important;
    top: 3px !important;
    right: 13px;
    width: auto;
    background: #ccc;
    height: 20px;
    border-radius: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.61);
}
[dir="rtl"] .slick-prev:before, [dir="rtl"] .slick-next:before {
    display: none;
}
[dir="rtl"] .slick-prev i:before {
    content: "\e60d";
}
[dir="rtl"] .slick-next i:before {
    content: "\e60c";
}
.owl-item.loading, .yith-wcan-loading, .master-slider .ms-slide .ms-slide-loading, .ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.owl-item.loading:before, .yith-wcan-loading:before, .master-slider .ms-loading-container .ms-loading:before, .master-slider .ms-slide .ms-slide-loading:before, #fancybox-loading:before, .blueimp-gallery > .slides > .slide-loading:before, .slick-slider .slick-loading .slick-list:before, .ult-carousel-wrapper > div:first-child > .ult-item-wrap:first-child:before, #infscr-loading .infinite-loading:before {
    content: " ";
    display: inline-block !important;
    border-width: 3px 5px 2px 0;
    width: 32px;
    height: 32px;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
    display: inline-block;
    border-image: none;
    border-radius: 20px;
    border-style: solid;
    border-bottom-color: transparent !important;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@media (max-width: 991px) {
    .carousel-areas {
        overflow: hidden;
    }
}

.video-slide .ms-slide-bgvideocont:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
body a {
    outline: none !important;
}
li {
    line-height: 24px;
}
.align-left {
    text-align: left;
}
@media (max-width: 480px) {
    .block-nowrap {
        display: inline;
    }
}
@media (max-width: 480px) {
    .block-inline {
        display: inline;
    }
}
.pt-left {
    float: left !important;
}
.ms-btn:hover {
    text-decoration: none;
}
table {
    width: 100%;
}
table p {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
    vertical-align: middle;
}
th, td {
    padding: 8px;
}
blockquote {
    font-size: 1em;
}
.content-grid .content-grid-item:before, .content-grid .content-grid-item:after {
    content: '';
    position: absolute;
}
.content-grid .content-grid-item:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #dadada;
}
.content-grid .content-grid-item:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #dadada;
}
.content-grid.content-grid-dashed .content-grid-item:before {
    border-left: 1px dashed #dadada;
}
.content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom: 1px dashed #dadada;
}
.minicart-icon2:before {
    font-family: "FontAwesome" !important;
    font-size: 1.1em;
    content: "\f07a";
}
.minicart-icon3:before {
    font-family: "Simple-Line-Icons" !important;
    font-size: 1.1em;
    content: "\e04e";
}
.minicart-icon4:before {
    font-family: "Simple-Line-Icons" !important;
    content: "\e035";
    font-size: 1.1em;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.15), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
hr.tall {
    margin: 44px 0;
}
.divider.divider-style-4 i:after {
    border: 3px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -4px;
    padding: 1px;
    position: absolute;
    top: -4px;
    width: 100%;
}
hr.dashed:after, .divider.dashed:after {
    border: 1px dashed rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
}
hr.pattern:after, .divider.pattern:after {
    background: transparent url(../../images/patterns/worn_dots.png) repeat 0 0;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 100%;
}
hr.pattern.pattern-2:after, .divider.pattern.pattern-2:after {
    background-image: url(../../images/patterns/az_subtle.png);
}
.itpb-separator {
    margin: 0 0 22px;
}
.itpb-separator .separator-line {
    margin: 0 auto;
}
.itpb-separator .separator-line.align_center {
    margin: 0 auto;
}
.featured-box {
    background: #f5f5f5;
    background-color: #f5f5f5;
    background: -webkit-linear-gradient(top, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 #f5f5f5;
    background: linear-gradient(to bottom, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.featured-box.align-left {
    text-align: left;
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.featured-box .box-content {
    border-radius: 8px;
    border-top: 4px solid #33b8ff;
    position: relative;
    top: -1px;
    padding: 30px 30px 10px 30px;
}
@media (max-width: 767px) {
    .featured-box .box-content {
        padding: 20px 15px 5px 15px;
    }
}
.icon-featured:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
    background: none;
    border: 0;
    box-shadow: none;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.featured-boxes-style-6 .featured-box .icon-featured {
    border: 1px solid #cecece;
}
.featured-boxes-style-6 .featured-box .icon-featured:after {
    border: 5px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -6px;
    padding: 1px;
    position: absolute;
    top: -6px;
    width: 100%;
}
.featured-boxes-style-7 .featured-box .icon-featured {
    border: 1px solid #dfdfdf;
}
.featured-boxes-style-8 .featured-box .icon-featured:after {
    display: none;
}
.featured-box-effect-1 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
}
.featured-box-effect-1:hover .icon-featured:after {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
    filter: alpha(opacity=100);
}
.featured-box-effect-2 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    filter: alpha(opacity=0);
}
.featured-box-effect-2:hover .icon-featured:after {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 1;
    filter: alpha(opacity=100);
}
.featured-box-effect-3 .icon-featured:after {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 10px #fff;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.featured-box-effect-3:hover .icon-featured {
    color: #fff !important;
}
.featured-box-effect-3:hover .icon-featured:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.featured-box-effect-4:hover .icon-featured {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.featured-box-effect-5:hover .icon-featured {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
.featured-box-effect-6 .icon-featured:after {
    -webkit-transition: all 0.2s, transform 0.2s;
    -moz-transition: all 0.2s, transform 0.2s;
    transition: all 0.2s, transform 0.2s;
}
.featured-box-effect-6:hover .box-content .icon-featured:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-box-effect-7 .icon-featured:after {
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 3px 3px #d5d5d5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, transform 0.2s;
    -moz-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    left: 0;
    top: -1px;
}
.featured-box-effect-7:hover .icon-featured:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.featured-box-effect-7 .icon-featured:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.featured-box-effect-7:hover .icon-featured:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.feature-box.feature-box-style-6 .feature-box-icon:after {
    border: 3px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -4px;
    padding: 1px;
    position: absolute;
    top: -4px;
    width: 100%;
}
@media (min-width: 991px) {
    .feature-box.reverse {
        text-align: right;
    }
}
.featured-boxes-full > [class*="col-"] {
    padding: 0;
}
.featured-boxes-full .featured-box-full .fa {
    font-size: 55px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.featured-boxes-full .featured-box-full p {
    padding-top: 12px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.aio-icon-component.featured-icon .aio-icon:after {
    border: 3px solid #f4f4f4;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: -4px;
    padding: 1px;
    position: absolute;
    top: -4px;
    width: 100%;
}
.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0;
}
.thumb-info:hover .thumb-info-action {
    filter: alpha(opacity=100);
    opacity: 1;
}
.thumb-info:hover .thumb-info-title {
    background: #000;
}
.thumb-info .thumb-info-action a:hover {
    color: #fff;
    text-decoration: none;
}
.thumb-info .thumb-info-title a:hover {
    color: #fff;
    text-decoration: none;
}
.thumb-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
    display: none;
}
.thumb-info.thumb-info-preview:hover .thumb-info-image {
    transition: all 2.5s linear 0s;
    background-position: center bottom;
}
.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
    transition: all 1s linear 0s;
}
.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
    transition: all 5s linear 0s;
}
.thumb-info.thumb-info-preview.thumb-info-preview-fixed:hover .thumb-info-image {
    background-position: center center;
    transition: none;
}
.thumb-info.thumb-info-preview.thumb-info-preview-fixed-top:hover .thumb-info-image {
    background-position: center top;
}
.thumb-info.thumb-info-preview.thumb-info-preview-fixed-bottom:hover .thumb-info-image {
    background-position: center bottom;
}
.thumb-info.thumb-info-preview .preview-tip:before {
    left: -7px;
    border-right: 7px solid #646464;
    border-top: 12px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 7px;
}
.thumb-info-caption .thumb-info-caption-text > *:last-child {
    margin-bottom: 0;
}
.thumb-info-social-icons a:hover {
    text-decoration: none;
}
.thumb-info.secondary:hover .thumb-info-title {
    top: 42%;
    opacity: 1;
}
@media (max-width: 991px) {
    .thumb-info .thumb-info-title {
        font-size: 14px;
    }
}
section.timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity=35);
    opacity: 0.35;
}
section.timeline .timeline-box.left:before {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
    background: #e5e5e5;
    border-radius: 50%;
    content: "";
    display: block;
    height: 7px;
    margin-right: -8px;
    right: -6%;
    position: absolute;
    top: 22px;
    width: 8px;
}
section.timeline .timeline-box.left:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #e5e5e5;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: -8px;
    top: 20px;
    width: 14px;
    z-index: 0;
}
section.timeline .timeline-box.right:before {
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
    background: #e5e5e5;
    content: "";
    display: block;
    height: 7px;
    margin-left: -8px;
    left: -6%;
    position: absolute;
    top: 32px;
    width: 8px;
}
section.timeline .timeline-box.right:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 1px solid #e5e5e5;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    left: -8px;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    top: 30px;
    width: 14px;
    z-index: 0;
}
@media (max-width: 767px) {
    .column2 section.timeline {
        width: 74%;
        margin: 50px 13% 0;
    }
    section.timeline .timeline-box {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 80%;
        width: auto;
    }
    section.timeline .timeline-box.right {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 80%;
        width: auto;
    }
    section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
        display: none;
    }
}
@media (max-width: 480px) {
    section.timeline {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .column2 section.timeline {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    section.timeline .timeline-box {
        margin: 15px auto;
        max-width: 90%;
    }
    .column2 section.timeline .timeline-box {
        max-width: 90%;
    }
    section.timeline .timeline-box.right {
        margin: 15px auto;
        max-width: 90%;
    }
    .column2 section.timeline .timeline-box.right {
        max-width: 90%;
    }
}
#infscr-loading .infinite-loading {
    dispaly: inline-block;
    width: 50px;
    height: 50px;
    margin: auto;
}
.testimonial blockquote:before {
    left: 10px;
    top: 0;
    color: #fff;
    content: "\201C";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
.testimonial blockquote:after {
    color: #fff;
    content: "\201D";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    right: 10px;
}
.testimonial .testimonial-author:before, .testimonial .testimonial-author:after {
    content: " ";
    display: table;
}
.testimonial .testimonial-author:after {
    clear: both;
}
.testimonial.testimonial-style-2 blockquote:before, .testimonial.testimonial-style-2 blockquote:after {
    display: none;
}
.testimonial.testimonial-style-3 blockquote:before {
    top: 5px;
    font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote:after {
    font-size: 35px;
    bottom: -5px;
}
.testimonial.testimonial-style-4 blockquote:before {
    top: 5px;
    font-size: 35px;
}
.testimonial.testimonial-style-4 blockquote:after {
    font-size: 35px;
    bottom: -5px;
}
.testimonial.testimonial-style-5 blockquote:before, .testimonial.testimonial-style-5 blockquote:after {
    display: none;
}
.testimonial.testimonial-style-6 blockquote:before, .testimonial.testimonial-style-6 blockquote:after {
    display: none;
}
.testimonial.testimonial-with-quotes blockquote:before {
    display: block !important;
    left: 10px;
    top: 0;
    content: "\201C";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
@media (max-width: 480px) {
    .testimonial.testimonial-with-quotes blockquote:before {
        display: none !important;
    }
}
.testimonial.testimonial-with-quotes blockquote:after {
    display: block !important;
    right: 10px;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    content: "\201D";
}
@media (max-width: 480px) {
    .testimonial.testimonial-with-quotes blockquote:after {
        display: none !important;
    }
}
@media (max-width: 480px) {
    .testimonial.testimonial-with-quotes blockquote p {
        padding: 0;
    }
}
.testimonial.testimonial-with-quotes.testimonial-light blockquote:before, .testimonial.testimonial-with-quotes.testimonial-light blockquote:after {
    opacity: 0.9;
    color: #fff;
}
.share-links a:before {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 23px;
    height: 22px;
    margin: auto;
}
.share-links .share-twitter:hover {
    color: #fff;
    background: #45bbe9;
}
.share-links .share-twitter:before {
    content: "\f099";
}
.share-links .share-facebook:hover {
    color: #fff;
    background: #4d71bb;
}
.share-links .share-facebook:before {
    content: "\f09a";
}
.share-links .share-linkedin:hover {
    color: #fff;
    background: #0094e5;
}
.share-links .share-linkedin:before {
    content: "\f0e1";
}
.share-links .share-rss:hover {
    color: #fff;
    background: #ff9b34;
}
.share-links .share-rss:before {
    content: "\f09e";
}
.share-links .share-googleplus:hover {
    color: #fff;
    background: #e47365;
}
.share-links .share-googleplus:before {
    content: "\f0d5";
}
.share-links .share-pinterest:hover {
    color: #fff;
    background: #e04046;
}
.share-links .share-pinterest:before {
    content: "\f0d2";
}
.share-links .share-youtube:hover {
    color: #fff;
    background: #e42b31;
}
.share-links .share-youtube:before {
    content: "\f167";
}
.share-links .share-instagram:hover {
    color: #fff;
    background: #9f5f4a;
}
.share-links .share-instagram:before {
    content: "\f16d";
}
.share-links .share-skype:hover {
    color: #fff;
    background: #2ac2ff;
}
.share-links .share-skype:before {
    content: "\f17e";
}
.share-links .share-email:hover {
    color: #fff;
    background: #e47365;
}
.share-links .share-email:before {
    content: "\f0e0";
}
.share-links .share-vk:hover {
    color: #fff;
    background: #849dba;
}
.share-links .share-vk:before {
    content: "\f189";
}
.share-links .share-xing:hover {
    color: #fff;
    background: #239ea0;
}
.share-links .share-xing:before {
    content: "\f168";
}
.share-links .share-tumblr:hover {
    color: #fff;
    background: #40688f;
}
.share-links .share-tumblr:before {
    content: "\f173";
}
.share-links .share-reddit:hover {
    color: #fff;
    background: #ff683a;
}
.share-links .share-reddit:before {
    content: "\f1a1";
}
.share-links .share-vimeo:hover {
    color: #fff;
    background: #7fcbf0;
}
.share-links .share-vimeo:before {
    content: "\f27d";
}
.share-links .share-telegram:hover {
    color: #fff;
    background: #0af;
}
.share-links .share-telegram:before {
    content: "\f1d8";
}
.share-links .share-yelp:hover {
    color: #fff;
    background: #f71700;
}
.share-links .share-yelp:before {
    content: "\f1e9";
}
.share-links .share-flickr:hover {
    color: #fff;
    background: #107cff;
}
.share-links .share-flickr:before {
    content: "\f16e";
}
.share-links .share-whatsapp:hover {
    color: #fff;
    background: #4cae47;
}
.share-links .share-whatsapp:before {
    content: "\f232";
}
.widget.follow-us .share-links .share-twitter:hover, #footer .widget.follow-us .share-links .share-twitter:hover, .header-wrapper.header-side-nav #header .share-links .share-twitter:hover, #header.header-corporate .share-links .share-twitter:hover {
    background: #1aa9e1;
}
.widget.follow-us .share-links .share-facebook:hover, #footer .widget.follow-us .share-links .share-facebook:hover, .header-wrapper.header-side-nav #header .share-links .share-facebook:hover, #header.header-corporate .share-links .share-facebook:hover {
    background: #3b5a9a;
}
.widget.follow-us .share-links .share-linkedin:hover, #footer .widget.follow-us .share-links .share-linkedin:hover, .header-wrapper.header-side-nav #header .share-links .share-linkedin:hover, #header.header-corporate .share-links .share-linkedin:hover {
    background: #0073b2;
}
.widget.follow-us .share-links .share-rss:hover, #footer .widget.follow-us .share-links .share-rss:hover, .header-wrapper.header-side-nav #header .share-links .share-rss:hover, #header.header-corporate .share-links .share-rss:hover {
    background: #ff8201;
}
.widget.follow-us .share-links .share-googleplus:hover, #footer .widget.follow-us .share-links .share-googleplus:hover, .header-wrapper.header-side-nav #header .share-links .share-googleplus:hover, #header.header-corporate .share-links .share-googleplus:hover {
    background: #dd4b39;
}
.widget.follow-us .share-links .share-pinterest:hover, #footer .widget.follow-us .share-links .share-pinterest:hover, .header-wrapper.header-side-nav #header .share-links .share-pinterest:hover, #header.header-corporate .share-links .share-pinterest:hover {
    background: #cc2127;
}
.widget.follow-us .share-links .share-youtube:hover, #footer .widget.follow-us .share-links .share-youtube:hover, .header-wrapper.header-side-nav #header .share-links .share-youtube:hover, #header.header-corporate .share-links .share-youtube:hover {
    background: #c3191e;
}
.widget.follow-us .share-links .share-instagram:hover, #footer .widget.follow-us .share-links .share-instagram:hover, .header-wrapper.header-side-nav #header .share-links .share-instagram:hover, #header.header-corporate .share-links .share-instagram:hover {
    background: #7c4a3a;
}
.widget.follow-us .share-links .share-skype:hover, #footer .widget.follow-us .share-links .share-skype:hover, .header-wrapper.header-side-nav #header .share-links .share-skype:hover, #header.header-corporate .share-links .share-skype:hover {
    background: #00b0f6;
}
.widget.follow-us .share-links .share-email:hover, #footer .widget.follow-us .share-links .share-email:hover, .header-wrapper.header-side-nav #header .share-links .share-email:hover, #header.header-corporate .share-links .share-email:hover {
    background: #dd4b39;
}
.widget.follow-us .share-links .share-vk:hover, #footer .widget.follow-us .share-links .share-vk:hover, .header-wrapper.header-side-nav #header .share-links .share-vk:hover, #header.header-corporate .share-links .share-vk:hover {
    background: #6383a8;
}
.widget.follow-us .share-links .share-xing:hover, #footer .widget.follow-us .share-links .share-xing:hover, .header-wrapper.header-side-nav #header .share-links .share-xing:hover, #header.header-corporate .share-links .share-xing:hover {
    background: #1a7576;
}
.widget.follow-us .share-links .share-tumblr:hover, #footer .widget.follow-us .share-links .share-tumblr:hover, .header-wrapper.header-side-nav #header .share-links .share-tumblr:hover, #header.header-corporate .share-links .share-tumblr:hover {
    background: #304e6c;
}
.widget.follow-us .share-links .share-reddit:hover, #footer .widget.follow-us .share-links .share-reddit:hover, .header-wrapper.header-side-nav #header .share-links .share-reddit:hover, #header.header-corporate .share-links .share-reddit:hover {
    background: #ff4107;
}
.widget.follow-us .share-links .share-vimeo:hover, #footer .widget.follow-us .share-links .share-vimeo:hover, .header-wrapper.header-side-nav #header .share-links .share-vimeo:hover, #header.header-corporate .share-links .share-vimeo:hover {
    background: #52b8ea;
}
.widget.follow-us .share-links .share-telegram:hover, #footer .widget.follow-us .share-links .share-telegram:hover, .header-wrapper.header-side-nav #header .share-links .share-telegram:hover, #header.header-corporate .share-links .share-telegram:hover {
    background: #08c;
}
.widget.follow-us .share-links .share-yelp:hover, #footer .widget.follow-us .share-links .share-yelp:hover, .header-wrapper.header-side-nav #header .share-links .share-yelp:hover, #header.header-corporate .share-links .share-yelp:hover {
    background: #c41200;
}
.widget.follow-us .share-links .share-flickr:hover, #footer .widget.follow-us .share-links .share-flickr:hover, .header-wrapper.header-side-nav #header .share-links .share-flickr:hover, #header.header-corporate .share-links .share-flickr:hover {
    background: #0063dc;
}
.widget.follow-us .share-links .share-whatsapp:hover, #footer .widget.follow-us .share-links .share-whatsapp:hover, .header-wrapper.header-side-nav #header .share-links .share-whatsapp:hover, #header.header-corporate .share-links .share-whatsapp:hover {
    background: #3c8a38;
}
@media (max-width: 479px) {
    .dir-arrow {
        display: none;
    }
}
.progress-bar-tooltip:after {
    border-color: #333 transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    bottom: -5px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0;
}
html #topcontrol {
    background: #404040;
    background: rgba(64, 64, 64, 0.75);
    border-radius: 4px 4px 0 0;
    color: #fff;
    height: 9px;
    padding: 7px 10px 30px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    min-width: 40px;
    z-index: 1040;
}
html #topcontrol:hover {
    background: #404040;
}
@media (max-width: 767px) {
    html #topcontrol {
        display: none;
    }
}
.widget {
    margin-bottom: 30px;
    margin-top: 30px;
    *zoom: 1;
}
.widget:before, .widget:after {
    content: " ";
    display: table;
}
.widget:after {
    clear: both;
}
.widget:first-child {
    margin-top: 0;
}
.widget .widget-title {
    margin-bottom: 15px;
    font-size: 1.1429em;
    margin-top: 0;
    letter-spacing: normal;
}
.widget .widgettitle, .widget .widget-title {
    line-height: 1.4;
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    text-decoration: none;
}
.widget > ul {
    font-size: 0.9286em;
    border-bottom: 1px solid #ededde;
    margin-top: -8px;
    margin-bottom: 0;
}
.widget > ul > li:first-child {
    border-top-width: 0;
}
.widget > ul li {
    position: relative;
    margin: 0;
    padding: 7px 0;
    line-height: 1.4;
    border-top: 1px solid #ededde;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.widget > ul li > a {
    text-decoration: none;
}
.widget ul {
    list-style: none;
    padding: 0;
}
.widget .rss-date, .widget .post-date {
    display: block;
}
.widget .rss-date {
    margin-bottom: 3px;
}
.widget .slick-dots {
    margin-bottom: -5px;
}
.widget_recent_entries > ul li:before, .widget_recent_comments > ul li:before, .widget_pages > ul li:before, .widget_meta > ul li:before, .widget_nav_menu > div > ul li:before, .widget_archive > ul li:before, .widget_categories > ul li:before, .widget_rss > ul li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin-left: -11px;
    margin-right: 5px;
}
.widget .tagcloud a:hover {
    color: #fff;
}
.widget.widget_wysija h3 {
    margin-bottom: 0;
}
.widget.widget_wysija p {
    font-size: 0.9286em;
    margin-bottom: 10px;
}
.widget.widget_wysija .wysija-paragraph {
    font-size: 1em;
}
.widget.widget_wysija .wysija-checkbox-label {
    font-size: 0.9286em;
}
.widget.widget_wysija .wysija-checkbox-label {
    margin-bottom: 0;
}
.widget.widget_wysija .widget_wysija_cont .updated, .widget.widget_wysija .widget_wysija_cont .message {
    color: #3c763d;
}
.widget.widget_wysija .widget_wysija_cont .error, .widget.widget_wysija .widget_wysija_cont .xdetailed-errors {
    color: #eb340e;
}
.widget.widget_wysija .wysija-input {
    width: 100%;
	height:40px;

}
.sidebar .widget.widget_wysija {
	 border:1px solid #d5d5d5;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    background: linear-gradient(to top right, #aecbdb,#e1eff2 60%,#9eccd9);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
}
.sidebar .widget.widget_wysija .box-content {
    position: relative;
    top: -1px;
    border-radius: 8px;
    border-top: 3px solid #33b8ff;
    border-top-width: 4px;
    padding: 23px 25px 25px 25px;
}
.sidebar .widget.widget_wysija .wysija-input {
    text-align: left;
}
.twitter-account:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.widget.contact-info li {
    margin-bottom: 10px !important;
}
.widget.contact-info li a:hover {
    text-decoration: underline;
}
#footer .widget.follow-us .share-links a:hover, .widget.follow-us .share-links a:hover {
    color: #fff;
}
#mailpoet_checkout_field input[type="checkbox"], #mailpoet_checkout_field input[type="radio"] {
    position: static;
    margin-left: 0;
}
.tm-extra-product-options-totals dt {
    margin-bottom: 5px;
}
.tm-extra-product-options-totals .amount.options, .tm-extra-product-options-totals .amount.subscription-fee {
    font-size: 2em;
}
.tm-extra-product-options-totals .amount.final {
    font-size: 2.5714em;
}
@media (max-width: 767px) {
    .pricing-table .most-popular {
        top: 0;
    }
}
.pricing-table .plan-ribbon:before {
    left: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
}
.pricing-table .plan-ribbon:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
    right: 0;
}
.pricing-table [class*="col-md-"] {
    padding-left: 0;
    padding-right: 0;
}
.pricing-table.spaced [class*="col-md-"] {
    padding-left: 2px;
    padding-right: 2px;
}
@media (max-width: 767px) {
    .pricing-table {
        margin-left: 0px;
    }
    .pricing-table .plan {
        margin-right: 0;
    }
}
.m-b-none {
    margin-bottom: 0 !important;
}
.m {
    padding: 15px !important;
}