@media only print {
    header, footer,
    .title_outer,
    .portfolio_print,
    header.page_header {
        display: none !important;
    }

    .container_inner {
        max-width: 80%;
    }

    div[class*='columns'] > div[class^='column'] {
        float: none;
        width: 100%;
    }

    html,
    body,
    .wrapper,
    .wrapper-inner .container,
    .container-inner {
        padding-top: 0 !important;
        margin-top: 0 !important;
        top: 0 !important;
    }
}

table.tt_timetable, table.tt_timetable thead tr {
    border: 1px solid #e5e5e5
}

.tabs_box_navigation.sf-timetable-menu, .tabs_box_navigation.sf-timetable-menu li.submenu:hover ul a, .tabs_box_navigation.sf-timetable-menu li:hover ul a, .tt_tabs .tt_tabs_navigation li a, table.tt_timetable {
    font-family: inherit
}

table.tt_timetable {
    font-weight: 400;
    color: grey;
    font-size: 15px;
    border-collapse: collapse !important
}

table.tt_timetable tbody tr {
    border: 1px dashed #e5e5e5
}

table.tt_timetable th {
    font-size: 19px;
    color: #262626;
    height: 75px;
    border-right: 1px solid #e5e5e5 !important;
    box-sizing: border-box
}

table.tt_timetable td {
    color: grey;
    font-size: 15px;
    border-right: 1px solid #e5e5e5 !important
}

table.tt_timetable .row_gray {
    background-color: transparent !important
}

table.tt_timetable .event_container {
    padding: 27px 10px
}

table.tt_timetable tbody tr:nth-child(even) {
    background-color: #fff !important
}

table.tt_timetable tbody tr:nth-child(odd) {
    background-color: #fafafa !important
}

table.tt_timetable .event, table.tt_timetable .event .event_container.tt_tooltip:hover, table.tt_timetable .event:hover {
    background-color: transparent
}

table.tt_timetable .event {
    color: grey
}

table.tt_timetable .event .event_header, table.tt_timetable .event a {
    color: #1abc9c !important
}

table.tt_timetable .event .after_hour_text, table.tt_timetable .event .before_hour_text {
    font-size: 15px;
    color: grey !important
}

table.tt_timetable .event .event_container .hours, table.tt_timetable .event .event_container.tt_tooltip:hover .hours, table.tt_timetable .event.tt_tooltip:hover .hours {
    color: grey
}

table.tt_timetable .event .event_header {
    font-size: 16px
}

table.tt_timetable .event .event_header:not(:only-child) {
    margin-bottom: 18px
}

table.tt_timetable .event:not(.tt_single_event) .event_container {
    border-bottom: 1px dashed #e5e5e5
}

table.tt_timetable .event:not(.tt_single_event) .event_container:last-child {
    border-bottom: none
}

table.tt_timetable .event hr {
    display: none
}

table.tt_timetable .event a.event_header:hover, table.tt_timetable .event a:hover {
    text-decoration: none;
    color: #303030 !important
}

table.tt_timetable .tt_tooltip_content {
    color: #888 !important;
    background: #fff;
    text-align: center;
    padding: 15px;
    font-size: 13px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

table.tt_timetable .event .tt_tooltip_content a {
    position: relative;
    left: 1px;
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

table.tt_timetable .event .tt_tooltip_content a:hover {
    color: #888 !important
}

table.tt_timetable .tt_tooltip .tt_tooltip_arrow {
    border-color: #fff transparent;
    border-width: 16px 16px 0;
    bottom: -17px
}

table.tt_timetable .tt_tooltip .tt_tooltip_arrow:before {
    position: absolute;
    content: '';
    border-style: solid;
    border-color: #e5e5e5 transparent;
    border-width: 17px 17px 0;
    bottom: calc(100% - 1px);
    left: 0;
    transform: translateX(-50%);
    z-index: -1
}

.tt_responsive .tt_timetable.small .box_header {
    color: grey !important;
    font-size: 20px !important;
    text-align: left;
    margin-bottom: 20px
}

.tt_responsive .tt_timetable.small .tt_items_list li {
    border-color: #e5e5e5;
    padding: 15px 0 !important
}

.tt_responsive .tt_timetable.small .tt_items_list .event_container {
    text-align: left
}

.tt_responsive .tt_timetable.small .tt_items_list .value, .tt_responsive .tt_timetable.small .tt_items_list a {
    font-weight: 700;
    font-size: 16px;
    font-family: inherit;
    color: grey !important
}

.tt_tabs {
    text-align: center
}

.tt_tabs .tt_tabs_navigation {
    display: inline-block;
    width: auto !important;
    margin-bottom: 15px
}

.tt_tabs .tt_tabs_navigation li {
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    float: none;
    display: inline-block
}

.tt_tabs .tt_tabs_navigation li a {
    color: #fff !important;
    background-color: #1abc9c;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #1abc9c !important;
    padding: 5px 15px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    -moz-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out !important
}

.tt_tabs .tt_tabs_navigation .ui-tabs-active a, .tt_tabs .tt_tabs_navigation li a:hover {
    background-color: transparent;
    border: 2px solid #1abc9c !important;
    color: #1abc9c !important
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
    border-color: #1abc9c;
    background-color: #1abc9c
}

.tabs_box_navigation.sf-timetable-menu li ul li a:hover, .tabs_box_navigation.sf-timetable-menu li ul li.selected a:hover {
    background-color: #1abc9c
}

.qode-ttevents-single {
    margin-bottom: 120px
}

.qode-ttevents-single .qode-ttevents-single-image-holder {
    margin-bottom: 53px
}

.qode-ttevents-single .qode-ttevents-single-image-holder img {
    display: block
}

.qode-ttevents-single .qode-ttevents-single-title {
    margin-top: 0;
    margin-bottom: 10px
}

.qode-ttevents-single .qode-ttevents-single-subtitle {
    margin-top: 0
}

.qode-ttevents-single .qode-ttevents-single-content {
    margin-top: 35px
}

.qode-ttevents-single .tt_event_hours {
    margin-top: 27px
}

.qode-ttevents-single .tt_event_hours li {
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    padding: 27px 35px 17px;
    margin-bottom: 3%;
    width: 48.5%;
    margin-right: 3%;
    box-sizing: border-box
}

.qode-ttevents-single .tt_event_hours li.event_hours_right {
    margin-right: 0
}

.qode-ttevents-single .tt_event_hours li h4 {
    color: #545454;
    margin: 0;
    font-size: 20px
}

.qode-ttevents-single .tt_event_hours li h4:nth-of-type(1) {
    margin-bottom: 6px
}

.qode-ttevents-single .tt_event_hours li p {
    margin-top: 7px;
    font-weight: 700;
    color: #ababab;
    font-size: 16px
}

.qode-ttevents-single .tt_event_items_list {
    margin: 0
}

.qode-ttevents-single .tt_event_items_list li.type_info {
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px 0
}

.qode-ttevents-single .tt_event_items_list li.type_info .tt_event_text {
    color: #1abc9c;
    font-size: 15px;
    font-weight: 400
}

.qode-ttevents-single .tt_event_items_list li.type_info label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #303030
}

.qode-ttevents-single .tt_event_items_list li:not(.type_info) {
    background: 0 0;
    font-size: 15px;
    color: grey;
    margin-bottom: 19px;
    padding-left: 27px;
    position: relative
}

.qode-ttevents-single .tt_event_items_list li:not(.type_info):before {
    content: '\4e';
    position: absolute;
    left: 0;
    font-family: ElegantIcons;
    color: #1abc9c;
    font-size: 18px
}

.widget.upcoming_events_widget {
    border: none !important;
    padding: 0 !important
}

.widget.upcoming_events_widget .tt_upcoming_events_wrapper {
    margin-top: 0
}

.widget.upcoming_events_widget .caroufredsel_wrapper {
    border: 1px solid #e5e5e5;
    position: relative;
    background-color: inherit;
    box-sizing: border-box
}

.widget.upcoming_events_widget .caroufredsel_wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: inherit;
    z-index: 1
}

.widget.upcoming_events_widget .tt_upcoming_events {
    width: 100% !important
}

.widget.upcoming_events_widget .tt_upcoming_events li {
    width: 100%;
    padding: 0 !important
}

.widget.upcoming_events_widget .tt_upcoming_events .tt_upcoming_events_event_container {
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 20px;
    height: 98px;
    padding: 25px 20px 20px;
    box-sizing: border-box
}

.widget.upcoming_events_widget .tt_upcoming_events .tt_upcoming_events_event_container:hover {
    height: auto
}

.widget.upcoming_events_widget .tt_upcoming_events .tt_upcoming_events_hours {
    font-size: 13px
}

.widget.upcoming_events_widget .tt_upcoming_events .tt_calendar_icon {
    float: none;
    display: inline-block;
    margin: 0 7px 0 0;
    vertical-align: middle
}

.widget.upcoming_events_widget .tt_upcoming_event_controls {
    margin-top: 30px
}

.widget.upcoming_events_widget .tt_upcoming_event_controls a {
    width: 39px;
    height: 39px;
    line-height: 39px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition: background-color .2s ease-out, border-color .2s ease-out;
    -moz-transition: background-color .2s ease-out, border-color .2s ease-out;
    transition: background-color .2s ease-out, border-color .2s ease-out
}

.widget.upcoming_events_widget .tt_upcoming_event_controls a#upcoming_event_prev {
    margin-right: 13px
}

.widget.upcoming_events_widget .tt_upcoming_event_controls a:hover {
    background-color: #1abc9c;
    border-color: #1abc9c
}

.widget.upcoming_events_widget .tt_upcoming_event_controls span {
    display: inline-block
}

@media only screen and (max-width: 1024px) {
    table.tt_timetable th {
        font-size: 16px
    }
}

@media only screen and (max-width: 768px) {
    table.tt_timetable .event .event_header, table.tt_timetable thead th {
        font-size: 14px
    }

    table.tt_timetable .event .after_hour_text, table.tt_timetable .event .before_hour_text, table.tt_timetable td {
        font-size: 13px
    }

    table.tt_timetable td {
        padding: 0 4px
    }
}

@media only screen and (max-width: 480px) {
    .qode-ttevents-single .tt_event_hours li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

::selection {
    background: #00a4de;
}

::-moz-selection {
    background: #00a4de;
}

h1 a:hover,
.box_image_holder .box_icon .fa-stack i.fa-stack-base,
.q_percentage_with_icon,
.filter_holder ul li.active span,
.filter_holder ul li:hover span,
.q_tabs .tabs-nav li.active a:hover,
.q_tabs .tabs-nav li a:hover,
.q_accordion_holder.accordion .ui-accordion-header:hover,
.q_accordion_holder.accordion.with_icon .ui-accordion-header i,
.testimonials .testimonial_text_inner p.testimonial_author span.author_company,
.testimonial_content_inner .testimonial_author .company_position,
.q_icon_with_title.center .icon_holder .font_awsome_icon i:hover,
.q_box_holder.with_icon .box_holder_icon_inner .fa-stack i.fa-stack-base,
.q_icon_with_title.boxed .icon_holder .fa-stack,
.q_progress_bars_icons_inner .bar.active i.fa-circle,
.q_list.number ul > li:before,
.q_social_icon_holder:hover .simple_social,
.social_share_dropdown ul li :hover i,
.social_share_list_holder ul li i:hover,
.blog_holder.blog_masonry_date_in_image .social_share_list_holder ul li i:hover,
.latest_post_inner .post_infos a:hover,
.q_masonry_blog article .q_masonry_blog_post_info a:hover,
.blog_holder article:not(.format-quote):not(.format-link) .post_info a:hover,
.latest_post_inner .post_comments:hover i,
.blog_holder article .post_description a:hover,
.blog_holder article .post_description .post_comments:hover,
.blog_like a:hover i,
.blog_like a.liked i,
.latest_post .blog_like a:hover span,
article:not(.format-quote):not(.format-link) .blog_like a:hover span,
.comment_holder .comment .text .replay,
.comment_holder .comment .text .comment-reply-link,
.header-widget.widget_nav_menu ul.menu li a:hover,
aside .widget a:hover,
aside .widget.posts_holder li:hover,
.wpb_widgetised_column .widget a:hover,
.wpb_widgetised_column .widget.posts_holder li:hover,
.q_steps_holder .circle_small:hover span,
.q_steps_holder .circle_small:hover .step_title,
.header_top #lang_sel > ul > li > a:hover,
.header_top #lang_sel_click > ul > li > a:hover,
.header_top #lang_sel_list ul li a.lang_sel_sel,
.header_top #lang_sel_list ul li a:hover,
aside .widget #lang_sel a.lang_sel_sel:hover,
aside .widget #lang_sel_click a.lang_sel_sel:hover,
aside .widget #lang_sel ul ul a:hover,
aside .widget #lang_sel_click ul ul a:hover,
aside .widget #lang_sel_list li a.lang_sel_sel,
aside .widget #lang_sel_list li a:hover,
.wpb_widgetised_column .widget #lang_sel a.lang_sel_sel:hover,
.wpb_widgetised_column .widget #lang_sel_click a.lang_sel_sel:hover,
.wpb_widgetised_column .widget #lang_sel ul ul a:hover,
.wpb_widgetised_column .widget #lang_sel_click ul ul a:hover,
.wpb_widgetised_column .widget #lang_sel_list li a.lang_sel_sel,
.wpb_widgetised_column .widget #lang_sel_list li a:hover,
.service_table_inner li.service_table_title_holder i,
.latest_post_two_holder .latest_post_two_text a:hover,
.q_team .q_team_social_holder .q_social_icon_holder:hover .simple_social,
.portfolio_template_8 .portfolio_detail .info .category,
.portfolio_navigation.navigation_title .post_info span.categories,
.qode_portfolio_related .projects_holder article .portfolio_description .project_category,
.blog_compound article .post_content .blog_like a:hover,
.blog_compound article .post_content .blog_like a:hover span,
.blog_compound article .post_content .blog_share a:hover,
.blog_compound article .post_content .blog_share a:hover span,
.blog_compound article .post_content .post_comments:hover,
.blog_compound article .post_content .post_comments:hover span,
.blog_holder.blog_pinterest article.format-link .post_info a:hover,
.blog_holder.blog_pinterest article.format-quote .post_info a:hover,
.blog_compound .post_title .category a,
.blog_compound .post_title .category span.date,
.q_price_table.qode_pricing_table_advanced .qode_pt_subtitle,
.q_price_table.qode_pricing_table_advanced .qode_pt_additional_info .qode_pt_icon,
.q_price_table.qode_pricing_table_advanced .price_table_inner .value,
table.tt_timetable .event .event_header,
table.tt_timetable .event a,
.tt_tabs .tt_tabs_navigation .ui-tabs-active a,
.tt_tabs .tt_tabs_navigation li a:hover,
.qode-owl-slider .owl-nav .owl-next:hover .qode-next-icon,
.qode-owl-slider .owl-nav .owl-next:hover .qode-prev-icon,
.qode-owl-slider .owl-nav .owl-prev:hover .qode-next-icon,
.qode-owl-slider .owl-nav .owl-prev:hover .qode-prev-icon,
.qode-owl-slider-style .owl-nav .owl-next:hover .qode-next-icon,
.qode-owl-slider-style .owl-nav .owl-next:hover .qode-prev-icon,
.qode-owl-slider-style .owl-nav .owl-prev:hover .qode-next-icon,
.qode-owl-slider-style .owl-nav .owl-prev:hover .qode-prev-icon {
    color: #2c2568 !important;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover,
p a:hover,
.portfolio_share .social_share_holder a:hover,
.breadcrumb .current,
.breadcrumb a:hover,
.q_icon_with_title .icon_with_title_link,
.q_counter_holder span.counter,
.q_font_awsome_icon i,
.q_font_awsome_icon span,
.q_dropcap,
.q_counter_holder span.counter,
nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a,
.q_progress_bars_icons_inner.square .bar.active i,
.q_progress_bars_icons_inner.circle .bar.active i,
.q_progress_bars_icons_inner.normal .bar.active i,
.q_font_awsome_icon_stack .fa-circle,
.footer_top .q_social_icon_holder:hover .simple_social,
.more_facts_button:hover,
.box_holder_icon .fa-stack i,
.blog_large_image_simple .minimalist_date,
nav.content_menu ul li.active:hover i,
nav.content_menu ul li:hover i,
nav.content_menu ul li.active:hover a,
nav.content_menu ul li:hover a,
.vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover span,
.vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active span,
.q_font_awsome_icon i:hover,
.q_font_awsome_icon span:hover,
.fullscreen_search_holder .search_submit:hover,
.title .text_above_title,
.qode-comparative-features-table .qode-cft-link:hover,
.qode-comparative-features-table .qode-cft-mark.qode-cft-active,
.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-date,
.qode-showcase-icon .qode-icon-holder.qode-icon-circle .qode-icon-element,
.qode-horizontal-timeline .qode-timeline-navigation a.qode-prev,
.qode-horizontal-timeline .qode-timeline-navigation a.qode-next {
    color: #2c2568;
}

.box_image_with_border:hover,
.qbutton:hover,
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn:hover,
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover,
.load_more a:hover,
.blog_load_more_button a:hover,
#submit_comment:hover,
.drop_down .wide .second ul li .qbutton:hover,
.drop_down .wide .second ul li ul li .qbutton:hover,
.qbutton.white:hover,
.qbutton.green,
.portfolio_slides .hover_feature_holder_inner .qbutton:hover,
.testimonials_holder.light .flex-direction-nav a:hover,
.q_progress_bars_icons_inner.square .bar.active .bar_noactive,
.q_progress_bars_icons_inner.square .bar.active .bar_active,
.q_progress_bars_icons_inner.circle .bar.active .bar_noactive,
.q_progress_bars_icons_inner.circle .bar.active .bar_active,
.widget.widget_search form.form_focus,
.q_steps_holder .circle_small_wrapper,
.animated_icon_inner span.animated_icon_back i,
body:not(.search-results) .blog_holder article.format-link .post_text:hover .post_text_inner,
body:not(.search-results) .blog_holder article.format-quote .post_text:hover .post_text_inner,
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover,
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .icons_holder a:hover,
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
    border-color: #2c2568
}

.tt_tabs .tt_tabs_navigation .ui-tabs-active a,
.tt_tabs .tt_tabs_navigation li a:hover,
.tt_tabs .tt_tabs_navigation li a {
    border-color: #2c2568 !important;
}

.q_icon_list i,
.q_progress_bar .progress_content,
.q_progress_bars_vertical .progress_content_outer .progress_content,
.qbutton:hover,
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn:hover,
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover,
.post-password-form input[type='submit']:hover,
.load_more a:hover,
.blog_load_more_button a:hover,
#submit_comment:hover,
.drop_down .wide .second ul li .qbutton:hover,
.drop_down .wide .second ul li ul li .qbutton:hover,
.qbutton.white:hover,
.qbutton.green,
.call_to_action,
.highlight,
.testimonials_holder.light .flex-direction-nav a:hover,
.q_dropcap.circle,
.q_dropcap.square,
.q_message,
.q_price_table.active .active_text,
.q_icon_with_title.boxed .icon_holder .fa-stack,
.q_font_awsome_icon_square,
.q_icon_with_title.square .icon_holder .fa-stack:hover,
.box_holder_icon_inner.square .fa-stack:hover,
.box_holder_icon_inner.circle .fa-stack:hover,
.circle .icon_holder .fa-stack:hover,
.q_list.number.circle_number ul > li:before,
.q_social_icon_holder.circle_social .fa-stack:hover,
.social_share_dropdown ul li.share_title,
.latest_post_holder .latest_post_date .post_publish_day,
.q_masonry_blog article.format-link:hover,
.q_masonry_blog article.format-quote:hover,
#wp-calendar td#today,
.vc_text_separator.full div,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-current,
.wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.q_pie_graf_legend ul li .color_holder,
.q_line_graf_legend ul li .color_holder,
.q_team .q_team_text_inner .separator,
.circle_item .circle:hover,
.qode_call_to_action.container,
.qode_carousels .flex-control-paging li a.flex-active,
.animated_icon_inner span.animated_icon_back i,
.q_circles_holder .q_circle_inner2:hover,
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover,
.portfolio_main_holder .item_holder.subtle_vertical_hover .icons_holder a,
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .icons_holder a:hover,
.portfolio_main_holder .item_holder.image_text_zoom_hover .icons_holder a,
.portfolio_main_holder .item_holder.slow_zoom .icons_holder a,
.qode_video_box .qode_video_image:hover .qode_video_box_button,
.blog_holder.masonry_gallery article.format-link:hover,
.blog_holder.masonry_gallery article.format-quote:hover,
.blog_holder.blog_chequered article.format-link:hover,
.blog_holder.blog_chequered article.format-quote:hover,
.qode-pricing-calculator .qode-pricing-calculator-switch input:checked + .qode-pricing-calculator-slider,
.qode-icon-holder.qode-icon-circle,
.qode-icon-holder.qode-icon-square,
.qode-qbutton-main-color,
.qode-advanced-tabs .qode-advanced-tabs-nav li,
.qode-accordion-holder .qode-title-holder.ui-state-active,
.qode-accordion-holder .qode-title-holder.ui-state-hover,
header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search form > div input[type=text],
.qode-advanced-call-to-action.qode-advanced-cta-gradient-animation .qode-advanced-cta-background-3,
.tt_tabs .tt_tabs_navigation li a,
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected,
.tabs_box_navigation.sf-timetable-menu li ul li a:hover,
.tabs_box_navigation.sf-timetable-menu li ul li.selected a:hover,
#qode-multi-device-showcase.qode-mds-appear-effect #qode-mds-spinner .qode-mds-pulse,
.qode-horizontal-timeline .qode-events-wrapper .qode-events .qode-filling-line,
.qode-horizontal-timeline .qode-events-wrapper .qode-events a .circle-outer,
.no-touch .qode-horizontal-timeline .qode-events-wrapper .qode-events a:hover .circle-outer,
.qode-horizontal-timeline .qode-events-wrapper .qode-events a.selected .circle-outer {
    background-color: #2c2568;
}

.qode-showcase-item-holder.qode-showcase-active .qode-icon-holder.qode-icon-circle {
    background-color: #2c2568 !important;
}

.q_circles_holder .q_circle_inner2:hover,
body:not(.search-results) .blog_holder article.format-link .post_text:hover .post_text_inner,
body:not(.search-results) .blog_holder article.format-quote .post_text:hover .post_text_inner {
    background-color: #2c2568 !important;
    border-color: #2c2568 !important;
}

.qode-lazy-preloader svg circle,
#qode-multi-device-showcase.qode-mds-appear-effect #qode-mds-spinner svg circle {
    stroke: #2c2568
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
a,
p a,
nav.main_menu > ul > li.active > a,
.drop_down .wide .second ul li ul li.menu-item-has-children > a,
.drop_down .wide .second ul li ul li.menu-item-has-children > a:hover,
.title h1,
.q_icon_list p,
.q_progress_bars_vertical .progress_number,
.qbutton,
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn,
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover,
.post-password-form input[type='submit'],
.load_more a,
.blog_load_more_button a,
#submit_comment,
.drop_down .wide .second ul li .qbutton,
.drop_down .wide .second ul li ul li .qbutton,
.q_percentage,
.portfolio_navigation .portfolio_prev a:hover,
.portfolio_navigation .portfolio_next a:hover,
.q_tabs .tabs-nav li.active a,
.q_accordion_holder.accordion .ui-accordion-header,
.q_accordion_holder.accordion.with_icon .ui-accordion-header,
.testimonials .testimonial_text_inner p.testimonial_author,
.testimonial_content_inner .testimonial_author .website,
.q_icon_with_title .icon_with_title_link:hover,
.ordered ol li,
.q_list.circle ul > li,
.q_list.number ul > li,
.latest_post_holder .latest_post_date .post_publish_month,
.latest_post_inner .post_infos a,
.latest_post_holder.dividers .latest_post_date .latest_post_day,
.q_masonry_blog article.format-quote .q_masonry_blog_post_text p,
.q_masonry_blog article.format-link .q_masonry_blog_post_text p,
.q_masonry_blog article .q_masonry_blog_post_info,
.blog_holder article.format-quote .post_text .post_title p,
.blog_holder article.format-link .post_text .post_title p,
.single_links_pages span,
.single_links_pages a:hover span,
.comment_holder .comment .text .name,
.blog_holder.masonry article .post_info,
.pagination ul li span,
.pagination ul li a:hover,
.q_team .q_team_description_inner p,
.carousel-inner .item.dark .slider_content .text .qbutton,
.carousel-control,
.more_facts_button,
.carousel-control:hover,
input.wpcf7-form-control.wpcf7-submit:not([disabled]),
.qode-pricing-calculator .qode-pricing-calculator-total-price-holder,
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active a,
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-hover a {
    color: #00a4de;
}

.qbutton,
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn,
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover,
.post-password-form input[type='submit'],
.load_more a,
.blog_load_more_button a,
#submit_comment,
.drop_down .wide .second ul li .qbutton,
.drop_down .wide .second ul li ul li .qbutton,
.testimonials_holder .flex-direction-nav a,
.header_top #lang_sel ul li ul li a,
.header_top #lang_sel ul li ul li a:visited,
.header_top #lang_sel_click ul li ul li a,
.header_top #lang_sel_click ul li ul li a:visited,
.carousel-inner .item.dark .slider_content .text .qbutton,
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border-color: #00a4de;
}

.ajax_loader .pulse,
.ajax_loader .double_pulse .double-bounce1, .ajax_loader .double_pulse .double-bounce2,
.ajax_loader .cube,
.ajax_loader .rotating_cubes .cube1, .ajax_loader .rotating_cubes .cube2,
.ajax_loader .stripes > div,
.ajax_loader .wave > div,
.ajax_loader .two_rotating_circles .dot1, .ajax_loader .two_rotating_circles .dot2,
.ajax_loader .five_rotating_circles .container1 > div, .ajax_loader .five_rotating_circles .container2 > div, .ajax_loader .five_rotating_circles .container3 > div,
.separator.small,
.testimonials_holder .flex-direction-nav a:hover,
.q_price_table .price_table_inner,
.carousel-inner .item.dark .slider_content .text .qbutton:hover,
.vertical_menu_hidden_button_line,
.vertical_menu_hidden_button_line:after, .vertical_menu_hidden_button_line:before,
.blog_vertical_loop_button .button_icon a,
.blog_vertical_loop_back_button .button_icon a {
    background-color: #00a4de;
}

.portfolio_navigation .portfolio_prev a:hover,
.portfolio_navigation .portfolio_next a:hover,
.q_tabs.vertical .tabs-nav li.active a,
.q_tabs.vertical.left .tab-content,
.q_tabs.vertical.right .tab-content,
.q_tabs.boxed .tabs-nav li.active a,
.q_tabs.boxed .tabs-container,
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark,
.single_links_pages span,
.single_links_pages a:hover span,
.pagination ul li span,
.pagination ul li a:hover,
.service_table_inner li {
    border-color: #f4f4f4
}

.q_progress_bar .progress_content_outer,
.q_progress_bars_vertical .progress_content_outer,
.portfolio_navigation .portfolio_prev a:hover,
.portfolio_navigation .portfolio_next a:hover,
.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark,
.q_accordion_holder.accordion.boxed .ui-accordion-header,
.q_social_icon_holder .fa-stack,
.single_links_pages span,
.single_links_pages a:hover span,
.pagination ul li span,
.pagination ul li a:hover,
.q_circles_holder .q_circle_inner2 {
    background-color: #f4f4f4
}

.q_icon_with_title span.fa-stack i:last-child,
.q_box_holder.with_icon span.fa-stack i:last-child,
.q_masonry_blog article.format-quote .q_masonry_blog_post_text i.qoute_mark,
.q_masonry_blog article.format-link .q_masonry_blog_post_text i.link_mark,
.q_masonry_blog article .quote_author,
.blog_holder article.format-quote .post_text i.qoute_mark,
.blog_holder article.format-link .post_text i.link_mark,
.blog_holder article.format-quote .post_text .quote_author,
.blog_holder.blog_large_image_with_dividers article.format-quote .post_text span.qoute_mark,
.blog_holder.blog_large_image_with_dividers article.format-link .post_text span.link_mark,
.blog_holder.blog_large_image_with_dividers article.format-quote .post_text .quote_author,
.animated_icon_inner i {
    color: #dddddd
}

.q_box_holder.with_icon,
.q_icon_with_title .icon_holder .fa-stack,
.box_holder_icon_inner .fa-stack,
.q_font_awsome_icon_square,
.q_font_awsome_icon_stack i.fa-stack-base,
.animated_icon_inner i {
    border-color: #dddddd
}

body {
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 300;
}

body,
.wrapper,
.content,
.full_width,
.overlapping_content .content > .container,
.more_facts_holder,
.comment_holder .comment #respond textarea,
.comment_holder .comment #respond input[type='text'],
.comment_holder .comment #respond input[type='email'],
.content .container {
    background-color: #ffffff;
}

.angled-section polygon {
    fill: #ffffff;
}

.projects_holder article .portfolio_description,
.blog_holder.masonry article .post_text .post_text_inner,
.blog_holder.masonry_full_width article .post_text .post_text_inner,
.q_team,
.price_table_inner,
.latest_post_holder.boxes > ul > li,
.q_counter_holder.boxed_counter {
    background-color: #ffffff;
}

.header_bottom,
.header_top,
.fixed_top_header .bottom_header {
    background-color: rgba(0, 0, 0, 0);
}

.header_bottom,
.header_top,
.fixed_top_header .bottom_header {
    border-bottom: 0;
}

.header_bottom,
.fixed_top_header .bottom_header {
    box-shadow: none;
}

.header_top .right .inner > div:first-child,
.header_top .right .inner > div,
.header_top .left .inner > div:last-child,
.header_top .left .inner > div {
    border: none;
}

@media only screen and (min-width: 1000px) {
    .content .container .container_inner.default_template_holder,
    .content .container .container_inner.page_container_inner {
        padding-top: 30px;
    }
}

.breadcrumbs,
.breadcrumb .current,
.breadcrumb a {
    color: #ffffff;
}

header.fixed.scrolled .header_bottom,
header.fixed.scrolled .header_top,
header.fixed_hiding.scrolled .header_bottom,
header.fixed_hiding.scrolled .header_top {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

header.sticky .header_bottom {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.header_top,
.fixed_top_header .top_header,
.fixed_top_header nav.mobile_menu {
    background-color: rgba(0, 0, 0, 0);
}

header.sticky .header_top {
    background-color: rgba(0, 0, 0, 0.8);
}

.content {
    margin-top: 0;
}

.logo_wrapper,
.side_menu_button,
.shopping_cart_inner {
    height: 100px;
}

.content.content_top_margin {
    margin-top: 133px !important;
}

header:not(.centered_logo) .header_fixed_right_area {
    line-height: 100px;
}

header.scrolled .logo_wrapper,
header.scrolled .side_menu_button {
    height: 100px;
}

header.scrolled nav.main_menu ul li a {
    line-height: 100px;
}

header.scrolled .drop_down .second {
    top: 100px;
}

header.sticky .logo_wrapper,
header.sticky.centered_logo .logo_wrapper,
header.sticky .side_menu_button,
header.sticky .shopping_cart_inner {
    height: 100px !important;
}

header.sticky nav.main_menu > ul > li > a,
.light.sticky nav.main_menu > ul > li > a,
.light.sticky nav.main_menu > ul > li > a:hover,
.light.sticky nav.main_menu > ul > li.active > a,
.dark.sticky nav.main_menu > ul > li > a,
.dark.sticky nav.main_menu > ul > li > a:hover,
.dark.sticky nav.main_menu > ul > li.active > a {
    line-height: 100px;
}

header.sticky .header_bottom,
header.fixed.scrolled .header_bottom,
header.fixed_hiding.scrolled .header_bottom {
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 1000px) {
    header.fixed_hiding.centered_logo.fixed_hiding .header_inner_left,
    header.fixed_hiding .q_logo_hidden a {
        height: 100px;
    }
}

header.fixed_hiding .q_logo a,
header.fixed_hiding .q_logo {
    max-height: 0px;
}

@media only screen and (max-width: 480px) {
    .q_logo a, .q_logo img {
        height: 60px !important;
    }
}

.touch section.parallax_section_holder {
    height: auto !important;
    min-height: 300px;
    background-position: center top !important;
    background-attachment: scroll;
    background-size: cover;
}

nav.main_menu > ul > li > a {
    line-height: 100px;
}

.drop_down .second .inner ul,
.drop_down .second .inner ul li ul,
.shopping_cart_dropdown,
li.narrow .second .inner ul,
.header_top .right #lang_sel ul ul,
.drop_down .wide .second ul li.show_widget_area_in_popup .widget,
.drop_down .wide.wide_background .second {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
}

nav.main_menu > ul > li > a {
    color: #ffffff;
    font-size: 14px;
    line-height: 100px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
}

nav.main_menu ul li a span.underline_dash,
nav.vertical_menu ul li a span.underline_dash {
    background-color: #00a4de !important;
    height: 1px
}

nav.main_menu ul li.active a span.underline_dash,
nav.vertical_menu ul li.active a span.underline_dash {
    background-color: #00a4de;
}

nav.main_menu ul li:hover a span.underline_dash,
nav.vertical_menu ul li:hover a span.underline_dash {
    background-color: #00a4de;
}

nav.main_menu > ul > li > a {
    padding: 0 12px;
}

header.transparent .drop_down .second:not(.right) {
    left: 11px;
}

nav.main_menu ul li:hover a {
    color: #00a4de;
}

nav.main_menu ul li.active a {
    color: #00a4de
}

.drop_down .second .inner > ul > li > a,
.drop_down .second .inner > ul > li > h3,
.drop_down .wide .second .inner > ul > li > h3,
.drop_down .wide .second .inner > ul > li > a,
.drop_down .wide .second ul li ul li.menu-item-has-children > a,
.drop_down .wide .second .inner ul li.sub ul li.menu-item-has-children > a,
.drop_down .wide .second .inner > ul li.sub .flexslider ul li h5 a,
.drop_down .wide .second .inner > ul li .flexslider ul li h5 a,
.drop_down .wide .second .inner > ul li.sub .flexslider ul li h5,
.drop_down .wide .second .inner > ul li .flexslider ul li h5,
.header_top #lang_sel ul li ul li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: 400;
}

.drop_down .second .inner > ul > li > a:hover,
.drop_down .wide .second ul li ul li.menu-item-has-children > a:hover,
.drop_down .wide .second .inner ul li.sub ul li.menu-item-has-children > a:hover {
    color: #00a4de !important;
}

.drop_down .wide .second .inner > ul > li > a {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: 400;
}

.drop_down .wide .second .inner > ul > li > a:hover {
    color: #00a4de !important;
}

.drop_down .wide .second .inner ul li.sub ul li a,
.drop_down .wide .second ul li ul li a,
.drop_down .second .inner ul li.sub ul li a,
.drop_down .wide .second ul li ul li a,
.drop_down .wide .second .inner ul li.sub .flexslider ul li .menu_recent_post,
.drop_down .wide .second .inner ul li .flexslider ul li .menu_recent_post a,
.drop_down .wide .second .inner ul li .flexslider ul li .menu_recent_post,
.drop_down .wide .second .inner ul li .flexslider ul li .menu_recent_post a {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    font-weight: 400;
}

.drop_down .wide.icons .second i {
    color: #ffffff;
}

.drop_down .second .inner ul li.sub ul li a:hover,
.drop_down .wide .second ul li.show_widget_area_in_popup:hover .popup_wrapper > a,
.drop_down .second .inner ul li ul li a:hover,
.drop_down .wide.icons .second a:hover i {
    color: #00a4de !important;
}

header.scrolled nav.main_menu > ul > li > a,
header.light.scrolled nav.main_menu > ul > li > a,
header.dark.scrolled nav.main_menu > ul > li > a {
    color: #ffffff;
}

header.scrolled .side_menu_button a {
    color: #ffffff !important;
}

header.scrolled nav.main_menu > ul > li > a:hover > span,
header.scrolled nav.main_menu > ul > li:hover > a > span,
header.scrolled nav.main_menu > ul > li.active > a > span,
header.scrolled nav.main_menu > ul > li > a:hover > i,
header.scrolled nav.main_menu > ul > li:hover > a > i,
header.scrolled nav.main_menu > ul > li.active > a > i,
header.scrolled .side_menu_button a:hover,
.light.scrolled nav.main_menu > ul > li > a:hover,
.light.scrolled nav.main_menu > ul > li.active > a,
.light.scrolled .side_menu_button a:hover,
.dark.scrolled nav.main_menu > ul > li > a:hover,
.dark.scrolled nav.main_menu > ul > li.active > a,
.dark.scrolled .side_menu_button a:hover {
    color: #00a4de !important;
}

header.sticky nav.main_menu > ul > li > a,
header.light.sticky nav.main_menu > ul > li > a,
header.dark.sticky nav.main_menu > ul > li > a {
    color: #ffffff;
    font-size: 14px;
    line-height: 100px !important;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
}

header.sticky .side_menu_button a,
header.sticky .side_menu_button a:hover {
    color: #ffffff;
}

header.sticky nav.main_menu > ul > li > a:hover span,
header.sticky nav.main_menu > ul > li.active > a span,
header.sticky nav.main_menu > ul > li:hover > a > span,
header.sticky nav.main_menu > ul > li > a:hover > i,
header.sticky nav.main_menu > ul > li:hover > a > i,
header.sticky nav.main_menu > ul > li.active > a > i,
.light.sticky nav.main_menu > ul > li > a:hover,
.light.sticky nav.main_menu > ul > li.active > a,
.dark.sticky nav.main_menu > ul > li > a:hover,
.dark.sticky nav.main_menu > ul > li.active > a {
    color: #00a4de !important;
}

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3 {
    color: #2d2d2d;
}

nav.mobile_menu ul li span.mobile_arrow i, nav.mobile_menu ul li span.mobile_arrow i {
    color: #2d2d2d;
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a,
nav.mobile_menu ul li.current-menu-item > a {
    color: #00a4de;
}

@media only screen and (max-width: 1000px) {
    .header_top {
        background-color: #00a4de !important;
    }
}

h1,
.h1,
.title h1,
body.qode-overridden-elementors-fonts .elementor-widget-heading h1.elementor-heading-title {
    color: #ffffff;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 44px;
    line-height: 48px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

.title h1 {
    color: #ffffff;
    font-size: 30px;
    line-height: 34px;
    font-style: normal;
    font-weight: 300;
}

.title h1 {
    margin: 80px 0 0 0;
}

.title.title_size_small h1 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0px;
}

.title.title_size_medium h1 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    letter-spacing: 0px;
}

.title.title_size_large h1 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing: 0px;
}

h2,
.h2,
h2 a,
body.qode-overridden-elementors-fonts .elementor-widget-heading h2.elementor-heading-title {
    color: #00a4de;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
}

h3,
.h3,
h3 a,
body.qode-overridden-elementors-fonts .elementor-widget-heading h3.elementor-heading-title {
    color: #00a4de;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
}

h4,
.h4,
h4 a,
body.qode-overridden-elementors-fonts .elementor-widget-heading h4.elementor-heading-title {
    color: #4d4d4d;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
}

h5,
.h5,
h5 a,
body.qode-overridden-elementors-fonts .elementor-widget-heading h5.elementor-heading-title,
.q_icon_with_title .icon_text_holder h5.icon_title {
    color: #4d4d4d;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

h6,
.h6,
h6 a,
body.qode-overridden-elementors-fonts .elementor-widget-heading h6.elementor-heading-title {
    color: #4d4d4d;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

.blog_holder article.format-quote .post_text .post_title p,
.blog_holder article.format-link .post_text .post_title p,
.blog_holder article.format-quote .post_text .quote_author,
blockquote h5 {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 300;
}

p,
body.qode-overridden-elementors-fonts .elementor-widget-heading p.elementor-heading-title {
    color: #2d2d2d;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter_holder ul li span,
blockquote h5,
.q_social_icon_holder .simple_social,
.header-widget.widget_nav_menu ul.menu li a,
.side_menu a,
.side_menu li,
.side_menu span,
.side_menu p,
.side_menu .widget.widget_rss li a.rsswidget,
.side_menu #wp-calendar caption,
.side_menu #wp-calendar th,
.side_menu #wp-calendar td,
aside .widget #lang_sel_list li a,
aside .widget #lang_sel li a,
aside .widget #lang_sel_click li a,
.wpb_widgetised_column .widget #lang_sel_list li a,
.wpb_widgetised_column .widget #lang_sel li a,
.wpb_widgetised_column .widget #lang_sel_click li a,
section.side_menu #lang_sel_list li a,
section.side_menu #lang_sel li a,
section.side_menu #lang_sel_click li a,
footer #lang_sel_list li a,
footer #lang_sel li a,
footer #lang_sel_click li a,
footer #lang_sel_list.lang_sel_list_horizontal a,
footer #lang_sel_list.lang_sel_list_vertical a,
.side_menu #lang_sel_list.lang_sel_list_horizontal a,
.side_menu #lang_sel_list.lang_sel_list_vertical a,
#lang_sel_footer a {
    color: #2d2d2d;
}

.header_top #lang_sel > ul > li > a,
.header_top #lang_sel_click > ul > li > a,
footer #lang_sel ul li a,
footer #lang_sel ul ul a,
footer #lang_sel_click ul li a,
footer #lang_sel_click ul ul a,
footer #lang_sel_click ul ul a span,
section.side_menu #lang_sel ul li a,
section.side_menu #lang_sel ul ul a,
section.side_menu #lang_sel ul ul a:visited,
section.side_menu #lang_sel_click > ul > li > a,
section.side_menu #lang_sel_click ul ul a,
section.side_menu #lang_sel_click ul ul a:visited {
    color: #2d2d2d !important;
}

a, p a {
    color: #00a4de;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.q_icon_with_title .icon_with_title_link,
.blog_holder article .post_description a:hover,
.blog_holder.masonry article .post_info a:hover,
.breadcrumb .current,
.breadcrumb a:hover,
.portfolio_social_holder a:hover,
.latest_post_inner .post_infos a:hover {
    color: #00a4de;
}

a:hover, p a:hover,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.q_tabs .tabs-nav li a:hover,
.q_icon_with_title .icon_with_title_link:hover,
.blog_holder article .post_description a:hover,
.blog_holder.masonry article .post_info a:hover,
.portfolio_social_holder a:hover,
.latest_post_inner .post_infos a:hover {
    color: #007abc;
    text-decoration: none;
}

blockquote h5 {
    color: #00a4de;
}

.subtitle {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    font-style: normal;
}

.q_message {
    background-color: #00a4de;
}

.q_message .message_text {
    color: #666666;
    font-size: 16px;
}

.q_social_icon_holder .fa-stack {
    background-color: #7c7c7c;
}

.q_social_icon_holder .fa-stack i {
    color: #262626
}

.qbutton,
.qbutton.medium,
#submit_comment,
.load_more a,
.blog_load_more_button a,
.post-password-form input[type='submit'],
input.wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-submit:not([disabled]),
.woocommerce table.cart td.actions input[type="submit"],
.woocommerce input#place_order,
.woocommerce-page input[type="submit"],
.woocommerce .button {
    color: #00a4de;
    border-color: #00a4de;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    background-color: transparent;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.qode-qbutton-main-color {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.qbutton:hover,
.qbutton.medium:hover,
#submit_comment:hover,
.load_more a:hover,
.blog_load_more_button a:hover,
.post-password-form input[type='submit']:hover,
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover,
.woocommerce table.cart td.actions input[type="submit"]:hover,
.woocommerce input#place_order:hover,
.woocommerce-page input[type="submit"]:hover,
.woocommerce .button:hover {
    color: #2c2568;
    border-color: #2c2568
}

.qbutton:hover,
#submit_comment:hover,
.load_more a:hover,
.blog_load_more_button a:hover,
.post-password-form input[type='submit']:hover,
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover,
.woocommerce table.cart td.actions input[type="submit"]:hover,
.woocommerce input#place_order:hover,
.woocommerce-page input[type="submit"]:hover,
.woocommerce .button:hover {
    background-color: transparent;
}

.qbutton.small {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.qbutton.large {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.qbutton.big_large,
.qbutton.big_large_full_width {
    font-size: 20px;
    line-height: 45px;
    height: 45px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.qbutton.white {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.qbutton.white:hover,
.portfolio_slides .hover_feature_holder_inner .qbutton:hover {
    border-color: #00a4de;
    color: #00a4de;
    background-color: transparent;
}

.google_map {
    height: 750px;
}

.footer_top_holder, footer #lang_sel > ul > li > a, footer #lang_sel_click > ul > li > a {
    background-color: #262626;
}

footer #lang_sel ul ul a, footer #lang_sel_click ul ul a, footer #lang_sel ul ul a:visited, footer #lang_sel_click ul ul a:visited {
    background-color: #262626 !important;
}

.footer_top,
.footer_top.footer_top_full {
    padding-top: 50px;
    padding-bottom: 50px
}

.footer_top .column_inner > div h2,
.footer_top .column_inner > div h3,
.footer_top .column_inner > div h4,
.footer_top .column_inner > div h5,
.footer_top .column_inner > div h6 {
    color: #00a4de;
}

.footer_top,
.footer_top p,
.footer_top span,
.footer_top li,
.footer_top .textwidget,
.footer_top .widget_recent_entries > ul > li > span {
    color: #dddddd;
}

.footer_top a {
    color: #dddddd !important;
}

.footer_top .q_social_icon_holder .simple_social {
    color: #dddddd;
}

.footer_top a:hover {
    color: #00a4de !important;
}

.footer_top .q_social_icon_holder:hover .simple_social {
    color: #00a4de;
}

.footer_top h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #00a4de;
    font-style: normal
}

.footer_top,
.footer_top p,
.footer_top span:not(.q_social_icon_holder):not(.fa-stack):not(.qode_icon_shortcode):not(.qode_icon_font_elegant),
.footer_top li,
.footer_top .textwidget,
.footer_top .widget_recent_entries > ul > li > span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal
}

.footer_top,
.footer_top .footer_col1,
.footer_top .container_inner > .widget,
.footer_top.footer_top_full > .widget {
    text-align: left;
}

.footer_top .footer_col2 {
    text-align: left;
}

.footer_top .footer_col3 {
    text-align: left;
}

.footer_top .footer_col4 {
    text-align: left;
}

.blog_holder.blog_large_image h2,
.blog_holder.blog_large_image h2 a,
.blog_holder.blog_single article h2 {
    font-size: 26px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
}

.blog_holder.blog_large_image article:not(.format-quote):not(.format-link) .post_info,
.blog_holder.blog_single article:not(.format-quote):not(.format-link) .post_info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.blog_holder.blog_large_image article.format-quote .post_info,
.blog_holder.blog_large_image article.format-link .post_info,
.blog_holder.blog_single article.format-quote .post_info,
.blog_holder.blog_single article.format-link .post_info {
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: 400;
}

.blog_holder.masonry:not(.blog_masonry_date_in_image) article:not(.format-quote):not(.format-link) .post_info,
.blog_holder.masonry_full_width:not(.blog_masonry_date_in_image) article:not(.format-quote):not(.format-link) .post_info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.blog_holder.masonry:not(.blog_masonry_date_in_image) article.format-quote .post_info,
.blog_holder.masonry:not(.blog_masonry_date_in_image) article.format-link .post_info,
.blog_holder.masonry_full_width:not(.blog_masonry_date_in_image) article.format-quote .post_info,
.blog_holder.masonry_full_width:not(.blog_masonry_date_in_image) article.format-link .post_info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.blog_holder.masonry_gallery article .post_info,
.blog_holder.masonry_gallery article .post_info a:not(:hover) {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.blog_holder.blog_gallery article .post_info,
.blog_holder.blog_gallery article .post_info a:not(:hover),
.blog_holder.blog_gallery article .post_category {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.blog_holder.masonry.blog_masonry_date_in_image h5,
.blog_holder.masonry_full_width.blog_masonry_date_in_image h5,
.blog_holder.masonry.blog_masonry_date_in_image h5 a,
.blog_holder.masonry_full_width.blog_masonry_date_in_image h5 a {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
}

.blog_holder.masonry.blog_masonry_date_in_image h5 a,
.blog_holder.masonry_full_width.blog_masonry_date_in_image h5 a {
    color: #00a4de;
}

.side_menu_button > a,
.mobile_menu_button span,
.fixed_top_header .side_menu_button > a,
.fixed_top_header .popup_menu .line,
.fixed_top_header .mobile_menu_button span {
    color: #00a4de;
    font-size: 20px;
}

.popup_menu .line,
.popup_menu .line:after, .popup_menu .line:before {
    background-color: #00a4de;
}

.side_menu_button > a:hover,
.mobile_menu_button span:hover,
.popup_menu:hover .line,
.popup_menu:hover .line:after,
.popup_menu:hover .line:before {
    color: #00a4de;
}

.popup_menu:hover .line,
.popup_menu:hover .line:after, .popup_menu:hover .line:before {
    background-color: #00a4de;
}

.vertical_menu_float .menu-item .second {
    left: calc(100% + 30px);
}

.vertical_menu_hidden aside.vertical_menu_area .vertical_menu_float .menu-item .second {
    left: calc(100% + 40px);
}

.vertical_menu_area {
    text-align: left;
}

.header_top .q_social_icon_holder .simple_social:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome),
.header_top .header-widget,
.header_top .header-widget.widget_nav_menu ul.menu > li > a,
.header_top .header-widget p,
.header_top .header-widget a,
.header_top .header-widget span:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome) {
    color: #00a4de;
}

.header_top .q_social_icon_holder .simple_social:hover,
.header_top .header-widget:hover,
.header_top .header-widget.widget_nav_menu ul.menu > li > a:hover,
.header_top .header-widget p:hover,
.header_top .header-widget a:hover,
.header_top .header-widget span:hover {
    color: #007abc;
}

.header_top,
.fixed_top_header .top_header {
    padding: 0 10%;
}

.filter_holder ul li span {
    color: #00a4de;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

.filter_outer {
    height: 80px;
    margin-bottom: 0px;
}

.projects_holder article .portfolio_description .project_category {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 300;
}

.projects_holder.hover_text article .project_category,
.projects_holder.hover_text article span.text_holder span.text_inner .hover_feature_holder_title .project_category,
.projects_masonry_holder .project_category,
.portfolio_main_holder .item_holder .project_category,
.masonry_with_space_only_image .projects_holder article span.text_holder span span.text_inner .project_category,
.projects_holder.justified-gallery article .project_category,
.projects_holder.justified-gallery article span.text_holder span.text_inner .hover_feature_holder_title .project_category {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 300;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    font-weight: 400;
    height: 50 pxpx;
    line-height: 50 pxpx;
}

.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit,
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    height: 50 pxpx;
    line-height: 50 pxpx;
}

.cf7_custom_style_3 input.wpcf7-form-control.wpcf7-submit,
.cf7_custom_style_3 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    height: 50 pxpx;
    line-height: 50 pxpx;
}

.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 50 pxpx;
}

.cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 50 pxpx;
}

.cf7_custom_style_3 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 50 pxpx;
}

.title .separator {
    background-color: #00a4de;
    width: 2 pxpx;
}

.carousel-inner .slider_content .text .qbutton:not(.white) {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.carousel-inner .slider_content .text .qbutton:not(.white):hover {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

#back_to_top span i,
#back_to_top span span {
    color: #cccccc;
}

#back_to_top:hover span i,
#back_to_top:hover span span {
    color: #00a4de;
}

#back_to_top,
#back_to_top.on,
#back_to_top.off {
    right: 30px;
}

#back_to_top {
    bottom: 30px;
}

#back_to_top span i,
#back_to_top span span {
    line-height: 50px;
}

#back_to_top > span {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(204, 204, 204, 1);
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    width: 50px
}

#back_to_top:hover > span {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(0, 164, 222, 1)
}

.blog_slider .blog_slider_date_holder,
.blog_slider .blog_slider_categories,
.blog_slider .blog_text_holder_inner .blog_slider_post_comments {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.blog_slider .blog_text_holder.info_bottom .blog_slider_date_holder .blog_slider_day {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400
}

.blog_slider .blog_slider_simple_info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.carousel-control .prev_nav,
.carousel-control .next_nav {
    background-color: rgba(255, 255, 255, 1);
    opacity: 1
}

.ls-nav-prev,
.ls-nav-next {
    background-color: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
}

.flex-direction-nav a,
.flexslider .flex-prev,
.portfolio_slider .flex-prev,
.flexslider .flex-next,
.portfolio_slider .flex-next,
body div.pp_default a.pp_next:after,
body div.pp_default a.pp_previous:after,
body a.pp_next:after,
body a.pp_previous:after,
.wpb_gallery .wpb_wrapper .wpb_flexslider .flex-direction-nav a,
.qode_content_slider .flex-direction-nav .flex-prev,
.qode_content_slider .flex-direction-nav .flex-next {
    width: 30px;
    height: 30px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 30px;
    background-color: rgba(77, 77, 77, 0.6);
    transition: all 0.15s ease-in-out;
}

.flex-direction-nav a:hover,
.flexslider .flex-prev:hover,
.portfolio_slider .flex-prev:hover,
.flexslider .flex-next:hover,
.portfolio_slider .flex-next:hover,
body div.pp_default a.pp_next:hover:after,
body div.pp_default a.pp_previous:hover:after,
body a.pp_next:hover:after,
body a.pp_previous:hover:after,
.flexslider:hover .flex-direction-nav a.flex-prev:hover,
.flexslider:hover .flex-direction-nav a.flex-next:hover,
.portfolio_slider:hover .flex-direction-nav a.flex-prev:hover,
.portfolio_slider:hover .flex-direction-nav a.flex-next:hover,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover,
.qode_content_slider .flex-direction-nav .flex-prev:hover,
.qode_content_slider .flex-direction-nav .flex-next:hover {
    background-color: rgba(77, 77, 77, 0.8)
}

.flex-direction-nav a i,
body a.pp_next:after,
body a.pp_previous:after,
body div.pp_default a.pp_next:after,
body div.pp_default a.pp_previous:after {
    line-height: 30px;
    font-size: 20px;
    transition: all 0.15s ease-in-out;
}

.flex-direction-nav a:hover i,
body div.pp_default a.pp_next:hover:after,
body div.pp_default a.pp_previous:hover:after,
body a.pp_next:hover:after,
body a.pp_previous:hover:after,
.flexslider:hover .flex-direction-nav a.flex-prev:hover i,
.flexslider:hover .flex-direction-nav a.flex-next:hover i,
.qode_content_slider .flex-direction-nav a.flex-prev:hover i,
.qode_content_slider .flex-direction-nav a.flex-next:hover i,
.portfolio_slider:hover .flex-direction-nav a.flex-prev:hover i,
.portfolio_slider:hover .flex-direction-nav a.flex-next:hover i {
    color: rgba(0, 164, 222, 1)
}

.masonry_gallery_item.square_big .masonry_gallery_item_inner .masonry_gallery_item_content {
    text-align: center;
}

.masonry_gallery_item.square_small .masonry_gallery_item_inner .masonry_gallery_item_content {
    text-align: center;
}

.masonry_gallery_item.rectangle_portrait .masonry_gallery_item_inner .masonry_gallery_item_content {
    text-align: center;
}

.masonry_gallery_item.rectangle_landscape .masonry_gallery_item_text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.masonry_gallery_item.rectangle_landscape .masonry_gallery_item_inner .masonry_gallery_item_content {
    text-align: center;
}

.full_screen_navigation_inner a {
    color: rgba(255, 255, 255, 1)
}

aside .widget h5:not(.latest_post_title),
.wpb_widgetised_column .widget h5:not(.latest_post_title) {
    font-weight: 300;
    color: #00a4de;
}

aside.sidebar .widget.widget_text,
aside.sidebar .widget p,
aside.sidebar .widget div:not(.star-rating) span:not(.qode_icon_element),
aside.sidebar .widget li,
.wpb_widgetised_column .widget.widget_text,
.wpb_widgetised_column .widget p,
.wpb_widgetised_column .widget div:not(.star-rating) span:not(.qode_icon_element),
.wpb_widgetised_column .widget li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

aside.sidebar .widget:not(.qode_latest_posts_widget) a:hover,
.wpb_widgetised_column .widget:not(.qode_latest_posts_widget) a:hover {
    color: #00a4de !important;
}

.qode-type1-gradient-left-to-right {
    background: linear-gradient(to right, #00a4de, #2c2568);
}

.qode-type1-gradient-bottom-to-top, .qode-type1-gradient-bottom-to-top-after:after {
    background: linear-gradient(to top, #00a4de, #2c2568);
}

.qode-type1-gradient-left-bottom-to-right-top {
    background: linear-gradient(to right top, #00a4de, #2c2568);
}

.qode-type1-gradient-left-to-right-2x {
    background: linear-gradient(to right, #00a4de 0%, #2c2568 50%, #00a4de 100%);
    background-size: 200% 200%;
}

.qode-type1-gradient-left-to-right-text i, .qode-type1-gradient-left-to-right-text i:before, .qode-type1-gradient-left-to-right-text span {
    background: -webkit-linear-gradient(right top, #2c2568, #00a4de);
    color: #00a4de;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.qode-type1-gradient-bottom-to-top-text i, .qode-type1-gradient-bottom-to-top-text i:before, .qode-type1-gradient-bottom-to-top-text span, .qode-type1-gradient-bottom-to-top-text span span {
    background: -webkit-linear-gradient(bottom, #2c2568, #00a4de);
    color: #00a4de;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.qode-type1-gradient-bottom-to-top-text-hover:hover i, .qode-type1-gradient-bottom-to-top-text-hover:hover i:before, .qode-type1-gradient-bottom-to-top-text-hover:hover span, .qode-type1-gradient-bottom-to-top-text-hover:hover span span {
    background: -webkit-linear-gradient(bottom, #2c2568, #00a4de);
    color: #00a4de;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

::selection {
    background: #00a4de;
}

::-moz-selection {
    background: #00a4de;
}

h1 a:hover,
.box_image_holder .box_icon .fa-stack i.fa-stack-base,
.q_percentage_with_icon,
.filter_holder ul li.active span,
.filter_holder ul li:hover span,
.q_tabs .tabs-nav li.active a:hover,
.q_tabs .tabs-nav li a:hover,
.q_accordion_holder.accordion .ui-accordion-header:hover,
.q_accordion_holder.accordion.with_icon .ui-accordion-header i,
.testimonials .testimonial_text_inner p.testimonial_author span.author_company,
.testimonial_content_inner .testimonial_author .company_position,
.q_icon_with_title.center .icon_holder .font_awsome_icon i:hover,
.q_box_holder.with_icon .box_holder_icon_inner .fa-stack i.fa-stack-base,
.q_icon_with_title.boxed .icon_holder .fa-stack,
.q_progress_bars_icons_inner .bar.active i.fa-circle,
.q_list.number ul > li:before,
.q_social_icon_holder:hover .simple_social,
.social_share_dropdown ul li :hover i,
.social_share_list_holder ul li i:hover,
.blog_holder.blog_masonry_date_in_image .social_share_list_holder ul li i:hover,
.latest_post_inner .post_infos a:hover,
.q_masonry_blog article .q_masonry_blog_post_info a:hover,
.blog_holder article:not(.format-quote):not(.format-link) .post_info a:hover,
.latest_post_inner .post_comments:hover i,
.blog_holder article .post_description a:hover,
.blog_holder article .post_description .post_comments:hover,
.blog_like a:hover i,
.blog_like a.liked i,
.latest_post .blog_like a:hover span,
article:not(.format-quote):not(.format-link) .blog_like a:hover span,
.comment_holder .comment .text .replay,
.comment_holder .comment .text .comment-reply-link,
.header-widget.widget_nav_menu ul.menu li a:hover,
aside .widget a:hover,
aside .widget.posts_holder li:hover,
.wpb_widgetised_column .widget a:hover,
.wpb_widgetised_column .widget.posts_holder li:hover,
.q_steps_holder .circle_small:hover span,
.q_steps_holder .circle_small:hover .step_title,
.header_top #lang_sel > ul > li > a:hover,
.header_top #lang_sel_click > ul > li > a:hover,
.header_top #lang_sel_list ul li a.lang_sel_sel,
.header_top #lang_sel_list ul li a:hover,
aside .widget #lang_sel a.lang_sel_sel:hover,
aside .widget #lang_sel_click a.lang_sel_sel:hover,
aside .widget #lang_sel ul ul a:hover,
aside .widget #lang_sel_click ul ul a:hover,
aside .widget #lang_sel_list li a.lang_sel_sel,
aside .widget #lang_sel_list li a:hover,
.wpb_widgetised_column .widget #lang_sel a.lang_sel_sel:hover,
.wpb_widgetised_column .widget #lang_sel_click a.lang_sel_sel:hover,
.wpb_widgetised_column .widget #lang_sel ul ul a:hover,
.wpb_widgetised_column .widget #lang_sel_click ul ul a:hover,
.wpb_widgetised_column .widget #lang_sel_list li a.lang_sel_sel,
.wpb_widgetised_column .widget #lang_sel_list li a:hover,
.service_table_inner li.service_table_title_holder i,
.latest_post_two_holder .latest_post_two_text a:hover,
.q_team .q_team_social_holder .q_social_icon_holder:hover .simple_social,
.portfolio_template_8 .portfolio_detail .info .category,
.portfolio_navigation.navigation_title .post_info span.categories,
.qode_portfolio_related .projects_holder article .portfolio_description .project_category,
.blog_compound article .post_content .blog_like a:hover,
.blog_compound article .post_content .blog_like a:hover span,
.blog_compound article .post_content .blog_share a:hover,
.blog_compound article .post_content .blog_share a:hover span,
.blog_compound article .post_content .post_comments:hover,
.blog_compound article .post_content .post_comments:hover span,
.blog_holder.blog_pinterest article.format-link .post_info a:hover,
.blog_holder.blog_pinterest article.format-quote .post_info a:hover,
.blog_compound .post_title .category a,
.blog_compound .post_title .category span.date,
.q_price_table.qode_pricing_table_advanced .qode_pt_subtitle,
.q_price_table.qode_pricing_table_advanced .qode_pt_additional_info .qode_pt_icon,
.q_price_table.qode_pricing_table_advanced .price_table_inner .value,
table.tt_timetable .event .event_header,
table.tt_timetable .event a,
.tt_tabs .tt_tabs_navigation .ui-tabs-active a,
.tt_tabs .tt_tabs_navigation li a:hover,
.qode-owl-slider .owl-nav .owl-next:hover .qode-next-icon,
.qode-owl-slider .owl-nav .owl-next:hover .qode-prev-icon,
.qode-owl-slider .owl-nav .owl-prev:hover .qode-next-icon,
.qode-owl-slider .owl-nav .owl-prev:hover .qode-prev-icon,
.qode-owl-slider-style .owl-nav .owl-next:hover .qode-next-icon,
.qode-owl-slider-style .owl-nav .owl-next:hover .qode-prev-icon,
.qode-owl-slider-style .owl-nav .owl-prev:hover .qode-next-icon,
.qode-owl-slider-style .owl-nav .owl-prev:hover .qode-prev-icon {
    color: #2c2568 !important;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover,
p a:hover,
.portfolio_share .social_share_holder a:hover,
.breadcrumb .current,
.breadcrumb a:hover,
.q_icon_with_title .icon_with_title_link,
.q_counter_holder span.counter,
.q_font_awsome_icon i,
.q_font_awsome_icon span,
.q_dropcap,
.q_counter_holder span.counter,
nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a,
.q_progress_bars_icons_inner.square .bar.active i,
.q_progress_bars_icons_inner.circle .bar.active i,
.q_progress_bars_icons_inner.normal .bar.active i,
.q_font_awsome_icon_stack .fa-circle,
.footer_top .q_social_icon_holder:hover .simple_social,
.more_facts_button:hover,
.box_holder_icon .fa-stack i,
.blog_large_image_simple .minimalist_date,
nav.content_menu ul li.active:hover i,
nav.content_menu ul li:hover i,
nav.content_menu ul li.active:hover a,
nav.content_menu ul li:hover a,
.vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover span,
.vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active span,
.q_font_awsome_icon i:hover,
.q_font_awsome_icon span:hover,
.fullscreen_search_holder .search_submit:hover,
.title .text_above_title,
.qode-comparative-features-table .qode-cft-link:hover,
.qode-comparative-features-table .qode-cft-mark.qode-cft-active,
.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-date,
.qode-showcase-icon .qode-icon-holder.qode-icon-circle .qode-icon-element,
.qode-horizontal-timeline .qode-timeline-navigation a.qode-prev,
.qode-horizontal-timeline .qode-timeline-navigation a.qode-next {
    color: #2c2568;
}

.box_image_with_border:hover,
.qbutton:hover,
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn:hover,
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover,
.load_more a:hover,
.blog_load_more_button a:hover,
#submit_comment:hover,
.drop_down .wide .second ul li .qbutton:hover,
.drop_down .wide .second ul li ul li .qbutton:hover,
.qbutton.white:hover,
.qbutton.green,
.portfolio_slides .hover_feature_holder_inner .qbutton:hover,
.testimonials_holder.light .flex-direction-nav a:hover,
.q_progress_bars_icons_inner.square .bar.active .bar_noactive,
.q_progress_bars_icons_inner.square .bar.active .bar_active,
.q_progress_bars_icons_inner.circle .bar.active .bar_noactive,
.q_progress_bars_icons_inner.circle .bar.active .bar_active,
.widget.widget_search form.form_focus,
.q_steps_holder .circle_small_wrapper,
.animated_icon_inner span.animated_icon_back i,
body:not(.search-results) .blog_holder article.format-link .post_text:hover .post_text_inner,
body:not(.search-results) .blog_holder article.format-quote .post_text:hover .post_text_inner,
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover,
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .icons_holder a:hover,
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
    border-color: #2c2568
}

.tt_tabs .tt_tabs_navigation .ui-tabs-active a,
.tt_tabs .tt_tabs_navigation li a:hover,
.tt_tabs .tt_tabs_navigation li a {
    border-color: #2c2568 !important;
}

.q_icon_list i,
.q_progress_bar .progress_content,
.q_progress_bars_vertical .progress_content_outer .progress_content,
.qbutton:hover,
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn:hover,
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover,
.post-password-form input[type='submit']:hover,
.load_more a:hover,
.blog_load_more_button a:hover,
#submit_comment:hover,
.drop_down .wide .second ul li .qbutton:hover,
.drop_down .wide .second ul li ul li .qbutton:hover,
.qbutton.white:hover,
.qbutton.green,
.call_to_action,
.highlight,
.testimonials_holder.light .flex-direction-nav a:hover,
.q_dropcap.circle,
.q_dropcap.square,
.q_message,
.q_price_table.active .active_text,
.q_icon_with_title.boxed .icon_holder .fa-stack,
.q_font_awsome_icon_square,
.q_icon_with_title.square .icon_holder .fa-stack:hover,
.box_holder_icon_inner.square .fa-stack:hover,
.box_holder_icon_inner.circle .fa-stack:hover,
.circle .icon_holder .fa-stack:hover,
.q_list.number.circle_number ul > li:before,
.q_social_icon_holder.circle_social .fa-stack:hover,
.social_share_dropdown ul li.share_title,
.latest_post_holder .latest_post_date .post_publish_day,
.q_masonry_blog article.format-link:hover,
.q_masonry_blog article.format-quote:hover,
#wp-calendar td#today,
.vc_text_separator.full div,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.wp-audio-shortcode .mejs-controls .mejs-time-rail .mejs-time-current,
.wp-audio-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.q_pie_graf_legend ul li .color_holder,
.q_line_graf_legend ul li .color_holder,
.q_team .q_team_text_inner .separator,
.circle_item .circle:hover,
.qode_call_to_action.container,
.qode_carousels .flex-control-paging li a.flex-active,
.animated_icon_inner span.animated_icon_back i,
.q_circles_holder .q_circle_inner2:hover,
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover,
.portfolio_main_holder .item_holder.subtle_vertical_hover .icons_holder a,
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .icons_holder a:hover,
.portfolio_main_holder .item_holder.image_text_zoom_hover .icons_holder a,
.portfolio_main_holder .item_holder.slow_zoom .icons_holder a,
.qode_video_box .qode_video_image:hover .qode_video_box_button,
.blog_holder.masonry_gallery article.format-link:hover,
.blog_holder.masonry_gallery article.format-quote:hover,
.blog_holder.blog_chequered article.format-link:hover,
.blog_holder.blog_chequered article.format-quote:hover,
.qode-pricing-calculator .qode-pricing-calculator-switch input:checked + .qode-pricing-calculator-slider,
.qode-icon-holder.qode-icon-circle,
.qode-icon-holder.qode-icon-square,
.qode-qbutton-main-color,
.qode-advanced-tabs .qode-advanced-tabs-nav li,
.qode-accordion-holder .qode-title-holder.ui-state-active,
.qode-accordion-holder .qode-title-holder.ui-state-hover,
header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search form > div input[type=text],
.qode-advanced-call-to-action.qode-advanced-cta-gradient-animation .qode-advanced-cta-background-3,
.tt_tabs .tt_tabs_navigation li a,
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected,
.tabs_box_navigation.sf-timetable-menu li ul li a:hover,
.tabs_box_navigation.sf-timetable-menu li ul li.selected a:hover,
#qode-multi-device-showcase.qode-mds-appear-effect #qode-mds-spinner .qode-mds-pulse,
.qode-horizontal-timeline .qode-events-wrapper .qode-events .qode-filling-line,
.qode-horizontal-timeline .qode-events-wrapper .qode-events a .circle-outer,
.no-touch .qode-horizontal-timeline .qode-events-wrapper .qode-events a:hover .circle-outer,
.qode-horizontal-timeline .qode-events-wrapper .qode-events a.selected .circle-outer {
    background-color: #2c2568;
}

.qode-showcase-item-holder.qode-showcase-active .qode-icon-holder.qode-icon-circle {
    background-color: #2c2568 !important;
}

.q_circles_holder .q_circle_inner2:hover,
body:not(.search-results) .blog_holder article.format-link .post_text:hover .post_text_inner,
body:not(.search-results) .blog_holder article.format-quote .post_text:hover .post_text_inner {
    background-color: #2c2568 !important;
    border-color: #2c2568 !important;
}

.qode-lazy-preloader svg circle,
#qode-multi-device-showcase.qode-mds-appear-effect #qode-mds-spinner svg circle {
    stroke: #2c2568
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
a,
p a,
nav.main_menu > ul > li.active > a,
.drop_down .wide .second ul li ul li.menu-item-has-children > a,
.drop_down .wide .second ul li ul li.menu-item-has-children > a:hover,
.title h1,
.q_icon_list p,
.q_progress_bars_vertical .progress_number,
.qbutton,
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn,
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover,
.post-password-form input[type='submit'],
.load_more a,
.blog_load_more_button a,
#submit_comment,
.drop_down .wide .second ul li .qbutton,
.drop_down .wide .second ul li ul li .qbutton,
.q_percentage,
.portfolio_navigation .portfolio_prev a:hover,
.portfolio_navigation .portfolio_next a:hover,
.q_tabs .tabs-nav li.active a,
.q_accordion_holder.accordion .ui-accordion-header,
.q_accordion_holder.accordion.with_icon .ui-accordion-header,
.testimonials .testimonial_text_inner p.testimonial_author,
.testimonial_content_inner .testimonial_author .website,
.q_icon_with_title .icon_with_title_link:hover,
.ordered ol li,
.q_list.circle ul > li,
.q_list.number ul > li,
.latest_post_holder .latest_post_date .post_publish_month,
.latest_post_inner .post_infos a,
.latest_post_holder.dividers .latest_post_date .latest_post_day,
.q_masonry_blog article.format-quote .q_masonry_blog_post_text p,
.q_masonry_blog article.format-link .q_masonry_blog_post_text p,
.q_masonry_blog article .q_masonry_blog_post_info,
.blog_holder article.format-quote .post_text .post_title p,
.blog_holder article.format-link .post_text .post_title p,
.single_links_pages span,
.single_links_pages a:hover span,
.comment_holder .comment .text .name,
.blog_holder.masonry article .post_info,
.pagination ul li span,
.pagination ul li a:hover,
.q_team .q_team_description_inner p,
.carousel-inner .item.dark .slider_content .text .qbutton,
.carousel-control,
.more_facts_button,
.carousel-control:hover,
input.wpcf7-form-control.wpcf7-submit:not([disabled]),
.qode-pricing-calculator .qode-pricing-calculator-total-price-holder,
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active a,
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-hover a {
    color: #00a4de;
}

.qbutton,
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn,
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover,
.post-password-form input[type='submit'],
.load_more a,
.blog_load_more_button a,
#submit_comment,
.drop_down .wide .second ul li .qbutton,
.drop_down .wide .second ul li ul li .qbutton,
.testimonials_holder .flex-direction-nav a,
.header_top #lang_sel ul li ul li a,
.header_top #lang_sel ul li ul li a:visited,
.header_top #lang_sel_click ul li ul li a,
.header_top #lang_sel_click ul li ul li a:visited,
.carousel-inner .item.dark .slider_content .text .qbutton,
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border-color: #00a4de;
}

.ajax_loader .pulse,
.ajax_loader .double_pulse .double-bounce1, .ajax_loader .double_pulse .double-bounce2,
.ajax_loader .cube,
.ajax_loader .rotating_cubes .cube1, .ajax_loader .rotating_cubes .cube2,
.ajax_loader .stripes > div,
.ajax_loader .wave > div,
.ajax_loader .two_rotating_circles .dot1, .ajax_loader .two_rotating_circles .dot2,
.ajax_loader .five_rotating_circles .container1 > div, .ajax_loader .five_rotating_circles .container2 > div, .ajax_loader .five_rotating_circles .container3 > div,
.separator.small,
.testimonials_holder .flex-direction-nav a:hover,
.q_price_table .price_table_inner,
.carousel-inner .item.dark .slider_content .text .qbutton:hover,
.vertical_menu_hidden_button_line,
.vertical_menu_hidden_button_line:after, .vertical_menu_hidden_button_line:before,
.blog_vertical_loop_button .button_icon a,
.blog_vertical_loop_back_button .button_icon a {
    background-color: #00a4de;
}

.portfolio_navigation .portfolio_prev a:hover,
.portfolio_navigation .portfolio_next a:hover,
.q_tabs.vertical .tabs-nav li.active a,
.q_tabs.vertical.left .tab-content,
.q_tabs.vertical.right .tab-content,
.q_tabs.boxed .tabs-nav li.active a,
.q_tabs.boxed .tabs-container,
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark,
.single_links_pages span,
.single_links_pages a:hover span,
.pagination ul li span,
.pagination ul li a:hover,
.service_table_inner li {
    border-color: #f4f4f4
}

.q_progress_bar .progress_content_outer,
.q_progress_bars_vertical .progress_content_outer,
.portfolio_navigation .portfolio_prev a:hover,
.portfolio_navigation .portfolio_next a:hover,
.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark,
.q_accordion_holder.accordion.boxed .ui-accordion-header,
.q_social_icon_holder .fa-stack,
.single_links_pages span,
.single_links_pages a:hover span,
.pagination ul li span,
.pagination ul li a:hover,
.q_circles_holder .q_circle_inner2 {
    background-color: #f4f4f4
}

.q_icon_with_title span.fa-stack i:last-child,
.q_box_holder.with_icon span.fa-stack i:last-child,
.q_masonry_blog article.format-quote .q_masonry_blog_post_text i.qoute_mark,
.q_masonry_blog article.format-link .q_masonry_blog_post_text i.link_mark,
.q_masonry_blog article .quote_author,
.blog_holder article.format-quote .post_text i.qoute_mark,
.blog_holder article.format-link .post_text i.link_mark,
.blog_holder article.format-quote .post_text .quote_author,
.blog_holder.blog_large_image_with_dividers article.format-quote .post_text span.qoute_mark,
.blog_holder.blog_large_image_with_dividers article.format-link .post_text span.link_mark,
.blog_holder.blog_large_image_with_dividers article.format-quote .post_text .quote_author,
.animated_icon_inner i {
    color: #dddddd
}

.q_box_holder.with_icon,
.q_icon_with_title .icon_holder .fa-stack,
.box_holder_icon_inner .fa-stack,
.q_font_awsome_icon_square,
.q_font_awsome_icon_stack i.fa-stack-base,
.animated_icon_inner i {
    border-color: #dddddd
}

body {
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 300;
}

body,
.wrapper,
.content,
.full_width,
.overlapping_content .content > .container,
.more_facts_holder,
.comment_holder .comment #respond textarea,
.comment_holder .comment #respond input[type='text'],
.comment_holder .comment #respond input[type='email'],
.content .container {
    background-color: #ffffff;
}

.angled-section polygon {
    fill: #ffffff;
}

.projects_holder article .portfolio_description,
.blog_holder.masonry article .post_text .post_text_inner,
.blog_holder.masonry_full_width article .post_text .post_text_inner,
.q_team,
.price_table_inner,
.latest_post_holder.boxes > ul > li,
.q_counter_holder.boxed_counter {
    background-color: #ffffff;
}

.header_bottom,
.header_top,
.fixed_top_header .bottom_header {
    background-color: rgba(0, 0, 0, 0);
}

.header_bottom,
.header_top,
.fixed_top_header .bottom_header {
    border-bottom: 0;
}

.header_bottom,
.fixed_top_header .bottom_header {
    box-shadow: none;
}

.header_top .right .inner > div:first-child,
.header_top .right .inner > div,
.header_top .left .inner > div:last-child,
.header_top .left .inner > div {
    border: none;
}

@media only screen and (min-width: 1000px) {
    .content .container .container_inner.default_template_holder,
    .content .container .container_inner.page_container_inner {
        padding-top: 30px;
    }
}

.breadcrumbs,
.breadcrumb .current,
.breadcrumb a {
    color: #ffffff;
}

header.fixed.scrolled .header_bottom,
header.fixed.scrolled .header_top,
header.fixed_hiding.scrolled .header_bottom,
header.fixed_hiding.scrolled .header_top {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

header.sticky .header_bottom {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.header_top,
.fixed_top_header .top_header,
.fixed_top_header nav.mobile_menu {
    background-color: rgba(0, 0, 0, 0);
}

header.sticky .header_top {
    background-color: rgba(0, 0, 0, 0.8);
}

.content {
    margin-top: 0;
}

.logo_wrapper,
.side_menu_button,
.shopping_cart_inner {
    height: 100px;
}

.content.content_top_margin {
    margin-top: 133px !important;
}

header:not(.centered_logo) .header_fixed_right_area {
    line-height: 100px;
}

header.scrolled .logo_wrapper,
header.scrolled .side_menu_button {
    height: 100px;
}

header.scrolled nav.main_menu ul li a {
    line-height: 100px;
}

header.scrolled .drop_down .second {
    top: 100px;
}

header.sticky .logo_wrapper,
header.sticky.centered_logo .logo_wrapper,
header.sticky .side_menu_button,
header.sticky .shopping_cart_inner {
    height: 100px !important;
}

header.sticky nav.main_menu > ul > li > a,
.light.sticky nav.main_menu > ul > li > a,
.light.sticky nav.main_menu > ul > li > a:hover,
.light.sticky nav.main_menu > ul > li.active > a,
.dark.sticky nav.main_menu > ul > li > a,
.dark.sticky nav.main_menu > ul > li > a:hover,
.dark.sticky nav.main_menu > ul > li.active > a {
    line-height: 100px;
}

header.sticky .header_bottom,
header.fixed.scrolled .header_bottom,
header.fixed_hiding.scrolled .header_bottom {
    box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 1000px) {
    header.fixed_hiding.centered_logo.fixed_hiding .header_inner_left,
    header.fixed_hiding .q_logo_hidden a {
        height: 100px;
    }
}

header.fixed_hiding .q_logo a,
header.fixed_hiding .q_logo {
    max-height: 0px;
}

@media only screen and (max-width: 480px) {
    .q_logo a, .q_logo img {
        height: 60px !important;
    }
}

.touch section.parallax_section_holder {
    height: auto !important;
    min-height: 300px;
    background-position: center top !important;
    background-attachment: scroll;
    background-size: cover;
}

nav.main_menu > ul > li > a {
    line-height: 100px;
}

.drop_down .second .inner ul,
.drop_down .second .inner ul li ul,
.shopping_cart_dropdown,
li.narrow .second .inner ul,
.header_top .right #lang_sel ul ul,
.drop_down .wide .second ul li.show_widget_area_in_popup .widget,
.drop_down .wide.wide_background .second {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
}

nav.main_menu > ul > li > a {
    color: #ffffff;
    font-size: 14px;
    line-height: 100px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
}

nav.main_menu ul li a span.underline_dash,
nav.vertical_menu ul li a span.underline_dash {
    background-color: #00a4de !important;
    height: 1px
}

nav.main_menu ul li.active a span.underline_dash,
nav.vertical_menu ul li.active a span.underline_dash {
    background-color: #00a4de;
}

nav.main_menu ul li:hover a span.underline_dash,
nav.vertical_menu ul li:hover a span.underline_dash {
    background-color: #00a4de;
}

nav.main_menu > ul > li > a {
    padding: 0 12px;
}

header.transparent .drop_down .second:not(.right) {
    left: 11px;
}

nav.main_menu ul li:hover a {
    color: #00a4de;
}

nav.main_menu ul li.active a {
    color: #00a4de
}

.drop_down .second .inner > ul > li > a,
.drop_down .second .inner > ul > li > h3,
.drop_down .wide .second .inner > ul > li > h3,
.drop_down .wide .second .inner > ul > li > a,
.drop_down .wide .second ul li ul li.menu-item-has-children > a,
.drop_down .wide .second .inner ul li.sub ul li.menu-item-has-children > a,
.drop_down .wide .second .inner > ul li.sub .flexslider ul li h5 a,
.drop_down .wide .second .inner > ul li .flexslider ul li h5 a,
.drop_down .wide .second .inner > ul li.sub .flexslider ul li h5,
.drop_down .wide .second .inner > ul li .flexslider ul li h5,
.header_top #lang_sel ul li ul li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: 400;
}

.drop_down .second .inner > ul > li > a:hover,
.drop_down .wide .second ul li ul li.menu-item-has-children > a:hover,
.drop_down .wide .second .inner ul li.sub ul li.menu-item-has-children > a:hover {
    color: #00a4de !important;
}

.drop_down .wide .second .inner > ul > li > a {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: 400;
}

.drop_down .wide .second .inner > ul > li > a:hover {
    color: #00a4de !important;
}

.drop_down .wide .second .inner ul li.sub ul li a,
.drop_down .wide .second ul li ul li a,
.drop_down .second .inner ul li.sub ul li a,
.drop_down .wide .second ul li ul li a,
.drop_down .wide .second .inner ul li.sub .flexslider ul li .menu_recent_post,
.drop_down .wide .second .inner ul li .flexslider ul li .menu_recent_post a,
.drop_down .wide .second .inner ul li .flexslider ul li .menu_recent_post,
.drop_down .wide .second .inner ul li .flexslider ul li .menu_recent_post a {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    font-weight: 400;
}

.drop_down .wide.icons .second i {
    color: #ffffff;
}

.drop_down .second .inner ul li.sub ul li a:hover,
.drop_down .wide .second ul li.show_widget_area_in_popup:hover .popup_wrapper > a,
.drop_down .second .inner ul li ul li a:hover,
.drop_down .wide.icons .second a:hover i {
    color: #00a4de !important;
}

header.scrolled nav.main_menu > ul > li > a,
header.light.scrolled nav.main_menu > ul > li > a,
header.dark.scrolled nav.main_menu > ul > li > a {
    color: #ffffff;
}

header.scrolled .side_menu_button a {
    color: #ffffff !important;
}

header.scrolled nav.main_menu > ul > li > a:hover > span,
header.scrolled nav.main_menu > ul > li:hover > a > span,
header.scrolled nav.main_menu > ul > li.active > a > span,
header.scrolled nav.main_menu > ul > li > a:hover > i,
header.scrolled nav.main_menu > ul > li:hover > a > i,
header.scrolled nav.main_menu > ul > li.active > a > i,
header.scrolled .side_menu_button a:hover,
.light.scrolled nav.main_menu > ul > li > a:hover,
.light.scrolled nav.main_menu > ul > li.active > a,
.light.scrolled .side_menu_button a:hover,
.dark.scrolled nav.main_menu > ul > li > a:hover,
.dark.scrolled nav.main_menu > ul > li.active > a,
.dark.scrolled .side_menu_button a:hover {
    color: #00a4de !important;
}

header.sticky nav.main_menu > ul > li > a,
header.light.sticky nav.main_menu > ul > li > a,
header.dark.sticky nav.main_menu > ul > li > a {
    color: #ffffff;
    font-size: 14px;
    line-height: 100px !important;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
}

header.sticky .side_menu_button a,
header.sticky .side_menu_button a:hover {
    color: #ffffff;
}

header.sticky nav.main_menu > ul > li > a:hover span,
header.sticky nav.main_menu > ul > li.active > a span,
header.sticky nav.main_menu > ul > li:hover > a > span,
header.sticky nav.main_menu > ul > li > a:hover > i,
header.sticky nav.main_menu > ul > li:hover > a > i,
header.sticky nav.main_menu > ul > li.active > a > i,
.light.sticky nav.main_menu > ul > li > a:hover,
.light.sticky nav.main_menu > ul > li.active > a,
.dark.sticky nav.main_menu > ul > li > a:hover,
.dark.sticky nav.main_menu > ul > li.active > a {
    color: #00a4de !important;
}

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3 {
    color: #2d2d2d;
}

nav.mobile_menu ul li span.mobile_arrow i, nav.mobile_menu ul li span.mobile_arrow i {
    color: #2d2d2d;
}

nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a,
nav.mobile_menu ul li.current-menu-item > a {
    color: #00a4de;
}

@media only screen and (max-width: 1000px) {
    .header_top {
        background-color: #00a4de !important;
    }
}

h1,
.h1,
.title h1,
body.qode-overridden-elementors-fonts .elementor-widget-heading h1.elementor-heading-title {
    color: #ffffff;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 44px;
    line-height: 48px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

.title h1 {
    color: #ffffff;
    font-size: 30px;
    line-height: 34px;
    font-style: normal;
    font-weight: 300;
}

.title h1 {
    margin: 80px 0 0 0;
}

.title.title_size_small h1 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0px;
}

.title.title_size_medium h1 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    letter-spacing: 0px;
}

.title.title_size_large h1 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing: 0px;
}

h2,
.h2,
h2 a,
body.qode-overridden-elementors-fonts .elementor-widget-heading h2.elementor-heading-title {
    color: #00a4de;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 29px;
    line-height: 36px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
}

h3,
.h3,
h3 a,
body.qode-overridden-elementors-fonts .elementor-widget-heading h3.elementor-heading-title {
    color: #00a4de;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
}

h4,
.h4,
h4 a,
body.qode-overridden-elementors-fonts .elementor-widget-heading h4.elementor-heading-title {
    color: #4d4d4d;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
}

h5,
.h5,
h5 a,
body.qode-overridden-elementors-fonts .elementor-widget-heading h5.elementor-heading-title,
.q_icon_with_title .icon_text_holder h5.icon_title {
    color: #4d4d4d;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

h6,
.h6,
h6 a,
body.qode-overridden-elementors-fonts .elementor-widget-heading h6.elementor-heading-title {
    color: #4d4d4d;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}

p,
body.qode-overridden-elementors-fonts .elementor-widget-heading p.elementor-heading-title {
    color: #2d2d2d;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}

.filter_holder ul li span,
blockquote h5,
.q_social_icon_holder .simple_social,
.header-widget.widget_nav_menu ul.menu li a,
.side_menu a,
.side_menu li,
.side_menu span,
.side_menu p,
.side_menu .widget.widget_rss li a.rsswidget,
.side_menu #wp-calendar caption,
.side_menu #wp-calendar th,
.side_menu #wp-calendar td,
aside .widget #lang_sel_list li a,
aside .widget #lang_sel li a,
aside .widget #lang_sel_click li a,
.wpb_widgetised_column .widget #lang_sel_list li a,
.wpb_widgetised_column .widget #lang_sel li a,
.wpb_widgetised_column .widget #lang_sel_click li a,
section.side_menu #lang_sel_list li a,
section.side_menu #lang_sel li a,
section.side_menu #lang_sel_click li a,
footer #lang_sel_list li a,
footer #lang_sel li a,
footer #lang_sel_click li a,
footer #lang_sel_list.lang_sel_list_horizontal a,
footer #lang_sel_list.lang_sel_list_vertical a,
.side_menu #lang_sel_list.lang_sel_list_horizontal a,
.side_menu #lang_sel_list.lang_sel_list_vertical a,
#lang_sel_footer a {
    color: #2d2d2d;
}

.header_top #lang_sel > ul > li > a,
.header_top #lang_sel_click > ul > li > a,
footer #lang_sel ul li a,
footer #lang_sel ul ul a,
footer #lang_sel_click ul li a,
footer #lang_sel_click ul ul a,
footer #lang_sel_click ul ul a span,
section.side_menu #lang_sel ul li a,
section.side_menu #lang_sel ul ul a,
section.side_menu #lang_sel ul ul a:visited,
section.side_menu #lang_sel_click > ul > li > a,
section.side_menu #lang_sel_click ul ul a,
section.side_menu #lang_sel_click ul ul a:visited {
    color: #2d2d2d !important;
}

a, p a {
    color: #00a4de;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.q_icon_with_title .icon_with_title_link,
.blog_holder article .post_description a:hover,
.blog_holder.masonry article .post_info a:hover,
.breadcrumb .current,
.breadcrumb a:hover,
.portfolio_social_holder a:hover,
.latest_post_inner .post_infos a:hover {
    color: #00a4de;
}

a:hover, p a:hover,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.q_tabs .tabs-nav li a:hover,
.q_icon_with_title .icon_with_title_link:hover,
.blog_holder article .post_description a:hover,
.blog_holder.masonry article .post_info a:hover,
.portfolio_social_holder a:hover,
.latest_post_inner .post_infos a:hover {
    color: #007abc;
    text-decoration: none;
}

.subtitle {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    font-style: normal;
}

.google_map {
    height: 750px;
}

.footer_top_holder, footer #lang_sel > ul > li > a, footer #lang_sel_click > ul > li > a {
    background-color: #262626;
}

footer #lang_sel ul ul a, footer #lang_sel_click ul ul a, footer #lang_sel ul ul a:visited, footer #lang_sel_click ul ul a:visited {
    background-color: #262626 !important;
}

.footer_top,
.footer_top.footer_top_full {
    padding-top: 50px;
    padding-bottom: 50px
}

.footer_top .column_inner > div h2,
.footer_top .column_inner > div h3,
.footer_top .column_inner > div h4,
.footer_top .column_inner > div h5,
.footer_top .column_inner > div h6 {
    color: #00a4de;
}

.footer_top,
.footer_top p,
.footer_top span,
.footer_top li,
.footer_top .textwidget,
.footer_top .widget_recent_entries > ul > li > span {
    color: #dddddd;
}

.footer_top a {
    color: #dddddd !important;
}

.footer_top .q_social_icon_holder .simple_social {
    color: #dddddd;
}

.footer_top a:hover {
    color: #00a4de !important;
}

.footer_top .q_social_icon_holder:hover .simple_social {
    color: #00a4de;
}

.footer_top h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #00a4de;
    font-style: normal
}

.footer_top,
.footer_top p,
.footer_top span:not(.q_social_icon_holder):not(.fa-stack):not(.qode_icon_shortcode):not(.qode_icon_font_elegant):not(.qode-icon-kiko),
.footer_top li,
.footer_top .textwidget,
.footer_top .widget_recent_entries > ul > li > span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-style: normal
}

.footer_top,
.footer_top .footer_col1,
.footer_top .container_inner > .widget,
.footer_top.footer_top_full > .widget {
    text-align: left;
}

.footer_top .footer_col2 {
    text-align: left;
}

.footer_top .footer_col3 {
    text-align: left;
}

.footer_top .footer_col4 {
    text-align: left;
}

.blog_holder.blog_large_image h2,
.blog_holder.blog_large_image h2 a,
.blog_holder.blog_single article h2 {
    font-size: 26px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
}

.blog_holder.blog_large_image article:not(.format-quote):not(.format-link) .post_info,
.blog_holder.blog_single article:not(.format-quote):not(.format-link) .post_info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.blog_holder.blog_large_image article.format-quote .post_info,
.blog_holder.blog_large_image article.format-link .post_info,
.blog_holder.blog_single article.format-quote .post_info,
.blog_holder.blog_single article.format-link .post_info {
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: 400;
}

.blog_holder.masonry:not(.blog_masonry_date_in_image) article:not(.format-quote):not(.format-link) .post_info,
.blog_holder.masonry_full_width:not(.blog_masonry_date_in_image) article:not(.format-quote):not(.format-link) .post_info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.blog_holder.masonry:not(.blog_masonry_date_in_image) article.format-quote .post_info,
.blog_holder.masonry:not(.blog_masonry_date_in_image) article.format-link .post_info,
.blog_holder.masonry_full_width:not(.blog_masonry_date_in_image) article.format-quote .post_info,
.blog_holder.masonry_full_width:not(.blog_masonry_date_in_image) article.format-link .post_info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.blog_holder.masonry_gallery article .post_info,
.blog_holder.masonry_gallery article .post_info a:not(:hover) {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.blog_holder.blog_gallery article .post_info,
.blog_holder.blog_gallery article .post_info a:not(:hover),
.blog_holder.blog_gallery article .post_category {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.blog_holder.masonry.blog_masonry_date_in_image h5,
.blog_holder.masonry_full_width.blog_masonry_date_in_image h5,
.blog_holder.masonry.blog_masonry_date_in_image h5 a,
.blog_holder.masonry_full_width.blog_masonry_date_in_image h5 a {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
}

.blog_holder.masonry.blog_masonry_date_in_image h5 a,
.blog_holder.masonry_full_width.blog_masonry_date_in_image h5 a {
    color: #00a4de;
}

.side_menu_button > a,
.mobile_menu_button span,
.fixed_top_header .side_menu_button > a,
.fixed_top_header .popup_menu .line,
.fixed_top_header .mobile_menu_button span {
    color: #00a4de;
    font-size: 20px;
}

.popup_menu .line,
.popup_menu .line:after, .popup_menu .line:before {
    background-color: #00a4de;
}

.side_menu_button > a:hover,
.mobile_menu_button span:hover,
.popup_menu:hover .line,
.popup_menu:hover .line:after,
.popup_menu:hover .line:before {
    color: #00a4de;
}

.popup_menu:hover .line,
.popup_menu:hover .line:after, .popup_menu:hover .line:before {
    background-color: #00a4de;
}

.vertical_menu_float .menu-item .second {
    left: calc(100% + 30px);
}

.vertical_menu_hidden aside.vertical_menu_area .vertical_menu_float .menu-item .second {
    left: calc(100% + 40px);
}

.vertical_menu_area {
    text-align: left;
}

.header_top .q_social_icon_holder .simple_social:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome),
.header_top .header-widget,
.header_top .header-widget.widget_nav_menu ul.menu > li > a,
.header_top .header-widget p,
.header_top .header-widget a,
.header_top .header-widget span:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome) {
    color: #00a4de;
}

.header_top .q_social_icon_holder .simple_social:hover,
.header_top .header-widget:hover,
.header_top .header-widget.widget_nav_menu ul.menu > li > a:hover,
.header_top .header-widget p:hover,
.header_top .header-widget a:hover,
.header_top .header-widget span:hover {
    color: #007abc;
}

.header_top,
.fixed_top_header .top_header {
    padding: 0 10%;
}

.filter_holder ul li span {
    color: #00a4de;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

.filter_outer {
    height: 80px;
    margin-bottom: 0px;
}

.projects_holder article .portfolio_description .project_category {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 300;
}

.projects_holder.hover_text article .project_category,
.projects_holder.hover_text article span.text_holder span.text_inner .hover_feature_holder_title .project_category,
.projects_masonry_holder .project_category,
.portfolio_main_holder .item_holder .project_category,
.masonry_with_space_only_image .projects_holder article span.text_holder span span.text_inner .project_category,
.projects_holder.justified-gallery article .project_category,
.projects_holder.justified-gallery article span.text_holder span.text_inner .hover_feature_holder_title .project_category {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 300;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    font-weight: 400;
    height: 50 pxpx;
    line-height: 50 pxpx;
}

.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit,
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    height: 50 pxpx;
    line-height: 50 pxpx;
}

.cf7_custom_style_3 input.wpcf7-form-control.wpcf7-submit,
.cf7_custom_style_3 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    height: 50 pxpx;
    line-height: 50 pxpx;
}

.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 50 pxpx;
}

.cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 50 pxpx;
}

.cf7_custom_style_3 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 50 pxpx;
}

.title .separator {
    background-color: #00a4de;
    width: 2 pxpx;
}

.carousel-inner .slider_content .text .qbutton:not(.white) {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.carousel-inner .slider_content .text .qbutton:not(.white):hover {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

#back_to_top span i,
#back_to_top span span {
    color: #cccccc;
}

#back_to_top:hover span i,
#back_to_top:hover span span {
    color: #00a4de;
}

#back_to_top,
#back_to_top.on,
#back_to_top.off {
    right: 30px;
}

#back_to_top {
    bottom: 30px;
}

#back_to_top span i,
#back_to_top span span {
    line-height: 50px;
}

#back_to_top > span {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(204, 204, 204, 1);
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    width: 50px
}

#back_to_top:hover > span {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(0, 164, 222, 1)
}

.blog_slider .blog_slider_date_holder,
.blog_slider .blog_slider_categories,
.blog_slider .blog_text_holder_inner .blog_slider_post_comments {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.blog_slider .blog_text_holder.info_bottom .blog_slider_date_holder .blog_slider_day {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400
}

.blog_slider .blog_slider_simple_info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.carousel-control .prev_nav,
.carousel-control .next_nav {
    background-color: rgba(255, 255, 255, 1);
    opacity: 1
}

.ls-nav-prev,
.ls-nav-next {
    background-color: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
}

.flex-direction-nav a,
.flexslider .flex-prev,
.portfolio_slider .flex-prev,
.flexslider .flex-next,
.portfolio_slider .flex-next,
body div.pp_default a.pp_next:after,
body div.pp_default a.pp_previous:after,
body a.pp_next:after,
body a.pp_previous:after,
.wpb_gallery .wpb_wrapper .wpb_flexslider .flex-direction-nav a,
.qode_content_slider .flex-direction-nav .flex-prev,
.qode_content_slider .flex-direction-nav .flex-next {
    width: 30px;
    height: 30px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 30px;
    background-color: rgba(77, 77, 77, 0.6);
    transition: all 0.15s ease-in-out;
}

.flex-direction-nav a:hover,
.flexslider .flex-prev:hover,
.portfolio_slider .flex-prev:hover,
.flexslider .flex-next:hover,
.portfolio_slider .flex-next:hover,
body div.pp_default a.pp_next:hover:after,
body div.pp_default a.pp_previous:hover:after,
body a.pp_next:hover:after,
body a.pp_previous:hover:after,
.flexslider:hover .flex-direction-nav a.flex-prev:hover,
.flexslider:hover .flex-direction-nav a.flex-next:hover,
.portfolio_slider:hover .flex-direction-nav a.flex-prev:hover,
.portfolio_slider:hover .flex-direction-nav a.flex-next:hover,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover,
.qode_content_slider .flex-direction-nav .flex-prev:hover,
.qode_content_slider .flex-direction-nav .flex-next:hover {
    background-color: rgba(77, 77, 77, 0.8)
}

.flex-direction-nav a i,
body a.pp_next:after,
body a.pp_previous:after,
body div.pp_default a.pp_next:after,
body div.pp_default a.pp_previous:after {
    line-height: 30px;
    font-size: 20px;
    transition: all 0.15s ease-in-out;
}

.flex-direction-nav a:hover i,
body div.pp_default a.pp_next:hover:after,
body div.pp_default a.pp_previous:hover:after,
body a.pp_next:hover:after,
body a.pp_previous:hover:after,
.flexslider:hover .flex-direction-nav a.flex-prev:hover i,
.flexslider:hover .flex-direction-nav a.flex-next:hover i,
.qode_content_slider .flex-direction-nav a.flex-prev:hover i,
.qode_content_slider .flex-direction-nav a.flex-next:hover i,
.portfolio_slider:hover .flex-direction-nav a.flex-prev:hover i,
.portfolio_slider:hover .flex-direction-nav a.flex-next:hover i {
    color: rgba(0, 164, 222, 1)
}

.full_screen_navigation_inner a {
    color: rgba(255, 255, 255, 1)
}

aside .widget h5:not(.latest_post_title),
.wpb_widgetised_column .widget h5:not(.latest_post_title) {
    font-weight: 300;
    color: #00a4de;
}

aside.sidebar .widget.widget_text,
aside.sidebar .widget p,
aside.sidebar .widget div:not(.star-rating) span:not(.qode_icon_element),
aside.sidebar .widget li,
.wpb_widgetised_column .widget.widget_text,
.wpb_widgetised_column .widget p,
.wpb_widgetised_column .widget div:not(.star-rating) span:not(.qode_icon_element),
.wpb_widgetised_column .widget li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

aside.sidebar .widget:not(.qode_latest_posts_widget) a:hover,
.wpb_widgetised_column .widget:not(.qode_latest_posts_widget) a:hover {
    color: #00a4de !important;
}

.breadcrumb, .breadcrumb .current, .breadcrumb a {
    font-size: 14 pxpx;
    line-height: 16 pxpx;
    font-family: 'Microsoft YaHei', '宋体', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.blog_holder article.format-quote .post_text .post_title p,
.blog_holder article.format-link .post_text .post_title p,
.blog_holder article.format-quote .post_text .quote_author,
blockquote h5 {
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 300;
}

blockquote h5 {
    color: #00a4de;
}

.qbutton,
.qbutton.medium,
#submit_comment,
.load_more a,
.blog_load_more_button a,
.post-password-form input[type='submit'],
input.wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-submit:not([disabled]),
.woocommerce table.cart td.actions input[type="submit"],
.woocommerce input#place_order,
.woocommerce-page input[type="submit"],
.woocommerce .button {
    color: #00a4de;
    border-color: #00a4de;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    background-color: transparent;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.qode-qbutton-main-color {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.qbutton:hover,
.qbutton.medium:hover,
#submit_comment:hover,
.load_more a:hover,
.blog_load_more_button a:hover,
.post-password-form input[type='submit']:hover,
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover,
.woocommerce table.cart td.actions input[type="submit"]:hover,
.woocommerce input#place_order:hover,
.woocommerce-page input[type="submit"]:hover,
.woocommerce .button:hover {
    color: #2c2568;
    border-color: #2c2568
}

.qbutton:hover,
#submit_comment:hover,
.load_more a:hover,
.blog_load_more_button a:hover,
.post-password-form input[type='submit']:hover,
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover,
.woocommerce table.cart td.actions input[type="submit"]:hover,
.woocommerce input#place_order:hover,
.woocommerce-page input[type="submit"]:hover,
.woocommerce .button:hover {
    background-color: transparent;
}

.qbutton.small {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.qbutton.large {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.qbutton.big_large,
.qbutton.big_large_full_width {
    font-size: 20px;
    line-height: 45px;
    height: 45px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.qbutton.white {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.qbutton.white:hover,
.portfolio_slides .hover_feature_holder_inner .qbutton:hover {
    border-color: #00a4de;
    color: #00a4de;
    background-color: transparent;
}

.masonry_gallery_item.square_big .masonry_gallery_item_inner .masonry_gallery_item_content {
    text-align: center;
}

.masonry_gallery_item.square_small .masonry_gallery_item_inner .masonry_gallery_item_content {
    text-align: center;
}

.masonry_gallery_item.rectangle_portrait .masonry_gallery_item_inner .masonry_gallery_item_content {
    text-align: center;
}

.masonry_gallery_item.rectangle_landscape .masonry_gallery_item_text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.masonry_gallery_item.rectangle_landscape .masonry_gallery_item_inner .masonry_gallery_item_content {
    text-align: center;
}

.q_message {
    background-color: #00a4de;
}

.q_message .message_text {
    color: #666666;
    font-size: 16px;
}

.q_social_icon_holder .fa-stack i {
    color: #262626
}

.q_social_icon_holder .fa-stack {
    background-color: #7c7c7c;
}

.qode-accordion-holder .qode-title-holder {
    text-transform: none;
    font-style: normal;
}

.qode-btn {
    text-transform: none;
    font-style: normal;
    font-weight: 100;
}

.latest_post_holder.image_on_the_left_boxed .date_hour_holder, .latest_post_holder.image_on_the_left_boxed .featured .read_more:before {
    background-color: #2c2568;
}

@media only screen and (min-width: 1921px) {
    section.parallax_section_holder {
        background-size: cover
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .full_width .projects_masonry_holder:not(.gs3) .portfolio_masonry_item, .full_width .projects_masonry_holder:not(.gs3) .portfolio_masonry_item.large_height, .full_width .projects_masonry_holder:not(.gs3) .qode-portfolio-masonry-gallery-grid-sizer {
        width: 25% !important;
        margin: 0 !important
    }

    .full_width .projects_masonry_holder:not(.gs3) .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder:not(.gs3) .portfolio_masonry_item.large_width_height {
        width: 50% !important;
        margin: 0 !important
    }
}

@media only screen and (max-width: 1400px) {
    .full_width .q_masonry_blog .q_masonry_blog_grid_sizer, .full_width .q_masonry_blog article {
        width: 23%
    }

    .full_width .q_masonry_blog .q_masonry_blog_grid_gutter {
        width: 2.6%
    }

    .full_width .grid_section .q_masonry_blog article, .full_width .grid_section .q_masonry_blog_grid_sizer {
        width: 31.2%
    }

    .blog_holder.masonry_full_width .blog_holder_grid_sizer, .blog_holder.masonry_full_width article {
        width: 23%
    }

    .blog_holder.masonry_full_width .blog_holder_grid_gutter {
        width: 2.6%
    }

    .full_screen_navigation_holder.up_arrow {
        top: 10px
    }

    .full_screen_navigation_holder.down_arrow {
        bottom: 10px
    }

    .qode-preview-slider {
        padding-bottom: 50px
    }

    .qode-preview-slider .qode-presl-main-slider .flex-control-nav {
        bottom: -50px
    }

    .column_inner .blog_holder.masonry_gallery .blog_holder_grid_sizer, .column_inner .blog_holder.masonry_gallery article {
        width: 33.33%
    }

    .column_inner .blog_holder.masonry_gallery article.large-width, .column_inner .blog_holder.masonry_gallery article.large-width-height {
        width: 66.66%
    }

    .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
        width: 773px
    }

    .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
        width: 794px
    }
}

@media only screen and (max-width: 1300px) {
    .touch footer.uncover {
        position: relative;
        top: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none
    }

    .touch .content {
        margin-bottom: 0 !important
    }

    .q_elements_holder.responsive_mode_from_1300.five_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1300.four_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1300.six_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1300.three_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1300.three_columns.eh_three_columns_25_25_50 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_1300.three_columns.eh_three_columns_50_25_25 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_1300.two_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_25_75 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_25_75 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_33_66 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_33_66 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_66_33 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_66_33 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_75_25 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_1300.two_columns.eh_two_columns_75_25 .q_elements_item:last-child {
        width: 100%;
        display: inline-block;
        height: auto
    }

    .q_elements_holder.alignment_one_column_left.responsive_mode_from_1300 .q_elements_item .q_elements_item_content {
        text-align: left !important
    }

    .q_elements_holder.alignment_one_column_center.responsive_mode_from_1300 .q_elements_item .q_elements_item_content {
        text-align: center !important
    }

    .q_elements_holder.alignment_one_column_right.responsive_mode_from_1300 .q_elements_item .q_elements_item_content {
        text-align: right !important
    }
}

@media only screen and (max-width: 1200px) {
    body.boxed .carousel-inner, body.boxed .footer_inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width: 1000px
    }

    body.boxed footer.uncover {
        width: 100%
    }

    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 950px
    }

    .paspartu_enabled .carousel-inner .slider_content_outer, .paspartu_enabled .container_inner, .paspartu_enabled .container_inner nav.content_menu, .paspartu_enabled .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .paspartu_enabled .footer_bottom_border.in_grid, .paspartu_enabled .footer_top_border.in_grid, .paspartu_enabled .full_width .parallax_content, .paspartu_enabled .qode_elementor_container_inner, .paspartu_enabled .steps_holder_inner, .paspartu_enabled .title_border_in_grid_holder, .paspartu_enabled div.grid_section .section_inner, .paspartu_enabled nav.content_menu ul, .paspartu_enabled.boxed div.section .section_inner {
        width: 900px
    }

    .drop_down .wide .second ul li {
        width: 207px
    }

    .drop_down .wide .second .inner > ul > li > a {
        line-height: 1.4em
    }

    .projects_holder.v6 .mix, .projects_holder.v6.hover_text .mix {
        width: 18.5%;
        margin: 0 0 1.7%
    }

    .projects_holder.v6 .filler, .projects_holder.v6.hover_text .filler {
        width: 18.5%
    }

    .blog_small_image .post_info_left, .blog_small_image.blog_holder article .post_description .post_description_left, .blog_small_image.blog_holder article .post_description .post_description_right {
        float: none
    }

    .blog_small_image .post_info_left, .blog_small_image.blog_holder article .post_description .post_description_left {
        margin-top: 10px
    }

    .blog_holder.blog_small_image article .post_comments {
        margin-left: 0
    }

    .blog_holder.masonry_gallery .blog_holder_grid_sizer, .blog_holder.masonry_gallery article, .column_inner .blog_holder.masonry_gallery .blog_holder_grid_sizer, .column_inner .blog_holder.masonry_gallery article {
        width: 33.33%
    }

    .blog_holder.masonry_gallery article.large-width, .blog_holder.masonry_gallery article.large-width-height, .column_inner .blog_holder.masonry_gallery article.large-width, .column_inner .blog_holder.masonry_gallery article.large-width-height {
        width: 66.66%
    }

    .cover_boxes ul li, .cover_boxes ul li .box .thumb {
        width: 227px
    }

    .cover_boxes ul li .box, .cover_boxes ul li.act {
        width: 455px
    }

    .cover_boxes ul li .box .box_content {
        left: 247px;
        width: 207px
    }

    body.boxed .cover_boxes ul li, body.boxed .cover_boxes ul li .box .thumb {
        width: 223px
    }

    body.boxed .cover_boxes ul li .box, body.boxed .cover_boxes ul li.act {
        width: 464px
    }

    body.boxed .cover_boxes ul li .box .box_content {
        left: 242px;
        width: 220px
    }

    .projects_holder.v6.hover_text.no_space .filler, .projects_holder.v6.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .filler, .projects_holder.v6.standard_no_space .mix {
        width: 19.99%
    }

    .safari_browser .projects_holder.v6.hover_text.no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .mix, .safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.standard_no_space .mix {
        width: 19.93%
    }

    .full_width .projects_masonry_holder .portfolio_masonry_item, .full_width .projects_masonry_holder .portfolio_masonry_item.large_height, .full_width .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
        width: 33.3% !important;
        margin: 0 !important
    }

    .full_width .projects_masonry_holder .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height {
        width: 66.6% !important;
        margin: 0 !important
    }

    .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item, .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_height, .full_width .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer {
        width: 25% !important;
        margin: 0 !important
    }

    .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width_height {
        width: 50% !important;
        margin: 0 !important
    }

    .masonry_with_space .projects_holder.v6 .mix, .masonry_with_space .projects_holder.v6 .qode-portfolio-masonry-gallery-grid-sizer {
        width: 20%
    }

    .qode-instagram-feed.qode-col-12 li, .qode-instagram-feed.qode-col-9 li {
        width: 33.33%
    }

    .portfolio_single.portfolio_template_8 .portfolio_container > .column1 {
        width: 66.66%
    }

    .portfolio_single.portfolio_template_8 .portfolio_container > .column2 {
        width: 33.33%
    }

    .content .container .container_inner > .grid2 .portfolio_single.portfolio_template_8 .portfolio_container > .column1, .content .container .container_inner > .grid2 .portfolio_single.portfolio_template_8 .portfolio_container > .column2 {
        width: 100%;
        float: none
    }

    .content .container .container_inner > .grid2 .portfolio_single.portfolio_template_8 .portfolio_container > .column1 > *, .content .container .container_inner > .grid2 .portfolio_single.portfolio_template_8 .portfolio_container > .column2 > * {
        padding: 0
    }

    .content .container .container_inner > .grid2 .portfolio_single.portfolio_template_8 .portfolio_detail .info > * {
        float: none !important;
        width: auto !important;
        display: table-cell;
        text-align: left;
        vertical-align: top
    }

    .content .container .container_inner > .grid2 .portfolio_single.portfolio_template_8 .portfolio_detail .info > h6 {
        padding: 0 10px 0 0
    }

    .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
        width: 670px
    }

    .frame_holder.frame_holder3 > .wpb_wrapper {
        padding: 38px 0 55px
    }

    .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
        width: 797px
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
    .tstm_block_1 {
        width: 50%
    }

    .tstm_block_2, .tstm_block_3 {
        width: 25%
    }

    .tstm_block_2 .testimonials_item:not(.tstm_item_large), .tstm_block_3 .testimonials_item:not(.tstm_item_large) {
        display: none
    }

    .tstm_block_2 .tstm_item_large, .tstm_block_3 .tstm_item_large {
        width: calc(100% - 34px);
        padding-top: calc(200% - 34px)
    }

    .boxed .section .section_inner .tstm_block_2 .tstm_item_large, .boxed .section .section_inner .tstm_block_3 .tstm_item_large, .container .container_inner .tstm_block_2 .tstm_item_large, .container .container_inner .tstm_block_3 .tstm_item_large, .grid_section .section_inner .tstm_block_2 .tstm_item_large, .grid_section .section_inner .tstm_block_3 .tstm_item_large {
        width: calc(100% - 12px);
        padding-top: calc(200% - 12px)
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .qode_pricing_tables.four_columns .price_in_table .price {
        font-size: 60px
    }

    .header_bottom .container_inner {
        width: 100%
    }
}

@media only screen and (min-width: 1000px) {
    .light.header_style_on_scroll .side_menu_button > a, .light:not(.sticky):not(.scrolled) .side_menu_button > a {
        color: #fff
    }

    .dark.header_style_on_scroll .side_menu_button > a, .dark:not(.sticky):not(.scrolled) .side_menu_button > a {
        color: #000
    }

    .admin-bar header.fixed, .admin-bar header.sticky.sticky_animate {
        padding-top: 32px !important
    }

    .admin-bar .side_menu, .admin-bar header.fixed .qode_search_form, .admin-bar header.sticky .qode_search_form {
        top: 32px
    }

    .stick_with_left_right_menu .logo_wrapper {
        overflow: hidden
    }
}

@media only screen and (min-width: 768px) {
    .latest_post_holder.boxes.four_columns > ul > li:nth-child(4n+1), .latest_post_holder.boxes.three_columns > ul > li:nth-child(3n+1), .latest_post_holder.boxes.two_columns > ul > li:nth-child(2n+1), .latest_post_holder.dividers.four_columns > ul > li:nth-child(4n+1), .latest_post_holder.dividers.three_columns > ul > li:nth-child(3n+1), .latest_post_holder.dividers.two_columns > ul > li:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .q_image_with_text_over .text:hover .desc {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .qode_pricing_tables .q_price_table.qode_pricing_table_advanced, .qode_pricing_tables.four_columns .q_price_table.qode_pricing_table_advanced, .qode_pricing_tables.three_columns .q_price_table.qode_pricing_table_advanced {
        width: 48.75%;
        margin-bottom: 15px
    }

    .qode_pricing_tables.three_columns .q_price_table.qode_pricing_table_advanced:nth-child(3n) {
        margin-left: 0
    }
}

@media only screen and (max-width: 1000px) {
    body.boxed .carousel-inner, body.boxed .footer_inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width: 818px
    }

    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 768px
    }

    .vertical_menu_hidden.vertical_menu_enabled.vertical_menu_hidden_with_logo .vertical_menu_area_bottom_logo {
        display: none
    }

    body.vertical_menu_hidden.vertical_menu_hidden_with_logo.page-template-blog-masonry-full-width-php.vertical_menu_enabled .content .full_width, body.vertical_menu_hidden.vertical_menu_hidden_with_logo.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_right .content .full_width {
        padding-left: 45px !important;
        padding-right: 20px !important
    }

    .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo .carousel-inner:not(.relative_position) {
        left: 0 !important
    }

    .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_right .carousel-inner:not(.relative_position) {
        left: auto !important;
        right: 0 !important
    }

    .paspartu_enabled .carousel-inner .slider_content_outer, .paspartu_enabled .container_inner, .paspartu_enabled .container_inner nav.content_menu, .paspartu_enabled .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .paspartu_enabled .footer_bottom_border.in_grid, .paspartu_enabled .footer_top_border.in_grid, .paspartu_enabled .full_width .parallax_content, .paspartu_enabled .qode_elementor_container_inner, .paspartu_enabled .steps_holder_inner, .paspartu_enabled .title_border_in_grid_holder, .paspartu_enabled div.grid_section .section_inner, .paspartu_enabled nav.content_menu ul, .paspartu_enabled.boxed div.section .section_inner {
        width: 720px
    }

    .full_width .projects_holder_outer.v5, .full_width .projects_holder_outer.v6 {
        width: 100%
    }

    .header_top .container {
        display: inline-block
    }

    .hide_inital_sticky header.stick {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }

    .header_inner_left, footer.uncover, header {
        position: relative !important;
        left: 0 !important;
        margin-bottom: 0
    }

    .content {
        margin-bottom: 0 !important
    }

    .right_side_menu_opened .wrapper header {
        left: 0 !important
    }

    header {
        top: 0 !important;
        margin-top: 0 !important;
        display: block
    }

    .header_top {
        height: auto;
        display: block !important
    }

    .hide_top_bar_on_mobile_header .header_top {
        display: none !important
    }

    .header_top .left, .header_top .right {
        text-align: center;
        float: none
    }

    .header_top .inner {
        display: inline-block;
        margin: 0 0 -4px
    }

    .header_bottom {
        background-color: #fff !important
    }

    header.centered_logo .header_inner_left {
        margin: 0
    }

    header.centered_logo .header_inner_right {
        float: right
    }

    header.centered_logo .logo_wrapper {
        height: 100px !important
    }

    header .q_logo img.mobile {
        display: block !important;
        opacity: 1 !important;
        position: relative;
        margin: 0 auto
    }

    header .q_logo img.dark, header .q_logo img.light, header .q_logo img.normal, header .q_logo img.sticky {
        display: none !important
    }

    .fixed_top_header .logo_wrapper {
        display: block;
        height: auto;
        left: 0;
        position: relative
    }

    .fixed_top_header .q_logo {
        display: block;
        position: relative;
        top: 0;
        vertical-align: middle
    }

    .fixed_top_header .q_logo img.mobile, .logo_wrapper {
        position: absolute
    }

    .fixed_top_header .q_logo a {
        left: 0;
        width: auto
    }

    .fixed_top_header .q_logo img {
        top: 0;
        left: 0
    }

    .fixed_top_header .header_bottom_right_widget_holder, .fixed_top_header .mobile_menu_button, .fixed_top_header .shopping_cart_inner, .fixed_top_header .side_menu_button {
        height: 45px !important
    }

    .fixed_top_header.has_top .bottom_header {
        padding-top: 45px
    }

    header .q_logo.animate_logo div.normal {
        opacity: 1 !important;
        display: block
    }

    .header-left-from-logo-widget, .header-right-from-logo-widget, .q_logo_hidden, header .q_logo.animate_logo div.dark, header .q_logo.animate_logo div.sticky {
        display: none
    }

    body.side_menu_slide_with_content.side_menu_open .carousel-inner:not(.relative_position), body.side_menu_slide_with_content.width_270.side_menu_open .carousel-inner:not(.relative_position), body.side_menu_slide_with_content.width_370.side_menu_open .carousel-inner:not(.relative_position) {
        left: 0 !important
    }

    .main_menu {
        display: none !important
    }

    nav.mobile_menu {
        display: block
    }

    .logo_wrapper, .mobile_menu_button {
        display: table
    }

    nav.mobile_menu > ul {
        width: 768px;
        margin: 0 auto
    }

    .logo_wrapper {
        height: 100px !important;
        left: 50%
    }

    .q_logo {
        display: table-cell;
        position: relative;
        top: auto;
        vertical-align: middle
    }

    .q_logo a {
        left: -50%;
        width: auto !important
    }

    .q_logo img {
        top: 0;
        left: 0
    }

    header .header_fixed_right_area {
        line-height: 100% !important;
        top: 80px !important;
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
        position: absolute
    }

    header:not(.centered_logo) .header_fixed_right_area {
        display: none
    }

    .header_menu_bottom {
        border-top: none
    }

    .dark .mobile_menu_button span, .dark .shopping_cart_header .header_cart > i, .dark .side_menu_button > a, .light .header_top .header-widget, .light .header_top .header-widget a, .light .header_top .header-widget p, .light .header_top .header-widget span, .light .header_top .header-widget.widget_nav_menu ul.menu > li > a, .light .header_top .q_social_icon_holder i.simple_social, .light .header_top .q_social_icon_holder span.simple_social {
        color: #777
    }

    .light .header_top #lang_sel > ul > li > a, .light .header_top #lang_sel_click > ul > li > a, .light .header_top .q_social_icon_holder i.simple_social, .light .header_top .q_social_icon_holder span.simple_social {
        color: #777 !important
    }

    .dark .header_top .header-widget, .dark .header_top .header-widget a, .dark .header_top .header-widget p, .dark .header_top .header-widget span, .dark .header_top .header-widget.widget_nav_menu ul.menu > li > a, .dark .header_top .q_social_icon_holder i.simple_social, .dark .header_top .q_social_icon_holder span.simple_social, .dark .mobile_menu_button span, .dark .shopping_cart_header .header_cart > i, .dark .side_menu_button > a {
        color: #777
    }

    .dark .header_top #lang_sel > ul > li > a, .dark .header_top #lang_sel_click > ul > li > a, .dark .header_top .q_social_icon_holder i.simple_social, .dark .header_top .q_social_icon_holder span.simple_social {
        color: #777 !important
    }

    .title {
        height: auto !important;
        padding: 30px 0 !important
    }

    .title_outer.with_image .title, .title_outer.with_image .title .title_subtitle_holder {
        padding: 0 !important
    }

    .title.has_background, .title.has_fixed_background {
        background: 0 0 !important;
        height: auto !important;
        padding: 0 !important
    }

    .title_outer.animate_title_area {
        height: auto !important;
        opacity: 1 !important
    }

    .title .not_responsive {
        display: block
    }

    .angled-section.svg-title-bottom, div.q_slider + div .angled-section, nav.content_menu ul.menu {
        display: none
    }

    .title h1 {
        margin: 0
    }

    .title.with_angled {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .shopping_cart_inner, .side_menu_button {
        height: 100px !important
    }

    header.menu_bottom.has_header_fixed_right .side_menu_button {
        height: 130px !important
    }

    .header_top .right #lang_sel ul ul, .header_top .right #lang_sel_click ul ul {
        right: 0
    }

    nav.content_menu {
        position: relative !important;
        top: 0 !important;
        margin: 0 auto
    }

    nav.content_menu .nav_select_menu {
        display: block
    }

    nav.content_menu .back_outer {
        display: none
    }

    .ls-nav-next, .ls-nav-prev {
        top: 50% !important
    }

    .projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix, .projects_holder.v5 .mix, .projects_holder.v5.hover_text .mix, .projects_holder.v6 .mix, .projects_holder.v6.hover_text .mix {
        width: 23%;
        margin: 0 0 3%
    }

    .projects_holder.v4 .filler, .projects_holder.v4.hover_text .filler, .projects_holder.v5 .filler, .projects_holder.v5.hover_text .filler, .projects_holder.v6 .filler, .projects_holder.v6.hover_text .filler {
        width: 23%
    }

    .projects_holder.v2 .mix, .projects_holder.v3 .mix {
        margin: 0 0 3%
    }

    .projects_holder.v2.hover_text .mix, .projects_holder.v3.hover_text .mix, .projects_holder.v4.hover_text .mix, .projects_holder.v5.hover_text .mix, .projects_holder.v6.hover_text .mix {
        margin: 0 0 2.8%
    }

    .projects_holder.v4.hover_text.no_space .filler, .projects_holder.v4.hover_text.no_space .mix, .projects_holder.v4.standard_no_space .filler, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.hover_text.no_space .filler, .projects_holder.v5.hover_text.no_space .mix, .projects_holder.v5.standard_no_space .filler, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.hover_text.no_space .filler, .projects_holder.v6.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .filler, .projects_holder.v6.standard_no_space .mix {
        width: 24.99%
    }

    .safari_browser .projects_holder.v4.hover_text.no_space .filler, .safari_browser .projects_holder.v4.hover_text.no_space .mix, .safari_browser .projects_holder.v4.standard_no_space .filler, .safari_browser .projects_holder.v4.standard_no_space .mix, .safari_browser .projects_holder.v5.hover_text.no_space .filler, .safari_browser .projects_holder.v5.hover_text.no_space .mix, .safari_browser .projects_holder.v5.standard_no_space .filler, .safari_browser .projects_holder.v5.standard_no_space .mix, .safari_browser .projects_holder.v6.hover_text.no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .mix, .safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.standard_no_space .mix {
        width: 24.95%
    }

    .projects_holder.v3.standard_no_space .mix, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.standard_no_space .mix {
        margin: 0
    }

    .projects_holder article .feature_holder .feature_holder_icons {
        margin: 10px 0 0
    }

    .masonry_with_space .projects_holder.v5 .mix, .masonry_with_space .projects_holder.v5 .qode-portfolio-masonry-gallery-grid-sizer, .masonry_with_space .projects_holder.v6 .mix, .masonry_with_space .projects_holder.v6 .qode-portfolio-masonry-gallery-grid-sizer {
        width: 25%
    }

    .full_width .projects_masonry_holder .portfolio_masonry_item, .full_width .projects_masonry_holder .portfolio_masonry_item.large_height, .full_width .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
        width: 50% !important;
        margin: 0 !important
    }

    .full_width .projects_masonry_holder .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height {
        width: 100% !important;
        margin: 0 !important
    }

    .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item, .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item.large_height, .full_width .projects_masonry_holder.gs3 .qode-portfolio-masonry-gallery-grid-sizer, .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item, .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_height, .full_width .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer, .projects_masonry_holder.gs3 .portfolio_masonry_item, .projects_masonry_holder.gs3 .portfolio_masonry_item.large_height, .projects_masonry_holder.gs3 .qode-portfolio-masonry-gallery-grid-sizer, .projects_masonry_holder.gs4 .portfolio_masonry_item, .projects_masonry_holder.gs4 .portfolio_masonry_item.large_height, .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer {
        width: 50% !important;
        margin: 0 !important
    }

    .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item.large_width_height, .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width_height, .projects_masonry_holder.gs3 .portfolio_masonry_item.large_width, .projects_masonry_holder.gs3 .portfolio_masonry_item.large_width_height, .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width, .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width_height {
        width: 100% !important;
        margin: 0 !important
    }

    .projects_masonry_holder .portfolio_masonry_item, .projects_masonry_holder .portfolio_masonry_item.large_height, .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
        width: 50%
    }

    .projects_masonry_holder .portfolio_masonry_item.large_width, .projects_masonry_holder .portfolio_masonry_item.large_width_height {
        width: 100%
    }

    .blog_holder.blog_pinterest .blog_holder_grid_sizer, .blog_holder.blog_pinterest article, .blog_holder.masonry .blog_holder_grid_sizer, .blog_holder.masonry article {
        width: 47%
    }

    .q_masonry_blog .q_masonry_blog_grid_sizer, .q_masonry_blog article {
        width: 48%
    }

    .q_masonry_blog .q_masonry_blog_grid_gutter {
        width: 4%
    }

    .full_width .q_masonry_blog .q_masonry_blog_grid_sizer, .full_width .q_masonry_blog article {
        width: 31.2%
    }

    .full_width .q_masonry_blog .q_masonry_blog_grid_gutter {
        width: 3.2%
    }

    .full_width .grid_section .q_masonry_blog article, .full_width .grid_section .q_masonry_blog_grid_sizer {
        width: 48%
    }

    .blog_holder.blog_pinterest .blog_holder_grid_gutter, .blog_holder.masonry .blog_holder_grid_gutter {
        width: 6%
    }

    .blog_holder.masonry_full_width .blog_holder_grid_sizer, .blog_holder.masonry_full_width article {
        width: 30.5%
    }

    .blog_holder.masonry_full_width .blog_holder_grid_gutter {
        width: 4.2%
    }

    .blog_holder.masonry_gallery .blog_holder_grid_sizer, .blog_holder.masonry_gallery article, .column_inner .blog_holder.masonry_gallery .blog_holder_grid_sizer, .column_inner .blog_holder.masonry_gallery article {
        width: 50%
    }

    .blog_holder.masonry_gallery article.large-width, .blog_holder.masonry_gallery article.large-width-height, .column_inner .blog_holder.masonry_gallery article.large-width, .column_inner .blog_holder.masonry_gallery article.large-width-height {
        width: 100%
    }

    .blog_holder.blog_chequered .blog_holder_grid_sizer, .blog_holder.blog_chequered article, .blog_holder.blog_gallery .blog_holder_grid_sizer, .blog_holder.blog_gallery article, .column_inner .blog_holder.blog_chequered .blog_holder_grid_sizer, .column_inner .blog_holder.blog_chequered article {
        width: 50%
    }

    .box_image_holder .box_icon .fa-stack {
        font-size: 3em
    }

    .q_steps_holder .step1 {
        left: -81px
    }

    .q_steps_holder .step2 {
        left: 122px
    }

    .q_steps_holder .step3 {
        left: 350px
    }

    .q_steps_holder .step4 {
        left: 560px
    }

    .q_steps_holder .step1, .q_steps_holder .step2, .q_steps_holder .step3, .q_steps_holder .step4 {
        margin: 0 0 30px
    }

    .qode_call_to_action .two_columns_75_25 > .column2 > .column_inner {
        padding: 0
    }

    .qode_call_to_action .qbutton {
        padding: 0 10px !important;
        font-size: 10px
    }

    .header_top .left .inner > div:last-child, .header_top .right .inner > div, header .q_social_icon_holder {
        border-right: 0
    }

    .header_top .left .inner > div, .header_top .right .inner > div:first-child {
        border-left: 0
    }

    .qode_clients.five_columns .qode_client_holder, .qode_clients.four_columns .qode_client_holder, .qode_clients.six_columns .qode_client_holder {
        width: 33.33333333333333%
    }

    .qode_clients.five_columns .qode_client_holder:nth-child(5n) .qode_client_holder_inner:before, .qode_clients.four_columns .qode_client_holder:nth-child(4n) .qode_client_holder_inner:before, .qode_clients.six_columns .qode_client_holder:nth-child(6n) .qode_client_holder_inner:before {
        border-right-width: 1px
    }

    .qode_clients.five_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.four_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.six_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before {
        border-right-width: 0
    }

    .animated_icons_with_text.five_columns .animated_icon_with_text_holder, .animated_icons_with_text.four_columns .animated_icon_with_text_holder, .animated_icons_with_text.three_columns .animated_icon_with_text_holder {
        width: 50%
    }

    .animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(5n) .animated_icon_with_text_inner:before, .animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(4n) .animated_icon_with_text_inner:before, .animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(3n) .animated_icon_with_text_inner:before {
        border-right-width: 1px
    }

    .animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before, .animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before, .animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before {
        border-right-width: 0
    }

    .cover_boxes ul {
        margin: 0 -8px 0 0
    }

    .cover_boxes ul li {
        margin-right: 8px
    }

    .cover_boxes ul li, .cover_boxes ul li .box .thumb {
        width: 187px
    }

    .cover_boxes ul li .box, .cover_boxes ul li.act {
        width: 374px
    }

    .cover_boxes ul li .box .box_content {
        left: 197px;
        width: 177px
    }

    body.boxed .cover_boxes ul li, body.boxed .cover_boxes ul li .box .thumb {
        width: 185px
    }

    body.boxed .cover_boxes ul li .box, body.boxed .cover_boxes ul li.act {
        width: 381px
    }

    body.boxed .cover_boxes ul li .box .box_content {
        left: 200px;
        width: 185px
    }

    .cover_boxes ul li .box .box_content p {
        max-height: 105px;
        overflow: hidden
    }

    .cover_boxes ul li .box h3 {
        margin: 0 0 5px
    }

    .cover_boxes ul li .box .qbutton, .cover_boxes ul li .box h5 {
        margin: 8px 0 0
    }

    .latest_post_holder.boxes.four_columns > ul > li, .latest_post_holder.dividers.four_columns > ul > li, .latest_post_holder.four_columns > ul > li {
        width: 49%;
        margin: 0 2% 25px 0 !important
    }

    .latest_post_holder.boxes.four_columns > ul > li:nth-child(2n), .latest_post_holder.dividers.four_columns > ul > li:nth-child(2n) {
        margin: 0 0 25px !important
    }

    .latest_post_holder.boxes.four_columns > ul > li:nth-child(2n+1), .latest_post_holder.dividers.four_columns > ul > li:nth-child(2n+1) {
        clear: both
    }

    .q_team .q_team_social_holder .fa-stack {
        margin: 0 4px 3px 0;
        width: 1.6em;
        height: 1.6em;
        line-height: 1.6em
    }

    .q_tabs .tabs-nav li a {
        padding: 0 7px
    }

    .price_table_inner ul li.table_title {
        padding: 18px 15px 17px
    }

    .price_table_inner ul li {
        padding: 11px 10px
    }

    .price_table_inner ul li.pricing_table_content {
        padding: 20px 12px 10px
    }

    .price_button .qbutton {
        margin-bottom: 5px
    }

    .content, .content.content_top_margin {
        margin-top: 0 !important
    }

    .title .title_holder {
        height: 100% !important;
        padding: 0 !important
    }

    .q_counter_holder.center {
        padding: 20px 30px
    }

    .wpb_flexslider.flexslider.have_frame {
        width: 566px
    }

    .frame_holder > .wpb_wrapper {
        padding: 30px 0 66px
    }

    .frame_holder.frame_holder2 > .wpb_wrapper {
        padding: 42px 0 66px
    }

    .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
        width: 541px
    }

    .frame_holder.frame_holder3 > .wpb_wrapper {
        padding: 30px 0 55px
    }

    .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
        width: 703px
    }

    .frame_holder.frame_holder4 > .wpb_wrapper {
        padding: 36px 0 154px
    }

    .qode_pricing_tables.four_columns .q_price_table {
        width: 48.75%;
        margin-bottom: 15px
    }

    .qode_pricing_tables.four_columns .q_price_table:nth-child(2n+1) {
        margin-left: 0;
        clear: both
    }

    .gallery_holder ul.v5 li, .wpb_gallery_slides .gallery_holder ul.v5 li {
        width: 25%
    }

    .gallery_holder ul.v6 li, .wpb_gallery_slides .gallery_holder ul.v6 li {
        width: 33.33333333333333%
    }

    .google_map_ovrlay, .google_map_shortcode_overlay {
        display: block
    }

    .title.title_size_large h1 {
        font-size: 40px !important;
        line-height: 50px !important
    }

    .blog_holder.blog_large_image_simple article .post_text .post_text_inner {
        padding-left: 0;
        padding-right: 0
    }

    .full_screen_navigation_holder.up_arrow {
        top: 50px
    }

    .full_screen_navigation_holder.down_arrow {
        bottom: 0
    }

    .q_elements_holder.responsive_mode_from_1000.five_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1000.four_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1000.six_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1000.three_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1000.three_columns.eh_three_columns_25_25_50 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_1000.three_columns.eh_three_columns_50_25_25 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_1000.two_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_25_75 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_25_75 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_33_66 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_33_66 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_66_33 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_66_33 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_75_25 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_1000.two_columns.eh_two_columns_75_25 .q_elements_item:last-child {
        width: 100%;
        display: inline-block;
        height: auto
    }

    .q_elements_holder.alignment_one_column_left.responsive_mode_from_1000 .q_elements_item .q_elements_item_content {
        text-align: left !important
    }

    .q_elements_holder.alignment_one_column_center.responsive_mode_from_1000 .q_elements_item .q_elements_item_content {
        text-align: center !important
    }

    .q_elements_holder.alignment_one_column_right.responsive_mode_from_1000 .q_elements_item .q_elements_item_content {
        text-align: right !important
    }

    .grid-sizer {
        width: 50%
    }

    .masonry_gallery_holder.three_columns .masonry_gallery_item.rectangle_landscape, .masonry_gallery_holder.three_columns .masonry_gallery_item.square_big, .masonry_gallery_item.rectangle_landscape, .masonry_gallery_item.square_big {
        width: 100%
    }

    .latest_post_two_holder.four_columns > ul > li, .latest_post_two_holder.three_columns > ul > li, .masonry_gallery_holder.three_columns .grid-sizer, .masonry_gallery_holder.three_columns .masonry_gallery_item.rectangle_portrait, .masonry_gallery_holder.three_columns .masonry_gallery_item.square_small, .masonry_gallery_item.rectangle_portrait, .masonry_gallery_item.square_small {
        width: 50%
    }

    .footer_bottom_holder .footer_bottom ul.menu li {
        margin-right: 7px
    }

    .footer_bottom_holder .footer_bottom ul.menu li a {
        font-size: 11px
    }

    .latest_post_two_holder.three_columns > ul > li:nth-child(3n+1) {
        clear: none
    }

    .latest_post_two_holder.four_columns > ul > li:nth-child(2n+1), .latest_post_two_holder.three_columns > ul > li:nth-child(2n+1) {
        clear: both
    }

    .portfolio_single.portfolio_template_8 .portfolio_container > .column1, .portfolio_single.portfolio_template_8 .portfolio_container > .column2 {
        width: 100%;
        float: none
    }

    .portfolio_single.portfolio_template_8 .portfolio_container > .column1 > *, .portfolio_single.portfolio_template_8 .portfolio_container > .column2 > * {
        padding: 0
    }

    .portfolio_single.portfolio_template_8 .portfolio_detail .info > * {
        float: none !important;
        width: auto !important;
        display: table-cell;
        text-align: left;
        vertical-align: top
    }

    .portfolio_single.portfolio_template_8 .portfolio_detail .info > h6 {
        padding: 0 10px 0 0
    }

    .testimonials_block {
        width: 100%
    }

    .tstm_block_2 {
        float: none
    }

    .qode-preview-slider {
        padding-bottom: 40px
    }

    .qode-preview-slider .qode-presl-main-slider .flex-control-nav {
        bottom: -40px
    }

    .blog_holder.single_image_title_post .comment_holder {
        padding-left: 0;
        padding-right: 0
    }

    body.qode_advanced_footer_responsive_1000 .four_columns .column1, body.qode_advanced_footer_responsive_1000 .four_columns .column2, body.qode_advanced_footer_responsive_1000 .four_columns .column3, body.qode_advanced_footer_responsive_1000 .four_columns .column4 {
        width: 50%
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    body.qode_header_in_grid .header_bottom {
        padding: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .portfolio_gallery a.v4 {
        width: 32%;
        margin: 0 2% 2% 0 !important
    }

    .portfolio_gallery a.v4:nth-child(3n) {
        margin: 0 0 2% !important
    }

    .drop_down .wide .second ul li .flexslider.widget_flexslider ul.flex-direction-nav li {
        width: 194px
    }

    .widget.widget_search form input[type=text] {
        width: 67%
    }

    .q_percentage_with_icon canvas {
        width: 100% !important;
        height: 100% !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .grid2 .blog_holder.masonry .blog_share, .grid2.two_columns_66_33 .blog_holder.blog_single article .post_comments {
        margin-left: 0
    }

    .grid2.two_columns_66_33 .blog_holder.blog_single article .post_description .post_description_left, .grid2.two_columns_66_33 .blog_holder.blog_single article .post_description .post_description_right {
        float: none
    }
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
    .full_screen_holder {
        margin-top: -50px
    }
}

@media only screen and (max-width: 900px) {
    .projects_holder.v4.hover_text.no_space .filler, .projects_holder.v4.hover_text.no_space .mix, .projects_holder.v4.standard_no_space .filler, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.hover_text.no_space .filler, .projects_holder.v5.hover_text.no_space .mix, .projects_holder.v5.standard_no_space .filler, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.hover_text.no_space .filler, .projects_holder.v6.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .filler, .projects_holder.v6.standard_no_space .mix {
        width: 33.32%
    }

    .safari_browser .projects_holder.v4.hover_text.no_space .filler, .safari_browser .projects_holder.v4.hover_text.no_space .mix, .safari_browser .projects_holder.v4.standard_no_space .filler, .safari_browser .projects_holder.v4.standard_no_space .mix, .safari_browser .projects_holder.v5.hover_text.no_space .filler, .safari_browser .projects_holder.v5.hover_text.no_space .mix, .safari_browser .projects_holder.v5.standard_no_space .filler, .safari_browser .projects_holder.v5.standard_no_space .mix, .safari_browser .projects_holder.v6.hover_text.no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .mix, .safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.standard_no_space .mix {
        width: 33.3%
    }
}

@media only screen and (max-width: 783px) {
    .full_width .q_masonry_blog article {
        width: 46.5%
    }

    .full_width .q_masonry_blog .q_masonry_blog_grid_gutter {
        width: 7%
    }

    .blog_holder.masonry_full_width .blog_holder_grid_sizer, .blog_holder.masonry_full_width article {
        width: 46.5%
    }

    .blog_holder.masonry_full_width .blog_holder_grid_gutter {
        width: 7%
    }
}

@media only screen and (max-width: 768px) {
    .comment_holder .comment_number, .portfolio_navigation.navigation_title .post_info {
        display: none
    }

    body.boxed .carousel-inner, body.boxed .footer_inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width: 650px
    }

    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 600px
    }

    .paspartu_enabled .carousel-inner .slider_content_outer, .paspartu_enabled .container_inner, .paspartu_enabled .container_inner nav.content_menu, .paspartu_enabled .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .paspartu_enabled .footer_bottom_border.in_grid, .paspartu_enabled .footer_top_border.in_grid, .paspartu_enabled .full_width .parallax_content, .paspartu_enabled .qode_elementor_container_inner, .paspartu_enabled .steps_holder_inner, .paspartu_enabled .title_border_in_grid_holder, .paspartu_enabled div.grid_section .section_inner, .paspartu_enabled nav.content_menu ul, .paspartu_enabled.boxed div.section .section_inner {
        width: 550px
    }

    .side_menu_slide_from_right .side_menu {
        width: 100%;
        right: -100%
    }

    nav.mobile_menu > ul {
        width: 600px
    }

    .projects_holder.v2 .mix, .projects_holder.v2.hover_text .mix, .projects_holder.v3 .mix, .projects_holder.v3.hover_text .mix, .projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix, .projects_holder.v5 .mix, .projects_holder.v5.hover_text .mix, .projects_holder.v6 .mix, .projects_holder.v6.hover_text .mix {
        width: 47.9%;
        margin: 0 0 4.7%
    }

    .projects_holder.v2.hover_text .mix, .projects_holder.v3.hover_text .mix, .projects_holder.v4.hover_text .mix, .projects_holder.v5.hover_text .mix, .projects_holder.v6.hover_text .mix {
        margin: 0 0 4.2%
    }

    .projects_holder.v2 .filler, .projects_holder.v2.hover_text .filler, .projects_holder.v3 .filler, .projects_holder.v3.hover_text .filler, .projects_holder.v4 .filler, .projects_holder.v4.hover_text .filler, .projects_holder.v5 .filler, .projects_holder.v5.hover_text .filler, .projects_holder.v6 .filler, .projects_holder.v6.hover_text .filler {
        width: 47.9%
    }

    .projects_holder.v2.hover_text.no_space .filler, .projects_holder.v2.hover_text.no_space .mix, .projects_holder.v2.standard_no_space .filler, .projects_holder.v2.standard_no_space .mix, .projects_holder.v3.hover_text.no_space .filler, .projects_holder.v3.hover_text.no_space .mix, .projects_holder.v3.standard_no_space .filler, .projects_holder.v3.standard_no_space .mix, .projects_holder.v4.hover_text.no_space .filler, .projects_holder.v4.hover_text.no_space .mix, .projects_holder.v4.standard_no_space .filler, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.hover_text.no_space .filler, .projects_holder.v5.hover_text.no_space .mix, .projects_holder.v5.standard_no_space .filler, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.hover_text.no_space .filler, .projects_holder.v6.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .filler, .projects_holder.v6.standard_no_space .mix {
        width: 49.99%
    }

    .safari_browser .projects_holder.v2.hover_text.no_space .filler, .safari_browser .projects_holder.v2.hover_text.no_space .mix, .safari_browser .projects_holder.v2.standard_no_space .filler, .safari_browser .projects_holder.v2.standard_no_space .mix, .safari_browser .projects_holder.v3.hover_text.no_space .filler, .safari_browser .projects_holder.v3.hover_text.no_space .mix, .safari_browser .projects_holder.v3.standard_no_space .filler, .safari_browser .projects_holder.v3.standard_no_space .mix, .safari_browser .projects_holder.v4.hover_text.no_space .filler, .safari_browser .projects_holder.v4.hover_text.no_space .mix, .safari_browser .projects_holder.v4.standard_no_space .filler, .safari_browser .projects_holder.v4.standard_no_space .mix, .safari_browser .projects_holder.v5.hover_text.no_space .filler, .safari_browser .projects_holder.v5.hover_text.no_space .mix, .safari_browser .projects_holder.v5.standard_no_space .filler, .safari_browser .projects_holder.v5.standard_no_space .mix, .safari_browser .projects_holder.v6.hover_text.no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .mix, .safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.standard_no_space .mix {
        width: 49.97%
    }

    .projects_holder.v2.standard_no_space .mix, .projects_holder.v3.standard_no_space .mix, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.standard_no_space .mix {
        margin: 0
    }

    .masonry_with_space .projects_holder.v4 .mix, .masonry_with_space .projects_holder.v4 .qode-portfolio-masonry-gallery-grid-sizer, .masonry_with_space .projects_holder.v5 .mix, .masonry_with_space .projects_holder.v5 .qode-portfolio-masonry-gallery-grid-sizer, .masonry_with_space .projects_holder.v6 .mix, .masonry_with_space .projects_holder.v6 .qode-portfolio-masonry-gallery-grid-sizer {
        width: 33.33%
    }

    .projects_holder.alternating_sizes .mix {
        margin-bottom: 2%
    }

    .projects_holder.alternating_sizes .mix:nth-child(2n) {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    .blog_holder.blog_pinterest .blog_holder_grid_sizer, .blog_holder.blog_pinterest article, .blog_holder.masonry .blog_holder_grid_sizer, .blog_holder.masonry article, .blog_holder.masonry_full_width article, .full_width .grid_section .q_masonry_blog article, .full_width .grid_section .q_masonry_blog_grid_sizer, .q_masonry_blog .q_masonry_blog_grid_sizer, .q_masonry_blog article {
        width: 46.5%
    }

    .blog_holder.blog_pinterest .blog_holder_grid_gutter, .blog_holder.masonry .blog_holder_grid_gutter, .full_width .grid_section .q_masonry_blog .q_masonry_blog_grid_gutter, .q_masonry_blog .q_masonry_blog_grid_gutter {
        width: 7%
    }

    .blog_holder.blog_small_image article .post_text .post_text_inner {
        min-height: 0 !important
    }

    .blog_holder.masonry_full_width .blog_holder_grid_sizer, .blog_holder.masonry_full_width article, .comment_holder .comments, .full_width .q_masonry_blog article, .two_columns_25_75 .blog_holder.blog_chequered .blog_holder_grid_sizer, .two_columns_25_75 .blog_holder.blog_chequered article, .two_columns_25_75 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_25_75 .blog_holder.blog_pinterest article, .two_columns_25_75 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_25_75 .blog_holder.masonry article, .two_columns_25_75 .q_masonry_blog .q_masonry_blog_grid_sizer, .two_columns_25_75 .q_masonry_blog article, .two_columns_33_66 .blog_holder.blog_chequered .blog_holder_grid_sizer, .two_columns_33_66 .blog_holder.blog_chequered article, .two_columns_33_66 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_33_66 .blog_holder.blog_pinterest article, .two_columns_33_66 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_33_66 .blog_holder.masonry article, .two_columns_33_66 .q_masonry_blog .q_masonry_blog_grid_sizer, .two_columns_33_66 .q_masonry_blog article, .two_columns_66_33 .blog_holder.blog_chequered .blog_holder_grid_sizer, .two_columns_66_33 .blog_holder.blog_chequered article, .two_columns_66_33 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_66_33 .blog_holder.blog_pinterest article, .two_columns_66_33 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_66_33 .blog_holder.masonry article, .two_columns_66_33 .q_masonry_blog .q_masonry_blog_grid_sizer, .two_columns_66_33 .q_masonry_blog article, .two_columns_75_25 .blog_holder.blog_chequered .blog_holder_grid_sizer, .two_columns_75_25 .blog_holder.blog_chequered article, .two_columns_75_25 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_75_25 .blog_holder.blog_pinterest article, .two_columns_75_25 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_75_25 .blog_holder.masonry article, .two_columns_75_25 .q_masonry_blog .q_masonry_blog_grid_sizer, .two_columns_75_25 .q_masonry_blog article {
        width: 100%
    }

    .blog_holder.masonry_full_width .blog_holder_grid_gutter, .two_columns_25_75 .blog_holder.blog_pinterest .blog_holder_grid_gutter, .two_columns_25_75 .blog_holder.masonry .blog_holder_grid_gutter, .two_columns_33_66 .blog_holder.blog_pinterest .blog_holder_grid_gutter, .two_columns_33_66 .blog_holder.masonry .blog_holder_grid_gutter, .two_columns_66_33 .blog_holder.blog_pinterest .blog_holder_grid_gutter, .two_columns_66_33 .blog_holder.masonry .blog_holder_grid_gutter, .two_columns_75_25 .blog_holder.blog_pinterest .blog_holder_grid_gutter, .two_columns_75_25 .blog_holder.masonry .blog_holder_grid_gutter {
        width: 0
    }

    .fixed_top_header .header_bottom_right_widget_holder {
        display: table-cell
    }

    div.comment_form {
        padding-top: 40px;
        border-top: 1px solid #ddd
    }

    .title {
        padding: 25px 0 !important
    }

    .has_header_fixed_right.stick.menu_bottom .header_inner_right, .header_bottom_right_widget_holder {
        display: none
    }

    .q_line_graf {
        margin: 0 0 25px;
        width: 100%
    }

    .q_pie_graf {
        width: 70%;
        margin: 0 auto 25px;
        float: none
    }

    .q_line_graf canvas, .q_line_graf_legend, .q_pie_graf canvas, .q_pie_graf_legend {
        width: 100% !important;
        height: auto !important
    }

    .q_icon_list p, .q_list.number.circle_number li {
        line-height: 37px
    }

    .q_list.number.circle_number ul > li:before {
        top: 0
    }

    .q_icon_list p {
        padding: 0 0 0 45px
    }

    .q_icon_list i {
        line-height: 35px;
        height: 35px;
        width: 35px
    }

    .grid2 .blog_holder article .post_description .post_description_left, .grid2 .blog_holder article .post_description .post_description_right, .grid2 .post_info_left {
        float: none
    }

    .grid2 .blog_holder article .post_description .post_description_left, .grid2 .post_info_left {
        margin-top: 10px
    }

    .grid2 .blog_holder article .post_comments {
        margin-left: 0
    }

    .blog_holder.blog_small_image article .post_image, .blog_holder.blog_small_image article .post_text {
        float: left;
        width: 100%
    }

    .cover_boxes ul, .cover_boxes ul li {
        width: 100% !important
    }

    .cover_boxes ul li {
        margin: 0 0 20px !important
    }

    .cover_boxes ul li, .cover_boxes ul li .box .thumb {
        width: 270px
    }

    .cover_boxes ul li .box, .cover_boxes ul li.act {
        width: 100%
    }

    .cover_boxes ul li .box .box_content {
        position: static;
        left: 0;
        float: right;
        width: 310px
    }

    .cover_boxes ul li .box .box_content p {
        height: auto;
        max-height: none;
        overflow: visible
    }

    body.boxed .cover_boxes ul li .box, body.boxed .cover_boxes ul li.act {
        width: 100%
    }

    body.boxed .cover_boxes ul li .box .box_content {
        left: 0;
        width: 395px
    }

    .latest_post_holder.boxes > ul > li, .latest_post_holder.dividers > ul > li {
        margin: 0 2% 25px 0 !important
    }

    .latest_post_holder.boxes.four_columns > ul > li, .latest_post_holder.boxes.three_columns > ul > li, .latest_post_holder.boxes.two_columns > ul > li, .latest_post_holder.dividers.four_columns > ul > li, .latest_post_holder.dividers.three_columns > ul > li, .latest_post_holder.dividers.two_columns > ul > li {
        width: 49%
    }

    .latest_post_holder.boxes > ul > li:nth-child(2n), .latest_post_holder.dividers > ul > li:nth-child(2n) {
        margin: 0 0 25px !important
    }

    .latest_post_holder.boxes > ul > li:nth-child(2n+1), .latest_post_holder.dividers > ul > li:nth-child(2n+1) {
        clear: both
    }

    .q_circles_holder .q_circle_outer {
        width: 50% !important;
        margin: 0 0 30px
    }

    .q_circles_holder:before {
        display: none;
        width: 0;
        height: 0;
        border: 0
    }

    body:not(.qode_disabled_responsive_button_padding_change) #submit_comment, body:not(.qode_disabled_responsive_button_padding_change) .drop_down .wide .second ul li .qbutton, body:not(.qode_disabled_responsive_button_padding_change) .drop_down .wide .second ul li ul li .qbutton, body:not(.qode_disabled_responsive_button_padding_change) .load_more a, body:not(.qode_disabled_responsive_button_padding_change) .qbutton, body:not(.qode_disabled_responsive_button_padding_change) .qbutton.small {
        padding: 0 14px
    }

    .qbutton.big_large, .qbutton.big_large_full_width {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding: 0 20px
    }

    .qbutton.large {
        height: 42px;
        line-height: 42px;
        padding: 0 17px
    }

    #submit_comment, .load_more.tiny a, .qbutton.medium {
        height: 38px;
        line-height: 38px;
        padding: 0 16px
    }

    .qbutton.big_large i, .qbutton.big_large_full_width i, .qbutton.large i {
        margin: 0 0 0 15px
    }

    .qbutton.medium i {
        margin: 0 0 0 13px
    }

    .qbutton.small i {
        margin: 0 0 0 8px
    }

    .q_social_icon_holder .fa-stack {
        margin: .1407692307692308em
    }

    .wpb_flexslider.flexslider.have_frame {
        width: 442px
    }

    .frame_holder > .wpb_wrapper {
        padding: 24px 0 58px
    }

    .frame_holder.frame_holder2 > .wpb_wrapper {
        padding: 33px 0 58px
    }

    .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
        width: 425px
    }

    .frame_holder.frame_holder3 > .wpb_wrapper {
        padding: 24px 0 34px
    }

    .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
        width: 549px
    }

    .frame_holder.frame_holder4 > .wpb_wrapper {
        padding: 28px 0 121px
    }

    .have_frame.flexslider .flex-prev {
        left: -60px
    }

    .have_frame.flexslider .flex-next {
        right: -60px
    }

    .touch .content {
        margin: 0 !important
    }

    nav.popup_menu ul li a, nav.popup_menu ul li h6 {
        line-height: 40px
    }

    nav.popup_menu ul li a span, nav.popup_menu ul li h6 span {
        font-size: .7em
    }

    .title.title_size_large h1 {
        font-size: 30px !important;
        line-height: 40px !important
    }

    .q_elements_holder.four_columns {
        display: inline-block;
        width: 100%
    }

    .q_elements_holder.responsive_mode_from_768.five_columns .q_elements_item, .q_elements_holder.responsive_mode_from_768.four_columns .q_elements_item, .q_elements_holder.responsive_mode_from_768.six_columns .q_elements_item, .q_elements_holder.responsive_mode_from_768.three_columns .q_elements_item, .q_elements_holder.responsive_mode_from_768.three_columns.eh_three_columns_25_25_50 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_768.three_columns.eh_three_columns_50_25_25 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_768.two_columns .q_elements_item, .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_25_75 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_25_75 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_33_66 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_33_66 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_66_33 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_66_33 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_75_25 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_768.two_columns.eh_two_columns_75_25 .q_elements_item:last-child {
        width: 100%;
        display: inline-block;
        height: auto
    }

    .q_elements_holder.alignment_one_column_left.responsive_mode_from_768 .q_elements_item .q_elements_item_content {
        text-align: left !important
    }

    .q_elements_holder.alignment_one_column_center.responsive_mode_from_768 .q_elements_item .q_elements_item_content {
        text-align: center !important
    }

    .q_elements_holder.alignment_one_column_right.responsive_mode_from_768 .q_elements_item .q_elements_item_content {
        text-align: right !important
    }

    .blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 {
        padding: 3%
    }

    .blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 .blog_slider_simple_excerpt {
        display: none
    }

    .footer_bottom ul.menu li {
        width: 100% !important
    }

    .call_to_action.simple .text_wrapper > .call_to_action_text {
        display: block;
        margin: 0 !important
    }

    .call_to_action.simple .text_wrapper > .qbutton {
        margin: 30px 0 0 !important
    }

    .qode-instagram-feed.qode-col-4 li {
        width: 50%
    }

    .qode-instagram-feed.qode-col-6 li {
        width: 33.33%
    }

    .footer_responsive_adv .footer_top .footer_col1, .footer_responsive_adv .footer_top .footer_col2, .footer_responsive_adv .footer_top .footer_col3, .footer_responsive_adv .footer_top .footer_col4, .footer_responsive_adv .footer_top .two_columns_50_50 > .column1, .footer_responsive_adv .footer_top .two_columns_50_50 > .column2 {
        width: 100%;
        float: none
    }

    .footer_responsive_adv .footer_top .footer_col1 > .column_inner, .footer_responsive_adv .footer_top .footer_col2 > .column_inner, .footer_responsive_adv .footer_top .footer_col3 > .column_inner, .footer_responsive_adv .footer_top .footer_col4 > .column_inner, .footer_responsive_adv .footer_top .two_columns_50_50 > .column1 .column_inner, .footer_responsive_adv .footer_top .two_columns_50_50 > .column2 .column_inner {
        padding: 0
    }

    .footer_responsive_adv .footer_top .footer_col1 > .column_inner > div, .footer_responsive_adv .footer_top .footer_col2 > .column_inner > div, .footer_responsive_adv .footer_top .footer_col3 > .column_inner > div, .footer_responsive_adv .footer_top .footer_col4 > .column_inner > div {
        margin: 0
    }

    .footer_responsive_adv .footer_top .four_columns .column1, .footer_responsive_adv .footer_top .four_columns .column2, .footer_responsive_adv .footer_top .four_columns .column3, .footer_responsive_adv .footer_top .three_columns .column1, .footer_responsive_adv .footer_top .three_columns .column2, .footer_responsive_adv .footer_top .two_columns_50_50 .column1, .footer_responsive_adv .footer_top .two_columns_50_50 .column2 {
        margin: 0 0 25px
    }

    .footer_responsive_adv .footer_top .wpcf7 .four_columns .column1, .footer_responsive_adv .footer_top .wpcf7 .four_columns .column2, .footer_responsive_adv .footer_top .wpcf7 .four_columns .column3, .footer_responsive_adv .footer_top .wpcf7 .three_columns .column1, .footer_responsive_adv .footer_top .wpcf7 .three_columns .column2, .footer_responsive_adv .footer_top .wpcf7 .two_columns_50_50 .column1, .footer_responsive_adv .footer_top .wpcf7 .two_columns_50_50 .column2 {
        margin: 0
    }

    .qode_pricing_tables .q_price_table.qode_pricing_table_advanced, .qode_pricing_tables.four_columns .q_price_table.qode_pricing_table_advanced, .qode_pricing_tables.three_columns .q_price_table.qode_pricing_table_advanced {
        width: 100%;
        margin-left: 0
    }

    .latest_post_two_holder .latest_post_two_text {
        padding: 36px 28px 44px
    }

    .latest_post_two_holder .latest_post_two_info {
        padding: 23px 28px 28px
    }

    .qode-content-sidebar-responsive .content .container > .container_inner.default_template_holder > .grid2 > * > *, .qode-content-sidebar-responsive .portfolio_single .portfolio_container > * > * {
        padding: 0
    }

    .latest_post_two_holder .latest_post_two_info_inner > * {
        display: block
    }

    .latest_post_two_holder .latest_post_two_info_inner .post_info_date {
        text-align: left;
        margin: 10px 0 0
    }

    .latest_post_two_holder .latest_post_two_info_inner img {
        margin: 0 10px 0 0
    }

    .qode-content-sidebar-responsive .content .container > .container_inner.default_template_holder > .grid2 > * {
        width: 100%
    }

    .qode-content-sidebar-responsive .portfolio_single .portfolio_container > * {
        width: 100%
    }

    .qode-twitter-feed-shortcode .qode-tfs-inner {
        margin: 0
    }

    .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item {
        width: 100%;
        padding: 0 0 20px
    }

    .title .text_above_title {
        display: none
    }

    .qode-three-columns-form-with-space .qode-three-columns-form-with-space-column {
        display: inline-block;
        margin-bottom: 15px;
        width: 100%
    }

    body.qode_advanced_footer_responsive_768 .four_columns .column1, body.qode_advanced_footer_responsive_768 .four_columns .column2, body.qode_advanced_footer_responsive_768 .four_columns .column3, body.qode_advanced_footer_responsive_768 .four_columns .column4 {
        width: 50%
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .portfolio_gallery a.v3, .portfolio_gallery a.v4 {
        width: 49% !important;
        margin: 0 2% 2% 0 !important
    }

    .portfolio_gallery a.v3:nth-child(2n), .portfolio_gallery a.v4:nth-child(2n) {
        margin: 0 0 2% !important
    }

    .gallery_holder ul.v4 li {
        width: 50% !important
    }

    .gallery_holder ul.gallery_with_space.v4 li {
        width: 48% !important;
        margin-right: 2% !important
    }

    .gallery_holder ul.gallery_with_space.v3 li:nth-child(3n), .gallery_holder ul.gallery_with_space.v4 li:nth-child(2n), .gallery_holder ul.gallery_with_space.v5 li:nth-child(3n) {
        margin-right: 0 !important
    }

    .gallery_holder ul.v3 li, .gallery_holder ul.v5 li {
        width: 33.33333% !important
    }

    .gallery_holder ul.gallery_with_space.v3 li, .gallery_holder ul.gallery_with_space.v5 li {
        width: 32% !important;
        margin-right: 2% !important
    }

    .blog_holder article .post_info .inner {
        padding: 0 10px 0 0
    }

    .widget.widget_search form input[type=text] {
        width: 60%
    }

    .q_image_with_text_over.one_fourth {
        width: 49.9%
    }

    .q_percentage_with_icon canvas {
        width: 100% !important;
        height: 100% !important
    }

    .q_circles_holder .q_circle_outer:nth-child(2n+1) {
        clear: both
    }

    .blog_like {
        padding: 0 0 0 8px
    }

    .blog_share {
        margin: 0 0 0 8px
    }

    .blog_holder article .post_description .post_description_left {
        margin: 0 12px 0 0
    }

    .blog_holder.masonry article .post_description .post_description_left {
        margin: 0
    }

    .q_tabs .tabs-nav li a {
        padding: 0 4px;
        font-size: 12px
    }

    .q_counter_holder.center {
        padding: 20px 15px
    }

    .price_in_table .price {
        font-size: 60px
    }
}

@media only screen and (max-width: 600px) {
    body.boxed .carousel-inner, body.boxed .footer_inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width: 470px
    }

    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 420px
    }

    .paspartu_enabled .carousel-inner .slider_content_outer, .paspartu_enabled .container_inner, .paspartu_enabled .container_inner nav.content_menu, .paspartu_enabled .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .paspartu_enabled .footer_bottom_border.in_grid, .paspartu_enabled .footer_top_border.in_grid, .paspartu_enabled .full_width .parallax_content, .paspartu_enabled .qode_elementor_container_inner, .paspartu_enabled .steps_holder_inner, .paspartu_enabled .title_border_in_grid_holder, .paspartu_enabled div.grid_section .section_inner, .paspartu_enabled nav.content_menu ul, .paspartu_enabled.boxed div.section .section_inner {
        width: 400px
    }

    nav.mobile_menu > ul {
        width: 420px
    }

    .projects_holder.v2.hover_text.no_space .filler, .projects_holder.v2.hover_text.no_space .mix, .projects_holder.v2.standard_no_space .filler, .projects_holder.v2.standard_no_space .mix, .projects_holder.v3.hover_text.no_space .filler, .projects_holder.v3.hover_text.no_space .mix, .projects_holder.v3.standard_no_space .filler, .projects_holder.v3.standard_no_space .mix, .projects_holder.v4.hover_text.no_space .filler, .projects_holder.v4.hover_text.no_space .mix, .projects_holder.v4.standard_no_space .filler, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.hover_text.no_space .filler, .projects_holder.v5.hover_text.no_space .mix, .projects_holder.v5.standard_no_space .filler, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.hover_text.no_space .filler, .projects_holder.v6.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .filler, .projects_holder.v6.standard_no_space .mix, .safari_browser .projects_holder.v2.hover_text.no_space .filler, .safari_browser .projects_holder.v2.hover_text.no_space .mix, .safari_browser .projects_holder.v2.standard_no_space .filler, .safari_browser .projects_holder.v2.standard_no_space .mix, .safari_browser .projects_holder.v3.hover_text.no_space .filler, .safari_browser .projects_holder.v3.hover_text.no_space .mix, .safari_browser .projects_holder.v3.standard_no_space .filler, .safari_browser .projects_holder.v3.standard_no_space .mix, .safari_browser .projects_holder.v4.hover_text.no_space .filler, .safari_browser .projects_holder.v4.hover_text.no_space .mix, .safari_browser .projects_holder.v4.standard_no_space .filler, .safari_browser .projects_holder.v4.standard_no_space .mix, .safari_browser .projects_holder.v5.hover_text.no_space .filler, .safari_browser .projects_holder.v5.hover_text.no_space .mix, .safari_browser .projects_holder.v5.standard_no_space .filler, .safari_browser .projects_holder.v5.standard_no_space .mix, .safari_browser .projects_holder.v6.hover_text.no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .mix, .safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.standard_no_space .mix {
        width: 100%
    }

    .projects_holder.v2.standard_no_space .mix, .projects_holder.v3.standard_no_space .mix, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.standard_no_space .mix {
        margin: 0 0 6.5%
    }

    .masonry_with_space .projects_holder.v3 .mix, .masonry_with_space .projects_holder.v3 .qode-portfolio-masonry-gallery-grid-sizer, .masonry_with_space .projects_holder.v4 .mix, .masonry_with_space .projects_holder.v4 .qode-portfolio-masonry-gallery-grid-sizer, .masonry_with_space .projects_holder.v5 .mix, .masonry_with_space .projects_holder.v5 .qode-portfolio-masonry-gallery-grid-sizer, .masonry_with_space .projects_holder.v6 .mix, .masonry_with_space .projects_holder.v6 .qode-portfolio-masonry-gallery-grid-sizer {
        width: 49.99%
    }

    .portfolio_gallery a.v2, .portfolio_gallery a.v3, .portfolio_gallery a.v4 {
        width: 100%;
        margin: 0 0 4% !important
    }

    .portfolio_gallery a.v3:nth-child(2n), .portfolio_gallery a.v4:nth-child(2n) {
        margin: 0 0 4% !important
    }

    .four_columns .column1, .four_columns .column2, .four_columns .column3, .four_columns .column4, .three_columns .column1, .three_columns .column2, .three_columns .column3, .two_columns_25_75 .column1, .two_columns_25_75 .column2, .two_columns_33_66 .column1, .two_columns_33_66 .column2, .two_columns_50_50 .column1, .two_columns_50_50 .column2, .two_columns_66_33 .column1, .two_columns_66_33 .column2, .two_columns_75_25 .column1, .two_columns_75_25 .column2, body.qode_advanced_footer_responsive_1000 .four_columns .column1, body.qode_advanced_footer_responsive_1000 .four_columns .column2, body.qode_advanced_footer_responsive_1000 .four_columns .column3, body.qode_advanced_footer_responsive_1000 .four_columns .column4, body.qode_advanced_footer_responsive_768 .four_columns .column1, body.qode_advanced_footer_responsive_768 .four_columns .column2, body.qode_advanced_footer_responsive_768 .four_columns .column3, body.qode_advanced_footer_responsive_768 .four_columns .column4 {
        width: 100%
    }

    .four_columns .column1 .column_inner, .four_columns .column2 .column_inner, .four_columns .column3 .column_inner, .four_columns .column4 .column_inner, .three_columns .column1 .column_inner, .three_columns .column2 .column_inner, .three_columns .column3 .column_inner, .two_columns_25_75 .column1 .column_inner, .two_columns_25_75 .column2 .column_inner, .two_columns_25_75.grid2 .column1 .column_inner, .two_columns_25_75.grid2 .column2 .column_inner, .two_columns_33_66 .column1 .column_inner, .two_columns_33_66 .column2 .column_inner, .two_columns_33_66.grid2 .column1 .column_inner, .two_columns_33_66.grid2 .column2 .column_inner, .two_columns_50_50 .column1 .column_inner, .two_columns_50_50 .column2 .column_inner, .two_columns_66_33 .column1 .column_inner, .two_columns_66_33 .column2 .column_inner, .two_columns_66_33.grid2 .column1 .column_inner, .two_columns_66_33.grid2 .column2 .column_inner, .two_columns_75_25 .column1 .column_inner, .two_columns_75_25 .column2 .column_inner, .two_columns_75_25.grid2 .column1 .column_inner, .two_columns_75_25.grid2 .column2 .column_inner {
        padding: 0
    }

    .full_screen_holder {
        margin-top: 0 !important
    }

    .q_tabs.vertical .tabs-nav {
        width: 22%
    }

    .q_tabs.vertical.right .tabs-nav {
        float: right
    }

    .q_tabs.vertical .tabs-container {
        width: 73%
    }

    .q_tabs.horizontal .tab-content {
        padding: 30px 0 10px
    }

    .q_tabs .tabs-nav li a {
        padding: 0 8px
    }

    .q_tabs.vertical .tabs-nav li a {
        padding: 6px 10px
    }

    .gallery_holder ul.v2 li, .gallery_holder ul.v3 li, .gallery_holder ul.v4 li, .gallery_holder ul.v5 li, .gallery_holder ul.v6 li {
        width: 50% !important
    }

    .gallery_holder ul.gallery_with_space.v2 li, .gallery_holder ul.gallery_with_space.v3 li, .gallery_holder ul.gallery_with_space.v4 li, .gallery_holder ul.gallery_with_space.v5 li, .gallery_holder ul.gallery_with_space.v6 li {
        width: 48% !important;
        margin-right: 2% !important
    }

    .gallery_holder ul.gallery_with_space.v2 li:nth-child(2n), .gallery_holder ul.gallery_with_space.v3 li:nth-child(2n), .gallery_holder ul.gallery_with_space.v4 li:nth-child(2n), .gallery_holder ul.gallery_with_space.v5 li:nth-child(2n), .gallery_holder ul.gallery_with_space.v6 li:nth-child(2n) {
        margin-right: 0 !important
    }

    body.side_menu_slide_with_content .side_menu, body.side_menu_slide_with_content.width_270 .side_menu, body.side_menu_slide_with_content.width_370 .side_menu {
        width: 100%;
        right: -100%
    }

    body.side_menu_slide_with_content.side_menu_open .wrapper, body.side_menu_slide_with_content.side_menu_open header.fixed, body.side_menu_slide_with_content.side_menu_open header.fixed_hiding, body.side_menu_slide_with_content.side_menu_open header.sticky, body.side_menu_slide_with_content.width_270.side_menu_open .wrapper, body.side_menu_slide_with_content.width_270.side_menu_open header.fixed, body.side_menu_slide_with_content.width_270.side_menu_open header.fixed_hiding, body.side_menu_slide_with_content.width_270.side_menu_open header.sticky, body.side_menu_slide_with_content.width_370.side_menu_open .wrapper, body.side_menu_slide_with_content.width_370.side_menu_open header.fixed, body.side_menu_slide_with_content.width_370.side_menu_open header.fixed_hiding, body.side_menu_slide_with_content.width_370.side_menu_open header.sticky {
        left: -100%
    }

    #respond textarea {
        padding: 13px
    }

    .comment_holder .comment-list li ul.children {
        padding: 0 0 0 30px
    }

    .blog_holder.blog_chequered .blog_holder_grid_sizer, .blog_holder.blog_chequered article, .blog_holder.blog_gallery .blog_holder_grid_sizer, .blog_holder.blog_gallery article, .blog_holder.blog_pinterest .blog_holder_grid_sizer, .blog_holder.blog_pinterest article, .blog_holder.masonry .blog_holder_grid_sizer, .blog_holder.masonry article, .full_width .grid_section .q_masonry_blog article, .q_masonry_blog article, .two_columns_25_75 .blog_holder.blog_chequered .blog_holder_grid_sizer, .two_columns_25_75 .blog_holder.blog_chequered article, .two_columns_25_75 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_25_75 .blog_holder.blog_pinterest article, .two_columns_25_75 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_25_75 .blog_holder.masonry article, .two_columns_25_75 .q_masonry_blog article, .two_columns_33_66 .blog_holder.blog_chequered .blog_holder_grid_sizer, .two_columns_33_66 .blog_holder.blog_chequered article, .two_columns_33_66 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_33_66 .blog_holder.blog_pinterest article, .two_columns_33_66 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_33_66 .blog_holder.masonry article, .two_columns_33_66 .q_masonry_blog article, .two_columns_66_33 .blog_holder.blog_chequered .blog_holder_grid_sizer, .two_columns_66_33 .blog_holder.blog_chequered article, .two_columns_66_33 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_66_33 .blog_holder.blog_pinterest article, .two_columns_66_33 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_66_33 .blog_holder.masonry article, .two_columns_66_33 .q_masonry_blog article, .two_columns_75_25 .blog_holder.blog_chequered .blog_holder_grid_sizer, .two_columns_75_25 .blog_holder.blog_chequered article, .two_columns_75_25 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_75_25 .blog_holder.blog_pinterest article, .two_columns_75_25 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_75_25 .blog_holder.masonry article, .two_columns_75_25 .q_masonry_blog article {
        width: 100%
    }

    .blog_holder.blog_pinterest .blog_holder_grid_gutter, .blog_holder.masonry .blog_holder_grid_gutter, .two_columns_25_75 .blog_holder.blog_pinterest .blog_holder_grid_gutter, .two_columns_25_75 .blog_holder.masonry .blog_holder_grid_gutter, .two_columns_33_66 .blog_holder.blog_pinterest .blog_holder_grid_gutter, .two_columns_33_66 .blog_holder.masonry .blog_holder_grid_gutter, .two_columns_66_33 .blog_holder.blog_pinterest .blog_holder_grid_gutter, .two_columns_66_33 .blog_holder.masonry .blog_holder_grid_gutter, .two_columns_75_25 .blog_holder.blog_pinterest .blog_holder_grid_gutter, .two_columns_75_25 .blog_holder.masonry .blog_holder_grid_gutter {
        width: 0
    }

    .blog_holder.masonry_gallery .blog_holder_grid_sizer, .blog_holder.masonry_gallery article, .column_inner .blog_holder.masonry_gallery .blog_holder_grid_sizer, .column_inner .blog_holder.masonry_gallery article {
        width: 100%
    }

    .blog_holder.masonry_gallery article.large-height img, .column_inner .blog_holder.masonry_gallery article.large-height img {
        width: 100%;
        height: auto
    }

    .blog_holder.masonry_gallery article.large-width img, .column_inner .blog_holder.masonry_gallery article.large-width img {
        height: 100%;
        width: auto;
        max-width: none
    }

    .blog_holder.single_image_title_post article .post_info {
        display: none
    }

    .blog_holder.single_image_title_post article .single_bottom_part .single_bottom_part_left, .blog_holder.single_image_title_post article .single_bottom_part .single_bottom_part_right {
        width: 100%;
        text-align: left;
        padding: 5px 0
    }

    .call_to_action_button_wrapper.right {
        text-align: center !important;
        margin-top: 15px
    }

    .title {
        padding: 15px 0 !important
    }

    .title h1 {
        float: none
    }

    .breadcrumb {
        position: relative
    }

    .title .subtitle {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .blog_holder article .post_description .post_description_left, .blog_holder article .post_description .post_description_right, .post_info_left {
        float: none
    }

    .blog_holder article .post_description .post_description_left, .post_info_left {
        margin-top: 10px
    }

    .blog_holder article .post_comments {
        margin-left: 0
    }

    .blog_compound article .post_meta .three_columns > .column1, .blog_compound article .post_meta .three_columns > .column2, .blog_compound article .post_meta .three_columns > .column3 {
        width: 33.33%
    }

    .qode_clients.five_columns .qode_client_holder, .qode_clients.four_columns .qode_client_holder, .qode_clients.six_columns .qode_client_holder, .qode_clients.three_columns .qode_client_holder {
        width: 50%
    }

    .qode_clients.five_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.four_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.six_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.three_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before {
        border-right-width: 1px
    }

    .animated_icons_with_text .animated_icon_with_text_inner:before, .animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(5n) .animated_icon_with_text_inner:before, .animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(4n) .animated_icon_with_text_inner:before, .animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(3n) .animated_icon_with_text_inner:before, .qode_clients.five_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before, .qode_clients.four_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before, .qode_clients.six_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before, .qode_clients.three_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner:before {
        border-right-width: 0
    }

    .animated_icons_with_text.five_columns .animated_icon_with_text_holder, .animated_icons_with_text.four_columns .animated_icon_with_text_holder, .animated_icons_with_text.three_columns .animated_icon_with_text_holder, .animated_icons_with_text.two_columns .animated_icon_with_text_holder {
        width: 100%
    }

    .qode_pricing_list .qode_pricing_item_text {
        padding-right: 130px
    }

    .qode_pricing_list .qode_pricing_item_price {
        width: 130px
    }

    .qode_pricing_list .qode_pricing_item_price_inner span {
        font-size: 25px !important
    }

    body.boxed .cover_boxes ul li .box .box_content {
        left: 0;
        width: 215px
    }

    .vc_row-fluid [class*=vc_span] {
        width: 100% !important;
        margin-left: 0 !important
    }

    .q_image_with_text_over.one_fourth, .q_image_with_text_over.one_half, .q_image_with_text_over.one_third {
        width: 100%
    }

    .call_to_action .column2.button_wrapper {
        position: relative;
        text-align: center
    }

    .call_to_action .column2.button_wrapper .qbutton {
        position: static;
        margin: 10px 0 0 !important;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    .cover_boxes ul li, .cover_boxes ul li .box .thumb {
        width: 190px
    }

    .cover_boxes ul li .box .box_content {
        width: 210px
    }

    .latest_post_holder > ul > li {
        width: 100% !important;
        margin: 0 0 25px !important
    }

    .q_circles_holder .q_circle_outer {
        width: 100% !important
    }

    .footer_top .four_columns .column2 .column_inner > div, .footer_top .four_columns .column3 .column_inner > div, .footer_top .four_columns .column4 .column_inner > div, .footer_top .three_columns .column2 .column_inner > div, .footer_top .three_columns .column3 .column_inner > div, .footer_top .two_columns_50_50 .column2 .column_inner > div {
        margin: 0
    }

    .footer_top .four_columns .column1, .footer_top .four_columns .column2, .footer_top .four_columns .column3, .footer_top .three_columns .column1, .footer_top .three_columns .column2, .footer_top .two_columns_50_50 .column1 {
        margin: 0 0 25px
    }

    .footer_bottom_columns.three_columns .column1 .footer_bottom, .footer_bottom_columns.three_columns .column1 .footer_bottom ul, .footer_bottom_columns.three_columns .column3 .footer_bottom, .footer_bottom_columns.three_columns .column3 .footer_bottom ul, .footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom, .footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom ul, .footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom, .footer_bottom_columns.two_columns_50_50 .column2 .footer_bottom ul {
        text-align: center
    }

    .wpb_flexslider.flexslider.have_frame {
        width: 307px
    }

    .frame_holder > .wpb_wrapper {
        padding: 18px 0 42px
    }

    .frame_holder.frame_holder2 > .wpb_wrapper {
        padding: 23px 0 40px
    }

    .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
        width: 298px
    }

    .frame_holder.frame_holder3 > .wpb_wrapper {
        padding: 19px 0 23px
    }

    .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
        width: 384px
    }

    .frame_holder.frame_holder4 > .wpb_wrapper {
        padding: 18px 0 87px
    }

    .qode_pricing_tables .q_price_table {
        width: 100% !important;
        margin-left: 0;
        margin-bottom: 15px
    }

    .grid-sizer, .masonry_gallery_holder.three_columns .grid-sizer, .masonry_gallery_holder.three_columns .masonry_gallery_item.rectangle_landscape, .masonry_gallery_holder.three_columns .masonry_gallery_item.rectangle_portrait, .masonry_gallery_holder.three_columns .masonry_gallery_item.square_big, .masonry_gallery_holder.three_columns .masonry_gallery_item.square_small, .masonry_gallery_holder.two_columns .grid-sizer, .masonry_gallery_holder.two_columns .masonry_gallery_item.rectangle_portrait, .masonry_gallery_holder.two_columns .masonry_gallery_item.square_small, .masonry_gallery_item.rectangle_portrait, .masonry_gallery_item.square_small, .post-password-form {
        width: 100%
    }

    .qode_pricing_tables .q_price_table.active {
        margin-top: 20px;
        margin-bottom: 25px
    }

    .q_price_table.qode_pricing_table_advanced .price_table_inner .value {
        font-size: 11px
    }

    .q_price_table.qode_pricing_table_advanced .price_table_inner .price {
        font-size: 45px
    }

    .call_to_action .text_wrapper .call_to_action_text {
        text-align: center;
        margin-bottom: 10px !important
    }

    .title.title_size_large h1 {
        font-size: 25px !important;
        line-height: 35px !important
    }

    body.page-template-full_screen-php {
        font-size: inherit !important;
        height: auto !important
    }

    .full_screen_navigation_holder, .full_screen_preloader, .slimScrollBar {
        display: none !important;
        visibility: hidden !important
    }

    .full_screen_inner {
        visibility: visible !important;
        top: auto !important;
        -ms-touch-action: inherit !important;
        touch-action: inherit !important
    }

    .fp-scrollable, .fp-section.fp-table, .fp-slide.fp-table, .fp-tableCell, .slimScrollDiv {
        height: auto !important
    }

    .vc_row.full_screen_section {
        padding: 30px 0
    }

    .q_elements_holder.responsive_mode_from_600.five_columns .q_elements_item, .q_elements_holder.responsive_mode_from_600.four_columns .q_elements_item, .q_elements_holder.responsive_mode_from_600.six_columns .q_elements_item, .q_elements_holder.responsive_mode_from_600.three_columns .q_elements_item, .q_elements_holder.responsive_mode_from_600.three_columns.eh_three_columns_25_25_50 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_600.three_columns.eh_three_columns_50_25_25 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_600.two_columns .q_elements_item, .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_25_75 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_25_75 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_33_66 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_33_66 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_66_33 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_66_33 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_75_25 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_600.two_columns.eh_two_columns_75_25 .q_elements_item:last-child {
        width: 100%;
        display: inline-block;
        height: auto
    }

    .q_elements_holder.alignment_one_column_left.responsive_mode_from_600 .q_elements_item .q_elements_item_content {
        text-align: left !important
    }

    .q_elements_holder.alignment_one_column_center.responsive_mode_from_600 .q_elements_item .q_elements_item_content {
        text-align: center !important
    }

    .q_elements_holder.alignment_one_column_right.responsive_mode_from_600 .q_elements_item .q_elements_item_content {
        text-align: right !important
    }

    .latest_post_two_holder > ul > li {
        width: 100% !important;
        float: none
    }

    .filter_holder ul li {
        float: none;
        display: inline-block;
        vertical-align: middle
    }

    .testimonials_item, .testimonials_item.testimonials_header, .testimonials_item.tstm_item_large {
        width: calc(100% - 34px);
        padding-top: calc(100% - 34px)
    }

    .boxed .section .section_inner .testimonials_masonry_holder .testimonials_item, .boxed .section .section_inner .testimonials_masonry_holder .testimonials_item.testimonials_header, .boxed .section .section_inner .testimonials_masonry_holder .testimonials_item.tstm_item_large, .container .container_inner .testimonials_masonry_holder .testimonials_item, .container .container_inner .testimonials_masonry_holder .testimonials_item.testimonials_header, .container .container_inner .testimonials_masonry_holder .testimonials_item.tstm_item_large, .grid_section .section_inner .testimonials_masonry_holder .testimonials_item, .grid_section .section_inner .testimonials_masonry_holder .testimonials_item.testimonials_header, .grid_section .section_inner .testimonials_masonry_holder .testimonials_item.tstm_item_large {
        width: calc(100% - 12px);
        padding-top: calc(100% - 12px)
    }

    .qode-preview-slider {
        padding-bottom: 30px
    }

    .qode-preview-slider .qode-presl-main-slider .flex-control-nav {
        bottom: -30px
    }

    .wpb_gallery_slides .qode-image-slider-description {
        display: none
    }

    .latest_post_holder.image_on_the_left_boxed .featured .latest_post_title {
        padding: 0
    }

    .latest_post_holder.image_on_the_left_boxed li:not(.featured) .latest_post_image {
        width: 100%;
        max-width: 100%;
        float: none
    }

    .latest_post_holder.image_on_the_left_boxed li:not(.featured) .latest_post_text {
        padding: 0;
        margin-top: 20px
    }

    .latest_post_holder.image_on_the_left_boxed li:not(.featured) .qode_share {
        position: relative;
        float: right;
        top: 0;
        right: 0
    }
}

@media only screen and (max-width: 500px) {
    .full_width .projects_masonry_holder .portfolio_masonry_item.large_height a.portfolio_link_for_touch {
        display: block;
        height: 100%
    }

    .full_width .projects_masonry_holder .portfolio_masonry_item.large_height .image_holder img {
        height: auto !important
    }

    .projects_masonry_holder.portfolio_masonry_gallery_with_space .portfolio_masonry_item.large_height .image_holder img {
        height: 100% !important
    }

    .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item, .full_width .projects_masonry_holder.gs3 .portfolio_masonry_item.large_height, .full_width .projects_masonry_holder.gs3 .qode-portfolio-masonry-gallery-grid-sizer, .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item, .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_height, .full_width .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer, .projects_masonry_holder.gs4 .portfolio_masonry_item, .projects_masonry_holder.gs4 .portfolio_masonry_item.large_height, .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer {
        width: 100% !important;
        margin: 0 !important
    }
}

@media only screen and (max-width: 480px) {
    body.boxed .carousel-inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width: 350px
    }

    body.boxed .footer_inner {
        width: 100%
    }

    .fixed_top_header .header_bottom_right_widget_holder {
        display: none
    }

    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, div.grid_section .section_inner, nav.content_menu ul {
        width: 300px
    }

    .paspartu_enabled .carousel-inner .slider_content_outer, .paspartu_enabled .container_inner, .paspartu_enabled .container_inner nav.content_menu, .paspartu_enabled .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .paspartu_enabled .full_width .parallax_content, .paspartu_enabled .qode_elementor_container_inner, .paspartu_enabled .steps_holder_inner, .paspartu_enabled div.grid_section .section_inner, .paspartu_enabled nav.content_menu ul, .paspartu_enabled.boxed div.section .section_inner {
        width: 280px
    }

    .full_width .projects_masonry_holder .portfolio_masonry_item, .full_width .projects_masonry_holder .portfolio_masonry_item.large_height, .full_width .projects_masonry_holder .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height, .full_width .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
        width: 100% !important;
        margin: 0 !important
    }

    .projects_masonry_holder .portfolio_masonry_item, .projects_masonry_holder .portfolio_masonry_item.large_height, .projects_masonry_holder .portfolio_masonry_item.large_width, .projects_masonry_holder .portfolio_masonry_item.large_width_height, .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
        width: 100%
    }

    .blog_holder.blog_pinterest, .blog_holder.masonry {
        width: 300px !important
    }

    .header_bottom, footer .container_inner {
        padding: 0 25px
    }

    .footer_bottom_border.in_grid, .footer_top_border.in_grid, .header_bottom .container_inner, .title_border_in_grid_holder, footer .container_inner, nav.mobile_menu > ul {
        width: auto
    }

    .projects_holder.v2 .mix, .projects_holder.v2.hover_text .mix, .projects_holder.v3 .mix, .projects_holder.v3.hover_text .mix, .projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix, .projects_holder.v5 .mix, .projects_holder.v5.hover_text .mix, .projects_holder.v6 .mix, .projects_holder.v6.hover_text .mix {
        width: 100%;
        margin: 0 0 7.4%
    }

    .projects_holder.v2.hover_text .mix, .projects_holder.v3.hover_text .mix, .projects_holder.v4.hover_text .mix, .projects_holder.v5.hover_text .mix, .projects_holder.v6.hover_text .mix {
        margin: 0 0 7.8%
    }

    .masonry_with_space .projects_holder.v2 .mix, .masonry_with_space .projects_holder.v2 .qode-portfolio-masonry-gallery-grid-sizer, .masonry_with_space .projects_holder.v3 .mix, .masonry_with_space .projects_holder.v3 .qode-portfolio-masonry-gallery-grid-sizer, .masonry_with_space .projects_holder.v4 .mix, .masonry_with_space .projects_holder.v4 .qode-portfolio-masonry-gallery-grid-sizer, .masonry_with_space .projects_holder.v5 .mix, .masonry_with_space .projects_holder.v5 .qode-portfolio-masonry-gallery-grid-sizer, .masonry_with_space .projects_holder.v6 .mix, .masonry_with_space .projects_holder.v6 .qode-portfolio-masonry-gallery-grid-sizer, .projects_holder.v2 .filler, .projects_holder.v2.hover_text .filler, .projects_holder.v3 .filler, .projects_holder.v3.hover_text .filler, .projects_holder.v4 .filler, .projects_holder.v4.hover_text .filler, .projects_holder.v5 .filler, .projects_holder.v5.hover_text .filler, .projects_holder.v6 .filler, .projects_holder.v6.hover_text .filler {
        width: 100%
    }

    .single_tags {
        margin: 35px 0 0 19%
    }

    .q_tabs.vertical .tabs-nav {
        width: 30%
    }

    .q_tabs.vertical .tabs-container {
        width: 65%
    }

    .q_tabs .tabs-nav li a {
        padding: 0 5px
    }

    .q_tabs.vertical .tabs-nav li a {
        padding: 7px 5px
    }

    .gallery_holder ul.v2 li, .gallery_holder ul.v3 li, .gallery_holder ul.v4 li, .gallery_holder ul.v5 li, .gallery_holder ul.v6 li {
        width: 100% !important;
        margin: 0 !important
    }

    .gallery_holder ul.gallery_with_space.v2 li, .gallery_holder ul.gallery_with_space.v3 li, .gallery_holder ul.gallery_with_space.v4 li, .gallery_holder ul.gallery_with_space.v5 li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 2% !important
    }

    .comment_holder .comment-list li ul.children {
        padding: 0 0 0 15px
    }

    .blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column1 .date, .blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column2, .filter_holder ul li span {
        padding: 0 10px
    }

    .box_image_with_border {
        margin: 0 0 30px
    }

    .box_image_holder .box_icon .fa-stack {
        font-size: 4em
    }

    .q_steps_holder .circle_small span {
        left: -35px
    }

    .footer_bottom {
        line-height: 35px;
        height: auto
    }

    .blog_holder article .post_description .post_description_left, .post_info_left {
        display: inline-block;
        float: none;
        margin: 0 0 5px;
        width: 100%
    }

    .blog_holder article .post_description .post_description_right, .post_info_right {
        float: none
    }

    .blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column1, .blog_holder.blog_large_image_with_dividers article .post_info .post_info_left, .blog_holder.blog_large_image_with_dividers article .post_info .post_info_right {
        width: auto
    }

    .blog_compound article .post_meta .three_columns > .column1, .blog_compound article .post_meta .three_columns > .column2, .blog_compound article .post_meta .three_columns > .column3 {
        width: 100%;
        text-align: center;
        padding: 3px 0
    }

    .post_info_right {
        text-align: right
    }

    .author_description_inner .image {
        float: none
    }

    .author_text_holder {
        padding: 10px 0 0
    }

    .single_tags {
        margin-left: 0
    }

    .footer_top .column_inner > div:not(.qode_separator_widget) {
        margin: 0 0 25px !important
    }

    .footer_top .column_inner {
        border: 0
    }

    .qbutton.big_large {
        height: 50px;
        line-height: 50px;
        padding: 0 18px
    }

    .qode_clients.five_columns .qode_client_holder, .qode_clients.four_columns .qode_client_holder, .qode_clients.six_columns .qode_client_holder, .qode_clients.three_columns .qode_client_holder, .qode_clients.two_columns .qode_client_holder {
        width: 100%
    }

    .qode_clients.five_columns .qode_client_holder .qode_client_holder_inner:before, .qode_clients.five_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.four_columns .qode_client_holder .qode_client_holder_inner:before, .qode_clients.four_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.six_columns .qode_client_holder .qode_client_holder_inner:before, .qode_clients.six_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.three_columns .qode_client_holder .qode_client_holder_inner:before, .qode_clients.three_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner:before, .qode_clients.two_columns .qode_client_holder .qode_client_holder_inner:before {
        border-right-width: 0
    }

    .side_menu_button > a {
        padding: 0
    }

    .cover_boxes ul li .box .thumb {
        width: 100% !important
    }

    .cover_boxes ul li .box, .cover_boxes ul li.act {
        width: 100%
    }

    .cover_boxes ul li .box a.thumb, .cover_boxes ul li.act {
        float: none;
        margin: 0 !important
    }

    .cover_boxes ul li .box .box_content {
        position: static;
        margin-top: 20px;
        width: 100%
    }

    .cover_boxes ul li.act {
        margin-bottom: 35px !important
    }

    .cover_boxes ul li .box .thumb img {
        width: 100%
    }

    body.boxed .cover_boxes ul li .box .box_content {
        left: 0;
        width: 100%
    }

    .q_counter_holder.center {
        padding: 20px
    }

    .q_accordion_holder, .q_tabs {
        visibility: visible !important
    }

    .wpb_flexslider.flexslider.have_frame {
        width: 220px
    }

    .frame_holder > .wpb_wrapper {
        padding: 12px 0 30px
    }

    .frame_holder.frame_holder2 > .wpb_wrapper {
        padding: 17px 0 28px
    }

    .frame_holder.frame_holder3 .wpb_flexslider.flexslider.have_frame {
        width: 211px
    }

    .frame_holder.frame_holder3 > .wpb_wrapper {
        padding: 14px 0 15px
    }

    .frame_holder.frame_holder4 .wpb_flexslider.flexslider.have_frame {
        width: 275px
    }

    .frame_holder.frame_holder4 > .wpb_wrapper {
        padding: 14px 0 62px
    }

    .have_frame.flexslider .flex-prev {
        left: -50px
    }

    .have_frame.flexslider .flex-next {
        right: -50px
    }

    body .gform_wrapper .top_label input.medium, body .gform_wrapper .top_label input.small {
        width: 100%
    }

    div.pp_pic_holder {
        width: 100% !important;
        left: 0 !important
    }

    .pp_content, .pp_content iframe {
        width: 100% !important;
        height: 300px !important
    }

    .pp_hoverContainer {
        width: 100% !important;
        height: 250px !important
    }

    #pp_full_res > img {
        width: 100% !important;
        height: auto !important
    }

    div.pp_default .pp_details {
        width: 98% !important
    }

    div.ppt {
        width: 100% !important
    }

    .title .separator {
        display: none
    }

    .qode_pricing_list .qode_pricing_item_text {
        padding-right: 100px
    }

    .qode_pricing_list .qode_pricing_item_price {
        width: 100px
    }

    .qode_pricing_list .qode_pricing_item_price_inner span {
        font-size: 20px !important
    }

    .title.title_size_large h1 {
        font-size: 20px !important;
        line-height: 25px !important
    }

    .q_elements_holder.responsive_mode_from_480.five_columns .q_elements_item, .q_elements_holder.responsive_mode_from_480.four_columns .q_elements_item, .q_elements_holder.responsive_mode_from_480.six_columns .q_elements_item, .q_elements_holder.responsive_mode_from_480.three_columns .q_elements_item, .q_elements_holder.responsive_mode_from_480.three_columns.eh_three_columns_25_25_50 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_480.three_columns.eh_three_columns_50_25_25 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_480.two_columns .q_elements_item, .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_25_75 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_25_75 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_33_66 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_33_66 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_66_33 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_66_33 .q_elements_item:last-child, .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_75_25 .q_elements_item:first-child, .q_elements_holder.responsive_mode_from_480.two_columns.eh_two_columns_75_25 .q_elements_item:last-child {
        width: 100%;
        display: inline-block;
        height: auto
    }

    .blog_slider.simple_slider .read_more_wrapper, .blog_slider_holder .blog_slider.simple_slider .blog_slider_simple_info, .qode-preview-slider .qode-presl-main-slider .flex-direction-nav, .qode-preview-slider .qode-presl-small-slider-holder {
        display: none
    }

    .q_elements_holder.alignment_one_column_left.responsive_mode_from_480 .q_elements_item .q_elements_item_content {
        text-align: left !important
    }

    .q_elements_holder.alignment_one_column_center.responsive_mode_from_480 .q_elements_item .q_elements_item_content {
        text-align: center !important
    }

    .q_elements_holder.alignment_one_column_right.responsive_mode_from_480 .q_elements_item .q_elements_item_content {
        text-align: right !important
    }

    .blog_slider .blog_slider_simple_title {
        margin-bottom: 0;
        line-height: 19px
    }

    .blog_slider .blog_slider_simple_title a {
        font-size: 17px;
        line-height: 19px
    }

    .projects_masonry_holder .large_height .image_holder img {
        height: auto !important
    }

    .qode-instagram-feed.qode-col-12 li, .qode-instagram-feed.qode-col-3 li, .qode-instagram-feed.qode-col-4 li, .qode-instagram-feed.qode-col-6 li, .qode-instagram-feed.qode-col-9 li {
        width: 100%
    }

    .bigtext * {
        white-space: normal !important
    }

    .blog_headlines article h2 a {
        line-height: 1.3em
    }

    .two_columns_form_without_space {
        display: block
    }

    .two_columns_form_without_space .column_left, .two_columns_form_without_space .column_right {
        display: block;
        width: 100%
    }

    .two_columns_form_without_space input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
        text-align: center;
        box-sizing: border-box
    }

    .wpb_single_image.qode_image_hover_bottom_title .vc_single_image-wrapper .bottom_title_holder .image_caption {
        font-size: 18px
    }

    .mejs-container.wp-audio-shortcode .mejs-controls .mejs-time span {
        width: 50px
    }

    .wp-audio-shortcode .mejs-controls div.mejs-time-rail {
        width: 45%
    }

    .wp-audio-shortcode .mejs-horizontal-volume-slider {
        width: 45px
    }
}

@media only screen and (max-width: 420px) {
    body.boxed .carousel-inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width: 320px
    }

    .header_bottom, footer .container_inner, nav.content_menu {
        padding: 0 15px
    }

    .pp_content, .pp_content iframe {
        height: 250px !important
    }

    .pp_hoverContainer {
        height: 200px !important
    }

    .boxed .full_width .parallax_content {
        padding: 0
    }
}

@media only screen and (max-width: 350px) {
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, body.boxed .carousel-inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer, div.grid_section .section_inner, nav.content_menu {
        width: 95%
    }

    body.boxed .footer_inner {
        width: 100%
    }

    .parallax_section_inner_margin, .section_inner_margin {
        margin: 0
    }

    .qode-preview-slider {
        max-width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .qode-inter-page-navigation-holder .qode-inter-page-navigation-next .qode-ipn-arrow {
        padding-left: 0
    }

    .qode-inter-page-navigation-holder .qode-ipn-arrow {
        padding-right: 0
    }

    .cards, .cards .card {
        height: 40px
    }

    .qode-card-slider-holder-outer {
        padding-top: 30px;
        padding-bottom: 60px
    }

    .qode-card-slider-holder-outer .controls.bullets {
        bottom: -43px
    }

    .qode-card-slider-holder-outer .controls .button.prev {
        left: 30px
    }

    .qode-card-slider-holder-outer .controls .button.next {
        right: 30px
    }
}

@media only screen and (max-width: 480px) {
    .cards, .cards .card {
        height: 15px
    }

    .qode-card-slider-holder-outer {
        padding-top: 20px;
        padding-bottom: 35px
    }

    .qode-card-slider-holder-outer .controls.arrows .button {
        display: none
    }

    .qode-card-slider-holder-outer .controls.bullets {
        bottom: -30px
    }

    .qode-card-slider-holder-outer .controls.bullets .dots .dots-inner .dot {
        margin: 0 3px
    }

    .qode-expanding-images .qode-expanding-images-inner {
        max-width: 80%
    }

    .qode-expanding-images .qode-hero-image .qode-hero-image-link:hover img {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    .qode-expanding-images .qode-side-image.qode-side-image-inner {
        width: 25%;
        padding-top: 15.6255%
    }

    .qode-expanding-images .qode-side-image.qode-side-image-1 {
        top: 13%;
        left: 4.5%
    }

    .qode-expanding-images .qode-side-image.qode-side-image-2 {
        bottom: 21%;
        left: 3.3%
    }

    .qode-expanding-images .qode-side-image.qode-side-image-3 {
        top: 13%;
        right: 4.5%
    }

    .qode-expanding-images .qode-side-image.qode-side-image-4 {
        bottom: 21%;
        right: 3.3%
    }

    .qode-expanding-images .qode-side-image.qode-side-image-outer {
        display: none
    }
}

@media only screen and (max-width: 1200px) {
    .qode-item-showcase .qode-item-image {
        margin-top: 0 !important;
        margin-bottom: 60px
    }

    .qode-item-showcase .qode-item-showcase-holder.qode-holder-left .qode-item-line {
        right: 38px
    }

    .qode-item-showcase .qode-item-showcase-holder.qode-holder-right .qode-item-line {
        left: 38px
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .qode-item-showcase .qode-item-showcase-holder.qode-holder-left, .qode-item-showcase .qode-item-showcase-holder.qode-holder-right {
        width: 30%
    }
}

@media only screen and (max-width: 1024px) {
    .qode-item-showcase .qode-item-image {
        width: 100%;
        float: none
    }

    .qode-item-showcase .qode-item-showcase-holder.qode-holder-left, .qode-item-showcase .qode-item-showcase-holder.qode-holder-right {
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px
    }
}

@media only screen and (max-width: 600px) {
    .qode-card-slider-holder-outer .controls.arrows .button, .qode-inter-page-navigation-holder .qode-inter-page-title {
        display: none
    }

    .qode-item-showcase .qode-item-showcase-holder.qode-holder-left, .qode-item-showcase .qode-item-showcase-holder.qode-holder-right {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px
    }

    .qode-int-icon-showcase .qode-int-icon-circle, .qode-int-icon-showcase .qode-int-icon-showcase-inner {
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        margin: 30px
    }

    .qode-showcase-icon .qode-icon-holder {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 20px
    }

    .qode-showcase-content-inner {
        display: none
    }
}

@media only screen and (max-width: 1280px) {
    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-title {
        font-size: 2.5em
    }

    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description-holder {
        margin-bottom: 35px
    }

    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description {
        font-size: 1em
    }
}

@media only screen and (max-width: 1024px) {
    .qode-cta-section img {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        transform: scale(1.25)
    }

    .qode-cta-section .qode-cta-section-text-wrapper {
        width: 520px;
        height: 520px
    }

    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-title {
        font-size: 2.2em
    }

    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description {
        font-size: 1.2em
    }
}

@media only screen and (max-width: 768px) {
    .qode-cta-section {
        overflow: hidden
    }

    .qode-cta-section img {
        -webkit-transform: scale(1.75);
        -moz-transform: scale(1.75);
        transform: scale(1.75)
    }
}

@media only screen and (max-width: 600px) {
    .qode-cta-section img {
        display: none
    }

    .qode-cta-section .qode-cta-section-text-wrapper {
        height: auto;
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-title {
        font-size: 2em
    }

    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description-holder {
        margin-bottom: 45px
    }

    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description {
        font-size: 1em
    }
}

@media only screen and (max-width: 1024px) {
    .qode-elliptical-slider .flex-control-nav.flex-control-paging {
        left: 20px
    }

    .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-image-holder-wrapper .qode-elliptical-slide-image-holder {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .qode-elliptical-slider .qode-elliptical-slide {
        height: 450px
    }

    .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-image-holder-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #292929
    }

    .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-wrapper .qode-elliptical-slide-wrapper-inner {
        width: 100%
    }

    .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-wrapper .qode-elliptical-slide-wrapper-inner svg {
        display: none
    }

    .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-wrapper .qode-elliptical-slide-elements-holder {
        padding: 0
    }

    .qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-holder {
        background: 0 0 !important
    }
}

@media only screen and (max-width: 320px) {
    .qode-elliptical-slide .qode-elliptical-slide-content-wrapper .qode-elliptical-slide-elements-holder {
        padding: 0 35px
    }
}

@media only screen and (max-width: 600px) {
    .qode-pricing-calculator .qode-pricing-calculator-items, .qode-pricing-calculator .qode-pricing-calculator-text-holder {
        width: 100%;
        display: block;
        border-width: 0
    }

    .qode-pricing-calculator .qode-pricing-calculator-text-holder {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .qode-comparative-features-table .qode-cft-feature-item-title-responsive {
        font-size: 14px;
        padding: 0 5px
    }

    .qode-comparative-features-table .qode-cft-column-footer-image {
        padding: 8px;
        width: 30%
    }

    .qode-comparative-features-table .qode-cft-column-footer-text {
        padding-right: 8px
    }

    .qode-comparative-features-table .qode-cft-column-link-holder {
        padding: 15px 8px
    }
}

@media only screen and (min-width: 1025px) {
    .qode-sliding-image-holder .qode-sih-image-holder {
        background-image: none !important
    }
}

@media only screen and (max-width: 1024px) {
    .qode-elliptical-slide {
        height: 600px
    }

    .qode-sliding-image-holder .qode-sliding-image-background-image {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-numbered-process-inner {
        margin: 0 -30px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-item {
        padding: 0 30px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-line {
        width: 60px
    }
}

@media only screen and (max-width: 768px) {
    .qode-comparative-features-table .qode-cft-feature-item-title-responsive {
        display: inline-block
    }

    .qode-comparative-features-table .qode-cft-feature-title, .qode-comparative-features-table .qode-cft-link-holder, .qode-comparative-features-table .qode-cft-title-holder {
        display: none
    }

    .qode-comparative-features-table .qode-cft-mark {
        display: block
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-numbered-process-inner {
        margin: 0 -20px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-item {
        padding: 0 20px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-line {
        width: 40px
    }
}

@media only screen and (max-width: 600px) {
    .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-numbered-process-inner {
        margin: -10px 0
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-item {
        width: 100%;
        padding: 10px 0
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-line {
        width: 0
    }
}

@media only screen and (max-width: 1200px) {
    .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-numbered-process-inner {
        margin: 0 -20px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-item {
        padding: 0 20px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-line {
        width: 40px
    }
}

@media only screen and (max-width: 768px) {
    .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-numbered-process-inner {
        margin: -10px -30px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-item {
        width: 50%;
        padding: 10px 30px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-item:nth-child(2n) .qode-np-line {
        border: none
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-line {
        width: 60px
    }
}

@media only screen and (max-width: 600px) {
    .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-numbered-process-inner {
        margin: -10px 0
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-item {
        width: 100%;
        padding: 10px 0
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-line {
        width: 0
    }
}

@media only screen and (max-width: 1400px) {
    .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-numbered-process-inner {
        margin: 0 -20px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-item {
        padding: 0 20px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-line {
        width: 40px
    }
}

@media only screen and (max-width: 768px) {
    .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-numbered-process-inner {
        margin: -10px -30px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-item {
        width: 50%;
        padding: 10px 30px
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-item:nth-child(2n) .qode-np-line {
        border: none
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-line {
        width: 60px
    }
}

@media only screen and (max-width: 600px) {
    .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-numbered-process-inner {
        margin: -10px 0
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-item {
        width: 100%;
        padding: 10px 0
    }

    .qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-line {
        width: 0
    }
}

@media only screen and (max-width: 768px) {
    .qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li {
        display: inline-block
    }

    .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-1 .qode-advanced-tabs-nav li, .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-2 .qode-advanced-tabs-nav li, .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-3 .qode-advanced-tabs-nav li, .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-4 .qode-advanced-tabs-nav li, .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-5 .qode-advanced-tabs-nav li, .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-6 .qode-advanced-tabs-nav li, .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-7 .qode-advanced-tabs-nav li, .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-8 .qode-advanced-tabs-nav li, .qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-9 .qode-advanced-tabs-nav li {
        width: 100%
    }
}

@media only screen and (max-width: 1400px) {
    .qode_content_slider .qode_content_slider_inner {
        padding-left: 0
    }

    .qode-workflow .qode-workflow-item {
        max-width: 90%
    }
}

@media only screen and (max-width: 1200px) {
    .qode-workflow .qode-workflow-item {
        max-width: 100%
    }

    .qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text {
        padding: 0 40px
    }
}

@media only screen and (max-width: 600px) {
    .qode-workflow .main-line, .qode-workflow .qode-workflow-item .line, .qode-workflow .qode-workflow-item .qode-workflow-text .circle {
        display: none !important
    }

    .qode-workflow .qode-workflow-item .qode-workflow-item-inner.reverse {
        display: block;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .qode-workflow .qode-workflow-item .qode-workflow-item-inner.reverse .qode-workflow-text {
        text-align: left
    }

    .qode-workflow .qode-workflow-text {
        width: 100% !important;
        padding: 0 !important
    }

    .qode-workflow .qode-workflow-image {
        width: 100% !important;
        margin-bottom: 20px !important
    }
}

@media only screen and (max-width: 1280px) {
    .qode-scrolling-image-holder .qode-si-icon-holder {
        height: 70px;
        width: 70px;
        bottom: -35px
    }

    .qode-scrolling-image-holder .qode-si-icon-holder .qode-si-icon {
        font-size: 40px;
        line-height: 1.1em
    }
}

@media only screen and (max-width: 1024px) {
    .qode-scrolling-image-holder .qode-si-icon-holder {
        height: 60px;
        width: 60px;
        bottom: -30px
    }

    .qode-scrolling-image-holder .qode-si-icon-holder .qode-si-icon {
        font-size: 35px;
        line-height: 1.1em
    }
}

@media only screen and (max-width: 768px) {
    .qode-scrolling-image-holder .qode-si-icon-holder {
        height: 48px;
        width: 48px;
        bottom: -24px
    }
}

@media only screen and (max-width: 600px) {
    .qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-title-header {
        display: block;
        float: left;
        width: 50%
    }

    .qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder, .qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder, .qode-report-sheet.qode-rs-one-column .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder, .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder, .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-column-title-holder {
        display: none
    }

    .qode-report-sheet .qode-rs-table .qode-rs-table-content .qode-rs-table-row .qode-rs-table-column-inner {
        float: right;
        width: 50%
    }

    .qode-report-sheet.qode-rs-one-column .qode-rs-table .qode-rs-table-content .qode-rs-table-column, .qode-report-sheet.qode-rs-one-column .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
        float: none;
        width: 100%
    }

    .qode-report-sheet.qode-rs-one-column .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, .qode-report-sheet.qode-rs-one-column .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
        width: 100%
    }

    .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
        float: none;
        width: 100%
    }

    .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, .qode-report-sheet.qode-rs-two-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
        width: 100%
    }

    .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
        float: none;
        width: 100%
    }

    .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, .qode-report-sheet.qode-rs-three-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
        width: 100%
    }

    .qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, .qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
        float: none;
        width: 100%
    }

    .qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, .qode-report-sheet.qode-rs-four-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
        width: 100%
    }

    .qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column, .qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column {
        float: none;
        width: 100%
    }

    .qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-content .qode-rs-table-column:first-child, .qode-report-sheet.qode-rs-five-columns .qode-rs-table .qode-rs-table-header .qode-rs-table-column:first-child {
        width: 100%
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1281px) {
    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(6n+1) {
        clear: none
    }

    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1400px) {
    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image {
        width: 20%
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image:nth-child(5n+1) {
        clear: none
    }

    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image:nth-child(4n+1) {
        clear: both
    }

    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(6n+1) {
        clear: none
    }

    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1280px) {
    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image {
        width: 25%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-width-masonry-item {
        width: 50%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image {
        width: 25%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-width-masonry-item {
        width: 50%
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image:nth-child(3n+1), .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (min-width: 681px) {
    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-four-columns .qode-aig-image:nth-child(4n+1), .qode-advanced-image-gallery .qode-aig-grid.qode-aig-three-columns .qode-aig-image:nth-child(3n+1), .qode-advanced-image-gallery .qode-aig-grid.qode-aig-two-columns .qode-aig-image:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) {
    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image {
        width: 33.33333%
    }

    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-four-columns .qode-aig-image {
        width: 50%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image {
        width: 33.33333%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-width-masonry-item {
        width: 66.66667%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image {
        width: 33.33333%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-width-masonry-item {
        width: 66.66667%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image {
        width: 50%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image.qode-aig-large-width-masonry-item {
        width: 100%
    }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image:nth-child(2n+1), .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) {
    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image {
        width: 50%
    }

    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-three-columns .qode-aig-image {
        width: 100%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image {
        width: 50%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-width-masonry-item {
        width: 100%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image {
        width: 50%
    }

    .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-width-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image.qode-aig-large-width-masonry-item {
        width: 100%
    }
}

@media only screen and (max-width: 600px) {
    .qode-advanced-image-gallery .qode-aig-grid.qode-aig-five-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-grid.qode-aig-four-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-grid.qode-aig-six-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-grid.qode-aig-three-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-grid.qode-aig-two-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-five-columns .qode-aig-image.qode-aig-large-width-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-four-columns .qode-aig-image.qode-aig-large-width-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-six-columns .qode-aig-image.qode-aig-large-width-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-three-columns .qode-aig-image.qode-aig-large-width-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-two-columns .qode-aig-grid-sizer, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-two-columns .qode-aig-image, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-two-columns .qode-aig-image.qode-aig-large-masonry-item, .qode-advanced-image-gallery .qode-aig-masonry.qode-aig-two-columns .qode-aig-image.qode-aig-large-width-masonry-item {
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    #qode-multi-device-showcase .qode-mds-content-holder {
        width: 50%
    }

    #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-laptop-slider-holder {
        top: 16%;
        left: 62%;
        width: 70%
    }

    #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-tablet-slider-holder {
        top: -25%;
        left: 36%;
        width: 35%
    }

    #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-phone-slider-holder {
        top: 59%;
        left: 48%;
        width: 19%
    }

    #qode-multi-device-showcase .qode-mds-additional-element {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    #qode-multi-device-showcase .qode-mds-content-holder {
        width: 70%
    }

    #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-laptop-slider-holder {
        top: 38%;
        left: 56%;
        width: 100%
    }

    #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-tablet-slider-holder {
        top: -10%;
        left: 39%;
        width: 44%
    }

    #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-phone-slider-holder {
        top: 74%;
        left: 34%;
        width: 25%
    }
}

@media only screen and (max-width: 736px) {
    #qode-multi-device-showcase {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: 100vh;
        height: auto !important
    }

    #qode-multi-device-showcase .qode-mds-content-holder {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 12%
    }

    #qode-multi-device-showcase .qode-mds-device-holder.qode-mds-laptop-slider-holder {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        position: static;
        max-width: 80%;
        margin: auto
    }

    #qode-multi-device-showcase .qode-mds-phone-slider-holder, #qode-multi-device-showcase .qode-mds-tablet-slider-holder {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .qode-simple-quote-holder .qode-simple-quote-triangle, .qode-simple-quote-holder.qode-simple-quote-enabled-shadow .qode-simple-quote-triangle-shadow {
        left: 12%
    }
}

@media only screen and (max-width: 600px) {
    .qode-simple-quote-holder .qode-simple-quote-holder-inner .qode-simple-quote-icon-holder {
        display: block;
        text-align: center;
        padding-right: 0;
        margin-bottom: 10px;
        width: 100%
    }

    .qode-simple-quote-holder .qode-simple-quote-holder-inner .qode-simple-quote-content-holder {
        display: block
    }

    .qode-simple-quote-holder .qode-simple-quote-triangle, .qode-simple-quote-holder.qode-simple-quote-enabled-shadow .qode-simple-quote-triangle-shadow {
        left: 20%
    }

    .qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-line {
        display: none
    }

    .qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-item-price {
        text-align: right;
        width: 1%;
        vertical-align: top
    }

    .qode-advanced-pricing-list .qode-apl-item .qode-apl-item-top .qode-apl-item-title {
        width: 80%;
        white-space: normal
    }

    .qode-irc-holder .qode-irc-holder-inner {
        padding: 25px
    }

    .qode-irc-holder .qode-irc-holder-inner .qode-irc-button-holder .qbutton.big_large_full_width {
        padding: 0
    }
}

@media only screen and (max-width: 1024px) {
    .qode-horizontal-timeline .qode-events-content .qode-hti-content-image {
        width: 100%;
        display: block;
        height: auto
    }

    .qode-horizontal-timeline .qode-events-content .qode-hti-content-value {
        width: 100%
    }

    .qode-horizontal-timeline .qode-events-content > ol > li:nth-child(2n+2) .qode-event-text {
        position: relative;
        top: 60px
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1201px) {
    .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(6n+1) {
        clear: none
    }

    .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1400px) {
    .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli {
        width: 20%
    }

    .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli {
        width: 25%
    }

    .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width-height {
        width: 50%
    }

    .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli {
        width: 25%
    }

    .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width-height {
        width: 50%
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli:nth-child(5n+1) {
        clear: none
    }

    .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli:nth-child(4n+1) {
        clear: both
    }

    .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(6n+1) {
        clear: none
    }

    .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1200px) {
    .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli {
        width: 25%
    }

    .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli {
        width: 50%
    }

    .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width-height {
        width: 100%
    }

    .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli {
        width: 33.33333%
    }

    .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width-height {
        width: 66.66667%
    }

    .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli {
        width: 25%
    }

    .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width-height {
        width: 50%
    }

    .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli {
        width: 25%
    }

    .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width-height {
        width: 50%
    }

    .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli {
        width: 25%
    }

    .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width-height {
        width: 50%
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli:nth-child(3n+1), .qode-pl-holder.qode-standard-layout.qode-four-columns .qode-pli:nth-child(3n+1), .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(3n+1), .qode-pl-holder.qode-standard-layout.qode-three-columns .qode-pli:nth-child(3n+1), .qode-pl-holder.qode-standard-layout.qode-two-columns .qode-pli:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) {
    .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-four-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli {
        width: 33.33333%
    }

    .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli {
        width: 50%
    }

    .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width-height {
        width: 100%
    }

    .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli {
        width: 33.33333%
    }

    .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width-height {
        width: 66.66667%
    }

    .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli {
        width: 33.33333%
    }

    .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width-height {
        width: 66.66667%
    }

    .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli {
        width: 33.33333%
    }

    .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width-height {
        width: 66.66667%
    }

    .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli {
        width: 33.33333%
    }

    .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width-height {
        width: 66.66667%
    }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli:nth-child(2n+1), .qode-pl-holder.qode-standard-layout.qode-four-columns .qode-pli:nth-child(2n+1), .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli:nth-child(2n+1), .qode-pl-holder.qode-standard-layout.qode-three-columns .qode-pli:nth-child(2n+1), .qode-pl-holder.qode-standard-layout.qode-two-columns .qode-pli:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width: 768px) {
    .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-four-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-three-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-two-columns .qode-pli {
        width: 50%
    }

    .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width-height {
        width: 100%
    }

    .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli {
        width: 50%
    }

    .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width-height {
        width: 100%
    }

    .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli {
        width: 50%
    }

    .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width-height {
        width: 100%
    }

    .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli {
        width: 50%
    }

    .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width-height {
        width: 100%
    }

    .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli {
        width: 50%
    }

    .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width-height {
        width: 100%
    }

    .qode-pl-holder .qode-pl-categories {
        float: none;
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: -8px
    }

    .qode-pl-holder .qode-pl-categories h6.qode-pl-categories-label {
        display: block
    }

    .qode-pl-holder .qode-pl-categories ul {
        margin-top: 10px;
        display: none
    }

    .qode-pl-holder .qode-pl-categories ul li {
        display: block;
        padding: 0;
        float: none
    }

    .qode-pl-holder .qode-pl-ordering-outer {
        position: relative;
        float: none;
        padding-top: 20px
    }

    .qode-pl-holder .qode-pl-ordering-outer h6 {
        display: block;
        padding: 0;
        font-size: 13px
    }

    .qode-pl-holder .qode-pl-ordering-outer h6:after {
        top: -1px
    }

    .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        visibility: visible;
        background: 0 0;
        width: 100%;
        padding: 10px 0 0
    }

    .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div {
        margin: 0
    }

    .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div h5 {
        color: #353535;
        margin-bottom: 5px;
        font-size: 12px
    }

    .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div h5:last-child {
        margin: 0
    }

    .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul {
        margin: 0;
        padding: 0 0 10px
    }

    .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul li {
        padding: 0
    }

    .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul a {
        font-size: 12px
    }

    .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul a.active, .qode-pl-holder .qode-pl-ordering-outer .qode-pl-ordering div ul a:hover {
        color: #353535 !important
    }

    .qode-pl-holder .qode-prl-loading {
        margin: 0;
        top: initial;
        left: initial
    }
}

@media only screen and (min-width: 769px) {
    .qode-pl-categories ul, .qode-pl-ordering {
        display: block !important
    }
}

@media only screen and (max-width: 600px) {
    .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli, .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-five-columns .qode-pli.qode-woo-image-large-width-height, .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli, .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-four-columns .qode-pli.qode-woo-image-large-width-height, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-six-columns .qode-pli.qode-woo-image-large-width-height, .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli, .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-three-columns .qode-pli.qode-woo-image-large-width-height, .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pl-sizer, .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli, .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width, .qode-pl-holder.qode-masonry-layout.qode-two-columns .qode-pli.qode-woo-image-large-width-height, .qode-pl-holder.qode-standard-layout.qode-five-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-four-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-six-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-three-columns .qode-pli, .qode-pl-holder.qode-standard-layout.qode-two-columns .qode-pli {
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .qode-split-scrolling-section .qode-sss-ms-left {
        width: 100%;
        float: left;
        position: relative
    }

    .qode-split-scrolling-section .qode-sss-ms-right {
        width: 100%;
        float: left;
        margin: 38px 0
    }
}

@media only screen and (max-width: 1000px) {
    .header_bottom {
        background-color: #000000;
    }

    .content .container .container_inner.default_template_holder,
    .content .container .container_inner.page_container_inner {
        padding-top: 20px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    section.parallax_section_holder {
        height: auto !important;
        min-height: 400px;
    }
}

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

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

@media only screen and (max-width: 480px) {
    section.parallax_section_holder {
        height: auto !important;
        min-height: 400px;
    }
}