/*------------- #BASE --------------*/
/*------------- #TABLE OF CONTENTS --------------*/
/*-----------------------------------

1. Global / Global Styles
2. Helper / Additional classes
3. Typography / Typography Rules
4. Variables / Variables for styles
5. Blocks / Styles for Blocks
  5.1 Accordion
  5.2 Animation icons
  5.3 Buttons
  5.4 Info box
  5.5 Input
  5.6 Local SEO
  5.7 Navigation
  5.8 Offers
  5.9 Pagination
  5.10 Pagination arrows
  5.11 Popup cart
  5.12 Posts
  5.13 Services
  5.14 Socials
  5.15 Stunning headers
  5.16 Testimonials
6. Layouts / Styles for Layouts
  6.1 Page 404
7. Modules / Styles for Modules
  7.1 Books
  7.2 Cart
  7.3 Clients
  7.4 Comments
  7.5 Contact form
  7.6 Counters
  7.7 Features
  7.8 Footer
  7.9 Header
  7.10 Heading
  7.11 Interested products
  7.12 Order
  7.13 Our video
  7.14 Overlay menu
  7.15 Pie charts
  7.16 Pricing tables
  7.17 Product details
  7.18 Recent case
  7.19 Recent post
  7.20 Seo score
  7.21 Shop user form
  7.21 Skills
  7.21 Sliders
  7.21 Socials panel
  7.22 Subscribe form
  7.23 Team members
  7.24 Time Line
8. Widgets /  Styles for all Widgets
  8.1 Widgets
9. Fonts / Styles for fonts
10. Grid / Styles for modular grid
11. Normalize / makes browsers render all elements more consistently and in line with modern standards

-------------------------------------------------------------------*/


/*------------- #VARIABLES --------------*/


/*------------- #GLOBAL STYLES --------------*/

.bg_pwc_one {
    background-color: #e64330;
}
.bg_pwc_two {
    background-color: #ef881e;
}
.bg_pwc_three {
    background-color: #10ac48;
}
.bg_pwc_light {
    background-color: #1e3c5a;
}
.bg_pwc_dark {
    background-color: #001e3c;
}

.bg_pwc_five,
input.bg_pwc_five {

}
.bg_pwc_six,
input.bg_pwc_six {
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    background: #fff;
    color: #666;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

blockquote {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.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-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

a {
    text-decoration: none;
    color: #2f2c2c;
    transition: all 0.15s linear;
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0 0 .5em;
    line-height: 1.25em;
    font-size: 16px;
}

@media (max-width: 600px) {
    p {
        font-size: 14px;
    }
}

figure {
    margin: 0;
}

select {
    width: 100%;
    border: 1px solid #acacac;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
}

textarea {
    height: auto;
    min-height: 50px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #acacac;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #acacac;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #acacac;
}

input {
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

input:invalid {
    box-shadow: none;
}

input:-moz-submit-invalid {
    box-shadow: none;
}

input:-moz-ui-invalid {
    box-shadow: none;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*------------- #HELPERS --------------*/

.ovh {
    overflow: hidden;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-none {
    float: none;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.c-white {
    color: #fff !important;
}

.c-dark {
    color: #2f2c2c !important;
}

.c-primary {
    color: #45afad;
}

.c-secondary {
    color: #d95222 !important;
}

.c-gray {
    color: #acacac !important;
}

.c-green {
    color: #36a66c !important;
}

.c-orange {
    color: #e39f35 !important;
}

.c-semitransparent-white {
    color: rgba(255, 255, 255, 0.15);
}

.shadow-image {
    box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    /*vertical-align: top;*/ /*middle*/
    /*float: none;*/
}

@media (max-width: 640px) {
    .table-cell {
        display: block;
        float: left;
    }
}

.text-t-none {
    text-transform: none;
}

@media (max-width: 480px) {
    .centered-on-mobile {
        text-align: center;
    }
}

.overlay--light {
    background: rgba(0, 0, 0, 0.2);
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.full-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.full-height {
    height: 100%;
}

.display-flex {
    display: flex;
    align-items: center;
}

.display-flex.content-center {
    justify-content: center;
}

.inline-block {
    display: inline-block;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.7);
    transition: all 0.4s ease;
}

.full-block-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.medium-padding80 {
    padding: 80px 0;
}

@media (max-width: 800px) {
    .medium-padding80 {
        padding: 35px 0;
    }
}

.medium-padding100 {
    padding: 100px 0;
}

@media (max-width: 800px) {
    .medium-padding100 {
        padding: 35px 0;
    }
}

.medium-padding120 {
    padding: 120px 0;
}

@media (max-width: 800px) {
    .medium-padding120 {
        padding: 35px 0;
    }
}

.pb100 {
    padding-bottom: 100px;
}

@media (max-width: 800px) {
    .pb100 {
        padding-bottom: 35px;
    }
}

.pt80 {
    padding-top: 80px;
}

@media (max-width: 800px) {
    .pt80 {
        padding-top: 35px;
    }
}

.pt100 {
    padding-top: 100px;
}

@media (max-width: 800px) {
    .pt100 {
        padding-top: 35px;
    }
}

.pt400 {
    padding-top: 400px;
}

@media (max-width: 1024px) {
    .pt400 {
        padding-top: 200px;
    }
}

@media (max-width: 768px) {
    .pt400 {
        padding-top: 100px;
    }
}

.pb360 {
    padding-bottom: 360px;
}

.pb120 {
    padding-bottom: 120px;
}

@media (max-width: 800px) {
    .pb120 {
        padding-bottom: 35px;
    }
}

.pt120 {
    padding-top: 120px;
}

@media (max-width: 800px) {
    .pt120 {
        padding-top: 35px;
    }
}

.pb80 {
    padding-bottom: 80px;
}

@media (max-width: 800px) {
    .pb80 {
        padding-bottom: 35px;
    }
}
.pb10 {
    padding-bottom: 10px;
}
.pb30 {
    padding-bottom: 30px;
}

.mt60 {
    margin-top: 60px;
}

@media (max-width: 800px) {
    .mt60 {
        margin-top: 35px;
    }
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

@media (max-width: 800px) {
    .mb60 {
        margin-bottom: 35px;
    }
}

.bg-primary-color {
    background-color: #e64330;
}

.bg-secondary-color {
    background-color: #ef881e;
}

.bg-last-color {
    background-color: #10ac48;
}


.bg-orange-color {
    background-color: #ef881e;
}

.bg-orangedark-color {
    background-color: #ff9700;
}

.bg-green-color {
    background-color: #10ac48;
}

.bg-greendark-color {
    background-color: #8dc63f;
}

.bg-white-color {
    background-color: #fff;
}

.bg-violet-color {
    background-color: #6739b6;
}

.bg-border-color {
    background-color: #f7f9f9;
}

.bg-dark-color {
    background-color: #302c2d;
}

.bg-grey-input {
    background-color: #373434;
}

.bg-blue-color {
    background-color: #00bff3;
}

.bg-blue-color-light {
    background-color: #64d8ff;
}

.bg-yellow-color {
    background-color: #fcd846;
}

.bg-greydark-color {
    background-color: #434141;
}

.bg-boxed-dark {
    background-image: url("../0img/bg-boxed-dark.jpg");
}

.bg-boxed-light {
    background-image: url("../0img/bg-boxed-light.jpg");
}

.bg-boxed-red {
    background-image: url("../0img/bg-boxed-red.jpg");
}

.bg-boxed-primary {
    background-image: url("../0img/bg-boxed-primary.jpg");
}

.bg-boxed-black {
    background-image: url("../0img/bg-boxed-black.jpg");
}

.bg-boxed-blue {
    background-image: url("../0img/bg-boxed-blue.jpg");
}

.border-orange-color {
    border-color: #e39f35;
}

.border-green-color {
    border-color: #36a66c;
}

.border-primary-color {
    border-color: #45afad;
}

.border-secondary-color {
    border-color: #d95222;
}

.facebook-bg-color {
    background-color: #3a589b;
}

.twitter-bg-color {
    background-color: #08acee;
}

.linkedin-bg-color {
    background-color: #007bb6;
}

.google-bg-color {
    background-color: #ea4335;
}
.whatsapp-bg-color {
    background-color: #00e676;
}
.pinterest-bg-color {
    background-color: #ca2127;
}


/*------------- #TYPOGRAPHY --------------*/
@font-face {
    font-family: 'Varela Round';
    src: url('../0fonts/VarelaRound-Regular.eot');
    src: url('../0fonts/VarelaRound-Regular.eot?#iefix') format('embedded-opentype'),
        url('../0fonts/VarelaRound-Regular.woff2') format('woff2'),
        url('../0fonts/VarelaRound-Regular.woff') format('woff'),
        url('../0fonts/VarelaRound-Regular.ttf') format('truetype'),
        url('../0fonts/VarelaRound-Regular.svg#VarelaRound-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
.h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: 'Varela Round';
}

h1 a,
.h1 a {
    color: inherit;
}

@media (max-width: 800px) {
    h1,
    .h1 {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    h1,
    .h1 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    h1,
    .h1 {
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    h1,
    .h1 {
        font-size: 18px;
    }
}

h2,
.h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: 'Varela Round';
}

h2 a,
.h2 a {
    color: inherit;
}

@media (max-width: 800px) {
    h2,
    .h2 {
        font-size: 36px;
    }
}

@media (max-width: 570px) {
    h2,
    .h2 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    h2,
    .h2 {
        font-size: 26px;
    }
    .pwec2 {
        font-size: 24px;
    }
}

h3,
.h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: 'Varela Round';
}

h3 a,
.h3 a {
    color: inherit;
}

@media (max-width: 800px) {
    h3,
    .h3 {
        font-size: 30px;
    }
}

@media (max-width: 570px) {
    h3,
    .h3 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    h3,
    .h3 {
        font-size: 22px;
    }
}

h4,
.h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: 'Varela Round';
}

h4 a,
.h4 a {
    color: inherit;
}

@media (max-width: 800px) {
    h4,
    .h4 {
        font-size: 28px;
    }
}

@media (max-width: 570px) {
    h4,
    .h4 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: 'Varela Round';
}

h5 a,
.h5 a {
    color: inherit;
}

@media (max-width: 980px) {
    h5,
    .h5 {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    h5,
    .h5 {
        font-size: 14px;
    }
}

h6,
.h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #2f2c2c;
    font-family: 'Varela Round';
}

h6 a,
.h6 a {
    color: inherit;
}

@media (max-width: 800px) {
    h6,
    .h6 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    h6,
    .h6 {
        font-size: 13px;
    }
}


/*------------- #Styles for First-Letter --------------*/

.first-letter--dark-round span:first-of-type {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #2f2c2c;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.first-letter--squared span:first-of-type {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #45afad;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.first-letter--dark span:first-of-type {
    margin-right: 20px;
    font-size: 48px;
    line-height: 48px;
    color: #2f2c2c;
    float: left;
}

.first-letter--primary span:first-of-type {
    margin-right: 20px;
    font-size: 48px;
    line-height: 48px;
    color: #45afad;
    float: left;
}


/*------------- #Styles for Text Selection --------------*/


/*Selection dark*/

.selection--dark::-moz-selection {
    background: #2f2c2c;
    color: #acacac;
}

.selection--dark::selection {
    background: #2f2c2c;
    color: #acacac;
}


/*Selection primary*/

.selection--primary::-moz-selection {
    background: #45afad;
    color: #fff;
}

.selection--primary::selection {
    background: #45afad;
    color: #fff;
}


/*Selection gray*/

.selection--gray::-moz-selection {
    background: #e1e1e1;
    color: #2f2c2c;
}

.selection--gray::selection {
    background: #e1e1e1;
    color: #2f2c2c;
}


/*------------- #Styles for list --------------*/

.list>li {
    margin-bottom: 18px;
    font-size: 18px;
    transition: all .3s ease;
}

@media (max-width: 640px) {
    .list>li {
        font-size: 14px;
    }
}

.list>li a,
.list>li li {
    color: #acacac;
    display: block;
    overflow: hidden;
}

.list>li i {
    margin-right: 30px;
    margin-top: 8px;
    font-size: 12px;
    float: left;
    transition: all .3s ease;
}

.list--secondary a:hover,
.list--secondary li:hover {
    color: #d95222;
}

.list--secondary i {
    color: #d95222;
}

.list--primary a:hover,
.list--primary li:hover {
    color: #45afad;
}

.list--primary i {
    color: #45afad;
}

.list--standard a:hover,
.list--standard li:hover {
    color: #2f2c2c;
}

.list--standard .number {
    color: #2f2c2c;
    margin-right: 24px;
    float: left;
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vis-hid {
    visibility: hidden
}

.pwc-bg {
    background-image: url('../0img/menu-bg.png') !important;
}

/*.hd-sc img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hd-sc img:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;  
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}*/

.p-top {
    text-align: center;
    margin: 0;
    line-height: 0;
}
.m-t-4pc{
    margin-top: 18%;
}
.m-t-15pc{
    margin-top: 18%;
}
.m-t-25pc{
    margin-top: 23%;
}
.pt15{
    padding-top: 15px
}
.pt30{
    padding-top: 30px
}
.no-padding {
    padding: 0;
}
.no-padding-imp {
    padding: 0 !important; 
}
.p-t-50{
    padding-top: 50px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.rwd-center{
    text-align: center;
}
.payments img{
    max-width: 200px
}
.pwc-logo{
    vertical-align: middle;
    max-width: 150px;
}
.se-logo{
    vertical-align: middle;
    max-width: 128px
}
.lnk-follow{
    margin: 0;
}

p.txt-polyce{
    font-size: 12px;
    padding: 0 20px;
    color: #999;
}
.btn-asesoria a{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgb(0, 30, 60) !important;
    cursor: pointer;
    display: inline-block !important;
    text-decoration: none;
    padding: 15px 25px !important;
    margin: 15px auto !important;
    line-height: 1;
    text-transform: uppercase;
    color: white !important;
    border-radius: 50px;
    text-align: center;
}
.btn-asesoria:hover a{
    background-color: black;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*stylers*/
.text-center{
    text-align: center;
}
.ptb30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.pwec-btn a{
    color: white
}
.pwec-btn

.pwec-btn:hover{
    
}
.btn-pwc1{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 12px 20px 14px 20px !important;
    font-size: 14px !important;
}
.btn-pwc1:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgb(30,60,90);
}
.btn-pwc-hov:hover{
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgb(30,60,90);  
}

.saludo,
.fecha{
    font-size: 11px;
}
.mt10{
    margin-top: 10px
}
.child-a-white a{
    color: white
}

.marquees{
    margin-bottom: 30px; 
}
.keywords{
    text-align: center;
}
.keywords h1,
.keywords h2,
.keywords h3,
.keywords h4,
.keywords h5,
.keywords h6{
    display: inline-block !important;
    text-transform: uppercase;
    margin: 2px;
    padding: 2px !important;
    font-weight: normal !important;
    font-size: 9px !important;
    border: none !important;
}
.keywords a{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #a0a0a0;
}
.keywords a:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #143c55;
}

.pwec1{}
.pwec2{
    font-size: 34px;
    color: #666;
    text-align: center;
}
.pwec3{
    font-size: 26px;
    color: #333;
}
.pwec4{
    font-size: 24px;
    color: #333;
}

.no-bg,
ul.no-bg li{
    background: none;
    margin: 0 0 .5em;
    line-height: 1.25em;
    font-size: 16px;
}
.bx-inset{
    box-shadow: 0 0 30px #666 inset;
}
div.meshim_widget_widgets_IconFont {
    display: none !important
}

/*@media (max-width: 768px) {
    .saludo,
    .fecha{
    display: none !important
}*/
}
.order span.del{
    color: #cccccc;
    font-size: 18px;
    margin-right: 15px;
    text-decoration: line-through;
}

.bg_fix{
    background-attachment: fixed;
}
.cursor-not-allowed{
    cursor: not-allowed;
}
@media (max-width: 480px) {
    .btn-block .btn,
    .btn-pwc1 {
        margin-bottom: 10px;
        margin-left: auto !important;
        margin-right: auto;
    }
    .footer p,
    .socials,
    .footer .info .heading .heading-title {
        text-align: center;
    }
    .footer .contacts p{
        text-align: left;
    }
    ul.breadcrumbs li.active{
        padding-top: 10px;
    }
    .nav-add li.saludo,
    .nav-add li.fecha {
        display: none;
    }
    .btn-block{
        margin: auto;
        text-align: center;
    }
    .rwd-dis-tab-m-a{
        display: table !important;
        margin: auto !important;
    }
    .rwd-m-b-20{
        margin-bottom: 20px !important;
    }
    .pie-chart-item .pie-chart-content .pie-chart-content-title {
        text-align: center;
    }
    #lnk_pagar {
        padding-top: 0 !important;
        margin-top: -10px;
    }
}

#lnk_pagar{
    padding-top: 60px;
}
.img-content img{
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    margin: 10px auto; 
    max-width: 100%;
}

.d-block{
    display: table;
    margin: auto; 
}

#consultar-a-un-asesor .bg-boxed-black p.tit-fb-pwc{
    background: #4267b2;
    color: white;
    text-align: center;
    margin: 0;
    padding: 10px;
    width: 94.5%;
}
#consultar-a-un-asesor .bg-boxed-black .sep-fb-pwc{
    margin: 20px 0;
}
#consultar-a-un-asesor .bg-boxed-black span.pwc-news{
    display: inline-block;
}
#consultar-a-un-asesor .bg-boxed-black input.pwc-chk{
    width: 15px;
}
#consultar-a-un-asesor .bg-boxed-black input.no-fig:after{
    display: none;
}
/*temporal*/
.pie-chart-item .pie-chart-content {
    padding-top: 65px;
}
@media (max-width: 480px) {
    .pie-chart-item .pie-chart-content {
        padding-top: 0;
    }
    #consultar-a-un-asesor .bg-boxed-black p.tit-fb-pwc {
        width: auto;
    }
    .fecha{
        padding-top: 5px !important;
    }

.pwc-newsl .pwc-news{
    float: left;
width: 55%;
}
.pwc-newsl .pwc-news + .pwc-news{
    float: right;
width: 45%;
}

.terms-policy-cookie span{
    float: left;
width: 10%;
}
.terms-policy-cookie span + span{
float: right;
width: 90%;
}

}

.pay-email,
.pay-whatsapp,
.pay-messenger{
cursor: pointer;
display: inline-block;
text-decoration: none;
padding: 3px 6px 2px;
font-size: 15px;
line-height: 1;
text-transform: uppercase;
font-family: 'Varela Round';
color: #fff;
border-radius: 50px;
position: relative;
transition: all .3s ease;
text-align: center;
margin: 2px auto;
}

.pay-email{
    background-color: #45afad;
}
.pay-whatsapp{
    background-color: #00b833;
}
.pay-messenger{
    background-color: #0094ff;
}

.cart img{
    margin: 0 2px;
    max-width: 25px
}

.pwc-callme .nice-select {
    font-size: 12px !important;
}
.pwc-callme .nice-select .option {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.pwc-callme .nice-select,
.pwc-callme .input-standard-grey {
    padding: 10px 20px 10px 10px !important;
}
.txt-low{
    text-transform: lowercase;
}
.terms-policy-cookie{
color: #ddd;
font-size: 12px;
}
.terms-policy-cookie a{
color: #ddd;
text-decoration: none;
border-bottom: dashed 1px #fff;
}
.terms-policy-cookie span{
    display: inline-block;
}
.terms-policy-cookie a:hover{
    color: #fff;
    text-decoration: underline;
    border-bottom: solid 1px #fff;
}
.terms-policy-cookie span input{
    width: 15px;
}

.terms-policy-cookie-2{
color: #ddd;
font-size: 10px;
margin-bottom: 10px;
margin-top: -10px;
}
.terms-policy-cookie-2 a{
color: #ddd;
text-decoration: none;
border-bottom: dashed 1px #fff;
}
.terms-policy-cookie-2 span{
}
.terms-policy-cookie-2 a:hover{
    color: #fff;
    text-decoration: underline;
    border-bottom: solid 1px #fff;
}
.terms-policy-cookie-2 span input{
    width: 15px;
}

.text-dark, .text-dark a, .text-dark span {color: black !important;}

.clearfix{
    clear: both;
}
.mb30{
    margin-bottom:30px
}
.pwc_table{
width: 100%;
border: 1px solid silver;
background: white;
margin: 0;
}
.pwc_table tr{
    font-size: 10px;
}

.pwc_table tr th{    text-align: left;}
.pwc_table tr th,
.pwc_table tr td{
    padding: 4px;
    border: 1px solid silver;
}
.pwc_table tr th{
    background: #f6f6f6;
}
.pwc_table tr td{text-align: right;}
.pwc_table tr td span.del{
    color: #ccc;
    margin-right: 10px;
    text-decoration: line-through;
}

.pwc_tab_pay_1 tr th,
.pwc_tab_pay_2 tr th,
.pwc_tab_pay_3 tr th,
.pwc_tab_pay_3 tr td{
    text-align: center; 
}
.pwc_tab_pay_1 tr td{
    text-align: left; 
} 
.pwc_tab_pay_2 tr td{
    text-align: right; 
}

.pwc_subt{
   font-size: 16px;
    margin-bottom: 10px;
    display: block;
    color: #111;
    border: 1px silver dashed; 
}
form.form-contr input{
    background: none !important;
    padding: 0px  !important;
    color: #fff  !important;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.cheque{margin-top: 30px; }

.pwc_hidden{text-align: center;     height: 0px;}
.pwc_hidden h1{
        display: inline-block;
    font-size: 10px;
    opacity: 0.5;
}
.inp-sub-tit{
    border-bottom: 1px solid white;
    display: table !important;
    padding-bottom: 8px;
    margin-bottom: 12px !important;
}
.t-ctr{text-align: center;}

.nav-foot ul {
    text-align: center;
    margin: 0 0 25px;
    padding: 0;
}
.nav-foot ul li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 5px 4px;
    margin: 5px;
    border-radius: 3px;
}
.nav-foot ul li a{
    text-transform: uppercase;
    font-size: 10px;
}
.pw-alert {
    border-radius: 10px !important;
    margin: 10px 0 !important;
    font-size: 14px !important;
    padding: 0 10px !important;
}
.pw-btn{
    padding: 5px !important;
    margin: 5px !important;
}
#Mostrar{
    display: table;
}
.collapse {
    padding: 1px;
}
pre.pw-info{
    background: white !important;
color: black !important;
padding: 10px !important;
margin-top: 0 !important;
}
/*sky responsives maxs*/
@media (max-width:256px) {

}

@media (max-width:360px) {

}

@media (max-width:580px) {
    .pb30{
        padding-bottom: 0px !important;
    }
    .pt30 {
        padding-top: 0px !important;
    }
    .main-slider .slider-content {
        padding: 0;
    }
    .m-t-25pc {
        margin-top: 0;
    }
    .slider-slides {
        position: relative;
    }
}

@media (max-width:768px) {
    .pwc-service .pb30 {
        padding-bottom: 0;
    }
    .nav-foot ul li {
    margin: 5px;
    }
    .nav-foot ul li a {
    font-size: 9px;
    }
    .pwc_tab_pay_2 tr td {
    text-align: center;
}
.pwc_table tr td span.del {
    margin-right: 0;
    display: block;
    text-align: center;
}
.pwc_tab_pay_1 tr td {
    text-align: center;
}
.footer .sub-footer {
    padding: 0;
}
.btn + .btn,
.main-slider .main-slider-btn-wrap .btn + .btn {
    margin: 10px auto;
}
}

@media (max-width:992px) {

}

@media (max-width:1366px) {

}

@media (max-width:1920px) {

}

/*sky responsives mins and maxs*/
@media (max-width:256px) {

}

@media (min-width: 257px) and (max-width:360px) {

}

@media (min-width: 361px) and (max-width:580px) {

}

@media (min-width: 581px) and (max-width:768px) {
   
}

@media (min-width: 769px) and (max-width:992px) {

}

@media (min-width: 993px) and (max-width:1366px) {

}

@media (min-width: 1367px) and (max-width:1920px) {

}

/*.pwc_table{
    margin-bottom: 20px;
}
.pwc_table tr + tr,
.pwc_table tr + tr + tr,
.pricing-tables-item .rate{
    opacity: 0;
}
.pwc_tab_pay_1 tr + tr,
.pwc_tab_pay_2 tr + tr{
    opacity: 1;
}
*/



.content-page-404 {
    padding: 230px 0 510px;
    background: url("../0img/404-img.png") 0 100% no-repeat;
    text-align: center;
    background-size: contain;
    background-color: #F7F9F9;
    background-size: 100%;
}

@media (max-width: 800px) {
    .content-page-404 {
        padding: 100px 0 300px;
    }
}

@media (max-width: 360px) {
    .content-page-404 {
        padding: 50px 0 250px;
    }
}

.content-page-404 .title {
    font-size: 100px;
    margin-bottom: 15px;
    line-height: 1;
}

@media (max-width: 800px) {
    .content-page-404 .title {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .content-page-404 .title {
        font-size: 40px;
    }
}

.content-page-404 .subtitle {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1;
}

@media (max-width: 800px) {
    .content-page-404 .subtitle {
        font-size: 20px;
    }
}

.content-page-404 .text {
    font-size: 22px;
    margin-bottom: 53px;
    line-height: 1.3;
}

@media (max-width: 800px) {
    .content-page-404 .text {
        font-size: 22px;
    }
}

.content-page-404 .btn {
    font-size: 32px;
    text-transform: uppercase;
}

:focus {
    outline: 0;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
    .rwd-center,
    .rwd-center > a {
        margin: auto;
        display: table;
    }

}


/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/*

====== Zoom effect ======

*/

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


.child-a-white{
    color: white !important
}
.width100{
    width: 100%;
}
.mb15imp{
    margin-bottom: 15px
}

.offers input,
.offers .nice-select,
.offers button {
    border: 1px solid #abaaaa !important;
}

.covid_19 {position:fixed;bottom:10px;left:10px;width: 220px;padding:10px;background-color: #f5f5f5;z-index: 999;border: 1px solid #ccc;text-decoration:none;}
        .covid_19 img {max-width: 100%;max-height: 50px;margin: 0 10px;}
        .covid_19 p{font-size: 18px;font-weight: 800;text-align: center;color: #555555;margin:10px;margin-bottom:0px;}
        @media screen and (max-width: 768px) {.covid_19 {width:100%;bottom:0;left:0;display:flex;align-items:center;border-bottom:0px;border-left:0px;border-right:0px;padding:0px;}.covid_19 img, .covid_19 p{width: 46%; margin: 10px 2%;}.covid_19 p{margin-bottom: 0; margin-top: 0;}}
        @media screen and (max-width: 479px) {.covid_19 p{font-size:15px;}}

.socials {
    margin-top: 20px;
}