.qode-lazy-preloader {
    animation: 6.6s linear 0s normal none infinite running outer;
    display: inline-block;
    font-size: 0;
    left: 50%;
    line-height: normal;
    margin: -37.5px 0 0 -37.5px;
    position: absolute;
    top: 50%;
    z-index: 10;
}
.ajax_loader, .meta {
    display: none;
}
.qode-lazy-preloader svg {
    animation: 1.32s linear 0s normal none infinite running inner;
}
.qode-lazy-preloader svg circle {
    animation: 1.32s cubic-bezier(0.8, 0, 0.4, 0.8) 0s normal none infinite running arc;
    fill: none;
    stroke: #1abc9c;
    stroke-linecap: round;
}
img[data-lazy="true"] {
    opacity: 0;
}
.qode-type1-gradient-left-to-right, .qode-type1-gradient-left-to-right-after::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #31c8a2, #ae66fd) repeat scroll 0 0;
}
.qode-type1-gradient-bottom-to-top, .qode-type1-gradient-bottom-to-top-after::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #31c8a2, #ae66fd) repeat scroll 0 0;
}
.qode-type1-gradient-left-bottom-to-right-top {
    background: rgba(0, 0, 0, 0) linear-gradient(to right top, #31c8a2, #ae66fd) repeat scroll 0 0;
}
.qode-type1-gradient-left-to-right-2x {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #31c8a2 0px, #ae66fd 50%, #31c8a2 100%) repeat scroll 0 center / 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 {
    -webkit-text-fill-color: transparent;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(right top , #ae66fd, #31c8a2) repeat scroll 0 0 padding-box text;
    color: #31c8a2;
}
.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, .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 {
    -webkit-text-fill-color: transparent;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , #31c8a2, #ae66fd) repeat scroll 0 0 padding-box text;
    color: #31c8a2;
}


.right_side_menu_opened .wrapper, .right_side_menu_opened .wrapper header.fixed, .right_side_menu_opened .wrapper header.fixed_hiding, .right_side_menu_opened .wrapper header.fixed_top_header .top_header, .right_side_menu_opened .wrapper header.sticky {
    left: -270px;
}
@media only screen and (min-width: 1100px) {
.right_side_menu_opened:not(.boxed) .carousel-inner:not(.relative_position) {
    left: -270px;
}
}
.wrapper_inner {
    overflow: hidden;
    width: 100%;
}

.ajax_loader {
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 1100;
}
.qode-page-loading-effect-holder {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}
.qode-page-loading-effect-holder .ajax_loader {
    display: block;
}
.qode-page-loading-effect-holder.qode-hide-spinner .ajax_loader {
    display: none;
}
@media only screen and (min-width: 1000px) {
body.vertical_menu_enabled:not(.vertical_menu_hidden) .ajax_loader {
    margin-left: 130px;
}
body.vertical_menu_enabled.vertical_menu_hidden .ajax_loader {
    margin-left: 20px;
}
}
.ajax_loader_1 {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}
.ajax_loader_2 {
    margin: -50% 0 0 -50%;
}
.ajax_loader .pulse {
    animation: 1s ease-in-out 0s normal none infinite running scaleout;
    background-color: #303030;
    border-radius: 16px;
    height: 32px;
    margin: -16px 0 0 -16px;
    width: 32px;
}
@keyframes scaleout {
0% {
    transform: scale(0);
}
100% {
    opacity: 0;
    transform: scale(1);
}
}
@keyframes scaleout {
0% {
    transform: scale(0);
}
100% {
    opacity: 0;
    transform: scale(1);
}
}
@keyframes scaleout {
0% {
    transform: scale(0);
}
100% {
    opacity: 0;
    transform: scale(1);
}
}
.ajax_loader .double_pulse {
    height: 40px;
    margin: -20px 0 0 -20px;
    position: relative;
    width: 40px;
}
.ajax_loader .double_pulse .double-bounce1, .ajax_loader .double_pulse .double-bounce2 {
    animation: 2s ease-in-out 0s normal none infinite running bounce;
    background-color: #303030;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.ajax_loader .double_pulse .double-bounce2 {
    animation-delay: -1s;
}
@keyframes bounce {
0%, 100% {
    transform: scale(0);
}
50% {
    transform: scale(1);
}
}
@keyframes bounce {
0%, 100% {
    transform: scale(0);
}
50% {
    transform: scale(1);
}
}
.ajax_loader .cube {
    animation: 1.2s ease-in-out 0s normal none infinite running rotateplane;
    background-color: #303030;
    height: 60px;
    margin: -30px 0 0 -30px;
    width: 60px;
}
@keyframes rotateplane {
0% {
    transform: perspective(120px);
}
50% {
    transform: perspective(120px) rotateY(180deg);
}
100% {
    transform: perspective(120px) rotateY(180deg) rotateX(180deg);
}
}
@keyframes rotateplane {
0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.ajax_loader .rotating_cubes {
    height: 32px;
    margin: -16px 0 0 -16px;
    position: relative;
    width: 32px;
}
.ajax_loader .rotating_cubes .cube1, .ajax_loader .rotating_cubes .cube2 {
    animation: 1.8s ease-in-out 0s normal none infinite running cubemove;
    background-color: #303030;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}
.ajax_loader .rotating_cubes .cube2 {
    animation-delay: -0.9s;
}
@keyframes cubemove {
25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
    transform: rotate(-360deg);
}
}
@keyframes cubemove {
25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
    transform: rotate(-360deg);
}
}
.ajax_loader .stripes {
    font-size: 10px;
    height: 60px;
    margin: -30px 0 0 -25px;
    width: 50px;
}
.ajax_loader .stripes > div {
    animation: 1.2s ease-in-out 0s normal none infinite running stretchdelay;
    background-color: #303030;
    display: inline-block;
    height: 100%;
    margin: 0 3px 0 0;
    width: 6px;
}
.ajax_loader .stripes .rect2 {
    animation-delay: -1.1s;
}
.ajax_loader .stripes .rect3 {
    animation-delay: -1s;
}
.ajax_loader .stripes .rect4 {
    animation-delay: -0.9s;
}
.ajax_loader .stripes .rect5 {
    animation-delay: -0.8s;
}
@keyframes stretchdelay {
0%, 100%, 40% {
    transform: scaleY(0.4);
}
20% {
    transform: scaleY(1);
}
}
@keyframes stretchdelay {
0%, 100%, 40% {
    transform: scaleY(0.4);
}
20% {
    transform: scaleY(1);
}
}
.ajax_loader .wave {
    margin: -9px 0 0 -36px;
    width: 72px;
}
.ajax_loader .wave > div {
    animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
    background-color: #303030;
    border-radius: 100%;
    display: inline-block;
    height: 18px;
    margin: 0 3px 0 0;
    width: 18px;
}
.ajax_loader .wave .bounce1 {
    animation-delay: -0.32s;
}
.ajax_loader .wave .bounce2 {
    animation-delay: -0.16s;
}
@keyframes bouncedelay {
0%, 100%, 80% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}
@keyframes bouncedelay {
0%, 100%, 80% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}
.ajax_loader .two_rotating_circles {
    animation: 2s linear 0s normal none infinite running rotatecircles;
    height: 40px;
    margin: -20px 0 0 -20px;
    position: relative;
    text-align: center;
    width: 40px;
}
.ajax_loader .two_rotating_circles .dot1, .ajax_loader .two_rotating_circles .dot2 {
    animation: 2s ease-in-out 0s normal none infinite running bounce;
    background-color: #303030;
    border-radius: 100%;
    display: inline-block;
    height: 60%;
    position: absolute;
    top: 0;
    width: 60%;
}
.ajax_loader .two_rotating_circles .dot2 {
    animation-delay: -1s;
    bottom: 0;
    top: auto;
}
@keyframes rotatecircles {
100% {
    transform: rotate(360deg);
}
}
@keyframes rotatecircles {
100% {
    transform: rotate(360deg);
}
}
.ajax_loader .five_rotating_circles {
    height: 60px;
    margin: -30px 0 0 -30px;
    position: relative;
    width: 60px;
}
.ajax_loader .five_rotating_circles .container1 > div, .ajax_loader .five_rotating_circles .container2 > div, .ajax_loader .five_rotating_circles .container3 > div {
    animation: 1.2s ease-in-out 0s normal both infinite running bouncedelay;
    background-color: #303030;
    border-radius: 100%;
    height: 12px;
    position: absolute;
    width: 12px;
}
.ajax_loader .five_rotating_circles .spinner-container {
    height: 100%;
    position: absolute;
    width: 100%;
}
.ajax_loader .five_rotating_circles .container2 {
    transform: rotateZ(45deg);
}
.ajax_loader .five_rotating_circles .container3 {
    transform: rotateZ(90deg);
}
.ajax_loader .five_rotating_circles .circle1 {
    left: 0;
    top: 0;
}
.ajax_loader .five_rotating_circles .circle2 {
    right: 0;
    top: 0;
}
.ajax_loader .five_rotating_circles .circle3 {
    bottom: 0;
    right: 0;
}
.ajax_loader .five_rotating_circles .circle4 {
    bottom: 0;
    left: 0;
}
.ajax_loader .five_rotating_circles .container2 .circle1 {
    animation-delay: -1.1s;
}
.ajax_loader .five_rotating_circles .container3 .circle1 {
    animation-delay: -1s;
}
.ajax_loader .five_rotating_circles .container1 .circle2 {
    animation-delay: -0.9s;
}
.ajax_loader .five_rotating_circles .container2 .circle2 {
    animation-delay: -0.8s;
}
.ajax_loader .five_rotating_circles .container3 .circle2 {
    animation-delay: -0.7s;
}
.ajax_loader .five_rotating_circles .container1 .circle3 {
    animation-delay: -0.6s;
}
.ajax_loader .five_rotating_circles .container2 .circle3 {
    animation-delay: -0.5s;
}
.ajax_loader .five_rotating_circles .container3 .circle3 {
    animation-delay: -0.4s;
}
.ajax_loader .five_rotating_circles .container1 .circle4 {
    animation-delay: -0.3s;
}
.ajax_loader .five_rotating_circles .container2 .circle4 {
    animation-delay: -0.2s;
}
.ajax_loader .five_rotating_circles .container3 .circle4 {
    animation-delay: -0.1s;
}

.boxed header {
    background-color: transparent;
    border: 0 none;
}
.boxed .header_inner {
    margin: 0 auto;
    width: 1150px;
}
.header_inner_right {
    float: right;
    position: relative;
    z-index: 110;
}
.header_top {
    background-color: #fff;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    transition: all 0.2s ease 0s;
    z-index: 111;
}
header.scrolled .header_top {
    background-color: #fff;
}
.header_top p {
    line-height: 32px;
    padding: 0 15px;
}
.header_top .left {
    float: left;
    height: 100%;
}
.header_top .right {
    float: right;
    height: 100%;
}
.header_top .right .inner #lang_sel {
    float: left;
    padding: 0;
}
.header_top .inner #lang_sel > ul {
    list-style: outside none none;
}
.header_top .left .inner > div, .header_top .left .inner > div:last-child {
    border-bottom: 0 none;
    border-top: 0 none;
    float: left;
}
.header_top .right .inner > div {
    border-left: 0 none;
    float: left;
}
header.scrolled:not(.scroll_header_top_area) .header_top {
    border-bottom: 0 none;
}

.header_bottom {
    background-color: #fff;
    padding: 0 45px;
    transition: all 0.2s ease 0s;
}
.boxed .header_bottom {
    padding: 0 25px;
}
.logo_wrapper {
    float: left;
    height: 100px;
}
.q_logo {
    left: 0;
    top: 50%;
}
.q_logo a {
    display: block;
    visibility: hidden;
}
.q_logo img {
    display: block;
    max-width: none;
    opacity: 1;
    position: absolute;
    top: -50%;
    transition: opacity 0.6s ease-in-out 0s;
    width: auto;
}
header.sticky .header_fixed_right_area, header.sticky .header_top {
    display: none;
}
.menu_position_left .q_logo img {
    transition: none 0s ease 0s ;
}
.q_logo img.dark, .q_logo img.light, .q_logo img.mobile, .q_logo img.popup, .q_logo img.sticky {
    opacity: 0;
}
header.scrolled.dark:not(.header_style_on_scroll) .q_logo img.normal, header.scrolled.light:not(.header_style_on_scroll) .q_logo img.normal, header.scrolled:not(.header_style_on_scroll) .q_logo img.normal {
    opacity: 1;
}
header.light .q_logo img.normal, header.scrolled.dark:not(.header_style_on_scroll) .q_logo img.dark, header.scrolled.dark:not(.header_style_on_scroll) .q_logo img.light, header.scrolled.light:not(.header_style_on_scroll) .q_logo img.dark, header.scrolled.light:not(.header_style_on_scroll) .q_logo img.light, header.scrolled:not(.header_style_on_scroll) .q_logo img.dark, header.scrolled:not(.header_style_on_scroll) .q_logo img.light {
    opacity: 0;
}
header.light .q_logo img.light {
    opacity: 1;
}
header.dark .q_logo img.light, header.dark .q_logo img.normal, header.light .q_logo img.dark {
    opacity: 0;
}
header.dark .q_logo img.dark, header.sticky:not(.header_style_on_scroll) .q_logo img.sticky {
    opacity: 1;
}
.hide_inital_sticky header.stick {
    transform: translateY(-100%);
}
.hide_inital_sticky header.stick.sticky {
    transform: none;
}
header.sticky {
    background-clip: content-box;
    left: 0;
    position: fixed;
    top: -120px;
    transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
}
header.sticky .header_bottom {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
header.sticky.no_shadow .header_bottom {
    box-shadow: none;
}
header.sticky.centered_logo {
    top: -300px;
}
header.sticky.sticky_animate {
    top: 0;
}
header.sticky:not(.header_style_on_scroll) .q_logo img.dark, header.sticky:not(.header_style_on_scroll) .q_logo img.light, header.sticky:not(.header_style_on_scroll) .q_logo img.mobile, header.sticky:not(.header_style_on_scroll) .q_logo img.normal, header.sticky:not(.header_style_on_scroll) .q_logo img.popup {
    opacity: 0;
}
header.sticky .logo_wrapper, header.sticky.centered_logo .logo_wrapper {
    float: left;
    height: 60px;
}
header.sticky .side_menu_button, header:not(.sticky) .header_menu_bottom .side_menu_button {
    height: 60px;
}
header.sticky .drop_down .second {
    margin-top: 0;
}
.sticky .header_menu_bottom {
    position: static;
}
header.fixed, header.fixed_hiding, header.fixed_top_header .top_header {
    left: 0;
    position: fixed;
    top: 0;
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    width: 100%;
    z-index: 110;
}
header.menu_bottom:not(.sticky) .drop_down .second, header.transparent.fixed.scrolled .drop_down .second, header.transparent.fixed_hiding.scrolled .drop_down .second {
    top: 100%;
}
header.fixed.scrolled .header_bottom, header.fixed_hiding.scrolled .header_bottom {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
header.menu_bottom .header_inner_left {
    left: 0;
    position: relative;
}
header:not(.sticky) .header_menu_bottom nav.main_menu > ul > li > a {
    line-height: 60px;
}
header:not(.sticky) .header_menu_bottom nav.main_menu > ul > li:first-child > a {
    padding-left: 0;
}
header.menu_bottom.has_header_fixed_right .mobile_menu_button {
    height: 130px;
}
.menu_bottom.sticky .container_inner .header_inner_left {
    position: absolute;
}
.menu_bottom .logo_wrapper {
    float: none;
}
.menu_bottom .q_logo a {
    display: inline-block;
}
.menu_bottom.sticky .logo_wrapper {
    float: left;
}
.header_menu_bottom {
    display: block;
    position: relative;
}
header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search form {
    border: medium none;
    display: inline-block;
    height: 100%;
    position: relative;
}
header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search form > div {
    display: inline-block;
    height: 100%;
}
header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search form > div label {
    display: none;
}
header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search form > div input[type="text"] {
    background: #1abc9c none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    height: 100%;
    letter-spacing: 1px;
    line-height: 60px;
    margin: 0;
    outline: 0 none;
    padding: 0 55px 0 25px;
    text-transform: uppercase;
}
header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search form > div *:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search form > div *::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
header.menu_bottom .header_bottom_right_widget_holder .header_bottom_widget.widget_search form > div input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 1px 6px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
header.centered_logo .header_inner_left {
    display: block;
    float: none;
    left: 0;
    margin: 20px 0 10px;
    position: relative;
}
header.centered_logo .header_inner_right, header.centered_logo .q_logo a {
    display: inline-block;
    vertical-align: middle;
}
header.centered_logo.sticky .header_inner_left {
    margin: 0;
}
header.centered_logo .logo_wrapper {
    float: none;
    height: auto;
}
header.centered_logo .q_logo {
    top: 0;
}
header.centered_logo.sticky .q_logo {
    top: 50%;
}
header.centered_logo .q_logo img {
    margin: 0;
    top: 0;
}
header.centered_logo.centered_logo_animate .q_logo img, header:not(.centered_logo) .q_logo img {
    height: 100%;
}
header.centered_logo.sticky .q_logo img {
    height: 100%;
    top: -50%;
}
header.centered_logo .header_inner_right {
    float: none;
    position: relative;
}
header.centered_logo .header_right_widget {
    float: left;
}
header.centered_logo nav.main_menu, header.centered_logo nav.main_menu.left, header.centered_logo nav.main_menu.right {
    display: inline-block;
    float: none;
    left: auto;
    position: relative;
    vertical-align: middle;
}
header.centered_logo nav.main_menu > ul {
    left: 0;
}
@media only screen and (min-width: 1000px) {
header.centered_logo:not(.sticky) .q_logo img {
    transform: translate(-50%, 0px);
}
header.fixed_hiding .holeder_for_hidden_menu {
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    vertical-align: middle;
}
header.fixed_hiding.scrolled .holeder_for_hidden_menu {
    max-height: 0;
}
header.fixed_hiding .holeder_for_hidden_menu:hover {
    overflow: visible;
}
header.fixed_hiding.scrolled:hover .holeder_for_hidden_menu {
    max-height: 150px;
    transition-duration: 0.8s;
}
header.fixed_hiding.centered_logo .header_inner_left {
    display: table;
    margin: 20px 0;
    width: 100%;
}
header.fixed_hiding.centered_logo.fixed_hiding .header_inner_left {
    height: 50px;
}
header.fixed_hiding .header-left-from-logo-widget, header.fixed_hiding .header-right-from-logo-widget, header.fixed_hiding .logo_wrapper {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 33.33%;
}
header.fixed_hiding .header-left-from-logo-widget-inner, header.fixed_hiding .header-right-from-logo-widget-inner {
    width: 100%;
}
header.fixed_hiding .header-left-from-logo-widget {
    text-align: left;
}
header.fixed_hiding .header-right-from-logo-widget {
    text-align: right;
}
header.fixed_hiding .q_logo, header.fixed_hiding .q_logo a {
    max-height: 124px;
    opacity: 1;
    transition: max-height 0.2s ease-out 0s, opacity 0.2s ease 0s;
}
header.fixed_hiding.scrolled .q_logo, header.fixed_hiding.scrolled .q_logo a {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.2s ease-out 0s, opacity 0.4s ease 0s;
}
header.fixed_hiding .q_logo_hidden a {
    display: block;
    height: 50px;
    max-height: 0;
    opacity: 0;
    position: relative;
    transition: opacity 0s ease 0s, max-height 0s ease 0s;
}
header.fixed_hiding.scrolled .q_logo_hidden a {
    max-height: 500px;
    opacity: 1;
    transition: opacity 0.15s ease 0.3s, max-height 0.15s ease 0.2s;
}
}
nav.main_menu {
    left: 50%;
    position: absolute;
    text-align: left;
    z-index: 100;
}
nav.main_menu.right {
    float: right;
    left: auto;
    position: relative;
}
nav.main_menu.left {
    float: left;
    left: auto;
    position: relative;
    z-index: 101;
}
nav.main_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav.main_menu > ul {
    left: -50%;
    position: relative;
}
nav.main_menu.left > ul, nav.main_menu.right > ul {
    left: auto;
}
nav.main_menu ul li {
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
nav.main_menu ul li a {
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 100px;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
nav.main_menu > ul > li > a > i.menu_icon {
    margin-right: 7px;
}
.dark.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, .light.sticky nav.main_menu > ul > li.active > a, .light.sticky nav.main_menu > ul > li > a, .light.sticky nav.main_menu > ul > li > a:hover, header.sticky nav.main_menu > ul > li > a {
    line-height: 60px;
}
nav.main_menu > ul > li > a {
    background-color: transparent;
    display: inline-block;
    height: 100%;
    transition: opacity 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.with_hover_bg_color nav.main_menu > ul > li > a {
}
header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a {
    opacity: 0.8;
}
nav.main_menu > ul > li.active > a {
    color: #303030;
}
nav.main_menu > ul > li > a > i.blank {
    display: none;
}
nav.main_menu > ul > li.has_sub > a > i.q_menu_arrow {
    display: inline-block;
    margin-left: 6px;
}
.light.header_style_on_scroll nav.main_menu > ul > li.active > a, .light.header_style_on_scroll nav.main_menu > ul > li::before, .light.header_style_on_scroll nav.main_menu > ul > li > a:hover, .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li.active > a, .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li::before, .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a, .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a:hover {
    color: #fff;
}
.dark.header_style_on_scroll nav.main_menu > ul > li.active > a, .dark.header_style_on_scroll nav.main_menu > ul > li:not(:first-child)::before, .dark.header_style_on_scroll nav.main_menu > ul > li > a, .dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li.active > a, .dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li:not(:first-child)::before, .dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a {
    color: #000;
}
nav.main_menu > ul > li > a {
    color: #9d9d9d;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 17px;
    position: relative;
    text-transform: uppercase;
}
header:not(.with_hover_bg_color) nav.main_menu > ul > li > a > span:not(.plus), nav.vertical_menu > ul > li > a > span:not(.plus) {
    display: inline-block;
    line-height: initial;
    position: relative;
}
nav.main_menu ul li a span.underline_dash, nav.vertical_menu ul li a span.underline_dash {
    background-color: #9d9d9d;
    bottom: -50%;
    height: 1px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: opacity 0.3s ease 0s;
    width: 100%;
}
nav.main_menu ul li.active a span.underline_dash, nav.main_menu ul li:hover a span.underline_dash, nav.vertical_menu ul li.active a span.underline_dash, nav.vertical_menu ul li:hover a span.underline_dash {
    opacity: 1;
}
.light.header_style_on_scroll nav.main_menu > ul > li.active > a span.underline_dash, .light.header_style_on_scroll nav.main_menu > ul > li > a:hover span.underline_dash, .light:not(.sticky):not(.scrolled) nav.main_menu ul li a span.underline_dash, .vertical_menu_transparency_on .light nav.vertical_menu ul li a span.underline_dash {
    background-color: #fff;
}
.dark.header_style_on_scroll nav.main_menu > ul > li.active > a span.underline_dash, .dark.header_style_on_scroll nav.main_menu > ul > li > a:hover span.underline_dash, .dark:not(.sticky):not(.scrolled) nav.main_menu ul li a span.underline_dash, .vertical_menu_transparency_on .dark nav.vertical_menu ul li a span.underline_dash {
    background-color: #000;
}
.drop_down ul {
    list-style: outside none none;
}
.drop_down ul li {
    position: relative;
}
.drop_down .second {
    display: block;
    left: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: top 0.3s ease-in-out 0s;
    visibility: hidden;
    z-index: 10;
}
header.transparent:not(.sticky) .drop_down .second {
    top: 75%;
}
header.transparent.with_border:not(.sticky) .drop_down .second, header.transparent.with_hover_bg_color:not(.sticky) .drop_down .second {
    top: 100%;
}
.drop_down li.left_position .second {
    left: auto;
    right: 0;
}
header.transparent .drop_down .second:not(.right) {
    left: 16px;
}
header.transparent.with_hover_bg_color .drop_down .second:not(.right) {
    left: 0;
}
.drop_down li.right_position .second {
    left: -100%;
}
.drop_down .second.drop_down_start {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}
nav.main_menu > ul > li:hover > .second {
    z-index: 20;
}
.drop_down .second .inner {
    display: block;
    padding: 0;
    position: relative;
    z-index: 997;
}
.drop_down .second .inner > ul, li.narrow .second .inner ul {
    background-color: #262626;
    border-color: #3d3d3d;
    display: inline-block;
    position: relative;
}
li.narrow .second .inner ul {
    padding: 7px 0;
}
.drop_down .second .inner ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    display: block;
    float: none;
    height: auto;
    padding: 0 15px;
    position: relative;
    width: 190px;
}
li.narrow .second .inner ul li:last-child {
    border-bottom: medium none;
}
.drop_down .wide.left_position .second ul li, .drop_down .wide.right_position .second ul li {
    width: 180px;
}
.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5 {
    color: #9d9d9d;
    display: block;
    font-size: 11px;
    font-weight: 600;
    height: auto;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 0;
    padding: 9px 0;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out 0s;
}
.drop_down .second .inner > ul > li:last-child > a, .drop_down .second .inner > ul > li > ul > li:last-child > a, .drop_down .second .inner > ul > li > ul > li > ul > li:last-child > a {
    border-bottom: 0 none;
}
.drop_down .second .inner ul.right li a {
    padding: 9px 20px 9px 0;
}
.drop_down .second .inner ul li.sub ul li a:hover, .drop_down .second .inner > ul > li > a:hover {
    color: #fff;
}
.drop_down .narrow .second .inner ul li {
    padding: 0;
    width: 225px;
}
.drop_down .narrow .second .inner ul li a {
    padding-left: 20px;
    padding-right: 20px;
}
.drop_down .wide .second .inner ul li h5, .drop_down .wide .second .inner ul li.sub a, .drop_down .wide .second ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
}
.drop_down .second i {
    display: none;
}
.drop_down .second .inner ul li ul {
    display: none;
    height: auto;
    left: 100%;
    overflow: visible;
    position: absolute;
    top: -7px;
    z-index: 10;
}
.drop_down .second .inner ul li:hover ul {
    display: block;
    z-index: 20;
}
.drop_down .second.right {
    left: auto;
    right: 0;
}
.drop_down .second .inner ul.right li a, .drop_down .second .inner ul.right li h5 {
    text-align: right;
}
.drop_down .second .inner ul.right li ul {
    left: -100%;
}
.drop_down .second .inner ul li.sub ul li a, .drop_down .second .inner ul.right li.sub ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.drop_down .second .inner .widget {
    padding: 0 20px;
}
.drop_down .second .inner .widget p {
    font-size: 13px;
    line-height: 16px;
    padding: 12px 0;
}
.drop_down .wide .second ul {
    padding: 15px 10px;
}
.drop_down .second ul li {
    border-bottom-color: #3d3d3d;
    border-bottom-width: 1px;
}
.drop_down .wide .second ul li {
    border-bottom: 0 none;
    border-left: 1px solid #3d3d3d;
    float: left;
    padding: 0 10px;
    width: 249px;
}
.drop_down .wide .second ul li a, .drop_down .wide .second > .inner > ul > li.sub > ul > li > a {
    padding: 11px 9px;
}
.drop_down .wide.right_position .second ul li:last-child, .drop_down .wide:not(.right_position) .second ul li:first-child {
    border-left-color: transparent;
}
.drop_down .wide .second ul li:last-child {
    margin-right: 0;
}
.drop_down .wide.right_position .second ul li {
    float: right;
}
.drop_down .wide .second ul li:hover {
    background-color: transparent;
}
.drop_down .second .inner ul li.sub a i.q_menu_arrow {
    color: #888;
    display: inline-block;
    float: right;
    font-size: 12px;
    position: relative;
    top: 2px;
}
.drop_down .second .inner ul li.sub ul li a i.q_menu_arrow, .drop_down .wide .second .inner ul li.sub a i.q_menu_arrow {
    display: none;
}
.drop_down .second .inner ul.right li.sub a i.q_menu_arrow {
    float: left;
    transform: rotate(180deg);
}
.drop_down .wide .second .inner > ul > li > a {
    border-bottom: 0 none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.drop_down .wide .second .inner ul li h5 a, .drop_down .wide .second .inner ul li.sub h5 a {
    padding: 0;
}
.drop_down .wide .second ul li ul {
    background-color: transparent;
    display: block;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
    visibility: visible;
}
.drop_down .wide .second ul li ul .widget {
    padding: 0 10px;
}
.drop_down .wide.wide_background .second {
    background-color: #262626;
}
.drop_down .wide.wide_background .second .inner ul {
    text-align: left;
}
.drop_down .wide.wide_background .second .inner {
    text-align: center;
}
.drop_down .wide .second ul li.show_widget_area_in_popup:hover .popup_wrapper > a {
    color: #fff;
}
.drop_down .wide .second ul li.show_widget_area_in_popup .popup_wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.drop_down .wide .second ul li.show_widget_area_in_popup a {
    display: inline-block;
    vertical-align: middle;
}
.drop_down .wide .second ul li.show_widget_area_in_popup .widget {
    background-color: #262626;
    height: 0;
    left: 100%;
    margin: 5px 0 0 5px;
    opacity: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 0;
}
.drop_down .wide .second ul li ul li {
    border: 0 none;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.drop_down .wide .second ul li.show_widget_area_in_popup:hover {
    z-index: 10;
}
.drop_down .wide .second ul li.show_widget_area_in_popup:hover .widget {
    height: auto;
    opacity: 1;
    width: auto;
}
.drop_down .wide .second ul li.show_widget_area_in_popup .widget img {
    display: block;
    max-width: inherit;
    position: relative;
}
.drop_down .wide .second ul li.show_widget_area_in_popup .widget a {
    padding: 0;
}
.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 {
    border-bottom: 0 none;
    color: #303030;
    font-size: 15px;
}
.drop_down .wide.icons .second ul li a span {
    display: block;
    position: relative;
}
.drop_down .wide.icons .second i {
    color: #888;
    display: inline-block;
    float: left;
    height: 16px;
    line-height: 16px;
    transition: color 0.3s ease-in-out 0s;
    width: 24px;
}
.drop_down .wide.icons .second a:hover i, .fixed_top_header.light .header_bottom_center_widget {
    color: #fff;
}
.drop_down .wide.icons .second i.blank {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: none;
}
.fixed_top_header .bottom_header, .fixed_top_header nav.mobile_menu, nav.mobile_menu {
    background-color: #fff;
}
.section .mobile-video-image, div.section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 1000px) {
header.stick_with_left_right_menu:not(.sticky) {
    text-align: center;
}
.hide_inital_sticky header.stick_with_left_right_menu {
    transform: translateY(-100%);
}
.hide_inital_sticky header.stick_with_left_right_menu.sticky {
    transform: none;
}
header.stick_with_left_right_menu .header_inner_left {
    display: inline-block;
    left: auto;
    position: relative;
    top: 0;
    vertical-align: middle;
    z-index: 100;
}
header.stick_with_left_right_menu.sticky .header_inner_left {
    display: none;
}
header.stick_with_left_right_menu nav.main_menu.left_side {
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 49%;
    z-index: 50;
}
header.stick_with_left_right_menu nav.main_menu.left_side > ul {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
header.stick_with_left_right_menu nav.main_menu.right_side {
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    z-index: 50;
}
header.stick_with_left_right_menu nav.main_menu.left_side:hover, header.stick_with_left_right_menu nav.main_menu.right_side:hover {
    z-index: 200;
}
header.stick_with_left_right_menu.sticky nav.main_menu.left_side, header.stick_with_left_right_menu.sticky nav.main_menu.right_side {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
header.stick_with_left_right_menu.sticky nav.main_menu.left_side > ul > li:last-child, header.stick_with_left_right_menu.sticky nav.main_menu.right_side > ul > li:first-child {
    margin: 0;
}
nav.main_menu.left_side > ul, nav.main_menu.right_side > ul {
    left: auto;
}
.fixed_minimal .q_logo a img {
    transform: translate(-50%, 0px);
}
}
.fixed_minimal .container_inner .header_inner_left, .fixed_minimal .header_inner_left {
    float: left;
    left: auto;
    position: relative;
    top: auto;
}
.fixed_minimal .container_inner .logo_wrapper, .fixed_minimal .logo_wrapper {
    float: none;
    left: 50%;
    position: absolute;
    top: 0;
}
.fixed_minimal .popup_menu .line::after, .fixed_minimal .popup_menu .line::before {
    z-index: 1;
}
.fixed_minimal .side_menu_button > a {
    margin: 0;
}
.fixed_top_header .top_header {
    backface-visibility: hidden;
    background-color: #fff;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 110;
}
.fixed_top_header .top_header .left {
    float: left;
}
.fixed_top_header .top_header .right {
    float: right;
}
.fixed_top_header .top_header nav.main_menu {
    left: 0;
    position: relative;
}
.fixed_top_header .top_header nav.main_menu > ul {
    left: 0;
}
.fixed_top_header .header_inner_center {
    text-align: center;
}
.fixed_top_header .logo_wrapper {
    float: none;
    padding: 25px 0;
}
.fixed_top_header .q_logo {
    top: 0;
}
.fixed_top_header .q_logo a {
    display: inline-block;
    vertical-align: middle;
}
.fixed_top_header .q_logo a img {
    left: 0;
    top: 0;
    transform: translate(-50%, 0px);
}
.fixed_top_header .header_bottom_right_widget_holder, .fixed_top_header .shopping_cart_inner, .fixed_top_header .side_menu_button {
    height: 45px;
}
.fixed_top_header nav.main_menu > ul > li > a {
    line-height: 45px;
}
.fixed_top_header.has_top .bottom_header {
    padding-top: 45px;
}
.fixed_top_header .header_bottom_center_widget {
    padding-bottom: 20px;
}
.fixed_top_header .top_header .header-widget {
    float: left;
}
.fixed_top_header .qode_search_form_3 .qode_search_close {
    font-size: 25px;
}
.fixed_top_header .qode_search_form_3 {
    left: 0;
    position: fixed;
    top: 0;
}
.header_menu_bottom .main_menu, .header_menu_bottom nav.main_menu > ul, .sticky .header_menu_bottom nav.main_menu > ul {
    left: auto;
}
.fixed_top_header .top_header > .left {
    padding-left: 45px;
}
.fixed_top_header .top_header > .right {
    padding-right: 45px;
}
.fixed_top_header .top_header .container_inner .left, .fixed_top_header .top_header .container_inner .right {
    padding-left: 0;
    padding-right: 0;
}
.dark .mobile_menu_button span, .fixed_top_header.dark .header_bottom_center_widget {
    color: #000;
}
header.fixed_top_header .top_header nav.main_menu > ul > li:first-child > a {
    padding-left: 0;
}
.mobile_menu_button {
    display: none;
    float: left;
    height: 100px;
    margin: 0 20px 0 0;
}
.mobile_menu_button span {
    cursor: pointer;
    display: table-cell;
    font-size: 14px;
    height: 17px;
    position: relative;
    vertical-align: middle;
    width: 19px;
    z-index: 50;
}
nav.mobile_menu, nav.mobile_menu ul {
    display: none;
    position: relative;
    width: 100%;
}
nav.mobile_menu {
    float: left;
    overflow: hidden;
    text-align: left;
    top: 0;
    z-index: 100;
}
nav.mobile_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav.mobile_menu > ul {
    margin-bottom: -1px;
}
nav.mobile_menu ul li {
    margin: 0;
    padding: 0;
    position: relative;
}
nav.mobile_menu ul li a {
    transition: all 0.2s ease 0s;
}
nav.mobile_menu ul li, nav.mobile_menu ul li ul li {
    border-bottom: 1px solid #eaeaea;
}
nav.mobile_menu ul li.open_sub > ul {
    border-top: 1px solid #eaeaea;
}
nav.mobile_menu ul li:last-child {
    border: 0 none;
}
nav.mobile_menu ul > li.has_sub > span.mobile_arrow {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 50px;
    z-index: 9000;
}
nav.mobile_menu ul li span.mobile_arrow i {
    color: #888;
}
nav.mobile_menu ul > li > span.mobile_arrow i {
    display: none;
}
nav.mobile_menu ul > li.has_sub > span.mobile_arrow i {
    display: inline;
}
nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow i.fa-angle-right, nav.mobile_menu ul > li.has_sub > span.mobile_arrow i.fa-angle-down, nav.mobile_menu ul > li.has_sub > ul.open_sub > li > span.mobile_arrow i.fa-angle-right {
    display: none;
}
nav.mobile_menu ul > li.has_sub ul.open_sub > li > span.mobile_arrow i.fa-angle-down, nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow i.fa-angle-down {
    display: inline;
}
nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    color: #888;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    padding: 10px 0;
    position: relative;
    text-transform: none;
}
.q_counter_holder p.counter_text, .qode-qbutton-main-color, .title h1 {
    letter-spacing: 1px;
    text-transform: uppercase;
}
nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active > a {
    color: #1abc9c;
}
nav.mobile_menu ul li ul li {
    margin: 0 0 0 20px;
}
header:not(.centered_logo) .header_fixed_right_area {
    height: 100%;
    line-height: 100px;
    position: absolute;
    right: 0;
    top: 0;
}
.sticky .header_menu_bottom .main_menu {
    float: right;
    left: auto;
    position: relative;
}
.sticky .header_menu_bottom .main_menu_header_inner_right_holder .main_menu, .sticky .header_menu_bottom .main_menu_header_inner_right_holder.with_center_logo .main_menu {
    float: left;
}
.sticky .header_menu_bottom .main_menu_header_inner_right_holder {
    float: right;
}
.side_menu_button_wrapper {
    display: table;
}
.side_menu_button {
    cursor: pointer;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}
.header_bottom_right_widget_holder {
    display: table-cell;
    height: 100%;
    padding: 0 17px;
    vertical-align: middle;
}
@media only screen and (min-width: 1000px) {
header.dark.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton, header.dark:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton {
    background-color: transparent;
    border-color: #000;
    color: #000;
}
header.light.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton, header.light:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
}

.side_menu_button > a {
    display: inline;
    font-size: 14px;
    height: 20px;
    padding: 0 12px;
    position: relative;
    width: 20px;
}
.side_menu_button > a.side_menu_button_link span {
    position: relative;
    top: 2px;
    vertical-align: middle;
}
.side_menu_button > a.side_menu_button_link.medium {
    display: inline-block;
    font-size: 21px;
    height: 30px;
    line-height: 30px;
    width: 19px;
}
.side_menu_button > a.side_menu_button_link.large {
    display: inline-block;
    font-size: 28px;
    height: 34px;
    line-height: 34px;
    width: 24px;
}
.mobile_menu_button span, .side_menu_button > a {
    color: #9d9d9d;
    transition: opacity 0.3s ease 0s;
}
.mobile_menu_button span:hover, .side_menu_button > a:hover {
    opacity: 0.8;
}
.side_menu_button > a.search_button {
    display: inline-block;
    vertical-align: middle;
}
.light.header_style_on_scroll .header-widget, .light.header_style_on_scroll .header-widget .q_social_icon_holder i.simple_social, .light.header_style_on_scroll .header-widget .q_social_icon_holder span.simple_social, .light.header_style_on_scroll .header-widget a, .light.header_style_on_scroll .header-widget p, .light.header_style_on_scroll .header-widget span, .light.header_style_on_scroll .header-widget.widget_nav_menu ul.menu > li > a, .light:not(.sticky):not(.scrolled) .header-widget, .light:not(.sticky):not(.scrolled) .header-widget .q_social_icon_holder i.simple_social, .light:not(.sticky):not(.scrolled) .header-widget .q_social_icon_holder span.simple_social, .light:not(.sticky):not(.scrolled) .header-widget a, .light:not(.sticky):not(.scrolled) .header-widget p, .light:not(.sticky):not(.scrolled) .header-widget span, .light:not(.sticky):not(.scrolled) .header-widget.widget_nav_menu ul.menu > li > a {
    color: #fff;
}
.light.header_style_on_scroll .header-widget #lang_sel > ul > li > a, .light.header_style_on_scroll .header-widget #lang_sel_click > ul > li > a, .light.header_style_on_scroll .header-widget .q_social_icon_holder i.simple_social, .light.header_style_on_scroll .header-widget .q_social_icon_holder span.simple_social, .light:not(.sticky):not(.scrolled) .header-widget #lang_sel > ul > li > a, .light:not(.sticky):not(.scrolled) .header-widget #lang_sel_click > ul > li > a, .light:not(.sticky):not(.scrolled) .header-widget .q_social_icon_holder i.simple_social, .light:not(.sticky):not(.scrolled) .header-widget .q_social_icon_holder span.simple_social {
    color: #fff;
}
.dark.header_style_on_scroll .header-widget, .dark.header_style_on_scroll .header-widget a, .dark.header_style_on_scroll .header-widget p, .dark.header_style_on_scroll .header-widget span, .dark.header_style_on_scroll .header-widget.widget_nav_menu ul.menu > li > a, .dark.header_style_on_scroll .q_social_icon_holder i.simple_social, .dark.header_style_on_scroll .q_social_icon_holder span.simple_social, .dark:not(.sticky):not(.scrolled) .header-widget, .dark:not(.sticky):not(.scrolled) .header-widget a, .dark:not(.sticky):not(.scrolled) .header-widget p, .dark:not(.sticky):not(.scrolled) .header-widget span, .dark:not(.sticky):not(.scrolled) .header-widget.widget_nav_menu ul.menu > li > a, .dark:not(.sticky):not(.scrolled) .q_social_icon_holder i.simple_social, .dark:not(.sticky):not(.scrolled) .q_social_icon_holder span.simple_social {
    color: #000;
}
.dark.header_style_on_scroll .header-widget #lang_sel > ul > li > a, .dark.header_style_on_scroll .header-widget #lang_sel_click > ul > li > a, .dark.header_style_on_scroll .header-widget .q_social_icon_holder i.simple_social, .dark.header_style_on_scroll .header-widget .q_social_icon_holder span.simple_social, .dark:not(.sticky):not(.scrolled) .header-widget #lang_sel > ul > li > a, .dark:not(.sticky):not(.scrolled) .header-widget #lang_sel_click > ul > li > a, .dark:not(.sticky):not(.scrolled) .header-widget .q_social_icon_holder i.simple_social, .dark:not(.sticky):not(.scrolled) .header-widget .q_social_icon_holder span.simple_social {
    color: #000;
}
.side_menu_button a:last-child {
    padding: 0 0 0 8px;
}
.content .container .container_inner, .header_inner_right.left_side .side_menu_button a:last-child {
    padding: 0;
}
header.sticky .header_inner_right.left_side {
    display: none;
}
.side_menu .q_font_awsome_icon .qode_icon_element {
    backface-visibility: visible;
    color: #818181;
    margin: 0 8px 0 0;
    transition: color 0.3s ease-in-out 0s;
}
.box_image_holder .box_image_shadow, .box_image_holder .image_holder_inner, .box_image_with_border {
    transition: all 0.4s ease-out 0s;
}
.side_menu li:hover .q_font_awsome_icon .qode_icon_element {
    color: #fff;
}
.q_slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 10;
}
.container, .content, .full_width {
    position: relative;
    z-index: 100;
}
.ls-wp-fullwidth-helper {
    left: 0;
}
.content {
    margin-top: 0;
}
.content.content_top_margin {
    margin-top: 100px;
}
.content.content_top_margin_none {
    margin-top: 0;
}
.container {
    padding: 0;
    width: 100%;
}
.container_inner {
    margin: 0 auto;
    width: 1100px;
}
.content .container .container_inner.page_container_inner, .full_page_container_inner {
    padding: 30px 0 0;
}
.header_bottom .container_inner {
    position: relative;
}
.content .title .container_inner {
    padding: 0;
}
section.section {
    display: block;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
}
div.section {
    position: relative;
}
.use_row_as_box {
    border-radius: 4px;
}
.vc_row.disable_negative_margin {
    margin-left: 0;
    margin-right: 0;
}
div.video_section {
    overflow: hidden;
}
.boxed .section .section_inner, .grid_section .section_inner {
    margin: 0 auto;
    position: relative;
    width: 1100px;
    z-index: 20;
}
.full_section_inner {
    position: relative;
    z-index: 20;
}
@media only screen and (min-width: 1400px) {
.qode_grid_1300 .carousel-inner .slider_content_outer, .qode_grid_1300 .container_inner, .qode_grid_1300 .container_inner nav.content_menu, .qode_grid_1300 .footer_bottom_border.in_grid, .qode_grid_1300 .footer_top_border.in_grid, .qode_grid_1300 .full_width .parallax_content, .qode_grid_1300 .grid_section .section_inner, .qode_grid_1300 .title_border_in_grid_holder, .qode_grid_1300 nav.content_menu ul, .qode_grid_1300.boxed .section .section_inner, .qode_grid_1300.boxed nav.content_menu.fixed {
    width: 1300px;
}
.qode_grid_1300.boxed .carousel-inner, .qode_grid_1300.boxed .header_inner, body.qode_grid_1300.boxed .footer_inner, body.qode_grid_1300.boxed .wrapper_inner {
    width: 1350px;
}
.qode_grid_1300.boxed.vertical_menu_enabled .carousel-inner {
    width: 1350px;
}
.qode_grid_1300 .drop_down .wide .second ul li {
    width: 299px;
}
}
@media only screen and (min-width: 1300px) {
.qode_grid_1200 .carousel-inner .slider_content_outer, .qode_grid_1200 .container_inner, .qode_grid_1200 .container_inner nav.content_menu, .qode_grid_1200 .footer_bottom_border.in_grid, .qode_grid_1200 .footer_top_border.in_grid, .qode_grid_1200 .full_width .parallax_content, .qode_grid_1200 .grid_section .section_inner, .qode_grid_1200 .title_border_in_grid_holder, .qode_grid_1200 nav.content_menu ul, .qode_grid_1200.boxed .section .section_inner, .qode_grid_1200.boxed nav.content_menu.fixed {
    width: 1200px;
}
.qode_grid_1200.boxed .carousel-inner, .qode_grid_1200.boxed .header_inner, body.qode_grid_1200.boxed .footer_inner, body.qode_grid_1200.boxed .wrapper_inner {
    width: 1250px;
}
.qode_grid_1200.boxed.vertical_menu_enabled .carousel-inner {
    width: 1250px;
}
.qode_grid_1200 .drop_down .wide .second ul li {
    width: 274px;
}
}
.section .mobile-video-image, .section .video-overlay, .section .video-wrap {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section .mobile-video-image {
    display: none;
    height: 100%;
    z-index: 10;
}
.no-touch .section .mobile-video-image {
    display: block;
}
.section .video-overlay {
    height: 3000px;
    opacity: 0;
    z-index: 11;
}
.section .video-overlay.active {
    background-image: url("img/pixel-video.png");
    background-position: 0 0;
    background-repeat: repeat;
    opacity: 1;
}
.section .video-wrap {
    opacity: 0;
    overflow: hidden;
    z-index: 10;
}
.section .video-wrap .mejs-poster {
    background-size: cover;
}
.section .video-wrap .mejs-container .mejs-controls {
    display: none;
}
.title, .title img {
    display: block;
    position: relative;
}
.section .video-wrap .mejs-controls .mejs-button button:focus {
    outline: 0 none;
}
.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgba(255, 255, 255, 0.18);
}
.section .video-wrap .mejs-container {
    background-color: transparent;
    background-image: none;
    height: auto;
}
.section .video-wrap .mejs-mediaelement {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}
.section .video-wrap .mejs-container .mejs-poster img {
    max-width: none;
    width: 100%;
}
.section .video-wrap .mejs-controls button {
    opacity: 0.8;
}
.mejs-controls .mejs-fullscreen-button:hover button, .section .video-wrap .mejs-controls button:hover {
    opacity: 1;
}
.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #1f1f1f none repeat scroll 0 0;
}
.section .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.two_columns_66_33 {
    width: 100%;
}
.two_columns_66_33 > .column1 {
    float: left;
    width: 66.66%;
}
.two_columns_66_33 > .column1 > .column_inner {
    padding: 0 20px 0 0;
}
.two_columns_66_33 > .column2 {
    float: left;
    width: 33.33%;
}
.two_columns_66_33 > .column2 > .column_inner {
    padding: 0 0 0 20px;
}
.two_columns_33_66 {
    width: 100%;
}
.two_columns_33_66 > .column1 {
    float: left;
    width: 33.33%;
}
.two_columns_33_66 > .column1 > .column_inner {
    padding: 0 20px 0 0;
}
.two_columns_33_66 > .column2 {
    float: left;
    width: 66.66%;
}
.two_columns_33_66 > .column2 > .column_inner {
    padding: 0 0 0 20px;
}
.two_columns_75_25 {
    width: 100%;
}
.two_columns_75_25 > .column1 {
    float: left;
    width: 75%;
}
.two_columns_75_25 > .column1 > .column_inner {
    padding: 0 20px 0 0;
}
.two_columns_75_25 > .column2 {
    float: left;
    width: 25%;
}
.two_columns_75_25 > .column2 > .column_inner {
    padding: 0 0 0 20px;
}
.two_columns_25_75 {
    width: 100%;
}
.two_columns_25_75 > .column1 {
    float: left;
    width: 25%;
}
.two_columns_25_75 > .column1 > .column_inner {
    padding: 0 20px 0 0;
}
.two_columns_25_75 > .column2 {
    float: left;
    width: 75%;
}
.two_columns_25_75 > .column2 > .column_inner {
    padding: 0 0 0 20px;
}
.two_columns_50_50 {
    width: 100%;
}
.two_columns_50_50 > .column1, .two_columns_50_50 > .column2 {
    float: left;
    width: 50%;
}
.two_columns_50_50 > .column1 > .column_inner {
    padding: 0 10px 0 0;
}
.two_columns_50_50 > .column2 > .column_inner {
    padding: 0 0 0 10px;
}
.three_columns {
    width: 100%;
}
.three_columns > .column1, .three_columns > .column2, .three_columns > .column3 {
    float: left;
    width: 33.33%;
}
.three_columns > .column1 > .column_inner {
    padding: 0 15px 0 0;
}
.three_columns > .column2 > .column_inner {
    padding: 0 5px 0 10px;
}
.three_columns > .column3 > .column_inner {
    padding: 0 0 0 15px;
}
.four_columns {
    width: 100%;
}
.four_columns > .column1, .four_columns > .column2, .four_columns > .column3, .four_columns > .column4 {
    float: left;
    width: 25%;
}
.four_columns > .column1 > .column_inner {
    padding: 0 15px 0 0;
}
.four_columns > .column2 > .column_inner {
    padding: 0 10px 0 5px;
}
.four_columns > .column3 > .column_inner {
    padding: 0 5px 0 10px;
}
.four_columns > .column4 > .column_inner {
    padding: 0 0 0 15px;
}
.five_columns > .column1, .five_columns > .column2, .five_columns > .column3, .five_columns > .column4, .five_columns > .column5 {
    float: left;
    width: 20%;
}
.five_columns > .column1 > .column_inner, .five_columns > .column2 > .column_inner, .five_columns > .column3 > .column_inner, .five_columns > .column4 > .column_inner {
    margin: 0 2.5% 0 0;
}
.five_columns > .column5 > .column_inner {
    margin: 0;
}
.title_outer.animate_title_area {
    overflow: hidden;
}
.title {
    border-bottom-color: #eee;
    height: 100px;
    text-align: left;
    width: 100%;
    z-index: 101;
}
.title_outer.with_image .title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    line-height: normal;
}
.title img {
    width: 100%;
}
.title .not_responsive {
    display: none;
}
.title .title_holder {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    width: 100%;
}
.title_outer .has_background.title .title_holder, .title_outer .has_fixed_background.title .title_holder, .title_outer.with_image .title .title_holder {
    display: block;
    position: absolute;
    top: 0;
}
.title .title_overlay {
    background-position: 0 0;
    background-repeat: repeat;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.title.has_background, .title.has_fixed_background {
    background-position: center 0;
    background-repeat: no-repeat;
}
.title .title_holder .container {
    background-color: transparent;
    display: table-cell;
    vertical-align: middle;
}
.title_outer .has_background.title .title_holder .container, .title_outer .has_fixed_background.title .title_holder .container, .title_outer.with_image .title .title_holder .container {
    display: block;
    height: 100%;
}
.content .title_outer.with_image .title .container_inner, .title_outer .has_background.title .title_holder .container_inner, .title_outer .has_fixed_background.title .title_holder .container_inner {
    display: table;
    height: 100%;
}
.title_subtitle_holder {
    display: block;
    padding: 0;
    position: relative;
}
.title_outer .has_background.title .title_subtitle_holder, .title_outer .has_fixed_background.title .title_subtitle_holder, .title_outer.with_image .title .title_subtitle_holder {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.title_subtitle_holder_inner {
    position: relative;
}
.title h1 {
    color: #303030;
    font-weight: 600;
    padding: 0;
}
.title.title_size_medium h1 {
    font-size: 24px;
    line-height: 1.38462em;
}
.title h1, .title.title_size_small h1 {
    font-size: 17px;
    line-height: 1.30435em;
}
.title.title_size_large h1 {
    font-size: 47px;
    line-height: 60px;
}
.subtitle {
    display: block;
}
.title .text_above_title {
    color: #1abc9c;
    display: block;
    margin-bottom: 10px;
}
.breadcrumb, .breadcrumb .current, .breadcrumb a {
    color: #303030;
}
.title.title_size_large .text_above_title {
    font-size: 23px;
    line-height: 1.4em;
}
.animate_title_text .title h1 {
    animation: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s normal both 1 running title-from-right;
    visibility: visible;
}
@keyframes title-from-right {
0% {
    opacity: 0;
    transform: translate(50%, 0px);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes title-from-right {
0% {
    opacity: 0;
    transform: translate(50%, 0px);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes title-from-right {
0% {
    opacity: 0;
    transform: translate(50%, 0px);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
.position_center.title .title_subtitle_holder {
    text-align: center;
}
.position_right.title .title_subtitle_holder {
    text-align: right;
}
.position_right .breadcrumb {
    left: 0;
    right: auto;
}
.title.has_fixed_background {
    background-attachment: fixed;
    position: relative;
    z-index: 101;
}
.breadcrumb {
    font-size: 13px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.box_image_holder, .box_image_holder a, .box_image_with_border {
    display: block;
    position: relative;
}
.breadcrumbs {
    display: table;
    height: 100%;
    line-height: 1em;
    width: 100%;
}
.breadcrumbs .breadcrumbs_inner {
    display: table-cell;
    vertical-align: middle;
}
.position_center.title .breadcrumb {
    position: relative;
    text-align: center;
}
.title .separator.small, .title .separator.small.left, .title .separator.small.right {
    margin-bottom: 10px;
    margin-top: 14px;
}
.title_border_in_grid_holder {
    background-color: #eee;
    height: 1px;
    margin: 0 auto;
    width: 1100px;
}
.box_image_holder .box_icon .fa-stack i.fa-stack-base, .breadcrumb a:hover {
    color: #1abc9c;
}
.touch .title.has_fixed_background {
    background-attachment: scroll;
}
.box_image_with_border {
    border-bottom: 5px solid #ddd;
    text-align: center;
}
.box_image_with_border:hover {
    border-color: #1abc9c;
}
.box_image_with_border h3 {
    margin: 0 0 15px;
}
.box_image_holder {
    margin: 0 0 56px;
    text-align: left;
}
.box_image_holder .box_image_shadow {
    background-image: url("img/box_image_shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 30px;
    bottom: -8px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.box_image_with_border:hover .box_image_shadow {
    bottom: -13px;
    opacity: 0.2;
}
.box_image_holder .image_holder_inner {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.box_image_with_border:hover .box_image_holder .image_holder_inner {
    top: -15px;
}
.box_image_holder img {
    width: 100%;
}
.box_image_holder .box_icon {
    bottom: 0;
    display: inline-block;
    left: 50%;
    position: absolute;
    transform: translateZ(0px);
}
.box_image_holder .box_icon .fa-stack {
    font-size: 4em;
    margin: 0 0 0 -50%;
}
.box_image_holder .box_icon .fa-stack i {
    margin: 35% 0 0;
}
.separator {
    background-color: #eaeaea;
    display: block;
    height: 1px;
    margin: 10px 0;
    position: relative;
}
.separator.transparent {
    background-color: transparent;
}
.separator.small {
    background-color: #303030;
    display: block;
    height: 2px;
    margin: 10px auto 20px;
    position: relative;
    width: 22px;
}
.wpb_column > .wpb_wrapper .separator.small {
    margin-bottom: 20px;
}
.separator.small.left {
    margin-left: 0;
    margin-right: 0;
}
.separator.small.right {
    margin-left: auto;
    margin-right: 0;
}
.q_icon_list {
    margin-bottom: 21px;
}
.q_icon_list .qode-ili-icon-holder {
    float: left;
}
.q_icon_list p {
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 10px;
    padding: 0 0 0 38px;
    position: relative;
}
.q_icon_list .qode-ili-icon-holder, .q_icon_list i {
    background-color: #1abc9c;
    border-radius: 2em;
    color: #fff;
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 27px;
}
.q_icon_list .qode-ili-icon-holder.transparent, .q_icon_list i.transparent {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #ababab;
}
.q_progress_bar {
    margin: 0 0 28px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}
.q_progress_bar .progress_content_outer {
    background-color: #e3e3e3;
    height: 13px;
    overflow: hidden;
    position: relative;
}
.q_progress_bar .progress_content {
    background-color: #1abc9c;
    box-sizing: border-box;
    height: 13px;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.q_progress_bar .progress_title_holder {
    margin: 0 0 7px;
    position: relative;
}
.q_progress_bar .progress_title {
    display: inline-block;
    z-index: 100;
}
.q_progress_bar .progress_number_wrapper {
    color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: right;
    z-index: 10;
}
.q_progress_bar .progress_number {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: -1px;
}
.q_progress_bars_vertical .progress_content_outer {
    background-color: #e3e3e3;
    height: 200px;
    position: relative;
}
.q_progress_bars_vertical .progress_number {
    color: #303030;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 14px;
    position: relative;
}
.q_progress_bars_vertical .progress_title {
    margin-bottom: 0.777778em;
    margin-top: 1em;
}
.q_progress_bars_vertica .progress_text {
    display: inline-block;
    line-height: 18px;
}
.q_progress_bars_vertical .progress_content_outer .progress_content {
    background-color: #1abc9c;
    bottom: 0;
    box-sizing: border-box;
    display: inline-block;
    left: 0;
    position: absolute;
    width: 100%;
}
.q_counter_holder {
    display: block;
    opacity: 0;
    padding: 20px 0;
    transition: opacity 0.4s ease 0s;
}
#submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton, .vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn {
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s;
    white-space: nowrap;
}
.q_counter_holder.boxed_counter {
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 20px 40px;
}
.q_counter_holder.left {
    text-align: left;
}
.q_counter_holder.right {
    text-align: right;
}
.q_counter_holder.center {
    padding: 20px 40px;
    text-align: center;
}
.q_counter_holder span.counter {
    color: #1abc9c;
    display: inline-block;
    font-size: 60px;
    font-weight: 300;
    height: 1em;
    line-height: 1em;
}
.q_counter_holder p.counter_text {
    font-weight: 600;
    margin: 12px 0 0;
}
.q_counter_holder .separator.small {
    background-color: #eaeaea;
    margin: 19px auto 0;
}
.q_counter_holder.left .separator.small {
    margin-left: 0;
    margin-right: auto;
}
.q_counter_holder.right .separator.small {
    margin-left: auto;
    margin-right: 0;
}
.q_box_holder {
    border: 1px solid transparent;
    display: block;
    position: relative;
    z-index: 200;
}
.q_box_holder.with_icon {
    border: 2px solid silver;
    border-radius: 4px;
}
.box_holder_inner {
    display: block;
    padding: 30px 20px;
}
.q_box_holder.with_icon .box_holder_inner.tiny {
    padding: 37px 20px 30px;
}
.q_box_holder.with_icon .box_holder_inner.small {
    padding: 45px 20px 30px;
}
.q_box_holder.with_icon .box_holder_inner.medium {
    padding: 58px 20px 30px;
}
.q_box_holder.with_icon .box_holder_inner.large {
    padding: 71px 20px 30px;
}
.q_box_holder.with_icon .box_holder_inner.very_large {
    padding: 85px 20px 30px;
}
.box_holder_inner.left {
    text-align: left;
}
.box_holder_inner.right {
    text-align: right;
}
.box_holder_inner.center {
    text-align: center;
}
.box_holder_icon {
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    z-index: 250;
}
.box_holder_icon_inner, .box_holder_icon_inner.circle, .box_holder_icon_inner.image, .box_holder_icon_inner.square {
    margin: -50% 0 0 -50%;
}
.box_holder_icon_inner.circle .fa-stack, .circle .icon_holder .fa-stack {
    border-radius: 2em;
}
.box_holder_icon .fa-stack i {
    color: #1abc9c;
}
.box_holder_icon_inner.tiny i.fa-circle {
    font-size: 40px;
}
.box_holder_icon_inner.image.tiny img {
    height: 35px;
}
.box_holder_icon_inner.image.small img {
    height: 52px;
}
.box_holder_icon_inner.image.medium img {
    height: 78px;
}
.box_holder_icon_inner.image.large img {
    height: 104px;
}
.box_holder_icon_inner.image.very_large img {
    height: 130px;
}
#submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton {
    background-color: transparent;
    border: 2px solid #303030;
    border-radius: 4px;
    box-sizing: initial;
    color: #303030;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 39px;
    letter-spacing: 1px;
    line-height: 39px;
    margin: 0;
    outline: 0 none;
    padding: 0 23px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s;
    width: auto;
}
.qbutton.enlarge {
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s, padding 0.1s linear 0s;
}
input.qbutton {
    line-height: 36px;
}
#submit_comment:hover, .blog_load_more_button a:hover, .drop_down .wide .second ul li .qbutton:hover, .drop_down .wide .second ul li ul li .qbutton:hover, .load_more a:hover, .qbutton:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;
    text-decoration: none;
}
.qbutton.left {
    text-align: left;
}
.qbutton.right {
    text-align: right;
}
.qbutton.center {
    text-align: center;
}
.qbutton.big_large {
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    padding: 0 22px;
}
.qbutton.big_large_full_width {
    box-sizing: border-box;
    font-size: 20px;
    height: 90px;
    line-height: 90px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.qbutton.large {
    font-size: 16px;
    height: 47px;
    line-height: 47px;
    padding: 0 29px;
}
.qbutton.small {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 17px;
}
.qbutton.white {
    border-color: #fff;
    color: #fff;
}
.qbutton.green, .qbutton.white:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.qbutton.green {
    color: #fff;
}
.qbutton.green:hover {
    background-color: #fff;
    border-color: #fff;
    color: #a2a2a2;
}
.qode-qbutton-main-color {
    background-color: #1abc9c;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
}
.qode-qbutton-main-color::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-out 0s;
    width: 100%;
    z-index: 1;
}
.qode-qbutton-main-color span {
    position: relative;
    z-index: 2;
}
.qode-qbutton-main-color:hover {
    color: #fff;
}
.qode-qbutton-main-color:hover::before {
    opacity: 1;
}
.qode-qbutton-full-width {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}
.qode-qbutton-square {
    border-radius: 0;
}
.qbutton .qode_button_icon_element, .qbutton i {
    margin: 0 0 0 10px;
}
.qbutton.large .qode_button_icon_element, .qbutton.large i {
    margin: 0 0 0 17px;
}
.qbutton.medium .qode_button_icon_element, .qbutton.medium i {
    margin: 0 0 0 15px;
}
.qbutton.small .qode_button_icon_element, .qbutton.small i {
    margin: 0 0 0 10px;
}
.qbutton.tiny .qode_button_icon_element, .qbutton.tiny i {
    margin: 0 0 0 8px;
}
.qbutton.big_large .qode_button_icon_element, .qbutton.big_large i, .qbutton.big_large_full_width .qode_button_icon_element, .qbutton.big_large_full_width i {
    margin: 0 0 0 19px;
}
#submit_comment, .load_more.tiny a {
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    padding: 0 18px;
}
#submit_comment {
    line-height: 36px;
}
.easyPieChart {
    position: relative;
}
.easyPieChart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.call_to_action, .call_to_action .text_wrapper, .call_to_action .two_columns_75_25, .image_with_text {
    position: relative;
}
.q_pie_chart_holder, .q_pie_chart_with_icon_holder {
    display: block;
    margin: 0 0 30px;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
.q_percentage, .q_percentage_with_icon {
    margin: 0 auto;
    opacity: 0;
    text-align: center;
    transition: opacity 0.3s ease 0s;
}
.q_percentage {
    color: #303030;
    font-size: 35px;
    font-weight: 500;
}
.q_percentage_with_icon {
    backface-visibility: hidden;
    color: #1abc9c;
}
.q_pie_chart_holder .tocounter {
    float: none;
    margin: 0;
}
.q_percentage_with_icon i {
    color: #b9b9b9;
    float: none;
    margin: 0;
    vertical-align: middle;
}
.q_pie_chart_holder .pie_chart_text, .q_pie_chart_with_icon_holder .pie_chart_text {
    margin: 28px 0 0;
    text-align: center;
}
.q_pie_chart_holder .pie_chart_text .pie_title, .q_pie_chart_with_icon_holder .pie_chart_text .pie_title {
    margin: 0 0 0.35em;
}
.q_pie_chart_holder .separator.small {
    background-color: #eaeaea;
    margin: 10px auto 12px;
}
.image_with_text {
    display: inline-block;
    width: 100%;
}
.image_with_text img {
    display: block;
    margin: 0 0 22px;
}
.call_to_action {
    background-color: #1abc9c;
    display: block;
    padding: 51px 21px;
}
.content .container .container_inner.page_container_inner .call_to_action .container_inner {
    width: auto;
}
.call_to_action .text_wrapper .call_to_action_text {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}
.call_to_action .text_wrapper .call_to_action_text.font_size_inherit p {
    font-size: inherit;
}
.call_to_action .text_wrapper .call_to_action_text.color_inherit p {
    color: inherit;
}
.call_to_action .text_wrapper .call_to_action_text.font_weight_inherit p {
    font-weight: inherit;
}
.call_to_action .text_wrapper .call_to_action_text.letter_spacing_inherit p {
    letter-spacing: inherit;
}
.call_to_action.with_icon .text_wrapper .call_to_action_text {
    line-height: 1em;
    padding: 0 0 0 54px;
}
.call_to_action .text_wrapper .call_to_action_icon_holder {
    height: 100%;
    position: absolute;
}
.call_to_action .text_wrapper .call_to_action_icon {
    display: table;
    height: 100%;
}
.call_to_action .text_wrapper .call_to_action_icon_inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.call_to_action .text_wrapper .call_to_action_icon_inner i {
    color: #fff;
}
.call_to_action .column2.button_wrapper {
    text-align: right;
}
.call_to_action .column2.button_wrapper .qbutton {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.call_to_action.simple .text_wrapper, .call_to_action.simple .text_wrapper > * {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.portfolio_gallery a, .projects_holder .mix .image {
    transform: translateZ(0px);
}
.call_to_action.simple .text_wrapper {
    text-align: center;
    width: 100%;
}
.call_to_action.simple .text_wrapper > .qbutton {
    margin: 0 0 0 35px;
}
.full_width .parallax_content {
    margin: 0 auto;
    width: 1100px;
}
section.section section.parallax {
    margin: -50px 0;
}
.boxed section.section section.parallax {
    margin: -50px -25px;
}
.boxed .full_width .parallax_content {
    margin: 0;
    padding: 0 25px;
    width: auto;
}
section.parallax_section_holder {
    background-attachment: fixed;
    background-color: transparent;
    background-position: center 0;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 0;
    position: static;
}
.lightbox_single_portfolio, .portfolio_detail, .portfolio_single, .portfolio_single_text_holder {
    position: relative;
}
section.parallax_section_holder.qode_vertical_middle_align {
    display: table;
    width: 100%;
}
.parallax_content, .parallax_content_full_width {
    position: relative;
    z-index: 100;
}
.qode_vertical_middle_align .parallax_content_outer {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.parallax_content.left, .parallax_content_full_width.left {
    text-align: left;
}
.parallax_content.center, .parallax_content_full_width.center {
    text-align: center;
}
.parallax_content.right, .parallax_content_full_width.right {
    text-align: right;
}
.portfolio_single {
    display: block;
}
.portfolio_single .flexslider, .portfolio_single .portfolio_single_text_holder {
    margin: 0 0 40px;
}
.portfolio_single .portfolio_images .fluid-width-video-wrapper, .portfolio_single .portfolio_images img {
    margin: 0 0 18px;
}
.portfolio_single a.lightbox_single_portfolio.video_in_lightbox {
    display: block;
}
.portfolio_single a.lightbox_single_portfolio > i {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    left: 50%;
    margin: -20px 0 0 -15px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    z-index: 110;
}
.portfolio_detail.portfolio_single_follow, .video_holder {
    position: relative;
}
.portfolio_single .portfolio_container {
    position: relative;
    z-index: 200;
}
.portfolio_single h2 {
    margin: 0 0 5px;
}
.portfolio_single h3 {
    margin: 0 0 8px;
}
.portfolio_detail .info {
    margin: 0 0 9px;
    padding: 0 0 9px;
}
.portfolio_detail .info:last-child {
    border: 0 none;
}
.portfolio_template_8 .portfolio_detail .info {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}
.portfolio_template_8 .portfolio_detail .info h6 {
    float: left;
    font-weight: 600;
    width: 35%;
}
.portfolio_template_8 .portfolio_detail .info p, .portfolio_template_8 .portfolio_detail .info span {
    float: right;
    font-size: 12px;
    line-height: 1.6em;
    width: 65%;
}
.filter_holder ul li, .projects_holder.hover_text.no_space .mix, .projects_holder.hover_text.no_space:not(.portfolio_full_image) > .mix, .q_tabs .tabs-nav li {
    float: left;
}
.portfolio_template_8 .portfolio_detail .info.portfolio_categories .category {
    color: #1abc9c;
}
.video_holder {
    display: block;
    min-height: 1px;
    width: 100%;
}
.portfolio_single .video .mobile-video-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.portfolio_single .video {
    margin: 0 0 44px;
    position: relative;
}
.portfolio_single .video .video-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 10;
}
.portfolio_single .video .video-wrap .mejs-poster {
    background-size: cover;
    height: 100%;
    width: 100%;
}
.portfolio_single .video .video-wrap .mejs-container {
    background-color: transparent;
    background-image: none;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.portfolio_single .video .video-wrap .mejs-mediaelement {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}
.portfolio_single .video .video-wrap .mejs-container .mejs-poster img {
    max-width: none;
    width: 100%;
}
.portfolio_single .mejs-container .mejs-controls {
    visibility: visible;
}
.portfolio_single .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
}
.flexslider .slides .mejs-poster img, .portfolio_slider .portfolio_slides .mejs-poster img {
    display: none;
}
.portfolio_single .flexslider .video .video-wrap {
    margin: 0;
}
.portfolio_navigation {
    display: inline-block;
    padding: 28px 0 50px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.portfolio_navigation .portfolio_button, .portfolio_navigation .portfolio_next, .portfolio_navigation .portfolio_prev {
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.portfolio_navigation .portfolio_prev {
    left: 0;
    position: absolute;
}
.portfolio_navigation .portfolio_next {
    position: absolute;
    right: 0;
}
.portfolio_navigation .portfolio_next a, .portfolio_navigation .portfolio_prev a {
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    color: #b4b4b4;
    cursor: pointer;
    display: inline-block;
    font-size: 21px;
    height: 38px;
    line-height: 38px;
    margin: 0 11px 0 0;
    outline: 0 none;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    white-space: nowrap;
    width: 38px;
}
.portfolio_navigation .portfolio_button a {
    background-image: url("img/portfolio_list_button.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 19px;
    margin: 11px 0 0;
    transition: background-image 0.3s ease-in-out 0s;
    width: 19px;
}
.portfolio_navigation .portfolio_button a:hover {
    background-image: url("img/portfolio_list_button_hover.png");
}
@media not all, only screen and (min--moz-device-pixel-ratio: 1.5), not all, not all, only screen and (min-resolution: 160dpi) {
.portfolio_navigation .portfolio_button a {
    background-image: url("img/portfolio_list_button@1_5x.png");
    background-size: 19px 19px;
}
.portfolio_navigation .portfolio_button a:hover {
    background-image: url("img/portfolio_list_button_hover@1_5x.png");
}
}
@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all, not all, only screen and (min-resolution: 210dpi) {
.portfolio_navigation .portfolio_button a {
    background-image: url("img/portfolio_list_button@2x.png");
    background-size: 19px 19px;
}
.portfolio_navigation .portfolio_button a:hover {
    background-image: url("img/portfolio_list_button_hover@2x.png");
}
}
.portfolio_navigation .portfolio_next a:hover, .portfolio_navigation .portfolio_prev a:hover {
    background-color: #e3e3e3;
    background-image: url("img/button-bg-px.png");
    border-color: #e3e3e3;
    color: #303030;
}
.portfolio_navigation.navigation_title {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-top: 40px;
    padding: 35px 0 30px;
}
.portfolio_navigation.navigation_title .portfolio_next a, .portfolio_navigation.navigation_title .portfolio_prev a {
    background-color: transparent;
    border: 0 none;
    color: #303030;
    height: auto;
    width: auto;
}
.portfolio_navigation.navigation_title .post_info {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.portfolio_navigation.navigation_title .portfolio_next .post_info {
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
}
.portfolio_navigation.navigation_title .post_info span {
    display: block;
}
.portfolio_navigation.navigation_title .post_info span.categories {
    color: #1abc9c;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 8px;
    text-transform: none;
}
.portfolio_social_holder {
    display: inline-block;
    width: 100%;
}
.portfolio_single .portfolio_social_holder .portfolio_like, .portfolio_single .portfolio_social_holder .portfolio_share {
    display: inline-block;
    margin: 0;
}
.portfolio_single.portfolio_template_8 .icon_social_holder {
    margin-bottom: 65px;
    margin-top: 10px;
}
.qode_portfolio_related {
    padding-bottom: 25px;
}
.qode_portfolio_related h4 {
    padding: 85px 0 55px;
    text-align: center;
}
.qode_portfolio_related .projects_holder article .portfolio_description .project_category {
    color: #1abc9c;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
    text-transform: none;
}
.portfolio_gallery {
    display: inline-block;
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}
.portfolio_single .portfolio_gallery {
    margin: 0 0 3px;
}
.portfolio_gallery a {
    backface-visibility: hidden;
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
}
.portfolio_gallery a.v2 {
    margin: 0 2% 2% 0;
    width: 49%;
}
.portfolio_gallery a.v3 {
    margin: 0 2% 2% 0;
    width: 32%;
}
.portfolio_gallery a.v4 {
    margin: 0 2% 2% 0;
    width: 23.5%;
}
.portfolio_gallery a.v2:nth-child(2n), .portfolio_gallery a.v3:nth-child(3n), .portfolio_gallery a.v4:nth-child(4n) {
    margin: 0 0 2%;
}
.portfolio_gallery a frame, .portfolio_gallery a img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 100;
}
.portfolio_gallery iframe {
    min-height: 200px;
}
.portfolio_gallery a .gallery_text_holder {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease 0s;
    visibility: visible;
    width: 100%;
    z-index: 200;
}
.portfolio_gallery a img {
    transition: all 0.3s ease-out 0s;
}
.portfolio_gallery a:hover .gallery_text_holder {
    opacity: 1;
}
.portfolio_gallery a .gallery_text_inner {
    display: table;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.portfolio_gallery a .gallery_text_inner h6 {
    color: #fff;
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.projects_holder_outer {
    display: block;
    margin: 0;
    width: 100%;
}
.projects_holder_outer .container .container_inner {
    padding: 0;
}
.full_width .projects_holder_outer.v4 .hover_text, .full_width .projects_holder_outer.v4 .standard, .full_width .projects_holder_outer.v5 .hover_text, .full_width .projects_holder_outer.v5 .standard, .full_width .projects_holder_outer.v6 .hover_text, .full_width .projects_holder_outer.v6 .standard {
    margin: 0 auto;
    width: 95%;
}
.full_width .section_inner .projects_holder_outer.v4 .hover_text, .full_width .section_inner .projects_holder_outer.v4 .standard, .full_width .section_inner .projects_holder_outer.v5 .hover_text, .full_width .section_inner .projects_holder_outer.v5 .standard, .full_width .section_inner .projects_holder_outer.v6 .hover_text, .full_width .section_inner .projects_holder_outer.v6 .standard {
    width: 100%;
}
.full_width .projects_holder_outer.v4 .hover_text.no_space, .full_width .projects_holder_outer.v5 .hover_text.no_space, .full_width .projects_holder_outer.v6 .hover_text.no_space {
    margin: 0;
    width: 100%;
}
.projects_holder {
    font-size: 0.1px;
    line-height: 0;
    list-style-type: none;
    text-align: justify;
}
.projects_holder::after, .projects_holder::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.projects_holder > .mix {
    position: relative;
    text-align: left;
    transition: all 0.7s ease-out 0s;
    vertical-align: top;
    visibility: hidden;
}
.projects_holder.hideItems > .mix {
    display: none;
}
.projects_holder .mix .image {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.projects_holder article .image img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 100;
}
.portfolio_slider .portfolio_slides li.item img, .projects_holder article .image img {
    backface-visibility: hidden;
    transform: scale(1);
    transition: transform 0.3s ease-in-out 0s;
}
.projects_holder.hover_text.no_space article .image img {
    margin: 0 1px;
}
.portfolio_slider .portfolio_slides li.item:hover img, .projects_holder article .image_holder:hover .image img {
    transform: scale(1.1);
}
.projects_holder article .image_holder, .projects_holder article .portfolio_description {
    display: block;
    overflow: hidden;
    position: relative;
}
.projects_holder article .image_holder.portfolio_jg_image_link {
    position: static;
}
.projects_holder article .portfolio_description {
    background-color: #fff;
    border-bottom: 1px none #fefefe;
    border-left: 1px none #fefefe;
    border-right: 1px none #fefefe;
    border-top: medium none;
    padding: 20px 0 22px;
    text-align: center;
}
.projects_holder article .portfolio_description.text_align_left {
    text-align: left;
}
.projects_holder article .portfolio_description.text_align_center {
    text-align: center;
}
.projects_holder article .portfolio_description.text_align_right {
    text-align: right;
}
.standard_no_space.projects_holder article .portfolio_description {
    margin: 0 -1px 0 0;
}
.projects_holder article .portfolio_description .portfolio_title {
    display: block;
    margin: 0 0 7px;
}
.portfolio_slider .image_holder .separator.small {
    background-color: #fff;
    margin: 10px auto;
}
.projects_holder article .hover_feature_holder_title .separator.small, .projects_masonry_holder article .hover_feature_holder_title .separator.small {
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}
.projects_holder article .portfolio_description .separator.small {
    margin-bottom: 10px;
    margin-top: 10px;
}
.wpb_column > .wpb_wrapper .portfolio_slider .image_holder .separator.small {
    background-color: #fff;
}
.portfolio_slider .image_holder .separator.small.transparent {
    background-color: transparent;
}
.projects_holder.hover_text article .hover_feature_holder_title .separator, .projects_holder.justified-gallery article .hover_feature_holder_title .separator {
    background-color: #fff;
}
.projects_holder.hover_text article .hover_feature_holder_title .portfolio_title a, .projects_holder.hover_text article span.text_holder span.text_inner .hover_feature_holder_title .project_category, .projects_holder.justified-gallery article .hover_feature_holder_title .portfolio_title a, .projects_holder.justified-gallery article span.text_holder span.text_inner .hover_feature_holder_title .project_category {
    color: #fff;
}
.projects_holder.hover_text article span.text_holder span.text_inner .hover_feature_holder_title .project_category, .projects_holder.justified-gallery article span.text_holder span.text_inner .hover_feature_holder_title .project_category {
    font-weight: 500;
}
.projects_holder.hover_text article .hover_feature_holder_title .portfolio_title, .projects_holder.justified-gallery article .hover_feature_holder_title .portfolio_title {
    margin: 0 0 7px;
}
.projects_holder article .portfolio_description .project_category, .projects_holder.hover_text article .project_category, .projects_holder.justified-gallery article .project_category {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}
article .qode-portfolio-new-badge {
    background-color: #303030;
    border-radius: 100%;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    top: 6px;
    width: 40px;
    z-index: 1000;
}
.portfolio_single .portfolio_like {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
}
.portfolio_single .dots {
    padding: 0 7px 0 4px;
}
.portfolio_single .dots i {
    font-size: 3px;
    vertical-align: middle;
}
.portfolio_single .portfolio_like a {
    display: block;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
}
.portfolio_single .portfolio_like span {
    line-height: 19px;
}
.portfolio_slider .portfolio_like a:hover i, .portfolio_slider .portfolio_like span {
    color: #e0e0e0;
}
.projects_holder article .portfolio_like a, .projects_holder article .portfolio_like:hover a {
    color: #fff;
}
.projects_holder article span.text_holder {
    background-color: rgba(21, 21, 21, 0.78);
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: opacity 0.4s ease-in-out 0s;
    visibility: visible;
    width: 100%;
    z-index: 200;
}
.touch .projects_holder article span.text_holder {
    display: none;
    height: 0;
    opacity: 0;
    visibility: hidden;
    width: 0;
}
.projects_holder article:hover span.text_holder {
    height: 100%;
}
.projects_holder article .image_holder:hover span.text_holder, .projects_holder article:hover .image_holder.portfolio_jg_image_link + span.text_holder {
    opacity: 1;
}
.projects_holder.hover_text.with_mask article .image_holder:hover .image_hover {
    opacity: 0;
}
.projects_holder article span.text_holder span.text_outer {
    display: table;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.projects_holder article span.text_holder span span.text_inner {
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.projects_holder article span.text_holder span span.text_inner .project_category {
    color: #a6a6a6;
    display: block;
    font-size: 13px;
    line-height: 22px;
}
.projects_holder article .feature_holder, .projects_holder article .feature_holder .feature_holder_icons {
    display: inline-block;
}
.projects_holder.hover_text article .feature_holder, .projects_holder.justified-gallery article .feature_holder {
    width: 100%;
}
.projects_holder.hover_text article .feature_holder .feature_holder_icons, .projects_holder.justified-gallery article .feature_holder .feature_holder_icons {
    margin: 20px 0 0;
}
.portfolio_slider, .portfolio_slides .image_holder {
    backface-visibility: hidden;
    display: block;
    position: relative;
}
.portfolio_slides .image_pixel_hover {
    background-color: transparent;
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 100;
}
.touch .portfolio_slides .image_pixel_hover {
    display: none;
}
.portfolio_slides li:hover .image_pixel_hover {
    background-color: rgba(21, 21, 21, 0.78);
}
.portfolio_slides .image_holder .image {
    backface-visibility: hidden;
    display: block;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease 0s;
    width: 100%;
}
.portfolio_slides .hover_feature_holder {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}
.touch .portfolio_slides .hover_feature_holder {
    display: none;
}
.portfolio_slides .hover_feature_holder_icons {
    display: none;
    margin: 0 0 30px;
    opacity: 0;
    position: relative;
    text-align: center;
    transform: translateZ(0px);
    transition: opacity 0.4s ease-in-out 0.1s;
    width: 100%;
}
.portfolio_slides li:hover .hover_feature_holder_icons {
    opacity: 1;
}
.portfolio_slides .hover_feature_holder_icons_inner {
    display: inline-block;
    position: relative;
}
.portfolio_slides .hover_feature_holder_outer {
    display: table;
    height: 100%;
    opacity: 1;
    position: relative;
    top: 0;
    width: 100%;
}
.portfolio_slides .hover_feature_holder_inner {
    backface-visibility: hidden;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    height: 100%;
    opacity: 0;
    padding: 0 5%;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.portfolio_slides .hover_feature_holder_inner .portfolio_title {
    letter-spacing: 1px;
    text-transform: uppercase;
}
.portfolio_slides .hover_feature_holder_inner .portfolio_title a {
    color: #fff;
}
.portfolio_slides .hover_feature_holder_inner .qbutton {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 24px;
}
.portfolio_slides .hover_feature_holder_inner .qbutton:hover {
    border-color: #1abc9c;
}
.portfolio_slides li:hover .hover_feature_holder_inner {
    opacity: 1;
}
.portfolio_holder_fwn .filter_holder ul li, .projects_masonry_holder {
    opacity: 0;
}
.projects_holder.hover_text article .image_holder {
    overflow: hidden;
}
.projects_holder.hover_text.no_space article .image_holder {
    margin: 0 -1px;
}
.portfolio_slider .portfolio_like, .portfolio_slider a.lightbox, .portfolio_slider a.preview, .projects_holder article .portfolio_like, .projects_holder article a.lightbox, .projects_holder article a.preview {
    backface-visibility: hidden;
    display: inline-block;
    margin: 0 0 5px;
    position: relative;
}
.portfolio_slider a.lightbox, .projects_holder article a.lightbox {
    margin: 0 10px 0 0;
}
.portfolio_slider .portfolio_like, .projects_holder article .portfolio_like {
    margin: 0 0 0 10px;
}
.portfolio_slider .portfolio_like i, .projects_holder article .portfolio_like i {
    line-height: 20px;
    margin: 4px 0 0;
}
.portfolio_like .qode-like-count span {
    display: none;
}
.portfolio_slider article .portfolio_like .qode-like-count, .projects_holder article .portfolio_like .qode-like-count {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
}
.projects_holder .filler {
    display: inline-block;
    height: 0;
    vertical-align: middle;
}
.projects_holder.v6 .mix, .projects_holder.v6.hover_text .mix {
    margin: 0 0 1.2%;
    width: 15.7%;
}
.projects_holder.v6.hover_text .mix {
    margin: 0 0 1.7%;
}
.projects_holder.v6 .filler, .projects_holder.v6.hover_text .filler {
    width: 15.7%;
}
.projects_holder.v6.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .mix {
    margin: 0;
    width: 16.66%;
}
.projects_holder.v6.standard_no_space .mix {
    margin: 0;
}
.projects_holder.v6.hover_text.no_space .filler, .projects_holder.v6.standard_no_space .filler {
    width: 16.66%;
}
.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: 16.6%;
}
.projects_holder.v5 .mix, .projects_holder.v5.hover_text .mix {
    margin: 0 0 2.9%;
    width: 18%;
}
.projects_holder.v5.hover_text .mix {
    margin: 0 0 2%;
}
.projects_holder.v5 .filler, .projects_holder.v5.hover_text .filler {
    width: 18.5%;
}
.projects_holder.v5.hover_text.no_space .mix, .projects_holder.v5.standard_no_space .mix {
    margin: 0;
    width: 19.99%;
}
.projects_holder.v5.standard_no_space .mix {
    margin: 0;
}
.projects_holder.v5.hover_text.no_space .filler, .projects_holder.v5.standard_no_space .filler {
    width: 19.99%;
}
.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 {
    width: 19.93%;
}
.projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix {
    margin: 0 0 2.5%;
    width: 23.5%;
}
.projects_holder.v4.hover_text .mix {
    margin: 0 0 2.2%;
}
.projects_holder.v4 .filler, .projects_holder.v4.hover_text .filler {
    width: 23.5%;
}
.projects_holder.v4.hover_text.no_space .mix, .projects_holder.v4.standard_no_space .mix {
    margin: 0;
    width: 24.99%;
}
.projects_holder.v4.standard_no_space .mix {
    margin: 0;
}
.projects_holder.v4.hover_text.no_space .filler, .projects_holder.v4.standard_no_space .filler {
    width: 24.99%;
}
.projects_holder.v3 .mix, .projects_holder.v3.hover_text .mix {
    margin: 0 0 2.4%;
    width: 32%;
}
.projects_holder.v3.hover_text .mix {
    margin: 0 0 2.2%;
}
.projects_holder.v3 .filler, .projects_holder.v3.hover_text .filler {
    width: 32%;
}
.projects_holder.v3.hover_text.no_space .mix, .projects_holder.v3.standard_no_space .mix {
    margin: 0;
    width: 33.32%;
}
.projects_holder.v3.standard_no_space .mix {
    margin: 0;
}
.projects_holder.v3.hover_text.no_space .filler, .projects_holder.v3.standard_no_space .filler {
    width: 33.32%;
}
.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 {
    width: 33.3%;
}
.projects_holder.v1 .mix, .projects_holder.v1.hover_text .mix {
    margin: 0 0 2.4%;
    width: 100%;
}
.projects_holder.v1.hover_text .mix {
    margin: 0 0 2.1%;
}
.projects_holder.v1 .filler, .projects_holder.v1.hover_text .filler {
    width: 100%;
}
.projects_holder.v1.hover_text.no_space .mix, .projects_holder.v1.standard_no_space .mix {
    margin: 0;
    width: 100%;
}
.projects_holder.v1.standard_no_space .mix {
    margin: 0;
}
.projects_holder.v1.hover_text.no_space .filler, .projects_holder.v1.standard_no_space .filler {
    width: 100%;
}
.projects_holder.v2 .mix, .projects_holder.v2.hover_text .mix {
    margin: 0 0 2.4%;
    width: 49%;
}
.projects_holder.v2.hover_text .mix {
    margin: 0 0 2.1%;
}
.projects_holder.v2 .filler, .projects_holder.v2.hover_text .filler {
    width: 49%;
}
.projects_holder.v2.hover_text.no_space .mix, .projects_holder.v2.standard_no_space .mix {
    margin: 0;
    width: 49.99%;
}
.projects_holder.v2.standard_no_space .mix {
    margin: 0;
}
.projects_holder.v2.hover_text.no_space .filler, .projects_holder.v2.standard_no_space .filler {
    width: 49.99%;
}
.portfolio_paging, .portfolio_paging_loading {
    margin: 40px 0 0;
    text-align: center;
}
.portfolio_paging_loading {
    display: none;
}
.portfolio_with_space .portfolio_paging, .portfolio_with_space .portfolio_paging_loading {
    margin: 15px 0 0;
}
.filter_outer {
    display: table;
    height: 37px;
    margin: -30px 0 40px;
    position: relative;
    text-align: center;
    width: 100%;
}
.vertical_menu_enabled .full_width .filter_outer {
    margin: 0 0 40px;
}
.filter_holder {
    display: table-cell;
    vertical-align: middle;
}
.filter_holder ul {
    display: inline-block;
    list-style: outside none none;
}
.filter_holder ul li {
    cursor: pointer;
    display: block;
    margin: 0;
    text-align: center;
}
.filter_holder ul li span {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 22px;
    position: relative;
    text-transform: uppercase;
}
.filter_holder ul li.active span, .filter_holder ul li:hover span {
    color: #1abc9c;
}
.filter_holder ul li span.filter_number_of_items {
    display: block;
    font-size: 26px;
    height: 1em;
    line-height: 1em;
    margin-bottom: 12px;
}
.projects_masonry_holder .portfolio_masonry_item, .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
    width: 33.33%;
}
.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.large_width, .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer.large_width_height {
    width: 66.66%;
}
.full_width .projects_masonry_holder .portfolio_masonry_item, .full_width .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer {
    width: 20%;
}
.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.large_width, .full_width .projects_masonry_holder .qode-portfolio-masonry-gallery-grid-sizer.large_width_height {
    width: 40%;
}
.full_width .projects_masonry_holder.gs4 .portfolio_masonry_item, .full_width .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer {
    width: 25%;
}
.full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width_height, .full_width .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer.large_width, .full_width .projects_masonry_holder.gs4 .qode-portfolio-masonry-gallery-grid-sizer.large_width_height {
    width: 50%;
}
.full_width .projects_masonry_holder.gs3 .portfolio_masonry_item, .full_width .projects_masonry_holder.gs3 .qode-portfolio-masonry-gallery-grid-sizer {
    width: 33.33%;
}
.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.gs3 .qode-portfolio-masonry-gallery-grid-sizer.large_width, .full_width .projects_masonry_holder.gs3 .qode-portfolio-masonry-gallery-grid-sizer.large_width_height {
    width: 66.66%;
}
.projects_masonry_holder .portfolio_masonry_item::after, .projects_masonry_holder::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.projects_masonry_holder .image_holder img {
    height: auto;
    vertical-align: top;
    width: 100%;
}
.projects_masonry_holder .text_holder {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.4s ease-in-out 0s;
    visibility: visible;
    width: 100.1%;
    z-index: 200;
}
.projects_masonry_holder .text_holder .text_outer {
    display: table;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.projects_masonry_holder .text_holder .text_inner {
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.projects_masonry_holder article.portfolio_masonry_item:hover .text_holder {
    opacity: 1;
}
.projects_masonry_holder .portfolio_title {
    margin: 0 0 7px;
}
.projects_masonry_holder .portfolio_title a {
    color: #fff;
}
.masonry_with_space_only_image .project_category, .projects_masonry_holder .project_category {
    font-weight: 500;
}
.masonry_with_space_only_image .separator, .projects_masonry_holder .separator {
    background-color: #fff;
}
.projects_masonry_holder .feature_holder_icons {
    display: inline-block;
    margin: 20px 0 0;
}
.projects_masonry_holder .feature_holder {
    display: inline-block;
    width: 100%;
}
.projects_masonry_holder a.lightbox {
    margin: 0 10px 0 0;
}
.projects_masonry_holder .portfolio_like {
    margin: 0 0 0 10px;
}
.projects_masonry_holder .portfolio_like a, .projects_masonry_holder .portfolio_like:hover a {
    color: #fff;
}
.projects_masonry_holder.portfolio_masonry_gallery_with_space {
    margin: 0 -15px;
}
.projects_masonry_holder.portfolio_masonry_gallery_with_space .portfolio_masonry_item {
    box-sizing: border-box;
    padding: 15px;
}
.projects_masonry_holder.portfolio_masonry_gallery_with_space .portfolio_masonry_item .image_holder {
    height: 100%;
    position: relative;
    width: 100%;
}
.projects_masonry_holder.portfolio_masonry_gallery_with_space .portfolio_masonry_item .image_holder img {
    max-height: 100%;
}
.projects_masonry_holder.portfolio_masonry_gallery_with_space .portfolio_masonry_item.large_height .image_holder {
    overflow: hidden;
}
.projects_masonry_holder.portfolio_masonry_gallery_with_space .portfolio_masonry_item.large_height .image_holder img {
    height: 100%;
    max-width: inherit;
    width: auto;
}
.masonry_with_space .projects_holder {
    opacity: 0;
    position: relative;
}
.masonry_with_space .projects_holder .mix {
    box-sizing: border-box;
    display: block;
    margin: 0 0 14px;
    padding: 0 7px;
    transition: none 0s ease 0s ;
    visibility: visible;
}
.masonry_with_space .projects_holder.v6 .mix, .masonry_with_space .projects_holder.v6 .qode-portfolio-masonry-gallery-grid-sizer {
    width: 16.66%;
}
.masonry_with_space .projects_holder.v5 .mix, .masonry_with_space .projects_holder.v5 .qode-portfolio-masonry-gallery-grid-sizer {
    width: 20%;
}
.masonry_with_space .projects_holder.v4 .mix, .masonry_with_space .projects_holder.v4 .qode-portfolio-masonry-gallery-grid-sizer {
    width: 25%;
}
.masonry_with_space .projects_holder.v3 .mix, .masonry_with_space .projects_holder.v3 .qode-portfolio-masonry-gallery-grid-sizer {
    width: 33.33%;
}
.masonry_with_space .projects_holder.v2 .mix, .masonry_with_space .projects_holder.v2 .qode-portfolio-masonry-gallery-grid-sizer {
    width: 49.99%;
}
.masonry_with_space .projects_holder.v1 .mix, .masonry_with_space .projects_holder.v1 .qode-portfolio-masonry-gallery-grid-sizer {
    width: 100%;
}
.projects_holder_outer:not(.masonry_with_space) .projects_holder.portfolio_one_by_one article {
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0s;
}
.projects_holder_outer:not(.masonry_with_space) .projects_holder.portfolio_one_by_one article.show {
    opacity: 1;
}
.projects_holder_outer.masonry_with_space .projects_holder.portfolio_one_by_one article, .projects_masonry_holder.portfolio_one_by_one article {
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0s;
}
.projects_holder_outer.masonry_with_space .projects_holder.portfolio_one_by_one article.show, .projects_masonry_holder.portfolio_one_by_one article.show {
    opacity: 1;
}
.projects_holder.slide_from_top article {
    overflow: hidden;
}
.projects_holder.slide_from_top article .image_holder, .projects_holder.slide_from_top article .portfolio_description {
    opacity: 0;
    transform: translateY(-70%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.projects_holder.slide_from_top article.show .image_holder, .projects_holder.slide_from_top article.show .portfolio_description {
    opacity: 1;
    transform: translateY(0px);
}
.projects_holder.diagonal_fade article {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
}
.projects_holder.diagonal_fade article.show {
    opacity: 1;
    transform: scale(1);
}
.projects_holder.slide_from_left article {
    overflow: hidden;
}
.projects_holder.slide_from_left article .image_holder, .projects_holder.slide_from_left article .portfolio_description {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.projects_holder.slide_from_left article.show .image_holder, .projects_holder.slide_from_left article.show .portfolio_description {
    opacity: 1;
    transform: translateX(0px);
}
.projects_holder_outer.justified_gallery article {
    opacity: 0;
    transition: opacity 0.8s ease 0s;
}
.projects_holder_outer.justified_gallery article.show {
    opacity: 1;
}
.masonry_with_space_only_image .hover_feature_holder_title_inner .portfolio_title, .masonry_with_space_only_image .hover_feature_holder_title_inner .portfolio_title a, .masonry_with_space_only_image .projects_holder article span.text_holder span span.text_inner .project_category {
    color: #fff;
}
.projects_holder.standard article .item_holder.image_text_zoom_hover .project_category {
    margin-bottom: 10px;
}
.masonry_with_space_only_image .feature_holder {
    margin-top: 30px;
}
.projects_holder.alternating_sizes .mix {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 3%;
}
.projects_holder.alternating_sizes .mix:nth-child(2n) {
    transform: scale(0.75);
}
.portfolio_main_holder .item_holder {
    position: relative;
}
.portfolio_main_holder.justified-gallery .item_holder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.projects_holder article a.portfolio_link_class, .projects_masonry_holder article a.portfolio_link_class {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.portfolio_main_holder .item_holder .text_holder {
    position: absolute;
}
.portfolio_main_holder .project_category {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: 0;
}
.portfolio_main_holder .item_holder .text_holder_outer {
    display: table;
    height: 100%;
    width: 100%;
}
.portfolio_main_holder .item_holder .text_holder_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.portfolio_main_holder .item_holder .portfolio_shader {
    background-color: rgba(21, 21, 21, 0.78);
    height: 100%;
    position: absolute;
    width: 100%;
}
.portfolio_main_holder .item_holder .icons_holder {
    font-family: Raleway,sans-serif;
}
.portfolio_main_holder .item_holder .icons_holder a {
    text-align: center;
}
.portfolio_main_holder .item_holder .portfolio_title {
    line-height: 1.25em;
}
.portfolio_slider_holder.standard li .project_category, .projects_holder.standard article .project_category, .projects_holder.standard_no_space article .project_category {
    margin: 10px 0 0;
}
.portfolio_main_holder article .icons_holder a.portfolio_lightbox::before, .portfolio_slides .icons_holder a.portfolio_lightbox::before {
    content: "";
    font-family: FontAwesome;
    line-height: inherit;
}
.portfolio_main_holder article .icons_holder a.qode-like::before, .portfolio_slides .icons_holder a.qode-like::before {
    content: "";
    font-family: FontAwesome;
    line-height: inherit;
}
.portfolio_main_holder article .icons_holder a.qode-like.liked::before, .portfolio_slides .icons_holder a.qode-like.liked::before {
    content: "";
    font-family: FontAwesome;
    line-height: inherit;
}
.portfolio_main_holder article .icons_holder a.preview::before, .portfolio_slides .icons_holder a.preview::before {
    content: "";
    font-family: FontAwesome;
    line-height: inherit;
}
.portfolio_main_holder .item_holder .portfolio_title a, .portfolio_main_holder .item_holder .project_category {
    color: #fff;
}
.portfolio_main_holder .item_holder .portfolio_title {
    margin-bottom: 15px;
}
.projects_holder article .item_holder.subtle_vertical_hover a.portfolio_link_class, .projects_masonry_holder article .item_holder.subtle_vertical_hover a.portfolio_link_class {
    z-index: 5;
}
.portfolio_main_holder .item_holder.subtle_vertical_hover .image_holder {
    z-index: 2;
}
.portfolio_main_holder .item_holder.subtle_vertical_hover .text_holder {
    background-color: transparent;
    box-sizing: border-box;
    font-size: 14px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 4;
}
.portfolio_main_holder article .item_holder.subtle_vertical_hover:hover .text_holder, .portfolio_slider li.item:hover .item_holder.subtle_vertical_hover .text_holder {
    opacity: 1;
}
.portfolio_main_holder .item_holder.subtle_vertical_hover .text_holder_inner {
    padding: 5px;
}
.portfolio_main_holder .item_holder.subtle_vertical_hover .portfolio_title {
    opacity: 0;
    padding: 0 20px;
    text-transform: uppercase;
    transform: translateY(0px);
    transition: all 0.3s ease-out 0s;
}
.portfolio_main_holder article:hover .item_holder.subtle_vertical_hover .portfolio_title, .portfolio_slider li.item:hover .item_holder.subtle_vertical_hover .portfolio_title {
    opacity: 1;
    text-shadow: none;
    transform: translateY(4px);
    transition: all 0.3s ease-out 0s;
}
.portfolio_main_holder .item_holder.subtle_vertical_hover .text_holder .separator {
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
}
.portfolio_main_holder .item_holder.subtle_vertical_hover .project_category {
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(4px);
    transition: all 0.4s ease-out 0s;
}
.portfolio_main_holder article:hover .item_holder.subtle_vertical_hover .project_category, .portfolio_slider li.item:hover .item_holder.subtle_vertical_hover .project_category {
    opacity: 1;
    text-shadow: none;
    transform: translateY(0px);
}
.portfolio_main_holder .item_holder.subtle_vertical_hover .icons_holder {
    transform: translateY(4px);
    transition: all 0.4s ease-out 0s;
}
.portfolio_main_holder article .item_holder.subtle_vertical_hover:hover .icons_holder, .portfolio_slider li.item:hover .item_holder.subtle_vertical_hover .icons_holder {
    transform: translateY(0px);
}
.portfolio_main_holder .item_holder.subtle_vertical_hover .icons_holder a {
    background-color: #1abc9c;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    transition: all 0.2s ease-out 0s;
    width: 40px;
}
.portfolio_main_holder .item_holder.subtle_vertical_hover .portfolio_shader {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    z-index: 3;
}
.portfolio_main_holder article .item_holder.subtle_vertical_hover:hover .portfolio_shader, .portfolio_slider li.item:hover .item_holder.subtle_vertical_hover .portfolio_shader {
    opacity: 1;
}
.portfolio_main_holder article .item_holder.image_subtle_rotate_zoom_hover a.portfolio_link_class {
    z-index: 5;
}
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .image_holder {
    overflow: hidden;
    z-index: 2;
}
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .text_holder {
    background-color: transparent;
    box-sizing: border-box;
    font-size: 14px;
    height: 100%;
    left: 0;
    opacity: 1;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
}
.portfolio_with_hover_text .portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .separator {
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.4s ease-out 0s;
}
.portfolio_with_hover_text .portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover:hover .separator {
    opacity: 1;
}
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .portfolio_title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(-3px);
    transition: all 0.4s ease-out 0s;
}
.portfolio_main_holder article:hover .item_holder.image_subtle_rotate_zoom_hover .portfolio_title, .portfolio_slider li.item:hover .item_holder.image_subtle_rotate_zoom_hover .portfolio_title {
    opacity: 1;
    text-shadow: none;
    transform: translateY(0px);
}
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .project_category {
    opacity: 0;
    text-shadow: 0 0 10px #fff;
    transform: translateY(3px);
    transition: all 0.4s ease-out 0s;
}
.portfolio_main_holder article:hover .item_holder.image_subtle_rotate_zoom_hover .project_category {
    opacity: 1;
    text-shadow: none;
    transform: translateY(0px);
}
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .portfolio_shader {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    z-index: 3;
}
.portfolio_main_holder article .item_holder.image_subtle_rotate_zoom_hover:hover .portfolio_shader, .portfolio_slider li.item:hover .item_holder.image_subtle_rotate_zoom_hover .portfolio_shader {
    opacity: 1;
}
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .icons_holder {
    opacity: 0;
    transform: translateY(3px);
    transition: transform 0.4s ease-out 0s;
}
.portfolio_main_holder article .item_holder.image_subtle_rotate_zoom_hover:hover .icons_holder, .portfolio_slider li.item:hover .item_holder.image_subtle_rotate_zoom_hover .icons_holder {
    opacity: 1;
    transform: translateY(0px);
}
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .icons_holder a {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    transition: all 0.2s ease-out 0s;
    width: 40px;
}
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .icons_holder a:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;
}
.portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover .image_holder .image img, .portfolio_main_holder .item_holder.image_subtle_rotate_zoom_hover + .image_holder.portfolio_jg_image_link img {
    transition: transform 0.7s ease 0s;
}
.portfolio_main_holder article .item_holder.image_subtle_rotate_zoom_hover:hover .image_holder .image img, .portfolio_main_holder article .item_holder.image_subtle_rotate_zoom_hover:hover + .image_holder.portfolio_jg_image_link img, .portfolio_slider li.item:hover .item_holder.image_subtle_rotate_zoom_hover .image_holder .image img {
    backface-visibility: hidden;
    transform: rotate(-9deg) scale(1.15);
    transition: transform 0.7s ease 0s;
}
.portfolio_main_holder article .item_holder.image_text_zoom_hover a.portfolio_link_class {
    z-index: 5;
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .image_holder {
    overflow: hidden;
    z-index: 2;
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .text_holder {
    backface-visibility: hidden;
    background-color: transparent;
    box-sizing: border-box;
    font-size: 14px;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(0.8);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    width: 100%;
    z-index: 4;
}
.portfolio_main_holder article .item_holder.image_text_zoom_hover:hover .text_holder, .portfolio_slider li.item:hover .item_holder.image_text_zoom_hover .text_holder {
    opacity: 1;
    transform: scale(1);
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .text_holder_outer {
    display: table;
    height: 100%;
    width: 100%;
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .text_holder_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.portfolio_with_hover_text .portfolio_main_holder .item_holder.image_text_zoom_hover .separator {
    background-color: #fff;
}
.portfolio_main_holder .project_category, .projects_masonry_holder article .project_category {
    margin-bottom: 10px;
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .icons_holder a {
    background-color: #1abc9c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    transform: translateY(0px);
    transition: background-color 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    width: 40px;
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .icons_holder a:hover {
    transform: translateY(-10%);
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .portfolio_shader {
    backface-visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    z-index: 3;
}
.portfolio_main_holder article .item_holder.image_text_zoom_hover:hover .portfolio_shader, .portfolio_slider li.item:hover .item_holder.image_text_zoom_hover .portfolio_shader {
    opacity: 1;
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .image_holder .image, .portfolio_main_holder .item_holder.image_text_zoom_hover + .image_holder.portfolio_jg_image_link img {
    backface-visibility: hidden;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.portfolio_main_holder article .item_holder.image_text_zoom_hover:hover .image_holder .image, .portfolio_main_holder article .item_holder.image_text_zoom_hover:hover + .image_holder.portfolio_jg_image_link img, .portfolio_slider li.item:hover .item_holder.image_text_zoom_hover .image_holder .image {
    transform: scale(1.3);
}
.portfolio_main_holder.standard .item_holder.thin_plus_only {
    overflow: hidden;
}
.portfolio_main_holder .item_holder.thin_plus_only .thin_plus_only_icon {
    color: #fff;
    display: block;
    font-family: Raleway;
    font-size: 100px;
    font-weight: 100;
    transition: all 0.5s ease 0.3s;
}
.portfolio_main_holder .item_holder.thin_plus_only .text_holder {
    background-color: transparent;
    box-sizing: border-box;
    font-size: 0;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 10%;
    top: 0;
    transform: translate(20%, 20%);
    transition: all 0.5s ease 0.3s;
    width: 100%;
    z-index: 5;
}
.portfolio_main_holder article .item_holder.thin_plus_only:hover .text_holder, .portfolio_slider li:hover .item_holder.thin_plus_only .text_holder {
    font-size: 150px;
    opacity: 1;
    transform: translate(0px, 0px);
    transition: all 0.2s ease 0.1s;
}
.portfolio_main_holder .item_holder.thin_plus_only .image_holder {
    z-index: 2;
}
.portfolio_main_holder .item_holder.thin_plus_only .portfolio_shader {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
    z-index: 3;
}
.portfolio_main_holder article .item_holder.thin_plus_only:hover .portfolio_shader, .portfolio_slider li.item:hover .item_holder.thin_plus_only .portfolio_shader {
    opacity: 1;
}
.portfolio_main_holder .item_holder.slow_zoom .text_holder {
    background-color: transparent;
    box-sizing: border-box;
    font-size: 18px;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 10%;
    top: 0;
    transition: opacity 0.6s ease 0.3s;
    width: 100%;
    z-index: 5;
}
.portfolio_main_holder article .item_holder.slow_zoom:hover .text_holder {
    opacity: 1;
}
.portfolio_with_hover_text .portfolio_main_holder article .item_holder.slow_zoom .separator {
    background-color: #fff;
}
.portfolio_main_holder .item_holder.slow_zoom .image_holder img, .portfolio_main_holder .item_holder.slow_zoom + .image_holder.portfolio_jg_image_link img {
    transform: scale(1.01);
    transition: all 2s cubic-bezier(0.23, 1, 0.12, 1) 0s;
}
.portfolio_main_holder article .item_holder.slow_zoom:hover .image_holder img, .portfolio_main_holder article .item_holder.slow_zoom:hover + .image_holder.portfolio_jg_image_link img {
    transform: scale(1.1);
    transition: all 5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
}
.portfolio_main_holder .item_holder.slow_zoom .portfolio_shader {
    opacity: 0;
    transition: all 5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
    z-index: 3;
}
.portfolio_main_holder article .item_holder.slow_zoom:hover .portfolio_shader, .portfolio_slider li.item:hover .item_holder.slow_zoom .portfolio_shader {
    opacity: 1;
}
.portfolio_main_holder .item_holder.slow_zoom .icons_holder {
    bottom: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    z-index: 20;
}
.portfolio_main_holder .item_holder.slow_zoom .icons_holder.left {
    left: 0;
    transform: translate3d(-10px, 10px, 0px);
}
.portfolio_main_holder .item_holder.slow_zoom .icons_holder.right {
    right: 0;
    transform: translate3d(10px, 10px, 0px);
}
.portfolio_main_holder .item_holder.slow_zoom .icons_holder.center {
    text-align: center;
    transform: translate3d(0px, 10px, 0px);
    width: 100%;
}
.portfolio_main_holder article:hover .item_holder.slow_zoom .icons_holder, .portfolio_slider li.item:hover .item_holder.slow_zoom .icons_holder {
    display: block;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.portfolio_main_holder .item_holder.slow_zoom .icons_holder a {
    background: #1abc9c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    width: 40px;
}
.portfolio_main_holder .item_holder.slow_zoom .icons_holder a:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
}
.portfolio_main_holder .item_holder.slow_zoom .image_holder {
    overflow: hidden;
    z-index: 2;
}
.portfolio_main_holder .item_holder.split_up .text_holder {
    background-color: transparent;
    box-sizing: border-box;
    font-size: 18px;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 10%;
    top: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    width: 100%;
    z-index: 5;
}
.portfolio_main_holder article .item_holder.split_up:hover .text_holder {
    opacity: 1;
    transition: transform 0.3s ease 0s;
}
.portfolio_main_holder .item_holder.split_up .portfolio_title {
    transform: translateY(0px);
    transition: all 0.2s ease 0s;
}
.portfolio_main_holder article .item_holder.split_up:hover .portfolio_title {
    transform: translateY(-4px);
}
.portfolio_main_holder .item_holder.split_up .project_category {
    transform: translateY(-4px);
    transition: all 0.2s ease 0s;
}
.portfolio_main_holder article:hover .item_holder.split_up .project_category {
    transform: translateY(0px);
}
.portfolio_with_hover_text .portfolio_main_holder article:hover .item_holder.split_up .separator {
    background-color: #fff;
}
.portfolio_main_holder .item_holder.split_up .image_holder {
    z-index: 2;
}
.portfolio_main_holder .item_holder.split_up .portfolio_shader, .portfolio_slider li.item .item_holder.split_up .portfolio_shader {
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease-out 0s;
    width: 100%;
    z-index: 3;
}
.portfolio_main_holder article .item_holder.split_up:hover .portfolio_shader, .portfolio_slider li.item:hover .item_holder.split_up .portfolio_shader {
    height: 100%;
    opacity: 1;
    top: 0;
}
.portfolio_main_holder .item_holder.cursor_change_hover a.portfolio_link_class {
    cursor: url("img/cursor_plus.png") 22 22, crosshair;
    z-index: 6;
}
.portfolio_main_holder .cursor_img {
    position: absolute;
    z-index: 1000;
}
.portfolio_main_holder .item_holder.cursor_change_hover .image_holder {
    z-index: 2;
}
.portfolio_main_holder .item_holder.cursor_change_hover .text_holder {
    backface-visibility: hidden;
    background-color: transparent;
    box-sizing: border-box;
    font-size: 14px;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(0.8);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    width: 100%;
    z-index: 4;
}
.portfolio_main_holder article:hover .item_holder.cursor_change_hover .text_holder, .portfolio_slider li.item:hover .item_holder.cursor_change_hover .text_holder {
    opacity: 1;
    transform: scale(1);
}
.portfolio_with_hover_text .portfolio_main_holder .item_holder.cursor_change_hover .separator {
    background-color: #fff;
}
.portfolio_main_holder .item_holder.cursor_change_hover .text_holder_outer {
    display: table;
    height: 100%;
    width: 100%;
}
.portfolio_main_holder .item_holder.cursor_change_hover .text_holder_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.portfolio_main_holder .item_holder.flip_from_left .portfolio_shader, .portfolio_main_holder .item_holder.slide_up .portfolio_shader {
    display: none;
}
.portfolio_main_holder .item_holder.cursor_change_hover .portfolio_shader {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    z-index: 3;
}
.portfolio_main_holder article .item_holder.cursor_change_hover:hover .portfolio_shader, .portfolio_slider li.item:hover .item_holder.cursor_change_hover .portfolio_shader {
    opacity: 1;
}
.projects_holder.hover_text article .item_holder.grayscale .image_holder {
    margin: 0;
    z-index: 2;
}
.projects_holder.hover_text article .item_holder.grayscale .image img {
    filter: url("img/desaturate.svg#grayscale");
    margin: 0;
    transform: none;
}
.projects_holder.hover_text article .item_holder.grayscale:hover .image_holder .image img {
    filter: none;
    transform: none;
}
.projects_holder.hover_text article .item_holder.grayscale .text_holder {
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    top: 0;
    transition: opacity 0.5s ease 0s;
    width: 100%;
    z-index: 5;
}
.projects_holder.hover_text article .item_holder.grayscale .portfolio_shader {
    background-color: rgba(21, 21, 21, 0.4);
    opacity: 0;
    transition: opacity 0.5s ease 0s;
    z-index: 3;
}
.projects_holder.hover_text article .item_holder.grayscale:hover .portfolio_shader, .projects_holder.hover_text article .item_holder.grayscale:hover .text_holder {
    opacity: 1;
}
.portfolio_main_holder .item_holder.slide_up {
    overflow: hidden;
}
.portfolio_main_holder .item_holder.slide_up .portfolio_title_holder {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.33, 0, 0.2, 1) 50ms;
    width: 100%;
    z-index: 10;
}
.portfolio_main_holder .item_holder.slide_up .portfolio_title_holder .portfolio_title {
    box-sizing: border-box;
    margin: 25px 0;
    padding: 0 10px;
    text-align: center;
}
.portfolio_main_holder .item_holder.slide_up .portfolio_title_holder .portfolio_title a {
    color: #303030;
}
.portfolio_main_holder .item_holder.slide_up .image_holder {
    transform: translateY(0px);
    transition: transform 0.3s cubic-bezier(0.33, 0, 0.2, 1) 50ms;
    z-index: 1;
}
.portfolio_main_holder .item_holder.slide_up:hover .portfolio_title_holder {
    transform: translateY(0px);
}
.portfolio_main_holder .item_holder.slide_up:hover .image_holder {
    transform: translateY(-20px);
}
.portfolio_main_holder .item_holder.slide_up:hover .image_holder img {
    transform: scale(1);
}
.portfolio_main_holder.justified-gallery article .portfolio_jg_image_link.slide_up {
    overflow: hidden;
}
.portfolio_main_holder.justified-gallery article .portfolio_jg_image_link.slide_up img {
    transform: translateY(0px);
    transition: transform 0.3s cubic-bezier(0.33, 0, 0.2, 1) 50ms;
}
.portfolio_main_holder.justified-gallery article:hover .portfolio_jg_image_link.slide_up img {
    transform: translateY(-20px);
}
.portfolio_main_holder .item_holder.flip_from_left .portfolio_title_holder {
    background-color: #fff;
    bottom: 5%;
    left: -4%;
    opacity: 0;
    position: absolute;
    transform: translate3d(-20%, 0px, 0px);
    transition: opacity 0.2s ease 0s, transform 0s ease 0.2s, box-shadow 0s ease 0.2s;
    will-change: transform;
    z-index: 10;
}
.portfolio_main_holder .item_holder.flip_from_left .portfolio_title_holder .portfolio_title {
    box-sizing: border-box;
    margin: 15px 0;
    padding: 0 20px;
}
.portfolio_main_holder .item_holder.flip_from_left .portfolio_title_holder .portfolio_title a {
    color: #222;
    vertical-align: middle;
}
.portfolio_main_holder .item_holder.flip_from_left:hover .portfolio_title_holder {
    box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.04);
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.25s cubic-bezier(0.33, 0, 0.2, 1) 0s, transform 0.3s cubic-bezier(0, 0, 0, 1) 0s, box-shadow 0.2s ease-out 50ms;
}
.projects_holder.monitor_frame img.monitor_frame {
    pointer-events: none;
    position: relative;
    z-index: 3;
}
.projects_holder.monitor_frame .item_holder {
    height: 67%;
    left: 3.6%;
    position: absolute;
    top: 5%;
    width: 93%;
    z-index: 1;
}
.projects_holder.monitor_frame .item_holder .image_holder {
    height: 100%;
}
.projects_holder.monitor_frame .item_holder .image_holder img {
    transform: translateZ(0px) scale(1);
}
.projects_holder.monitor_frame.ie-specific-styles .item_holder {
    z-index: 4;
}
.q_tabs {
    display: block;
    visibility: hidden;
}
.q_tabs .tabs-nav, .q_tabs .tabs-nav li {
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.q_tabs .tabs-nav {
    list-style: outside none none;
}
.q_tabs .tabs-nav li a {
    color: #b4b4b4;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0;
    padding: 0 14px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out 0s;
}
.q_tabs .tabs-nav li.active a {
    color: #303030;
}
.q_tabs .tabs-nav li a:hover, .q_tabs .tabs-nav li.active a:hover {
    color: #1abc9c;
}
.q_tabs.horizontal.center {
    text-align: center;
}
.q_tabs.horizontal.left {
    text-align: left;
}
.q_tabs.horizontal.right {
    text-align: right;
}
.q_tabs.horizontal .tabs-container {
    padding-top: 4px;
    text-align: left;
}
.q_tabs.horizontal.right .tabs-container {
    text-align: right;
}
.q_tabs.horizontal .tabs-nav li:first-child a {
    padding-left: 0;
}
.q_tabs.vertical .tabs-nav {
    margin: 0;
    width: 24.0296%;
}
.q_tabs.vertical.right .tabs-nav {
    float: right;
}
.q_tabs.vertical.left .tabs-nav {
    float: left;
}
.q_tabs.vertical .tabs-nav li {
    display: block;
    width: 100%;
}
.q_tabs.vertical .tabs-nav li a {
    height: auto;
    line-height: normal;
    padding: 13px 17px;
    text-align: center;
}
.q_tabs.vertical .tabs-nav li.active a {
    border: 2px solid #e3e3e3;
    padding: 11px 14px;
    position: relative;
    z-index: 100;
}
.q_tabs.vertical.left .tabs-nav li.active a {
    border-bottom-left-radius: 4px;
    border-right-color: #fff;
    border-top-left-radius: 4px;
}
.q_tabs.vertical.right .tabs-nav li.active a {
    border-bottom-right-radius: 4px;
    border-left-color: #fff;
    border-top-right-radius: 4px;
}
.q_tabs.vertical .tabs-container {
    width: 73.6858%;
}
.q_tabs.vertical.left .tabs-container {
    float: left;
    text-align: left;
}
.q_tabs.vertical.right .tabs-container {
    float: right;
    text-align: right;
}
.q_tabs.vertical .tab-content {
    position: relative;
    z-index: 50;
}
.q_tabs.vertical.left .tab-content {
    border-left: 2px solid #e3e3e3;
    left: -2px;
    padding-left: 17px;
}
.q_tabs.vertical.right .tab-content {
    border-right: 2px solid #e3e3e3;
    padding-right: 17px;
    right: -2px;
}
.q_tabs.boxed {
    text-align: left;
}
.q_tabs.boxed .tabs-nav {
    display: block;
}
.q_tabs.boxed .tabs-nav li a {
    border-bottom: medium none;
    position: relative;
    z-index: 200;
}
.q_tabs.boxed .tabs-nav li.active a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e3e3e3 #e3e3e3 #fff;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 2px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    position: relative;
    z-index: 100;
}
.q_tabs.boxed .tabs-container {
    border-top: 2px solid #e3e3e3;
    overflow: hidden;
    padding: 19px 0 0;
    position: relative;
    text-align: left;
    top: -2px;
    z-index: 50;
}
.q_accordion_holder {
    display: block;
    margin: 0 0 30px;
    position: relative;
    visibility: hidden;
}
.q_accordion_holder.accordion.with_icon {
    border-top: 1px solid #eaeaea;
}
.q_accordion_holder.accordion .ui-accordion-header {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    line-height: 2em;
    margin: 0 0 5px;
    min-height: 45px;
    padding: 0;
    position: relative;
    transform: translateZ(0px);
}
.q_accordion_holder.accordion h3.ui-accordion-header {
    padding-top: 3px;
}
.q_accordion_holder.accordion h4.ui-accordion-header {
    padding-top: 5px;
}
.q_accordion_holder.accordion h5.ui-accordion-header {
    font-size: 14px;
    padding-top: 9px;
}
.q_accordion_holder.accordion h6.ui-accordion-header {
    padding-top: 10px;
}
.q_accordion_holder.accordion.with_icon h3.ui-accordion-header {
    padding-bottom: 3px;
}
.q_accordion_holder.accordion.with_icon h4.ui-accordion-header {
    padding-bottom: 5px;
}
.q_accordion_holder.accordion.with_icon h5.ui-accordion-header {
    padding-bottom: 9px;
}
.q_accordion_holder.accordion.with_icon h6.ui-accordion-header {
    padding-bottom: 10px;
}
.q_accordion_holder.accordion.with_icon .ui-accordion-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 1px solid #eaeaea;
    border-image: none;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-top: 0 none;
    line-height: 3em;
    margin: 0;
    min-height: 3em;
}
.q_accordion_holder.accordion .ui-accordion-header, .q_accordion_holder.accordion.with_icon .ui-accordion-header {
    color: #303030;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
}
.q_accordion_holder.accordion .ui-accordion-header:hover {
    color: #1abc9c;
}
.q_accordion_holder.accordion.with_icon .ui-accordion-header:last-child {
    border-bottom: 0 none;
}
.q_accordion_holder.accordion.with_icon .ui-accordion-header span.tab-title {
    display: inline-block;
    line-height: 1.5625em;
    margin: 0.85em 0 0.85em 20px;
    width: 72%;
}
.q_accordion_holder.accordion.without_icon .ui-accordion-header span.tab-title {
    display: block;
    padding: 0 0 0 63px;
}
.q_accordion_holder.accordion.with_icon .ui-state-active {
    border-bottom-color: transparent;
}
.q_accordion_holder.accordion .ui-state-active, .q_accordion_holder.accordion.with_icon .ui-state-active {
    transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
}
.q_accordion_holder.accordion.with_icon .ui-accordion-header-active, .q_accordion_holder.with_icon div.accordion_content {
    background-color: #fbfbfb;
}
.q_accordion_holder .ui-accordion-header .accordion_mark, .q_accordion_holder.accordion.with_icon .ui-accordion-header div.icon-wrapper {
    float: left;
    line-height: 3.25em;
    position: relative;
    top: 0.09375em;
}
.q_accordion_holder.accordion.without_icon .ui-accordion-header div.icon-wrapper {
    display: none;
}
.q_accordion_holder.accordion.with_icon .ui-accordion-header i {
    color: #1abc9c;
    font-size: 18px;
    margin: 0 0 0 15px;
}
.highlight, .testimonials_holder.light .flex-direction-nav a::before {
    color: #fff;
}
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon {
    background-image: url("img/plus.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 41px;
    width: 41px;
}
.q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark {
    background-image: url("img/minus.png");
}
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
    background-color: transparent;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    height: 45px;
    transition: background-color 0.3s ease-in-out 0s;
    width: 45px;
}
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark:hover {
    background-image: url("img/button-bg-px.png");
}
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark.left_mark {
    left: 0;
    position: absolute;
    top: 0;
}
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark.right_mark {
    position: absolute;
    right: 0.65em;
    top: 0.65em;
}
.q_accordion_holder.accordion.with_icon .ui-accordion-header .accordion_mark.left_mark, .q_accordion_holder.accordion.without_icon .ui-accordion-header .accordion_mark.right_mark {
    display: none;
}
.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon {
    background-image: url("img/minus.png");
}
.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark {
    background-color: #e3e3e3;
    transition: background-color 0.3s ease-in-out 0s;
}
.gallery_holder ul li a img, .q_font_awsome_icon_square, .q_icon_with_title.boxed .icon_holder .fa-stack {
    transition: all 0.3s ease-in-out 0s;
}
@media not all, only screen and (min--moz-device-pixel-ratio: 1.5), not all, not all, only screen and (min-resolution: 160dpi) {
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon, .q_accordion_holder.with_icon .accordion_icon_mark {
    background-image: url("img/plus@1_5x.png");
    background-size: 9px 9px;
}
.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon, .q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark {
    background-image: url("img/minus@1_5x.png");
    background-size: 9px 9px;
}
}
@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all, not all, only screen and (min-resolution: 210dpi) {
.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon, .q_accordion_holder.with_icon .accordion_icon_mark {
    background-image: url("img/plus@2x.png");
    background-size: 9px 9px;
}
.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon, .q_accordion_holder.with_icon .ui-accordion-header.ui-state-active .accordion_icon_mark {
    background-image: url("img/minus@2x.png");
    background-size: 9px 9px;
}
}
.q_accordion_holder.accordion div.accordion_content {
    margin: 0;
    padding: 0 0 0 63px;
}
.q_accordion_holder.with_icon div.accordion_content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #eaeaea #eaeaea;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 0 0 0 50px;
}
.q_accordion_holder.accordion.with_icon div.accordion_content.no_icon {
    padding: 0 0 0 22px;
}
.q_accordion_holder.accordion div.accordion_content_inner {
    display: block;
    padding: 8px 0 25px;
}
.q_accordion_holder.with_icon div.accordion_content_inner {
    padding: 10px 27px 19px 0;
}
.q_accordion_holder.accordion.boxed .ui-accordion-header {
    background-color: #e3e3e3;
    text-align: center;
}
.q_accordion_holder.boxed .ui-accordion-header .accordion_mark {
    display: none;
}
.q_accordion_holder.boxed div.accordion_content {
    padding-left: 26px;
}
.q_accordion_holder.boxed div.accordion_content_inner {
    padding-top: 20px;
}
.highlight {
    background-color: #1abc9c;
    padding: 0 3px;
}
.testimonials_holder {
    text-align: center;
}
.testimonials {
    position: relative;
}
.testimonials .testimonial_container {
    background-color: transparent;
    margin: 0 0 16px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
.testimonials_holder .flex-direction-nav {
    display: block;
    position: static;
}
.testimonials_holder .flex-direction-nav li {
    display: inline-block;
    height: 30px;
    margin-top: 37px;
}
.testimonials_holder .flex-direction-nav li:first-child {
    margin-right: 5px;
}
.testimonials_holder .flex-direction-nav li:last-child {
    margin-left: 4px;
}
.testimonials_holder .flex-direction-nav a {
    background-color: transparent;
    border: 2px solid #303030;
    border-radius: 4px;
    box-sizing: border-box;
    height: 30px;
    opacity: 1;
    position: relative;
    text-indent: -9999px;
    width: 30px;
}
.testimonials_holder .flex-direction-nav a:hover {
    background-color: #303030;
}
.testimonials_holder.light .flex-direction-nav a {
    border-color: #fff;
}
.testimonials_holder.light .flex-direction-nav a:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.testimonials_holder .flex-direction-nav a::before {
    color: #000;
    font-family: FontAwesome,sans-serif;
    font-size: 16px;
    height: 26px;
    left: 0;
    line-height: 26px;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 26px;
}
.testimonials_holder .flex-direction-nav a:hover::before {
    color: #fff;
}
.testimonials_holder .flex-direction-nav a.flex-prev::before {
    content: "";
}
.testimonials_holder .flex-direction-nav a.flex-next::before {
    content: "";
}
.testimonials_holder.full_width {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.content .testimonial_content .container .container_inner {
    padding: 0;
}
.testimonial_text_holder {
    display: block;
    position: relative;
}
.testimonials .author_image_holder {
    margin-left: 15px;
    position: relative;
}
.author_image_holder .image_holder {
    border: 1px solid #eaeaea;
    border-radius: 3em;
    display: inline-block;
    float: left;
    height: 60px;
    margin: 0 15px 0 0;
    overflow: hidden;
    width: 60px;
}
.testimonial_text_inner .testimonial_name, .testimonials .testimonial_text_inner {
    display: block;
}
.testimonials .testimonial_text_inner p.testimonial_author {
    color: #303030;
    font-size: 13px;
    font-weight: 500;
    margin-top: 22px;
}
.testimonials .testimonial_text_inner p.testimonial_author span.author_company {
    color: #1abc9c;
}
.testimonial_content_inner .testimonial_author .website {
    color: #303030;
    display: block;
    font-weight: 300;
}
.testimonial_content_inner .testimonial_author h4 {
    color: #00a8e8;
}
.testimonial_content_inner .testimonial_author .company_position {
    color: #1abc9c;
}
.testimonial_arrow, .testimonial_image_holder {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.testimonials .testimonial_text_inner p {
    font-size: 21px;
    line-height: 1.66667em;
}
.testimonials_holder.standard .testimonials .testimonial_text_inner {
    border-radius: 4px;
}
.testimonials_holder.full_width .testimonials .testimonial_text_inner {
    border-left: medium none;
    border-right: medium none;
    position: relative;
    text-align: center;
}
.testimonials_holder.full_width .testimonials .testimonial_text_inner p {
    margin: 0 0 19px;
}
.testimonial_arrow {
    background-color: #fbfbfb;
    border-color: #eaeaea;
    border-style: solid;
    border-width: 0 1px 1px 0;
    bottom: 11px;
    height: 20px;
    left: 45px;
    margin: 0 0 0 -10px;
    transform: rotate(45deg);
    width: 20px;
    z-index: 999;
}
.testimonials.transparent .testimonial_text_inner {
    background-color: transparent;
    border: medium none;
    padding: 0;
}
.testimonial_image_holder {
    margin: 0 0 50px;
    text-align: center;
    vertical-align: middle;
}
.testimonial_image_holder img {
    vertical-align: middle;
}
.testimonials_masonry_holder {
    padding: 0 17px;
}
.testimonials_masonry_holder .testimonial_content {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.testimonials_masonry_holder .testimonials_sep {
    background-color: #303030;
    height: 2px;
    margin: 8px auto 13px;
    width: 17px;
}
.testimonials_masonry_holder .testimonial_author {
    margin-top: 17px;
}
.testimonials_masonry_holder .testimonial_content_holder {
    display: table;
    height: 100%;
    width: 100%;
}
.testimonials_masonry_holder .testimonial_content_inner {
    display: table-cell;
    vertical-align: middle;
}
.testimonials_masonry_holder .testimonials_header_desc {
    color: #303030;
}
.testimonials_block {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
}
.tstm_block_2 {
    float: left;
}
.tstm_block_2 .tstm_item_large {
    float: none;
}
.testimonials_item {
    background-color: #fff;
    display: inline-block;
    float: left;
    margin: 17px;
    overflow: hidden;
    padding-top: calc(50% - 34px);
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: calc(50% - 34px);
}
.testimonials_item .testimonial_content {
    padding: 25px;
}
.testimonials_item .testimonial_image_holder {
    filter: grayscale(100%);
    height: 49px;
    margin-bottom: 20px;
    width: 49px;
}
.tstm_item_large {
    padding-top: calc(100% - 34px);
}
.tstm_item_large .testimonial_image_holder {
    height: 90px;
    margin-bottom: 30px;
    width: 90px;
}
.tstm_item_large .testimonials_sep {
    margin-bottom: 23px;
}
.testimonials_header {
    width: calc(100% - 34px);
}
.testimonials_header .qbutton {
    margin-top: 38px;
}
.boxed .section .section_inner .testimonials_masonry_holder, .container .container_inner .testimonials_masonry_holder, .grid_section .section_inner .testimonials_masonry_holder {
    margin: 0 -6px;
    padding: 0;
}
.boxed .section .section_inner .testimonials_masonry_holder .testimonials_item, .container .container_inner .testimonials_masonry_holder .testimonials_item, .grid_section .section_inner .testimonials_masonry_holder .testimonials_item {
    margin: 6px;
    padding-top: calc(50% - 12px);
    width: calc(50% - 12px);
}
.boxed .section .section_inner .testimonials_masonry_holder .testimonials_item .testimonial_content, .container .container_inner .testimonials_masonry_holder .testimonials_item .testimonial_content, .grid_section .section_inner .testimonials_masonry_holder .testimonials_item .testimonial_content {
    padding: 15px;
}
.boxed .section .section_inner .testimonials_masonry_holder .testimonials_header, .container .container_inner .testimonials_masonry_holder .testimonials_header, .grid_section .section_inner .testimonials_masonry_holder .testimonials_header {
    width: calc(100% - 12px);
}
.boxed .section .section_inner .testimonials_masonry_holder .tstm_item_large, .container .container_inner .testimonials_masonry_holder .tstm_item_large, .grid_section .section_inner .testimonials_masonry_holder .tstm_item_large {
    padding-top: calc(100% - 12px);
}
.testimonials_c_holder .testimonial_content_inner {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    padding: 60px 45px;
    text-align: center;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_image_holder {
    border-radius: 50%;
    margin-bottom: 33px;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_rating_holder {
    color: #bebebe;
    line-height: 1em;
    margin: 15px 0 25px;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_rating_holder .testimonial_star_holder {
    margin: 0 1px;
}
.testimonials_c_holder .testimonial_content_inner .testimonial_author {
    font-size: 13px;
    font-weight: 500;
    margin-top: 21px;
}
.testimonials_c_holder .flex-control-nav {
    margin-top: 50px;
    text-align: center;
}
.testimonials_c_holder .flex-control-nav li {
    display: inline-block;
    height: 9px;
    margin: 0 5px;
    width: 9px;
}
.testimonials_c_holder .flex-control-nav li a {
    background-color: #cfcfcf;
    border-radius: 50%;
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}
.testimonials_c_holder .flex-control-nav li a.flex-active {
    background-color: #303030;
}
.testimonials_c_holder.light .flex-control-nav li a {
    background-color: #e8e8e8;
}
.testimonials_c_holder.light .flex-control-nav li a.flex-active {
    background-color: #fff;
}
blockquote {
    border-left: 4px solid transparent;
    padding: 14px 14px 14px 10px;
    position: relative;
    quotes: none;
}
blockquote h5 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5625em;
    margin: 0;
    text-transform: none;
}
blockquote.with_quote_icon h5 {
    padding: 0 0 0 40px;
}
blockquote i.pull-left {
    color: #c1c0c0;
    font-size: 22px;
    margin: 6px 0 0;
}
.gallery_holder {
    display: block;
    position: relative;
}
.wpb_image_grid .gallery_holder {
    width: 100.1%;
}
.gallery_holder ul {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.gallery_holder ul li {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}
.gallery_holder ul li a {
    backface-visibility: hidden;
    display: block;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
}
.wpb_image_grid .gallery_holder ul li a {
    margin-bottom: -1px;
    margin-right: -1px;
}
.gallery_holder ul li a img {
    display: block;
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.gallery_holder ul li.grayscale a img {
    filter: grayscale(100%);
}
.gallery_holder ul li.grayscale:hover a img {
    filter: none;
}
.gallery_holder ul li:hover a img {
    transform: scale(1.03, 1.03);
}
.gallery_holder ul li .gallery_hover {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.81);
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translateZ(0px);
    transition: opacity 0.4s ease 0s;
    visibility: visible;
    width: 100%;
    z-index: 1000;
}
.gallery_holder ul li:hover .gallery_hover {
    opacity: 1;
}
.gallery_holder ul li .gallery_hover i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin: -15px 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}
.gallery_holder ul.v6 li, .wpb_gallery_slides .gallery_holder ul.v6 li {
    margin: 0;
    width: 16.6667%;
}
.gallery_holder ul.v5 li, .wpb_gallery_slides .gallery_holder ul.v5 li {
    margin: 0;
    width: 20%;
}
.gallery_holder ul.v4 li, .wpb_gallery_slides .gallery_holder ul.v4 li {
    margin: 0;
    width: 25%;
}
.gallery_holder ul.v3 li, .wpb_gallery_slides .gallery_holder ul.v3 li {
    margin: 0;
    width: 33.3333%;
}
.gallery_holder ul.v2 li, .wpb_gallery_slides .gallery_holder ul.v2 li {
    margin: 0;
    width: 50%;
}
.gallery_holder .gallery_with_space ul li, .wpb_gallery_slides .gallery_holder .gallery_with_space ul li {
    margin-bottom: 2%;
}
.gallery_holder .gallery_with_space ul li:last-child, .wpb_gallery_slides .gallery_holder .gallery_with_space ul li:last-child {
    margin-bottom: 0;
}
.gallery_holder ul.gallery_with_space.v2 li, .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v2 li {
    margin: 0 2% 2% 0;
    width: 49%;
}
.gallery_holder ul.gallery_with_space.v2 li:nth-child(2n), .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v2 li:nth-child(2n) {
    margin-right: 0;
}
.gallery_holder ul.gallery_with_space.v3 li, .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v3 li {
    margin: 0 2% 2% 0;
    width: 32%;
}
.gallery_holder ul.gallery_with_space.v3 li:nth-child(3n), .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v3 li:nth-child(3n) {
    margin-right: 0;
}
.gallery_holder ul.gallery_with_space.v4 li, .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v4 li {
    margin: 0 2% 2% 0;
    width: 23.5%;
}
.gallery_holder ul.gallery_with_space.v4 li:nth-child(4n), .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v4 li:nth-child(4n) {
    margin-right: 0;
}
.gallery_holder ul.gallery_with_space.v5 li, .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v5 li {
    margin: 0 2% 2% 0;
    width: 18.4%;
}
.gallery_holder ul.gallery_with_space.v5 li:nth-child(5n), .wpb_gallery_slides .gallery_holder ul.gallery_with_space.v5 li:nth-child(5n) {
    margin-right: 0;
}
.wpb_content_element.wpb_single_image img {
    vertical-align: middle;
}
.wpb_single_image.qode_image_hover_darken .vc_single_image-wrapper {
    position: relative;
}
.wpb_single_image.qode_image_hover_darken .vc_single_image-wrapper::before {
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-out 0s;
    width: 100%;
}
.wpb_single_image.qode_image_hover_darken .vc_single_image-wrapper:hover::before {
    opacity: 1;
}
.wpb_single_image.qode_image_hover_zoom_in .vc_single_image-wrapper {
    overflow: hidden;
}
.wpb_single_image.qode_image_hover_zoom_in .vc_single_image-wrapper img {
    transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.wpb_single_image.qode_image_hover_zoom_in .vc_single_image-wrapper:hover img {
    transform: scale(1.05) translateZ(0px);
}
.qode-horizontal-marquee {
    overflow: hidden;
    position: relative;
}
.qode-preview-slider .qode-presl-main-slider .flex-viewport, .qode-text-marquee .stretch--resizer {
    overflow: visible;
}
.qode-horizontal-marquee .qode-horizontal-marquee-inner {
    -moz-user-select: none;
    cursor: grab;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.qode-horizontal-marquee .qode-horizontal-marquee-inner.qode-dragged {
    cursor: grabbing;
}
.qode-horizontal-marquee .qode-horizontal-marquee-inner .qode-hm-item {
    float: left;
    height: 100%;
    position: relative;
}
.qode-horizontal-marquee .qode-horizontal-marquee-inner .qode-hm-item:last-child {
    margin-right: 0;
}
.qode-horizontal-marquee .qode-horizontal-marquee-inner .qode-hm-item .qode-hm-item-inner {
    left: 0;
    position: absolute;
    width: 100%;
}
.qode-horizontal-marquee .qode-horizontal-marquee-inner .qode-hm-item .qode-hm-item-inner.qode-top-aligned {
    top: 0;
}
.qode-horizontal-marquee .qode-horizontal-marquee-inner .qode-hm-item .qode-hm-item-inner.qode-bottom-aligned {
    bottom: 0;
}
.qode-horizontal-marquee .qode-horizontal-marquee-inner .qode-hm-item .qode-hm-item-inner.qode-middle-aligned {
    top: 50%;
    transform: translateY(-50%);
}
.qode-text-marquee {
    position: relative;
}
.qode-text-marquee .qode-text-marquee-wrapper.qode-marquee-additional-title:last-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.touch .qode-text-marquee .qode-text-marquee-wrapper {
    padding: 0 10%;
}
.qode-text-marquee .qode-text-marquee-title {
    color: #e4e4e4;
    font-weight: 700;
    line-height: normal;
    visibility: hidden;
}
.qode-preview-slider {
    margin: 0 auto;
    max-width: 90%;
    padding-bottom: 60px;
    position: relative;
    width: 920px;
}
.qode-preview-slider img {
    display: block;
    visibility: hidden;
    width: 100%;
}
.qode-preview-slider img.visible {
    visibility: visible;
}
.qode-preview-slider .qode-presl-link {
    display: block;
    position: relative;
}
.qode-preview-slider .qode-presl-link::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.qode-preview-slider .qode-presl-link:hover::after {
    opacity: 0.05;
}
.qode-preview-slider .qode-presl-main-slider {
    position: relative;
}
.qode-preview-slider .qode-presl-main-slider .qode-presl-main-item {
    box-sizing: border-box;
    padding: 0 6.5%;
}
.qode-preview-slider .qode-presl-main-slider .flex-direction-nav {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
.qode-preview-slider .qode-presl-main-slider .flex-direction-nav.moving {
    opacity: 0;
    transition: none 0s ease 0s ;
}
.qode-preview-slider .qode-presl-main-slider .flex-direction-nav a {
    border: medium none;
    display: block;
    height: 54px;
    margin-top: -27px;
    position: absolute;
    top: 50%;
    width: 54px;
    z-index: 10;
}
.qode-preview-slider .qode-presl-main-slider .flex-direction-nav a.flex-prev {
    margin-left: -27px;
}
.qode-preview-slider .qode-presl-main-slider .flex-direction-nav a.flex-next {
    margin-right: -27px;
    right: 0;
}
.qode-preview-slider .qode-presl-main-slider .flex-direction-nav a i {
    color: #303030;
    font-size: 54px;
    line-height: 54px;
}
.qode-preview-slider .qode-presl-main-slider .flex-control-nav {
    bottom: -60px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.qode-preview-slider .qode-presl-main-slider .flex-control-nav li {
    float: left;
    height: 9px;
    margin: 0 5px;
    width: 9px;
}
.qode-preview-slider .qode-presl-main-slider .flex-control-nav li a {
    background-color: #cfcfcf;
    border-radius: 50%;
    display: block;
    height: 100%;
    text-indent: -9999px;
    transition: background-color 0.6s ease 0s;
    width: 100%;
}
.qode-preview-slider .qode-presl-main-slider .flex-control-nav li a.flex-active {
    background-color: #303030;
}
.qode-preview-slider .qode-presl-main-slider .slides li.clone_end {
    left: 50%;
    position: absolute;
    top: 0;
}
.qode-preview-slider .qode-presl-main-slider .slides li.clone_start {
    position: absolute;
    right: 100%;
    top: 0;
}
.qode-preview-slider .qode-presl-small-slider-holder {
    bottom: 0;
    position: absolute;
    right: 4%;
    width: 32.6%;
}
.qode-preview-slider .qode-presl-small-slider-holder .qode-presl-small-slider {
    left: 24%;
    position: absolute;
    top: 11.3%;
    width: 52%;
    z-index: 1;
}
.qode-preview-slider .qode-presl-small-slider-holder .qode-presl-small-slider .flex-control-nav, .qode-preview-slider .qode-presl-small-slider-holder .qode-presl-small-slider .flex-direction-nav {
    display: none;
}
.qode-preview-slider .qode-presl-small-slider-holder .qode-presl-phone {
    display: block;
    z-index: 2;
}
.qode-in-device-slider {
    position: relative;
    width: 100%;
}
.qode-in-device-slider img {
    display: block;
    visibility: hidden;
    width: 100%;
}
.qode-in-device-slider img.visible {
    visibility: visible;
}
.qode-in-device-slider .qode-ids-link {
    display: block;
    max-height: 100%;
    overflow: hidden;
    position: static;
}
.qode-in-device-slider .qode-ids-link::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.qode-in-device-slider .qode-ids-link .qode-ids-title, .qode-in-device-slider .qode-ids-link img, .qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-ie-specific .qode-ids-link .qode-ids-title, .qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-ie-specific .qode-ids-link img {
    transition: all 0.3s cubic-bezier(0.33, 0, 0.2, 1) 50ms;
}
.qode-in-device-slider .qode-ids-link:hover::after {
    opacity: 0.05;
}
.qode-in-device-slider .qode-ids-link .qode-ids-title {
    background-color: #fff;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    transform: translateY(100%);
    width: 100%;
}
.qode-in-device-slider .qode-ids-link .qode-ids-title h5 {
    box-sizing: border-box;
    color: #303030;
    font-size: 12px;
    line-height: 1.25em;
    margin: 27px 0;
    padding: 0 10px;
    text-align: center;
}
.qode-in-device-slider .qode-ids-link.hovered .qode-ids-title {
    transform: translateY(0px);
}
.qode-in-device-slider .qode-ids-link.hovered img {
    transform: translateY(-20px);
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider {
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-ie-specific {
    z-index: 3;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-ie-specific .qode-ids-link .qode-ids-title {
    background-color: #fff;
    bottom: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    transform: none;
    width: 100%;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-ie-specific .qode-ids-link .qode-ids-title h5 {
    box-sizing: border-box;
    color: #303030;
    left: 0;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-ie-specific .qode-ids-link.hovered .qode-ids-title {
    height: 76px;
    transform: none;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-ie-specific .qode-ids-link.hovered img {
    margin-top: -20px;
    transform: none;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-framed-desktop {
    height: 66.5%;
    left: 4%;
    top: 5.3%;
    width: 91.7%;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-framed-laptop {
    height: 78%;
    left: 13.4%;
    top: 6.6%;
    width: 73.6%;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-framed-tablet-landscape {
    height: 76.2%;
    left: 19.7%;
    top: 10.4%;
    width: 60.6%;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-framed-tablet-portrait {
    height: 80.5%;
    left: 21.9%;
    top: 8.5%;
    width: 57.3%;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-framed-phone-landscape {
    height: 86.3%;
    left: 17.5%;
    top: 4.7%;
    width: 65.5%;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider.qode-ids-framed-phone-portrait {
    height: 80.3%;
    left: 12.4%;
    top: 8.4%;
    width: 75%;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider .flex-viewport, .qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider .slides, .qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider .slides > li {
    height: 100%;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider .qode-ids-item {
    max-height: 100%;
    position: relative;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider .flex-direction-nav a {
    background-color: rgba(255, 255, 255, 0.1);
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 54px;
    margin-top: -27px;
    position: absolute;
    top: 50%;
    width: 54px;
    z-index: 10;
}
.q_dropcap, .q_dropcap.normal, .q_message, .q_message .q_message_inner {
    position: relative;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider .flex-direction-nav a.flex-prev {
    margin-left: 7px;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider .flex-direction-nav a.flex-next {
    margin-right: 7px;
    right: 0;
}
.q_dropcap, .q_dropcap.circle, .q_dropcap.square {
    border: 1px solid transparent;
    margin: 5px 20px 0 0;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-slider .flex-direction-nav a i {
    color: #303030;
    font-size: 54px;
    line-height: 54px;
}
.qode-in-device-slider .qode-ids-slider-holder .qode-ids-frame {
    display: block;
    pointer-events: none;
    position: relative;
    z-index: 2;
}
.q_dropcap {
    color: #1abc9c;
    display: inline-block;
    float: left;
    font-size: 23px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 48px;
}
.q_dropcap.circle, .q_dropcap.square {
    background-color: #1abc9c;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}
.q_dropcap.normal {
    font-weight: 700;
    left: 8px;
}
.q_dropcap.circle {
    border-radius: 2em;
}
.q_dropcap.square {
    border-radius: 4px;
}
.q_message {
    background-color: #1abc9c;
    color: #fff;
    padding: 26px 30px;
}
.q_message.with_icon .q_message_icon_holder {
    float: left;
    padding: 0 27px 0 0;
}
.q_message .message_text_holder, .q_message.with_icon .message_text_holder {
    padding: 0 20px 0 0;
}
.q_message.with_icon .q_message_icon {
    display: table;
    height: 100%;
}
.q_message.with_icon .q_message_icon_inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.q_message.with_icon > i {
    line-height: 1em;
}
.q_message.with_icon img {
    float: left;
}
.q_message a.close {
    color: #fff;
    line-height: 13px;
    position: absolute;
    right: -23px;
    top: -19px;
}
.q_message a.close i {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px;
}
.q_message .message_text {
    display: table;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.q_message .message_text_inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.q_price_table {
    border-top: 1px solid #ebebeb;
    color: #fff;
    float: left;
    margin-left: 2.5%;
    padding: 0;
    position: relative;
    width: 100%;
}
.qode_pricing_tables.two_columns .q_price_table {
    width: 48.75%;
}
.qode_pricing_tables.three_columns .q_price_table {
    width: 31.6667%;
}
.qode_pricing_tables.four_columns .q_price_table {
    width: 23.125%;
}
.qode_pricing_tables .q_price_table:first-child {
    margin-left: 0;
}
.q_price_table .price_table_inner {
    background-color: #262626;
    position: relative;
}
.q_price_table.active .active_text {
    background-color: #1abc9c;
    font-size: 13px;
    left: 0;
    line-height: 31px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.q_price_table.active .price_table_inner > ul {
    margin: -31px 0;
    padding: 31px 0 0;
}
.price_table_inner ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
.price_table_inner ul li {
    margin: 0;
    padding: 2px 20px 13px;
    text-align: center;
}
.price_table_inner ul li.pricing_table_content {
    padding: 20px 27px 10px;
}
.price_table_inner ul li.pricing_table_content li {
    font-size: 13px;
}
.price_table_inner ul li.pricing_table_content li:last-child {
    border-bottom: medium none;
}
.price_table_inner ul li.prices {
    padding-bottom: 3px;
    padding-top: 0;
}
.price_table_inner ul li.table_title {
    padding: 25px 25px 3px;
}
.price_table_inner ul li.table_title .title_content {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.price_in_table {
    text-align: center;
}
.price_in_table .value {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: 17px;
    vertical-align: top;
}
.price_in_table .price {
    font-size: 83px;
    font-weight: 200;
    line-height: 1em;
    padding: 0 3px;
    vertical-align: middle;
}
.price_in_table .mark {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    top: 10px;
    vertical-align: bottom;
}
.price_table_inner .price_button {
    padding: 0 0 32px;
}
.price_button .qbutton {
    margin: 0 7px;
}
.q_icon_with_title {
    display: block;
    position: relative;
}
.q_icon_with_title .icon_holder {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.q_icon_with_title:not(.right) .icon_holder {
    float: left;
}
.q_icon_with_title.right .icon_holder {
    float: right;
}
.q_icon_with_title.large .icon_text_holder .icon_title {
    margin-bottom: 0.35em;
}
.q_icon_with_title .icon_text_holder .separator.small {
    display: inline-block;
}
.q_icon_with_title .icon_with_title_link {
    color: #1abc9c;
    display: inline-block;
    margin: 13px 0 0;
}
.q_icon_with_title .icon_with_title_link:hover {
    color: #303030;
}
.box_holder_icon_inner.q_icon_animation, .q_icon_with_title .icon_holder.q_icon_animation {
    backface-visibility: hidden;
    transform: scale(0);
    transition: all 0.4s ease 0s;
}
.box_holder_icon_inner.q_icon_animation.q_show_animation, .q_icon_with_title .icon_holder.q_icon_animation.q_show_animation {
    transform: scale(1);
}
.box_holder_icon_inner .fa-stack, .q_font_awsome_icon_square, .q_font_awsome_icon_stack i.fa-stack-base, .q_icon_with_title .icon_holder .fa-stack {
    backface-visibility: hidden;
    border: 2px solid silver;
    box-sizing: initial;
    transition: all 0.1s linear 0s;
}
.q_font_awsome_icon_stack i.fa-stack-base {
    border: medium none;
}
.q_icon_with_title .icon_text_holder {
    position: relative;
}
.q_box_holder.with_icon span.fa-stack .qode_iwt_icon_element, .q_icon_with_title span.fa-stack .qode_iwt_icon_element {
    color: silver;
    font-size: 0.7em;
    transition: all 0.1s ease-in-out 0s;
}
.q_box_holder.with_icon {
    text-align: left;
}
.q_box_holder.with_icon .box_holder_icon_inner.circle .fa-stack, .q_icon_with_title .icon_title_holder .icon_holder, .q_icon_with_title.center, .q_icon_with_title.large .icon_holder, .q_icon_with_title.medium .icon_holder, .q_icon_with_title.small.square .icon_holder, .q_icon_with_title.tiny.square .icon_holder {
    text-align: center;
}
.q_icon_with_title.circle span.fa-stack .qode_iwt_icon_element {
    font-size: 0.9em;
}
.q_icon_with_title span.fa-stack.custom-font .qode_iwt_icon_element {
    font-size: 0.7em;
}
.q_icon_with_title .icon_text_inner {
    padding: 0 0 18px;
}
.q_icon_with_title .icon_title_holder {
    display: table;
    height: 100%;
    margin: 0 0 12px;
    width: 100%;
}
.q_icon_with_title .icon_title_holder .icon_holder {
    box-sizing: content-box;
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0 15px 0 0;
    vertical-align: middle;
}
.q_icon_with_title .icon_title_holder .icon_holder > span {
    position: relative;
    top: 2px;
}
.q_icon_with_title .icon_text_holder .icon_title_holder .icon_title {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width: 100%;
}
.q_font_awsome_icon_square .qode_icon_element, .q_font_awsome_icon_stack .qode_icon_element {
    color: #fff;
}
.qode_icon_shortcode.fa-stack a {
    color: inherit;
    display: block;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    height: 100%;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
}
.qode_icon_shortcode.fa-stack .qode_icon_element, .qode_icon_shortcode.fa-stack .qodef-icon-linea-icon::before {
    display: block;
    line-height: inherit;
}
.touch .no_animation_on_touch .q_icon_animation {
    transform: scale(1);
}
.q_icon_with_title.center.center .icon_holder {
    display: block;
    float: none;
    margin: 0 0 20px;
}
.q_icon_with_title.custom_icon_image.center .icon_holder {
    margin: 0 0 13px;
}
.q_icon_with_title.center .icon_holder {
    width: 100%;
}
.q_icon_with_title.center .icon_holder .font_awsome_icon i {
    color: #7b7b7b;
    transition: color 0.3s ease-in-out 0s;
}
.q_icon_with_title.center .icon_holder .font_awsome_icon i:hover {
    color: #1abc9c;
}
.q_font_awsome_icon_square, .q_icon_with_title.boxed .icon_holder .fa-stack {
    backface-visibility: hidden;
    background-color: #1abc9c;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.q_box_holder.with_icon .box_holder_icon_inner .fa-stack i.fa-stack-base {
    backface-visibility: hidden;
    color: #1abc9c;
    transition: all 0.3s ease-in-out 0s;
}
.box_holder_icon_inner.square .fa-stack, .q_font_awsome_icon_square, .q_icon_with_title.square .icon_holder .fa-stack {
    border-radius: 4px;
}
.box_holder_icon_inner.circle .fa-stack:hover, .box_holder_icon_inner.square .fa-stack:hover, .circle .icon_holder .fa-stack:hover, .q_icon_with_title.square .icon_holder .fa-stack:hover {
    background-color: #1abc9c;
    border-color: transparent;
}
.q_font_awsome_icon_stack .fa-circle, .q_icon_with_title.boxed .icon_holder .fa-stack {
    color: #1abc9c;
    transition: color 0.4s ease-in-out 0s;
}
.q_box_holder.with_icon .box_holder_icon_inner .fa-stack:hover i.fa-stack-base, .q_font_awsome_icon_stack:hover .fa-circle, .q_icon_with_title.circle .icon_holder .fa-stack:hover i.fa-circle {
    color: #f3f3f3;
}
.q_icon_with_title.boxed .icon_holder .fa-stack {
    transition: background-color 0.2s ease-in-out 0s;
}
.box_holder_icon_inner.square:hover i, .q_box_holder.with_icon span.fa-stack:hover i:last-child, .q_font_awsome_icon_square:hover i, .q_font_awsome_icon_stack:hover i:last-child, .q_icon_with_title.boxed .icon_holder .fa-stack:hover i, .q_icon_with_title.circle .icon_holder .fa-stack:hover .qode_iwt_icon_element, .q_icon_with_title.square .icon_holder .fa-stack:hover .qode_iwt_icon_element, .q_icon_with_title.square .icon_holder .fa-stack:hover i {
    color: #fff;
}
.q_box_holder.with_icon .tiny span.fa-stack i:last-child {
    top: 1px;
}
.q_icon_with_title.with_border_line .icon_text_inner {
    border-bottom: 1px solid #fbfbfb;
}
.q_icon_with_title.tiny .icon_text_holder {
    padding: 0 0 0 44px;
}
.q_icon_with_title.small .icon_text_holder {
    padding: 0 0 0 46px;
}
.q_icon_with_title.medium .icon_text_holder, .q_icon_with_title.tiny.square .icon_text_holder {
    padding: 0 0 0 56px;
}
.q_icon_with_title.large .icon_text_holder {
    padding: 0 0 0 65px;
}
.q_icon_with_title.very_large .icon_text_holder {
    padding: 0 0 0 84px;
}
.q_icon_with_title.tiny.boxed .icon_text_holder, .q_icon_with_title.tiny.circle .icon_text_holder, .q_icon_with_title.tiny.custom_icon_image .icon_text_holder {
    padding: 0 0 0 55px;
}
.q_icon_with_title.small.boxed .icon_text_holder, .q_icon_with_title.small.circle .icon_text_holder, .q_icon_with_title.small.custom_icon_image .icon_text_holder, .q_icon_with_title.small.square .icon_text_holder {
    padding: 0 0 0 72px;
}
.q_icon_with_title.medium.circle .icon_text_holder {
    padding: 0 0 0 119px;
}
.q_icon_with_title.medium.boxed .icon_text_holder, .q_icon_with_title.medium.custom_icon_image .icon_text_holder, .q_icon_with_title.medium.square .icon_text_holder {
    padding: 0 0 0 95px;
}
.q_icon_with_title.large.boxed .icon_text_holder, .q_icon_with_title.large.circle .icon_text_holder, .q_icon_with_title.large.custom_icon_image .icon_text_holder, .q_icon_with_title.large.square .icon_text_holder {
    padding: 0 0 0 122px;
}
.q_icon_with_title.very_large.boxed .icon_text_holder, .q_icon_with_title.very_large.circle .icon_text_holder, .q_icon_with_title.very_large.custom_icon_image .icon_text_holder, .q_icon_with_title.very_large.square .icon_text_holder {
    padding: 0 0 0 150px;
}
.q_icon_with_title.left_from_title .icon_text_holder {
    padding: 0;
}
.q_icon_with_title.right .icon_text_holder {
    padding-left: 0;
    text-align: right;
}
.q_icon_with_title.tiny.circle.right .icon_text_holder, .q_icon_with_title.tiny.custom_icon_image.right .icon_text_holder {
    padding: 0 55px 0 0;
}
.q_icon_with_title.small.circle.right .icon_text_holder, .q_icon_with_title.small.custom_icon_image.right .icon_text_holder, .q_icon_with_title.small.square.right .icon_text_holder {
    padding: 0 72px 0 0;
}
.q_icon_with_title.medium.circle.right .icon_text_holder {
    padding: 0 119px 0 0;
}
.q_icon_with_title.medium.custom_icon_image.right .icon_text_holder, .q_icon_with_title.medium.square.right .icon_text_holder {
    padding: 0 95px 0 0;
}
.q_icon_with_title.large.circle.right .icon_text_holder, .q_icon_with_title.large.custom_icon_image.right .icon_text_holder, .q_icon_with_title.large.square.right .icon_text_holder {
    padding: 0 122px 0 0;
}
.q_icon_with_title.very_large.circle.right .icon_text_holder, .q_icon_with_title.very_large.custom_icon_image.right .icon_text_holder, .q_icon_with_title.very_large.square.right .icon_text_holder {
    padding: 0 150px 0 0;
}
.q_icon_with_title.tiny.square.right .icon_text_holder {
    padding: 0 56px 0 0;
}
.q_icon_with_title.left_from_title .icon_text_holder .icon_holder {
    width: auto;
}
.q_icon_with_title.left_from_title.custom_icon_image.tiny .icon_text_holder .icon_holder {
    width: 35px;
}
.q_icon_with_title.left_from_title.custom_icon_image.small .icon_text_holder .icon_holder {
    width: 52px;
}
.q_icon_with_title.left_from_title.custom_icon_image.medium .icon_text_holder .icon_holder {
    width: 78px;
}
.q_icon_with_title.left_from_title.custom_icon_image.large .icon_text_holder .icon_holder {
    width: 104px;
}
.q_icon_with_title.left_from_title.custom_icon_image.very_large .icon_text_holder .icon_holder {
    width: 130px;
}
.q_icon_with_title.large.boxed.center .icon_text_holder, .q_icon_with_title.large.center .icon_text_holder, .q_icon_with_title.large.circle.center .icon_text_holder, .q_icon_with_title.large.custom_icon_image.center .icon_text_holder, .q_icon_with_title.medium.boxed.center .icon_text_holder, .q_icon_with_title.medium.center .icon_text_holder, .q_icon_with_title.medium.circle.center .icon_text_holder, .q_icon_with_title.medium.custom_icon_image.center .icon_text_holder, .q_icon_with_title.small.boxed.center .icon_text_holder, .q_icon_with_title.small.center .icon_text_holder, .q_icon_with_title.small.circle.center .icon_text_holder, .q_icon_with_title.small.custom_icon_image.center .icon_text_holder, .q_icon_with_title.tiny.boxed.center .icon_text_holder, .q_icon_with_title.tiny.center .icon_text_holder, .q_icon_with_title.tiny.circle.center .icon_text_holder, .q_icon_with_title.tiny.custom_icon_image.center .icon_text_holder, .q_icon_with_title.very_large.boxed.center .icon_text_holder, .q_icon_with_title.very_large.center .icon_text_holder, .q_icon_with_title.very_large.circle.center .icon_text_holder, .q_icon_with_title.very_large.custom_icon_image.center .icon_text_holder {
    padding: 0;
}
.q_icon_with_title.left_from_title .icon_holder {
    display: block;
}
.q_icon_with_title.left_from_title.small.normal_icon .icon_holder, .q_icon_with_title.left_from_title.tiny .icon_holder, .q_icon_with_title.tiny .icon_holder img {
    width: 35px;
}
.q_icon_with_title.left_from_title.large.normal_icon .icon_holder, .q_icon_with_title.left_from_title.small .icon_holder, .q_icon_with_title.small .icon_holder img {
    width: 52px;
}
.q_icon_with_title.left_from_title.medium .icon_holder, .q_icon_with_title.left_from_title.very_large.normal_icon .icon_holder, .q_icon_with_title.medium .icon_holder img {
    width: 78px;
}
.q_icon_with_title.large .icon_holder img, .q_icon_with_title.left_from_title.large .icon_holder {
    width: 104px;
}
.q_icon_with_title.left_from_title.very_large .icon_holder, .q_icon_with_title.very_large .icon_holder img {
    width: 130px;
}
.q_icon_with_title.left_from_title.tiny.normal_icon .icon_holder {
    width: 25px;
}
.q_icon_with_title.left_from_title.medium.normal_icon .icon_holder {
    width: 45px;
}
.q_icon_with_title.circle .qode_iwt_icon_holder .qode_iwt_icon_element, .q_icon_with_title.square .qode_iwt_icon_holder .qode_iwt_icon_element {
    display: block;
    height: 100%;
    line-height: inherit;
    text-align: center;
}
.q_font_awsome_icon {
    display: inline-block;
}
.q_font_awsome_icon i, .q_font_awsome_icon span {
    backface-visibility: hidden;
    color: #1abc9c;
    transition: color 0.3s ease-in-out 0s;
}
.q_font_awsome_icon i:hover, .q_font_awsome_icon span:hover {
    color: #1abc9c;
}
.q_font_awsome_icon.pull-center {
    display: block;
    text-align: center;
}
.q_font_awsome_icon_square.pull-center, .q_font_awsome_icon_stack.pull-center {
    display: block;
    margin: 0 auto;
}
.q_font_awsome_icon.q_icon_animation, .q_font_awsome_icon_square.q_icon_animation, .q_font_awsome_icon_stack.q_icon_animation {
    backface-visibility: hidden;
    transform: scale(0);
    transition: transform 0.4s ease 0s;
}
.q_font_awsome_icon.q_icon_animation.q_show_animation, .q_font_awsome_icon_square.q_icon_animation.q_show_animation, .q_font_awsome_icon_stack.q_icon_animation.q_show_animation {
    transform: scale(1);
}
#back_to_top span, .box_holder_icon_inner.square .fa-stack, .q_icon_with_title.square .icon_holder .fa-stack, .q_social_icon_holder .fa-stack {
    text-align: center;
}
.drop_down .wide .second ul li div.flexslider li:nth-child(4n+1) {
    clear: none;
}
.drop_down .wide .second ul li .flexslider ul {
    border: medium none;
    padding: 0;
}
.drop_down .wide .second ul li ul.flex-direction-nav a {
    border: medium none;
    margin: 0;
    position: absolute;
    top: 0;
}
.drop_down .wide .second ul li ul.flex-direction-nav {
    left: 0;
    overflow: visible;
    position: absolute;
    top: 45px;
    width: 100%;
}
.drop_down .wide .second ul li div.flexslider {
    margin: 0;
}
.drop_down .wide .second ul li .flexslider.widget_flexslider ul.flex-direction-nav li {
    width: 100%;
}
.drop_down .wide .second ul li ul li .flexslider.widget_flexslider h3, .drop_down .wide .second ul li ul li .flexslider.widget_flexslider h3 a, .flexslider.widget_flexslider h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 0 2px;
}
.drop_down .wide .second .inner ul li.flexslider.widget_flexslider ul li h3 a, .flexslider.widget_flexslider ul li h3 a {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev, .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev {
    background-color: rgba(0, 0, 0, 0.4);
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.drop_down .second .flexslider.widget_flexslider ul.flex-direction-nav i {
    display: inline;
}
.drop_down .wide.icons .second .flexslider.widget_flexslider ul.flex-direction-nav i {
    color: #fff;
    float: none;
    height: auto;
    width: auto;
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next, .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next {
    background-color: rgba(0, 0, 0, 0.4);
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next:hover, .drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev:hover, .flexslider.widget_flexslider ul.flex-direction-nav a.flex-next:hover, .flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev:hover {
    background-color: #000;
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text {
    padding: 10px 0;
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text a {
    display: inline;
    padding: 0;
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider .menu_recent_post_text a:hover {
    color: #fff;
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider a, .drop_down .wide .second ul li .flexslider.widget_flexslider a {
    margin: 0;
    padding: 0;
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider a i, .drop_down .wide .second ul li .flexslider.widget_flexslider a i {
    font-size: 20px;
}
ul.flickr_widget {
    display: inline-block;
    padding: 0;
    position: relative;
}
ul.flickr_widget li {
    float: left;
    margin: 0 5px 5px 0;
}
ul.flickr_widget li:nth-child(3n) {
    margin: 0 0 5px;
}
ul.flickr_widget li a img {
    float: left;
}
.menu_recent_post_text {
    display: block;
}
.menu_recent_post_text a {
    color: #fff;
    display: inline-block;
}
.q_progress_bars_icons {
    display: block;
    opacity: 0;
    position: relative;
}
.q_progress_bars_icons_inner {
    position: relative;
    width: 100%;
}
.q_progress_bars_icons_inner .bar {
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
}
.q_progress_bars_icons_inner.normal .bar {
    margin: 0 0 10px;
}
.q_progress_bars_icons_inner.tiny .bar {
    height: 39px;
    width: 39px;
}
.q_progress_bars_icons_inner.small .bar {
    height: 56px;
    width: 56px;
}
.q_progress_bars_icons_inner.medium .bar {
    height: 83px;
    width: 83px;
}
.q_progress_bars_icons_inner.large .bar {
    height: 109px;
    width: 109px;
}
.q_progress_bars_icons_inner.very_large .bar {
    height: 135px;
    width: 135px;
}
.q_progress_bars_icons_inner .bar .bar_active, .q_progress_bars_icons_inner .bar .bar_noactive {
    display: inline-block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 50;
}
.q_progress_bars_icons_inner .bar.active .bar_noactive {
    z-index: 100;
}
.q_progress_bars_icons_inner.square .bar .bar_active, .q_progress_bars_icons_inner.square .bar .bar_noactive {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}
.q_progress_bars_icons_inner.circle .bar .bar_active, .q_progress_bars_icons_inner.circle .bar .bar_noactive {
    border: 1px solid #d7d7d7;
    border-radius: 2em;
}
.q_progress_bars_icons_inner.circle .bar.active .bar_active, .q_progress_bars_icons_inner.circle .bar.active .bar_noactive, .q_progress_bars_icons_inner.square .bar.active .bar_active, .q_progress_bars_icons_inner.square .bar.active .bar_noactive {
    border: 1px solid #1abc9c;
}
.q_progress_bars_icons_inner .bar.active i.fa-circle, .q_progress_bars_icons_inner.circle .bar.active i, .q_progress_bars_icons_inner.normal .bar.active i, .q_progress_bars_icons_inner.square .bar.active i {
    color: #1abc9c;
}
.q_progress_bars_icons_inner .bar i.fa-circle, .q_progress_bars_icons_inner.circle .bar i, .q_progress_bars_icons_inner.normal .bar i, .q_progress_bars_icons_inner.square .bar i {
    color: #d7d7d7;
}
.more_facts_outer {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}
.more_facts_inner, .more_facts_inner_holder {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.more_facts_inner {
    padding: 70px 0 0;
}
.more_facts_holder {
    background-color: #f6f6f6;
}
.more_facts_button {
    color: #303030;
    cursor: pointer;
    display: block;
    font-size: 19px;
    line-height: 22px;
    margin: 0;
    padding: 39px 0 15px;
    position: relative;
    z-index: 90;
}
.more_facts_button:hover {
    color: #1abc9c;
}
.more_facts_button .more_facts_button_arrow, .more_facts_button .more_facts_button_text {
    display: block;
}
.more_facts_button .more_facts_button_text {
    display: block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.more_facts_button .more_facts_button_arrow {
    transition: transform 0.3s ease-in-out 0s;
}
.more_facts_button .more_facts_button_arrow.rotate_arrow {
    transform: rotate(-180deg);
}
.more_facts_button_holder {
    display: block;
    position: relative;
}
.more_facts_button_holder.left {
    text-align: left;
}
.more_facts_button_holder.center {
    text-align: center;
}
.more_facts_button_holder.right {
    text-align: right;
}
.angled-section {
    display: block;
    position: absolute;
    z-index: 20;
}
.angled-section polygon {
    fill: #f6f6f6;
}
.angled-section.svg-top {
    top: -85px;
}
.angled-section.svg-bottom {
    bottom: -85px;
}
.angled-section.svg-footer-bottom, .angled-section.svg-title-bottom {
    bottom: 0;
}
.ordered ol, .ordered ul {
    background-position: left center;
    background-repeat: no-repeat;
    counter-reset: li;
    display: block;
    list-style-type: decimal;
    margin: 0 0 30px;
    padding: 0 0 0 20px;
}
.ordered ol li {
    color: #303030;
    margin: 0 0 21px;
    padding: 0 0 0 4px;
}
.q_list.normal ul > li {
    font-weight: 400;
}
.q_list.light ul > li {
    font-weight: 300;
}
.q_list.bold ul > li {
    font-weight: 600;
}
.q_list.circle ul, .q_list.number ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.q_list.number ul {
    counter-reset: li;
}
.q_list.number.circle_number li {
    margin-bottom: 22px;
    padding-left: 43px;
}
.q_list.circle ul > li, .q_list.number ul > li {
    color: #303030;
    font-weight: 400;
    margin: 0 0 22px;
    padding: 0 0 0 22px;
    position: relative;
}
.q_list.circle ul > li::before {
    background-color: #ababab;
    border-radius: 25px;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 7px;
}
.q_list.number ul > li::before {
    color: #1abc9c;
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    display: inline-block;
    font-weight: 500;
    height: 20px;
    left: 0;
    line-height: 20px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 20px;
}
.q_list.number.circle_number ul > li::before {
    background-color: #1abc9c;
    border-radius: 2em;
    color: #fff;
    height: 31px;
    line-height: 31px;
    top: -3px;
    width: 31px;
}
.q_list.circle.animate_list ul li, .q_list.number.animate_list ul li {
    opacity: 0;
    top: -40px;
}
.touch .no_animation_on_touch .q_list.circle.animate_list ul li, .touch .no_animation_on_touch .q_list.number.animate_list ul li {
    opacity: 1;
    top: 0;
}
.q_social_icon_holder {
    display: inline-block;
    position: relative;
}
.q_social_icon_holder.normal_social {
    margin: 0 6px;
}
header .header_top .q_social_icon_holder {
    float: left;
    margin: 0;
    width: 32px;
}
.q_social_icon_holder .simple_social {
    color: #bcbcbc;
    transition: all 0.3s ease-in-out 0s;
}
.q_social_icon_holder span.simple_social {
    display: inline-block;
}
.q_social_icon_holder:hover .simple_social {
    color: #1abc9c;
}
header .header_top .q_social_icon_holder a {
    display: block;
}
header .header_top .q_social_icon_holder:last-child {
    border-right: 0 none;
}
header .header_top .q_social_icon_holder .simple_social.fa-lg {
    font-size: 13px;
}
.q_social_icon_holder .fa-stack {
    background-color: #e3e3e3;
    border: 0 solid #f0f0f0;
    margin: 0.230769em;
    transition: all 0.3s ease-out 0s;
}
.q_social_icon_holder.circle_social .fa-stack {
    border-radius: 50%;
}
.q_social_icon_holder .fa-stack .header_top .q_social_icon_holder .fa-stack {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.header_top .q_social_icon_holder .fa-stack:hover i, .header_top .q_social_icon_holder .fa-stack:hover span {
    color: #fff;
}
.q_social_icon_holder .fa-stack i, .q_social_icon_holder .fa-stack span {
    color: #b9b9b9;
    transition: color 0.3s ease-out 0s;
}
.header_top .q_social_icon_holder .fa-stack i, .header_top .q_social_icon_holder .fa-stack span {
    color: #7b7b7b;
}
.q_social_icon_holder.circle_social .fa-stack:hover, .q_social_icon_holder.square_social .fa-stack:hover {
    background-color: #1abc9c;
    border-color: transparent;
}
.q_social_icon_holder.circle_social .fa-stack:hover i, .q_social_icon_holder.circle_social .fa-stack:hover span, .q_social_icon_holder.square_social .fa-stack:hover i, .q_social_icon_holder.square_social .fa-stack:hover span {
    color: #fff;
}
.q_social_icon_holder .fa-stack i.fa-circle, .q_social_icon_holder .fa-stack span.fa-circle {
    color: #fbfbfb;
}
.q_social_icon_holder .fa-stack.fa-2x {
    height: 36px;
    line-height: 36px;
    width: 36px;
}
.q_social_icon_holder .fa-stack i:last-child, .q_social_icon_holder .fa-stack span {
    display: block;
    font-size: 0.769231em;
    line-height: inherit;
}
.social_share_holder, .social_share_title {
    display: inline-block;
}
.q_social_icon_holder .fa-stack.fa-lg i:last-child, .q_social_icon_holder .fa-stack.fa-lg span {
    font-size: 1em;
}
.social_share_holder {
    position: relative;
}
.social_share_holder .social_share_icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.social_share_holder:hover .social_share_title {
    cursor: pointer;
}
.social_share_holder:hover .social_share_dropdown {
    opacity: 1;
    top: 100%;
    transition: all 0.2s cubic-bezier(0.3, 0.67, 0.24, 0.86) 0s;
    visibility: visible;
}
.social_share_dropdown {
    display: block;
    left: 50%;
    margin: 0;
    opacity: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 75%;
    transform: translateX(-50%);
    transition: opacity 0.15s ease 0s, visibility 0.15s ease 0s, top 0s ease 0.15s;
    visibility: hidden;
    width: 35px;
    z-index: 950;
}
.social_share_dropdown .inner_arrow {
    border-color: transparent transparent #323232;
    border-style: solid;
    border-width: 9px;
    display: block;
    height: 0;
    left: 8px;
    position: absolute;
    top: -6px;
    width: 0;
    z-index: 999;
}
.social_share_dropdown ul {
    background-color: #323232;
    border-radius: 4px;
    display: block;
    list-style: outside none none;
    padding: 4px 0;
    position: relative;
    width: 35px;
    z-index: 990;
}
.page_share {
    position: relative;
}
.social_share_dropdown ul li {
    display: block;
    position: relative;
    text-align: center;
}
.social_share_dropdown ul li.share_title {
    background-color: #1abc9c;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-align: center;
}
.social_share_dropdown ul li a {
    box-sizing: content-box;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 5px 0;
}
.social_share_dropdown ul li:last-child a {
    border-bottom: 0 none;
}
.social_share_dropdown ul li i {
    color: #fff;
    font-size: 17px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 22px;
}
.social_share_dropdown ul li img {
    float: left;
    margin: 0 13px 0 0;
    width: 22px;
}
.social_share_dropdown ul li *:hover i {
    color: #1abc9c;
}
.social_share_list_holder ul {
    display: inline-block;
    list-style: outside none none;
}
.social_share_list_holder ul li {
    display: inline;
    margin-right: 10px;
}
.social_share_list_holder ul li i {
    color: #bcbcbc;
    transition: color 0.3s ease-in-out 0s;
}
.social_share_list_holder ul li i:hover {
    color: #1abc9c;
}
.vc_empty_space_inner .empty_space_image {
    display: block;
    height: 100%;
}
.grid-sizer {
    width: 25%;
}
.masonry_gallery_holder {
    margin: 0 -10px;
    opacity: 0;
}
.masonry_gallery_holder .masonry_gallery_item {
    box-sizing: border-box;
    padding: 10px;
    z-index: 1;
}
.masonry_gallery_holder .masonry_gallery_item.parallax_item {
    z-index: 0;
}
.masonry_gallery_holder.one_column .grid-sizer, .masonry_gallery_holder.one_column .masonry_gallery_item.rectangle_landscape, .masonry_gallery_holder.one_column .masonry_gallery_item.rectangle_portrait, .masonry_gallery_holder.one_column .masonry_gallery_item.square_big, .masonry_gallery_holder.one_column .masonry_gallery_item.square_small {
    width: 100%;
}
.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 {
    width: 50%;
}
.masonry_gallery_holder.two_columns .masonry_gallery_item.rectangle_landscape, .masonry_gallery_holder.two_columns .masonry_gallery_item.square_big {
    width: 100%;
}
.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 {
    width: 33.3333%;
}
.masonry_gallery_holder.three_columns .masonry_gallery_item.rectangle_landscape, .masonry_gallery_holder.three_columns .masonry_gallery_item.square_big {
    width: 66.6667%;
}
.masonry_gallery_item.square_small {
    width: 25%;
}
.masonry_gallery_item.rectangle_landscape, .masonry_gallery_item.square_big {
    width: 50%;
}
.masonry_gallery_item.rectangle_portrait {
    width: 25%;
}
.masonry_gallery_holder .masonry_gallery_item .masonry_gallery_image_holder {
    height: 100%;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
    width: 100%;
}
.masonry_gallery_holder .masonry_gallery_item.rectangle_landscape .masonry_gallery_image_holder img {
    max-height: inherit;
}
.masonry_gallery_holder .masonry_gallery_item.rectangle_portrait .masonry_gallery_image_holder img {
    max-width: inherit;
    width: auto;
}
.masonry_gallery_item img {
    height: 100%;
    left: 0;
    max-height: 100%;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
.masonry_gallery_item .masonry_gallery_item_outer {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.masonry_gallery_item .masonry_gallery_item_inner {
    height: 100%;
    position: relative;
}
.masonry_gallery_item_inner .masonry_gallery_item_content {
    box-sizing: border-box;
    padding: 0 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.masonry_gallery_item.with_button .masonry_gallery_item_inner, .masonry_gallery_item.with_icon .masonry_gallery_item_inner {
    background-color: rgba(0, 0, 0, 0.8);
}
.masonry_gallery_item.standard .masonry_gallery_item_inner {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0s;
}
.masonry_gallery_item.standard:hover .masonry_gallery_item_inner {
    opacity: 1;
}
.masonry_gallery_item_content h3, .masonry_gallery_item_icon {
    color: #fff;
}
.masonry_gallery_item .masonry_gallery_item_icon {
    color: #fff;
    margin: 0 0 10px;
}
.masonry_gallery_item_content h3 {
    padding: 0 0 20px;
    text-transform: uppercase;
}
.masonry_gallery_item .masonry_gallery_item_button {
    margin: 20px 0 0;
}
.masonry_gallery_item_content .masonry_gallery_item_text {
    color: #818181;
}
.blog_slider, .blog_slides .image_holder {
    backface-visibility: hidden;
    display: block;
    position: relative;
}
.blog_slider .blog_slides {
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
}
.blog_slider .image {
    display: block;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
    width: 100%;
}
.blog_slider .blog_slides > li {
    background-color: transparent;
    float: left;
    margin: 0;
    position: relative;
}
.blog_slider_holder .item_holder {
    overflow: hidden;
    position: relative;
}
.blog_slider {
    margin: 0;
    position: relative;
    width: 100.2%;
}
.blog_slider.simple_slider {
    width: 100%;
}
.blog_slider .blog_slides img {
    display: block;
    transition: transform 0.15s ease-out 0s;
    width: 100%;
}
.blog_slider .flex-viewport {
    direction: ltr;
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.blog_text_holder {
    background-color: rgba(21, 21, 21, 0.78);
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 1s ease 0s;
    width: 100%;
}
.blog_slides .blog_text_holder_inner {
    color: #fff;
}
.blog_text_holder_outer {
    display: table;
    height: 100%;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
.blog_text_holder_inner {
    display: table-cell;
    vertical-align: middle;
}
.blog_slides .item:hover .blog_text_holder {
    opacity: 0.8;
    z-index: 20;
}
.blog_slider .blog_slider_post_comments, .blog_slider_date_holder, .blog_slides .blog_text_holder_inner .blog_slider_categories a, .blog_slides .blog_text_holder_inner .blog_slider_title a {
    color: #fff;
    transition: color 0.15s ease 0s;
}
.blog_slider .blog_slider_categories, .blog_slider .blog_slider_date_holder {
    display: inline-block;
}
.blog_slider .caroufredsel-next, .full_width .section_inner .blog_slider .caroufredsel-next {
    right: 20px;
}
body.boxed .blog_slider .caroufredsel-next, body.boxed .full_width .section_inner .blog_slider .caroufredsel-next {
    right: 0;
}
.blog_slider .caroufredsel-prev, .full_width .section_inner .blog_slider .caroufredsel-prev {
    left: 20px;
}
body.boxed .blog_slider .caroufredsel-prev, body.boxed .full_width .section_inner .blog_slider .caroufredsel-prev {
    left: 0;
}
.blog_slider .caroufredsel-next, .blog_slider .caroufredsel-prev, .full_width .section_inner .blog_slider .caroufredsel-next, .full_width .section_inner .blog_slider .caroufredsel-prev {
    border-radius: 50%;
}
.blog_slider .flex-container a:active, .blog_slider .flex-container a:focus, .blog_slider .flexslider a:active, .blog_slider .flexslider a:focus {
    outline: 0 none;
}
.blog_text_holder.info_bottom {
    bottom: 0;
    height: auto;
    margin: 0 10px 10px;
    opacity: 1;
    width: auto;
    z-index: 20;
}
.blog_slides .item:hover .blog_text_holder.info_bottom {
    opacity: 1;
}
.blog_text_holder.info_bottom .blog_text_holder_outer {
    padding: 15px 0;
}
.blog_text_holder.info_bottom .blog_text_date_holder {
    border-right: 1px solid #ebebeb;
    display: table-cell;
    vertical-align: middle;
    width: 60px;
}
.blog_text_holder.info_bottom .blog_text_holder_inner {
    padding: 0 10px;
    text-align: left;
}
.blog_text_holder.info_bottom .blog_slider_date_holder span {
    display: block;
}
.blog_slider_holder .blog_slider.simple_slider .blog_text_wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.blog_slider.simple_slider .blog_slides .blog_text_holder_inner {
    color: #303030;
}
.blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #fafafa;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 8%;
    position: relative;
    transition: background-color 0.15s ease-out 0s, border-color 0.15s ease-out 0s;
    width: 50%;
}
.blog_slider_simple_info {
    text-align: center;
}
.blog_slider .blog_slider_simple_title {
    margin-bottom: 20px;
}
.blog_slider .blog_slider_simple_info a, .blog_slider .blog_slider_simple_title a {
    transition: color 0.15s ease 0s;
}
.blog_slider_simple_holder .read_more_wrapper {
    margin-top: 20px;
}
.blog_slider_simple_info .post_info_item {
    display: inline-block;
    padding: 0 5px;
}
.blog_slider_simple_info .post_info_item:not(:first-child)::before {
    content: "/";
    left: -5px;
    position: relative;
}
.blog_slider_simple_info .post_info_item.date span {
    transition: color 0.15s ease-out 0s;
}
.latest_post_holder {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.latest_post_holder.date_in_box .latest_post {
    padding-left: 85px;
}
.latest_post_holder.minimal .latest_post {
    border-bottom: medium none;
    padding-bottom: 0;
}
.latest_post_holder li:last-child .latest_post {
    border-bottom: medium none;
}
.latest_post_holder .latest_post_date {
    border-radius: 4px;
    float: left;
    margin-right: 25px;
    margin-top: 5px;
    text-align: center;
    width: 59px;
}
.latest_post_holder .latest_post_date .post_publish_day {
    background-color: #1abc9c;
    color: #fff;
    font-size: 22px;
    height: 39px;
    line-height: 39px;
}
.latest_post_holder .latest_post_date .post_publish_month {
    background-color: #f4f4f4;
    border: 1px solid #eaeaea;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #303030;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}
.latest_post_holder > ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.latest_post_holder > ul > li {
    display: block;
    padding-top: 15px;
    position: relative;
}
.latest_post_holder.minimal > ul > li {
    padding-top: 11px;
}
.latest_post_holder.image_in_box .latest_post_holder > ul > li {
    padding-top: 15px;
}
.latest_post_holder > ul > li:first-child {
    padding-top: 0;
}
.latest_post_holder.boxes > ul > li, .latest_post_holder.dividers > ul > li {
    background-color: #fff;
    border: 0 none;
    box-sizing: border-box;
    float: left;
    margin: 0 2% 0 0;
    padding: 0;
}
.latest_post_holder.boxes.two_columns > ul > li, .latest_post_holder.dividers.two_columns > ul > li {
    width: 49%;
}
.latest_post_holder.boxes.three_columns > ul > li, .latest_post_holder.dividers.three_columns > ul > li {
    width: 32%;
}
.latest_post_holder.boxes.four_columns > ul > li, .latest_post_holder.dividers.four_columns > ul > li {
    width: 23.5%;
}
.latest_post_holder.boxes.four_columns > ul > li:nth-child(4n), .latest_post_holder.boxes.three_columns > ul > li:nth-child(3n), .latest_post_holder.boxes.two_columns > ul > li:nth-child(2n), .latest_post_holder.dividers.four_columns > ul > li:nth-child(4n), .latest_post_holder.dividers.three_columns > ul > li:nth-child(3n), .latest_post_holder.dividers.two_columns > ul > li:nth-child(2n) {
    margin-right: 0;
}
.latest_post_holder.boxes:not(.one_row) > ul > li, .latest_post_holder.dividers:not(.one_row) > ul > li {
    margin-bottom: 25px;
}
.latest_post_holder.boxes > ul > li .latest_post {
    border-top: 0 none;
    padding: 19px 20px 10px;
}
.latest_post_holder.boxes > ul > li .latest_post p.excerpt {
    margin: 10px 0 9px;
}
.latest_post_holder.boxes > ul > li .latest_post .post_infos > a, .latest_post_holder.boxes > ul > li .latest_post .post_infos > span {
    display: inline-block;
}
.latest_post_holder.boxes > ul > li .latest_post .latest-vert-separator {
    margin-left: 3px;
}
.latest_post_holder.boxes .boxes_image {
    overflow: hidden;
}
.latest_post_holder.boxes .boxes_image a {
    backface-visibility: hidden;
    display: block;
    transform: scale(1);
    transition: transform 0.3s ease-in-out 0s;
}
.latest_post_holder.boxes .boxes_image a img {
    vertical-align: top;
}
.latest_post_holder.boxes .boxes_image a:hover {
    transform: scale(1.1);
}
.latest_post_holder.dividers .latest_post_date, .latest_post_holder.dividers .latest_post_text_inner {
    display: table-cell;
}
.latest_post_holder.dividers .latest_post_title {
    margin-bottom: 20px;
}
.latest_post_holder.dividers .latest_post_inner {
    margin: 35px 0;
}
.latest_post_holder.dividers .boxes_image img {
    display: inline-block;
    vertical-align: middle;
}
.latest_post_holder.dividers .latest_post_date {
    border-right: 1px solid #ebebeb;
    margin: 0 15px 0 0;
    width: 50px;
}
.latest_post_holder.dividers .latest_post_date .latest_post_day {
    color: #303030;
    font-size: 15px;
    font-weight: 600;
}
.latest_post_holder.dividers .post_infos {
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
    padding-top: 20px;
}
.latest_post_holder.dividers .post_infos > a:not(:last-child)::after, .latest_post_holder.dividers .post_infos > span:not(:last-child) > a::after {
    content: "/";
    margin: 0 3px;
}
.latest_post_holder.dividers .latest_post_text_inner .post_infos a {
    margin-right: 0;
}
.latest_post_holder > ul > li .date_hour_holder i {
    margin-right: 8px;
}
.latest_post, .latest_post a img, .latest_post > a {
    display: block;
    position: relative;
}
.latest_post_image {
    float: left;
    width: 95px;
}
.latest_post_image img {
    float: left;
    width: 100%;
}
.latest_post_text {
    display: block;
    width: auto;
}
.latest_post_holder.image_in_box .latest_post_text {
    padding: 0 0 0 116px;
}
.latest_post_holder.minimal .latest_post_inner {
    margin: 0;
}
.latest_post_inner {
    margin: 0 0 10px;
}
.latest_post_holder.image_in_box .latest_post_text_inner {
    display: table-cell;
    vertical-align: middle;
}
.latest_post_holder.image_in_box .latest_post_inner {
    display: table;
    margin: 0;
    width: 100%;
}
.latest_post_inner .post_infos {
    display: block;
    font-weight: 500;
}
.latest_post_two_holder, .latest_post_two_holder .latest_post_two_image, .latest_post_two_holder > ul > li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.latest_post_inner .post_infos a {
    color: #303030;
    margin: 0 7px 0 0;
}
.latest_post_inner .post_infos a.post_comments {
    margin: 0;
}
.latest_post_inner .post_infos a:hover {
    color: #1abc9c;
}
.latest_post_holder.minimal .latest_post_inner .post_infos {
    margin: 0 0 3px;
}
.latest_post_holder.image_in_box .latest_post_text .latest_post_title {
    margin: -3px 0 2px;
}
.latest_post_holder.image_in_box .latest_post_text .excerpt {
    margin: 0 0 8px;
}
.latest_post_holder .post_infos .dots {
    padding: 0 7px;
}
.latest_post_holder .post_infos .dots i {
    font-size: 3px;
    vertical-align: middle;
}
.latest_post_two_holder {
    width: 100%;
}
.latest_post_two_holder > ul {
    list-style: outside none none;
    margin: 0 -16px;
    padding: 0;
    position: relative;
}
.latest_post_two_holder > ul > li {
    box-sizing: border-box;
    float: left;
    margin: 0 0 32px;
    padding: 0 16px;
    width: 100%;
}
.latest_post_two_holder.two_columns > ul > li {
    width: 50%;
}
.latest_post_two_holder.three_columns > ul > li {
    width: 33.33%;
}
.latest_post_two_holder.four_columns > ul > li {
    width: 25%;
}
.latest_post_two_holder .latest_post_two_image {
    width: 100%;
}
.latest_post_two_holder .latest_post_two_image a, .latest_post_two_holder .latest_post_two_image img {
    display: block;
}
.latest_post_two_holder .latest_post_two_inner {
    background-color: #fff;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.latest_post_two_holder .latest_post_two_info, .latest_post_two_holder .latest_post_two_text {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.latest_post_two_holder .latest_post_two_text {
    padding: 51px 33px 59px;
}
.latest_post_two_holder .latest_post_two_text a:hover {
    color: #1abc9c;
}
.latest_post_two_holder .latest_post_two_text .separator.small {
    margin: 12px 0 26px;
    width: 24px;
}
.latest_post_two_holder .latest_post_two_info {
    border-top: 1px solid #eaeaea;
    padding: 28px 33px 38px;
}
.latest_post_two_holder .latest_post_two_info_inner {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}
.latest_post_two_holder .latest_post_two_info_inner > * {
    display: table-cell;
    font-size: 12px;
    position: relative;
    vertical-align: top;
}
.latest_post_two_holder .latest_post_two_info_inner img {
    display: inline-block;
    margin: 0 15px 0 0;
    position: relative;
    vertical-align: middle;
}
.latest_post_two_holder .latest_post_two_info_inner .post_info_author_name {
    display: inline-block;
    line-height: 30px;
    position: relative;
    vertical-align: middle;
}
.latest_post_two_holder .latest_post_two_info_inner .post_info_date {
    line-height: 30px;
    text-align: right;
}
.q_masonry_blog {
    margin-bottom: 50px;
    opacity: 0;
    overflow: visible;
    transition: none 0s ease 0s ;
}
.q_masonry_blog .q_masonry_blog_grid_sizer, .q_masonry_blog article {
    width: 31.2%;
}
.q_masonry_blog .blog_holder_grid_gutter {
    width: 3.2%;
}
.full_width .q_masonry_blog .q_masonry_blog_grid_sizer, .full_width .q_masonry_blog article {
    width: 18.7%;
}
.full_width .grid_section .q_masonry_blog article, .full_width .grid_section .q_masonry_blog_grid_sizer {
    width: 31.2%;
}
.full_width .q_masonry_blog .q_masonry_blog_grid_gutter {
    width: 1.6%;
}
.full_width .grid_section .q_masonry_blog .q_masonry_blog_grid_gutter, .q_masonry_blog .q_masonry_blog_grid_gutter {
    width: 3.2%;
}
.two_columns_25_75 .q_masonry_blog .q_masonry_blog_grid_sizer, .two_columns_25_75 .q_masonry_blog 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 .q_masonry_blog .q_masonry_blog_grid_sizer, .two_columns_66_33 .q_masonry_blog article, .two_columns_75_25 .q_masonry_blog .q_masonry_blog_grid_sizer, .two_columns_75_25 .q_masonry_blog article {
    width: 48%;
}
.two_columns_25_75 .q_masonry_blog .q_masonry_blog_grid_gutter, .two_columns_33_66 .q_masonry_blog .q_masonry_blog_grid_gutter, .two_columns_66_33 .q_masonry_blog .q_masonry_blog_grid_gutter, .two_columns_75_25 .q_masonry_blog .q_masonry_blog_grid_gutter {
    width: 4%;
}
.full_width .grid_section .q_masonry_blog article, .q_masonry_blog article {
    background-color: #fff;
    border: 0 none;
    display: block;
    float: left;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    z-index: 100;
}
.full_width .q_masonry_blog article {
    margin-left: 0.5%;
    margin-right: 0.5%;
}
.q_masonry_blog article.format-link:hover, .q_masonry_blog article.format-quote:hover {
    background-color: #1abc9c;
}
.q_masonry_blog article.format-link .q_masonry_blog_post_title, .q_masonry_blog article.format-quote .q_masonry_blog_post_title {
    padding: 0 0 0 60px;
}
.q_masonry_blog article.format-link .q_masonry_blog_post_text i.link_mark, .q_masonry_blog article.format-quote .q_masonry_blog_post_text i.qoute_mark {
    color: silver;
    font-size: 36px;
    margin: 7px 0 0;
}
.q_masonry_blog article.format-link .q_masonry_blog_post_text p, .q_masonry_blog article.format-quote .q_masonry_blog_post_text p {
    color: #303030;
    font-size: 21px;
    line-height: 35px;
}
.q_masonry_blog article.format-link:hover .q_masonry_blog_post_info, .q_masonry_blog article.format-link:hover .q_masonry_blog_post_info a, .q_masonry_blog article.format-link:hover .q_masonry_blog_post_text i.link_mark, .q_masonry_blog article.format-link:hover .q_masonry_blog_post_text p a, .q_masonry_blog article.format-quote:hover .q_masonry_blog_post_info, .q_masonry_blog article.format-quote:hover .q_masonry_blog_post_info a, .q_masonry_blog article.format-quote:hover .q_masonry_blog_post_text .quote_author, .q_masonry_blog article.format-quote:hover .q_masonry_blog_post_text i.qoute_mark, .q_masonry_blog article.format-quote:hover .q_masonry_blog_post_text p a {
    color: #fff;
}
.q_masonry_blog article:hover {
    z-index: 200;
}
.q_masonry_blog article .q_masonry_blog_post_image {
    margin: 0;
    width: auto;
}
.q_masonry_blog article .q_masonry_blog_post_image img {
    vertical-align: middle;
}
.q_masonry_blog article .q_masonry_blog_post_info {
    color: #303030;
    margin: 15px 0 0;
}
.q_masonry_blog article .q_masonry_blog_post_info a {
    color: #bebebe;
}
.q_masonry_blog article .q_masonry_blog_post_info a:hover {
    color: #1abc9c;
}
.q_masonry_blog article .quote_author {
    color: silver;
    display: block;
    font-family: inherit;
    font-size: 21px;
    font-weight: 400;
    line-height: 35px;
}
.q_masonry_blog article.format-link .q_masonry_blog_post_info, .q_masonry_blog article.format-quote .q_masonry_blog_post_info {
    margin: 0 0 20px;
}
.q_masonry_blog article .q_masonry_blog_post_text {
    padding: 20px 15px;
}
.q_masonry_blog article h5 {
    margin: 0 0 10px;
}
.q_masonry_blog article .mejs-controls div.mejs-horizontal-volume-slider {
    margin: 0 10px 0 0;
}
.q_masonry_blog article .flexslider {
    margin-bottom: 0;
}
.blog_holder article {
    display: inline-block;
    margin: 0 0 60px;
    width: 100%;
}
.blog_holder.masonry article, .blog_holder.masonry_full_width article {
    display: block;
    float: left;
}
.blog_holder.blog_large_image_simple article {
    margin: 0 0 23px;
}
.blog_holder.blog_single article {
    margin: 0;
}
.blog_holder.blog_small_image article {
    margin: 0 0 32px;
}
.single-post .blog_single p {
    margin-bottom: 22px;
}
.single-post .blog_single p:last-child {
    margin-bottom: 0;
}
.blog_single.blog_holder article .post_text .post_text_inner {
    background-color: transparent;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.blog_single.blog_holder article.format-link .post_text .post_text_inner, .blog_single.blog_holder article.format-quote .post_text .post_text_inner {
    background-color: #fff;
    margin: 0 0 30px;
    padding: 23px 23px 35px;
}
.blog_holder article .post_content_holder {
    width: 100%;
}
.blog_holder article .post_image, .blog_holder article .post_image img, .blog_holder article .post_image > a {
    display: block;
    position: relative;
    width: 100%;
}
.blog_holder article .post_text .post_text_inner {
    background-color: #fff;
    padding: 23px 23px 35px;
}
.blog_holder.blog_large_image_simple article .post_text .post_text_inner {
    background-color: transparent;
    padding: 45px 195px;
    text-align: center;
}
.blog_holder.masonry article .post_text .post_text_inner, .blog_holder.masonry_full_width article .post_text .post_text_inner {
    background-color: #fff;
    padding: 17px 15px 18px;
}
.blog_large_image_simple .minimalist_date {
    color: #1abc9c;
    padding-bottom: 9px;
}
.blog_holder article .post_info a, .blog_holder article .post_text h2 .date {
    color: #bebebe;
}
.blog_large_image_simple .separator.small {
    margin-top: 22px;
}
.blog_holder article .post_text h5 {
    margin: 0 0 10px;
}
.blog_holder article .post_info {
    color: #bebebe;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 18px;
    width: 100%;
}
.blog_holder article .post_info a:hover {
    color: #1abc9c;
}
.blog_holder article.format-link .post_info, .blog_holder article.format-quote .post_info {
    margin: 0 0 15px;
}
.blog_holder article .post_info .dots {
    padding: 0 7px 0 4px;
}
.blog_holder article .post_info .dots i {
    font-size: 3px;
    vertical-align: middle;
}
.blog_holder article .post_more {
    margin: 30px 0 0;
}
.blog_holder article .video .mobile-video-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.blog_holder article .video {
    position: relative;
}
.blog_holder article .video .video-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 10;
}
.blog_holder article .video .video-wrap .mejs-poster {
    background-size: cover;
    height: 100%;
    width: 100%;
}
.blog_holder article .video .video-wrap .mejs-container {
    background-color: transparent;
    background-image: none;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.blog_holder article .video .video-wrap .mejs-mediaelement {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}
.blog_holder article .video .video-wrap .mejs-container .mejs-poster img {
    max-width: none;
    width: 100%;
}
.blog_holder article .mejs-container .mejs-controls {
    visibility: visible;
}
.blog_holder article .mejs-controls .mejs-volume-button .mejs-volume-slider, .blog_holder article .post_image .mejs-poster img {
    display: none;
}
.blog_holder article.format-gallery .flexslider {
    margin: 0;
    overflow: hidden;
}
.portfolio_single .flexslider {
    overflow: hidden;
}
.blog_holder.blog_small_image article .post_image, .blog_holder.blog_small_image article .post_text {
    float: left;
    margin: 0;
    width: 50%;
}
.blog_holder.blog_small_image article .post_text .post_text_inner {
    padding: 23px;
}
.grid2 .blog_holder.blog_small_image article .post_comments {
    margin-left: 0;
}
.blog_holder article .post_description {
    margin: 2px 0 10px;
}
.blog_holder.blog_large_image_with_dividers .post_text_holder {
    display: table;
    height: 100%;
    width: 100%;
}
.blog_holder.blog_large_image_with_dividers article .post_text .post_text_inner {
    padding: 35px 0;
}
.blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column1 {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 70px;
}
.blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column2 {
    display: table-cell;
    padding: 0 35px 0 20px;
}
.blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column2 > h2 {
    margin-bottom: 20px;
}
.blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column1 .date {
    border-right: 1px solid #ebebeb;
    padding: 0 20px;
}
.blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column1 .date > span {
    display: block;
}
.blog_holder.blog_large_image_with_dividers .post_text_holder .blog_column1 .date_day {
    color: #303030;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 5px;
}
.blog_holder.blog_large_image_with_dividers article .post_info {
    border-top: 1px solid #ebebeb;
    color: #303030;
    display: table;
    margin-bottom: 0;
    padding-top: 15px;
    width: 100%;
}
.blog_holder.blog_large_image_with_dividers article:not(.format-quote):not(.format-link) .post_info {
    margin-top: 30px;
}
.blog_holder.blog_large_image_with_dividers article .post_info .post_info_left {
    display: table-cell;
}
.blog_holder.blog_large_image_with_dividers article .post_info .post_info_right {
    display: table-cell;
    text-align: right;
}
.blog_holder.blog_large_image_with_dividers article .post_info a {
    color: #303030;
    display: inline-block;
}
.blog_holder.blog_large_image_with_dividers article .post_info a:hover {
    color: #1abc9c;
}
.blog_holder.blog_large_image_with_dividers article .post_info .post_info_right > a:not(:first-child)::before, .blog_holder.blog_large_image_with_dividers article .post_info .post_info_right > div:not(:first-child)::before {
    content: "/ ";
}
.blog_holder.blog_large_image_with_dividers article.format-link .post_text .post_title, .blog_holder.blog_large_image_with_dividers article.format-quote .post_text .post_title {
    padding: 0;
}
.blog_holder.blog_large_image_with_dividers article.format-link .post_text .post_title a {
    color: #1abc9c;
    text-decoration: underline;
}
.blog_holder.blog_large_image_with_dividers article.format-link .post_text:hover .post_title a {
    color: #fff;
}
.blog_holder.blog_large_image_with_dividers article.format-quote .post_text .quote_author {
    color: #1abc9c;
    margin-top: 30px;
}
.blog_holder.blog_large_image_with_dividers article.format-link .post_info, .blog_holder.blog_large_image_with_dividers article.format-quote .post_info {
    margin-top: 20px;
}
.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 span.qoute_mark {
    border-right: 1px solid #ebebeb;
    color: #303030;
    font-size: 28px;
    padding: 0 18px;
}
.latest_post_inner .post_comments i {
    color: #adadad;
    font-size: 16px;
    padding: 0 8px 0 0;
}
.blog_holder article .post_description .post_comments:hover, .blog_holder article .post_description a:hover, .latest_post_inner .post_comments:hover i {
    color: #1abc9c;
}
.blog_holder article .post_info .post_info_left a.post_author_avatar {
    display: inline-block;
    float: left;
    padding: 0 10px 0 0;
}
.blog_holder article .post_info .post_info_left a.post_author {
    display: inline-block;
    float: left;
    line-height: 64px;
}
.post_author_avatar img {
    border: 2px solid #eaeaea;
    border-radius: 60px;
}
.blog_holder.masonry article .post_description, .blog_holder.masonry_full_width article .post_description {
    margin: 0 0 4px;
}
.blog_like {
    display: inline-block;
}
.blog_like a {
    display: block;
    line-height: 14px;
}
.blog_holder.blog_large_image article .blog_like a i, .blog_holder.blog_single article .blog_like a i, .blog_holder.masonry article .blog_like a i, .blog_holder.masonry_full_width article .blog_like a i, .blog_share {
    display: inline-block;
}
.blog_like a i {
    color: #adadad;
    font-size: 16px;
}
.blog_like a.liked i, .blog_like a:hover i, .blog_like a:hover span {
    color: #1abc9c;
}
.blog_like span {
    padding: 0 0 0 4px;
}
.blog_holder.blog_large_image article .blog_like span, .blog_holder.blog_single article .blog_like span, .blog_holder.masonry article .blog_like span, .blog_holder.masonry_full_width article .blog_like span {
    display: inline-block;
    padding: 0 0 0 5px;
}
.blog_holder article .post_info .qbutton.dark {
    text-transform: none;
}
.blog_holder article.format-link .post_text i.link_mark, .blog_holder article.format-quote .post_text i.qoute_mark {
    color: silver;
    font-size: 36px;
    margin: 7px 0 0;
}
.blog_large_image_simple.blog_holder article.format-link .post_text i.link_mark, .blog_large_image_simple.blog_holder article.format-quote .post_text i.qoute_mark {
    float: none;
    margin: 20px 0;
}
.blog_holder article.format-link .post_text .post_title, .blog_holder article.format-quote .post_text .post_title {
    padding: 0 0 0 60px;
}
.blog_large_image_simple.blog_holder article.format-link .post_text .post_title, .blog_large_image_simple.blog_holder article.format-quote .post_text .post_title {
    padding: 0;
}
.blog_holder article.format-link .post_text .post_title p, .blog_holder article.format-quote .post_text .post_title p {
    color: #303030;
    font-size: 21px;
    line-height: 35px;
}
.blog_holder article.format-quote .post_text .quote_author {
    color: silver;
    display: block;
    font-family: inherit;
    font-size: 21px;
    font-weight: 400;
    line-height: 35px;
}
.blog_holder article.format-link .post_text:hover .post_text_inner, .blog_holder article.format-quote .post_text:hover .post_text_inner {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.blog_holder article.format-link .blog_like a:hover span, .blog_holder article.format-link .post_text:hover .post_info, .blog_holder article.format-link .post_text:hover .post_info a, .blog_holder article.format-link .post_text:hover i.link_mark, .blog_holder article.format-link .post_text:hover p a, .blog_holder article.format-quote .blog_like a:hover span, .blog_holder article.format-quote .post_text:hover .post_info, .blog_holder article.format-quote .post_text:hover .post_info a, .blog_holder article.format-quote .post_text:hover .quote_author, .blog_holder article.format-quote .post_text:hover i.qoute_mark, .blog_holder article.format-quote .post_text:hover p a, .blog_holder.blog_large_image_with_dividers article.format-link .post_text:hover span.link_mark, .blog_holder.blog_large_image_with_dividers article.format-quote .post_text:hover .quote_author, .blog_holder.blog_large_image_with_dividers article.format-quote .post_text:hover span.qoute_mark, .blog_holder.blog_single article.format-link .post_text:hover p, .blog_holder.blog_single article.format-quote .post_text:hover p, .blog_holder.masonry article.format-link .post_text:hover .post_info, .blog_holder.masonry article.format-link .post_text:hover .post_info a, .blog_holder.masonry article.format-quote .post_text:hover .post_info, .blog_holder.masonry article.format-quote .post_text:hover .post_info a, .blog_holder.masonry_full_width article.format-link .post_text:hover .post_info, .blog_holder.masonry_full_width article.format-link .post_text:hover .post_info a, .blog_holder.masonry_full_width article.format-quote .post_text:hover .post_info, .blog_holder.masonry_full_width article.format-quote .post_text:hover .post_info a, .blog_large_image_simple article.format-link .post_text:hover .minimalist_date, .blog_large_image_simple article.format-quote .post_text:hover .minimalist_date {
    color: #fff;
}
.blog_holder.blog_single article h2 {
    display: block;
}
.blog_load_more_button_holder {
    padding: 0 0 40px;
    text-align: center;
}
.blog_load_more_button_loading {
    display: none;
}
.single_links_pages {
    display: block;
    margin: 50px 0 0;
    text-align: center;
    text-decoration: none;
}
.single_links_pages span {
    background-color: #e3e3e3;
    border: 2px solid #e3e3e3;
    border-radius: 4px;
    color: #303030;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin: 0 11px 0 0;
    outline: 0 none;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    white-space: nowrap;
    width: 38px;
}
.single_links_pages a span {
    background-color: transparent;
    border-color: #e5e5e5;
    color: #b4b4b4;
}
.single_links_pages a:hover span {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    color: #303030;
}
.author_description {
    background-color: #fff;
    display: block;
    margin: 34px 0 0;
    padding: 23px;
    position: relative;
}
.author_description_inner {
    display: block;
}
.author_description_inner .image {
    border-radius: 75px;
    display: block;
    float: left;
    height: 75px;
    overflow: hidden;
    width: 75px;
}
.author_text_holder {
    min-height: 100px;
    padding: 0 0 0 100px;
    position: relative;
}
.author_text_holder .author_name {
    display: block;
    margin: 0 0 4px;
}
.author_text_holder .author_email {
    display: block;
    margin: 0 0 6px;
}
.single_tags {
    margin: 26px 0 0;
}
.single_tags a, .widget .tagcloud a {
    letter-spacing: 1px;
}
.single_tags h5 {
    display: inline-block;
}
.widget .tagcloud a {
    display: inline-block;
    font-size: 13px;
}
.widget .tagcloud a::after {
    content: ",";
}
.widget .tagcloud a:last-child::after {
    content: "";
}
.blog_social_and_comments {
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
}
.comment_number_holder {
    display: inline-block;
    float: left;
}
.blog_single_social {
    display: inline-block;
    float: right;
}
.blog_single_social .blog_like {
    float: right;
    margin: 0 0 0 15px;
}
.comment_holder {
    margin: 0;
    padding: 28px 0 38px;
}
.comment_number_holder .comment_number {
    color: #000;
}
.comment_holder .comment_number {
    margin: 0 0 20px;
}
.comment_number .comment_number_inner i {
    padding: 0 10px 0 0;
    position: relative;
    top: -1px;
}
.comment_holder ul.comment-list {
    list-style: outside none none;
    padding: 0;
    position: relative;
    z-index: 150;
}
.comment_holder .comment-list {
    margin: 0;
}
.comment_holder .comment-list li {
    display: inline-block;
    position: relative;
    width: 100%;
}
.comment_holder .comment-list li ul.children li:last-child {
    padding: 0;
}
.comment_holder .comment-list > li {
    margin: 0 0 18px;
}
.comment_holder .comment-list > li:last-child {
    margin: 0;
}
.comment_holder .comment {
    background-color: #fff;
    padding: 23px;
}
.comment_holder .comment .image {
    border-radius: 75px;
    display: block;
    float: left;
    height: 75px;
    overflow: hidden;
    width: 75px;
}
.comment_holder .comment .text {
    min-height: 80px;
    padding: 0 0 0 100px;
    position: relative;
}
.comment_holder .comment .text .name {
    color: #303030;
    display: block;
}
.comment_holder .comment .text .comment-reply-link, .comment_holder .comment .text .replay {
    color: #1abc9c;
    font-size: 9px;
    font-weight: 700;
    padding: 0 0 0 5px;
    text-transform: uppercase;
}
.comment_holder .comment .text .text_holder {
    display: block;
    margin: 3px 0 0;
}
.comment_holder .comment .logged-in-as {
    margin: 10px 0;
}
.comment_holder .comment .form-submit {
    margin: 0 0 20px;
}
.comment_holder .comment-list li ul.children {
    margin: 18px 0 0;
    padding: 0 0 0 70px;
}
.comment_holder .comment-list li ul.children li {
    border-bottom: medium none;
    margin: 0;
}
#respond h3 {
    margin: 0 0 15px;
}
#respond h3.comment-reply-title {
    margin: 0;
}
#respond small {
    display: block;
    margin: 0 0 12px;
    position: relative;
}
.comment_holder .comment .comment-respond {
    margin-top: 20px;
}
#respond input[type="text"], #respond input[type="email"], #respond textarea, .contact_form input[type="text"], .contact_form textarea {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    color: #818181;
    font-family: Raleway,serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin: 0 0 20px;
    outline: 0 none;
    padding: 15px 12px;
    resize: none;
    width: 100%;
}
#respond textarea {
    padding: 12px;
    vertical-align: middle;
}
.comment_holder #respond input[type="text"], .comment_holder #respond textarea {
    background-color: #fff;
}
.comment_holder .comment #respond input[type="text"], .comment_holder .comment #respond textarea {
    background-color: #f6f6f6;
}
.comment_holder #respond textarea {
    margin: 0 0 12px;
}
div.comment_form {
    display: inline-block;
    margin: 0 0 30px;
    width: 100%;
}
div.comment_form form p.form-submit, div.comment_holder .comment p.form-submit {
    margin: 0;
    text-align: right;
}
div.comment_form form p.form-submit .success p {
    margin: 10px 0 0;
}
div.comment_form form p.logged-in-as {
    margin: 0 0 17px;
}
#cancel-comment-reply-link {
    display: inline-block;
    margin: 0;
    width: 100%;
}
body.page-template-blog-masonry-full-width-php .content .full_width {
    padding: 0 20px 25px 45px;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled .content .full_width {
    padding-left: 305px;
}
.blog_holder.masonry, .blog_holder.masonry_full_width {
    margin-bottom: 20px;
    opacity: 0;
    overflow: visible;
    transition: none 0s ease 0s ;
}
#infscr-loading {
    bottom: -15px;
    left: 50%;
    position: absolute;
}
.blog_infinite_scroll_button {
    display: none;
}
.blog_holder.masonry article, .blog_holder.masonry_full_width article {
    border: 0 none;
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    z-index: 100;
}
.blog_holder.masonry .blog_holder_grid_sizer, .blog_holder.masonry article {
    width: 31.1%;
}
.blog_holder.masonry .blog_holder_grid_gutter {
    width: 3.2%;
}
.blog_holder.masonry_full_width .blog_holder_grid_sizer, .blog_holder.masonry_full_width article {
    width: 18.7%;
}
.blog_holder.masonry_full_width .blog_holder_grid_gutter {
    width: 1.6%;
}
.two_columns_25_75 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_25_75 .blog_holder.masonry article, .two_columns_33_66 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_33_66 .blog_holder.masonry article, .two_columns_66_33 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_66_33 .blog_holder.masonry article, .two_columns_75_25 .blog_holder.masonry .blog_holder_grid_sizer, .two_columns_75_25 .blog_holder.masonry article {
    width: 48%;
}
.two_columns_25_75 .blog_holder.masonry .blog_holder_grid_gutter, .two_columns_33_66 .blog_holder.masonry .blog_holder_grid_gutter, .two_columns_66_33 .blog_holder.masonry .blog_holder_grid_gutter, .two_columns_75_25 .blog_holder.masonry .blog_holder_grid_gutter {
    width: 4%;
}
.blog_holder.masonry article:hover {
    z-index: 200;
}
.blog_holder.masonry article .post_image {
    margin: 0;
    width: auto;
}
.blog_holder.masonry article .post_info, .blog_holder.masonry_full_width article .post_info {
    color: #303030;
    margin: 15px 0 0;
}
.blog_holder.masonry article.format-link .post_info, .blog_holder.masonry article.format-quote .post_info, .blog_holder.masonry_full_width article.format-link .post_info, .blog_holder.masonry_full_width article.format-quote .post_info {
    margin: 0 0 20px;
}
.blog_holder.masonry article .post_text .post_text_innet, .blog_holder.masonry_full_width article .post_text .post_text_innet {
    padding: 20px 15px;
}
.blog_holder.masonry article.format-link .post_text, .blog_holder.masonry article.format-quote .post_text, .blog_holder.masonry_full_width article.format-link .post_text, .blog_holder.masonry_full_width article.format-quote .post_text {
    border: medium none;
    padding: 0;
}
.blog_holder article.format-quote h3 {
    line-height: 35px;
    margin: 0 0 10px;
}
.blog_holder.masonry article h4, .blog_holder.masonry_full_width article h4 {
    margin: 0 0 4px;
}
.blog_holder.masonry article h3 a {
    font-weight: 300;
}
.blog_holder.masonry article .mejs-controls div.mejs-horizontal-volume-slider, .blog_holder.masonry_full_width article .mejs-controls div.mejs-horizontal-volume-slider {
    margin: 0 10px 0 0;
}
.blog_holder.blog_masonry_date_in_image .time {
    background-color: #fff;
    left: 0;
    margin: 5px;
    padding: 5px 13px;
    position: absolute;
    text-align: center;
    top: 0;
}
.blog_holder.blog_masonry_date_in_image .time span {
    display: block;
}
.blog_holder.blog_masonry_date_in_image .time .time_day {
    color: #303030;
    font-size: 19px;
    font-weight: 600;
}
.blog_holder.blog_masonry_date_in_image article .post_text .post_text_inner {
    padding: 35px 5px;
    text-align: center;
}
.blog_holder.blog_masonry_date_in_image article.format-link .post_text .post_text_inner, .blog_holder.blog_masonry_date_in_image article.format-quote .post_text .post_text_inner {
    padding: 35px 15px;
}
.blog_holder.blog_masonry_date_in_image article.format-link .post_text:hover .post_text_inner, .blog_holder.blog_masonry_date_in_image article.format-quote .post_text:hover .post_text_inner {
    transition: background-color 0.2s ease-in-out 0s;
}
.blog_holder.blog_masonry_date_in_image article .post_text h5 {
    margin-bottom: 30px;
}
.blog_holder.blog_masonry_date_in_image .post_text_inner .social_share_list_holder > span {
    display: none;
}
.blog_holder.blog_masonry_date_in_image article .post_text_inner .post_info {
    margin-bottom: 0;
    margin-top: 35px;
}
.blog_holder.blog_masonry_date_in_image .social_share_list_holder ul li i {
    color: #8d8d8d;
    transition: color 0s ease-in-out 0s;
}
.blog_holder.blog_masonry_date_in_image article:not(.format-quote):not(.format-link) .social_share_list_holder ul li i:hover {
    color: #1abc9c;
}
.blog_holder.blog_masonry_date_in_image article.format-link .post_text:hover .social_share_list_holder ul li i, .blog_holder.blog_masonry_date_in_image article.format-quote .post_text:hover .social_share_list_holder ul li i {
    color: #fff;
}
.blog_holder.blog_masonry_date_in_image.qodef-zoom article:not(.format-gallery) > .post_image {
    overflow: hidden;
}
.blog_holder.blog_masonry_date_in_image.qodef-zoom article:not(.format-gallery) > .post_image a {
    transition: all 0.2s ease 0s;
}
.blog_holder.blog_masonry_date_in_image.qodef-zoom article:not(.format-gallery) > .post_image a::after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease 0s;
    width: 100%;
}
.blog_holder.blog_masonry_date_in_image.qodef-zoom article:hover:not(.format-gallery) > .post_image a {
    transform: scale(1.1);
    transition: transform 0.35s cubic-bezier(0.3, 0.67, 0.24, 0.86) 0s;
}
.blog_holder.blog_masonry_date_in_image.qodef-zoom article:hover:not(.format-gallery) > .post_image a::after {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.3, 0.67, 0.24, 0.86) 0s;
}
.blog_masonry_date_in_image.qodef-zoom article.format-gallery ul.slides li {
    overflow: hidden;
    transition: all 0.2s ease 0s;
}
.blog_masonry_date_in_image.qodef-zoom article.format-gallery ul.slides li a::after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease 0s;
    width: 100%;
    z-index: 10;
}
.google_map_holder, .google_map_shortcode_holder, .pagination {
    position: relative;
}
.blog_masonry_date_in_image.qodef-zoom article.format-gallery ul.slides li:hover {
    transform: scale(1.1);
    transition: transform 0.35s cubic-bezier(0.3, 0.67, 0.24, 0.86) 0s;
}
.blog_masonry_date_in_image.qodef-zoom article.format-gallery ul.slides li:hover a::after {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.3, 0.67, 0.24, 0.86) 0s;
}
.blog_masonry_date_in_image.qodef-zoom article.format-gallery .time {
    z-index: 20;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope {
    transition-property: height;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
    transition-duration: 0s;
}
.icon_social_holder {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    display: inline-block;
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 35px 0;
    text-align: center;
    width: 100%;
}
.icon_social_holder .qode_like, .icon_social_holder .qode_share {
    display: inline-block;
    margin: 0;
}
.icon_social_holder > div {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin: 0 25px;
}
.icon_social_holder .qode_icon_printer, .icon_social_holder .social_share_icon {
    display: block;
    font-size: 27px;
    margin-bottom: 10px;
}
.icon_social_holder .qode-like {
    display: inline-block;
}
.icon_social_holder .qode-like::before {
    content: "W";
    display: block;
    font-family: linea-basic-10;
    font-size: 27px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: none;
}
.qode_like a, .qode_print a, .qode_share a {
    transition: color 0.3s ease-in-out 0s;
}
.pagination {
    display: inline-block;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
}
.pagination ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pagination ul li {
    float: left;
}
.pagination ul li a, .pagination ul li span {
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    color: #b4b4b4;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    margin: 0 11px 0 0;
    outline: 0 none;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    white-space: nowrap;
    width: 38px;
}
.pagination ul li a:hover, .pagination ul li span {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    color: #303030;
}
.google_map_ovrlay, .google_map_shortcode_overlay {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.google_map_shortcode_overlay {
    left: 0;
    top: 0;
}
.google_map {
    display: block;
    height: 450px;
    margin: 0 0 25px;
    width: 100%;
}
.qode_google_map {
    display: block;
    height: 450px;
    width: 100%;
}
.google_map embed, .google_map iframe, .google_map object, .qode_google_map embed, .qode_google_map iframe, .qode_google_map object {
    display: block;
    width: 100%;
}
.google_map img, .qode_google_map img {
    max-width: none;
}
.contact_form h5 {
    margin: 0 0 18px;
}
.contact_info .q_social_icon_holder .fa-stack {
    margin: 0.230769em 0.461538em 0.230769em 0;
}
.contact-error {
    display: block;
    margin: 0;
    position: relative;
    top: -20px;
}
.contact_section {
    padding: 0 0 55px;
    text-align: center;
}
.contact_section.contact_section_position_left {
    text-align: left;
}
.contact_section.contact_section_position_right {
    text-align: right;
}
.contact_section .separator, .contact_section .separator.small.left, .contact_section .separator.small.right {
    margin-bottom: 35px;
    margin-top: 6px;
}
span.submit_button_contact {
    display: block;
    text-align: right;
}
.contact_form {
    margin: 0 0 50px;
}
.contact_detail.map_grid .google_map {
    margin: 0 0 35px;
}
.header-widget.widget_nav_menu {
    font-size: 12px;
    padding: 0 15px 0 0;
    position: relative;
}
.header-widget.widget_nav_menu ul ul {
    background-color: #262626;
    border-top: medium none;
    display: none;
    height: auto;
    left: -1px;
    padding: 0;
    position: absolute;
    top: 33px;
    width: 180px;
    z-index: 1010;
}
.header-widget.widget_nav_menu ul li:hover ul {
    display: block;
}
.header-widget.widget_nav_menu ul li {
    list-style: outside none none;
}
.header-widget.widget_nav_menu ul.menu > li {
    display: inline-block;
    float: left;
    position: relative;
}
.header-widget.widget_nav_menu ul.menu li a {
    color: #777;
    display: inline-block;
    padding: 0 0 0 15px;
}
.header-widget.widget_nav_menu ul.menu > li.menu-item-has-children > a::after {
    content: "";
    font-family: FontAwesome,sans-serif;
    margin-left: 5px;
}
.header-widget.widget_nav_menu ul.menu li a:hover {
    color: #1abc9c;
}
.header-widget.widget_nav_menu ul.menu li ul li a {
    border-bottom: 1px solid #303030;
    color: #9d9d9d;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap;
}
.header-widget.widget_nav_menu ul.menu li ul li:last-child a, .wpb_widgetised_column .widget.posts_holder li.menu-item-has-children > ul.sub-menu li:last-child, .wpb_widgetised_column .widget.posts_holder li.page_item_has_children > ul.children li:last-child, aside .widget.posts_holder li.menu-item-has-children > ul.sub-menu li:last-child, aside .widget.posts_holder li.page_item_has_children > ul.children li:last-child, aside .widget.widget_search {
    border-bottom: 0 none;
}
.header-widget ul.menu li:last-child {
    margin-right: 0;
}
.header-left-from-logo-widget, .header-right-from-logo-widget {
    display: block;
    height: 100%;
    left: 0;
    padding: 0 50px;
    position: absolute;
    top: 0;
}
.header-right-from-logo-widget {
    left: auto;
    right: 0;
}
header .container_inner .header-left-from-logo-widget, header .container_inner .header-right-from-logo-widget {
    padding: 0;
}
.header-left-from-logo-widget-inner, .header-right-from-logo-widget-inner {
    display: table;
    height: 100%;
}
.header-left-from-logo-widget-inner2, .header-right-from-logo-widget-inner2 {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
header.sticky .header-left-from-logo-widget, header.sticky .header-right-from-logo-widget {
    display: none;
}
.wpb_widgetised_column .widget.posts_holder li.menu-item-has-children > a, .wpb_widgetised_column .widget.posts_holder li.page_item_has_children > a, aside .widget.posts_holder li.menu-item-has-children > a, aside .widget.posts_holder li.page_item_has_children > a {
    display: block;
}
.container aside {
    position: relative;
    z-index: 11;
}
.side_menu .widget li, .side_menu a, aside .widget a {
    font-weight: 400;
    transition: color 0.3s ease-in-out 0s;
}
aside .widget a:hover {
    color: #1abc9c;
}
.side_menu .widget a:hover, .side_menu .widget li:hover, .side_menu .widget li:hover > a {
    color: #fff;
}
.side_menu .widget ul, aside .widget ul {
    list-style: outside none none;
    padding: 0;
}
.side_menu .widget li, aside .widget li {
    margin: 0 0 10px;
}
.side_menu .widget li:last-child, .side_menu .widget.qode_latest_posts_widget li, aside .widget li:last-child, aside .widget.qode_latest_posts_widget li {
    margin: 0;
}
#wp-calendar caption, .widget.widget_rss li a.rsswidget {
    color: #000;
}
.footer_top #wp-calendar caption, .footer_top .widget.widget_rss li a.rsswidget {
    color: #fff;
}
#wp-calendar td, #wp-calendar th {
    padding: 3px 4px;
}
#wp-calendar td#today {
    background-color: #1abc9c;
    border-radius: 4px;
    color: #fff;
}
.wpb_widgetised_column .widget a:hover, .wpb_widgetised_column .widget.posts_holder li:hover {
    color: #1abc9c;
}
#wp-calendar {
    text-align: center;
    width: 100%;
}
#wp-calendar caption, .widget.widget_rss li span.rss-date {
    margin: 0 0 15px;
}
.widget.widget_rss li {
    margin: 0 0 25px;
}
.wpb_widgetised_column .widget a, .wpb_widgetised_column .widget li, .wpb_widgetised_column a {
    font-weight: 400;
    transition: color 0.3s ease-in-out 0s;
}
.side_menu_slide_from_right .wrapper, .side_menu_slide_from_right.right_side_menu_opened .wrapper {
    transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.wpb_widgetised_column .widget ul {
    list-style: outside none none;
    padding: 0;
}
.wpb_widgetised_column .widget li {
    margin: 0 0 10px;
}
.wpb_widgetised_column .widget li:last-child, .wpb_widgetised_column .widget.qode_latest_posts_widget li {
    margin: 0;
}
.wpb_widgetised_column .widget.widget_search {
    border-bottom: 0 none;
    padding: 0;
}
.wpb_widgetised_column .widget h5 {
    margin-bottom: 14px;
}
.wpb_widgetised_column .widget.posts_holder li {
    margin: 0;
    padding: 7px 0;
}
.wpb_widgetised_column .widget.posts_holder li.menu-item-has-children > ul.sub-menu, .wpb_widgetised_column .widget.posts_holder li.page_item_has_children > ul.children {
    padding-left: 10px;
}
.wpb_widgetised_column .widget a {
    color: inherit;
}
.wpb_widgetised_column .widget {
    margin: 0 0 42px;
}
.wpb_widgetised_column .widget_nav_menu .sub-menu, .wpb_widgetised_column .widget_pages .children {
    margin-left: 20px;
    margin-top: 6px;
}
.wpb_widgetised_column .qode-widget-sticky-sidebar {
    margin: 0;
}
aside .widget.widget_search {
    padding: 0;
}
aside .widget h5 {
    margin-bottom: 14px;
}
aside .widget.posts_holder li {
    margin: 0;
    padding: 7px 0;
}
aside .widget.posts_holder li:hover {
    color: #1abc9c;
}
aside .widget.posts_holder li.menu-item-has-children > ul.sub-menu, aside .widget.posts_holder li.page_item_has_children > ul.children {
    padding-left: 10px;
}
aside .widget a {
    color: inherit;
}
aside .widget {
    margin: 0 0 42px;
}
aside .widget_nav_menu .sub-menu, aside .widget_pages .children {
    margin-left: 20px;
    margin-top: 6px;
}
aside .qode-widget-sticky-sidebar {
    margin: 0;
}
.side_menu {
    backface-visibility: hidden;
    background-color: #1b1b1b;
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 30px;
    position: fixed;
    right: -270px;
    top: 0;
    visibility: hidden;
    width: 270px;
    z-index: 90;
}
.right_side_menu_opened .wrapper, .right_side_menu_opened footer.uncover {
    left: -270px;
}
.side_menu_slide_from_right .wrapper {
    background-color: #fff;
    position: relative;
    transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 1000;
}
.side_menu_slide_from_right.right_side_menu_opened .wrapper {
    transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.side_menu_slide_from_right .carousel-inner {
    transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.side_menu_slide_from_right .wrapper .cover {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s, z-index 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 0;
}
.side_menu_slide_from_right.right_side_menu_opened .wrapper .cover {
    opacity: 0.6;
    transition: opacity 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s, z-index 0.2s ease-in-out 0s;
    z-index: 1002;
}
#back_to_top, #back_to_top.off {
    opacity: 0;
}
.side_menu_slide_from_right .side_menu {
    box-sizing: border-box;
    padding: 5% 30px 30px;
    right: -45%;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 45%;
    z-index: 9999;
}
.right_side_menu_opened.side_menu_slide_from_right .side_menu {
    right: 0;
    transition: right 0.2s ease-in-out 0s;
    visibility: visible;
}
.side_menu_slide_from_right header.fixed, .side_menu_slide_from_right header.fixed_hiding, .side_menu_slide_from_right header.fixed_top_header .top_header, .side_menu_slide_from_right header.sticky {
    transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
}
.side_menu_slide_from_right footer.uncover {
    transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
body.side_menu_slide_with_content {
    left: 0;
    overflow-x: hidden;
    position: relative;
}
body.side_menu_slide_with_content.side_menu_open .wrapper, body.side_menu_slide_with_content.side_menu_open footer.uncover {
    left: -470px;
}
body.side_menu_slide_with_content, body.side_menu_slide_with_content .side_menu, body.side_menu_slide_with_content .wrapper, body.side_menu_slide_with_content footer.uncover, body.side_menu_slide_with_content header.fixed, body.side_menu_slide_with_content header.fixed_hiding, body.side_menu_slide_with_content header.fixed_top_header .top_header {
    transition: left 0.2s ease 0s, right 0.2s ease 0s;
}
body.side_menu_slide_with_content header.sticky {
    transition: left 0.2s ease 0s, right 0.2s ease 0s, top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
}
body.side_menu_slide_with_content .side_menu {
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    right: -470px;
    top: 0;
    visibility: visible;
    width: 470px;
    z-index: 9999;
}
body.side_menu_slide_with_content.side_menu_open .side_menu {
    right: 0;
}
body.side_menu_slide_with_content.side_menu_open .carousel-inner:not(.relative_position) {
    left: -470px;
    transition: left 0.2s ease 0s;
}
body.side_menu_slide_with_content .carousel-inner {
    left: 0;
    transition: left 0.2s ease 0s;
}
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.fixed_top_header .top_header, body.side_menu_slide_with_content.side_menu_open header.sticky {
    left: -470px;
    transition: left 0.2s ease 0s;
}
body.side_menu_slide_with_content.width_270.side_menu_open .wrapper, body.side_menu_slide_with_content.width_270.side_menu_open footer.uncover {
    left: -270px;
}
body.side_menu_slide_with_content.width_270 .side_menu {
    right: -270px;
    width: 270px;
}
body.side_menu_slide_with_content.width_270.side_menu_open .side_menu {
    right: 0;
}
body.side_menu_slide_with_content.width_270.side_menu_open .carousel-inner:not(.relative_position) {
    left: -270px;
}
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.fixed_top_header .top_header, body.side_menu_slide_with_content.width_270.side_menu_open header.sticky {
    left: -270px;
}
body.side_menu_slide_with_content.width_370.side_menu_open .wrapper, body.side_menu_slide_with_content.width_370.side_menu_open footer.uncover {
    left: -370px;
}
body.side_menu_slide_with_content.width_370 .side_menu {
    right: -370px;
    width: 370px;
}
body.side_menu_slide_with_content.width_370.side_menu_open .side_menu {
    right: 0;
}
body.side_menu_slide_with_content.width_370.side_menu_open .carousel-inner:not(.relative_position) {
    left: -370px;
}
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.fixed_top_header .top_header, body.side_menu_slide_with_content.width_370.side_menu_open header.sticky {
    left: -370px;
}
.side_menu.side_area_alignment_left {
    text-align: left;
}
.footer_bottom, .side_menu.side_area_alignment_center {
    text-align: center;
}
.side_menu.side_area_alignment_right {
    text-align: right;
}
.side_menu h5, .side_menu h6 {
    color: #fff;
    margin: 0 0 12px;
}
.side_menu .widget li {
    position: relative;
}
.side_menu .widget ul li.menu-item-has-children, .side_menu .widget ul li.page_item_has_children {
    border-bottom: medium none;
    padding-right: 0;
}
.side_menu .widget ul ul {
    padding: 6px 0 0 20px;
}
.side_menu .widget {
    margin: 0 0 43px;
}
.side_menu #wp-calendar caption, .side_menu #wp-calendar td, .side_menu #wp-calendar th, .side_menu .widget.widget_rss li a.rsswidget, .side_menu a, .side_menu li, .side_menu p, .side_menu span {
    color: #818181;
}
.side_menu .side_menu_title {
    display: block;
    margin: 0 0 12px;
}
.side_menu .widget.widget_nav_menu li a, .side_menu .widget.widget_nav_menu li:last-child {
    margin: 0;
}
.side_menu a.close_side_menu {
    background-image: url("img/close_side_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    position: absolute;
    right: 25px;
    top: 29px;
    transition: all 0.5s ease 0s;
    width: 13px;
    z-index: 1000;
}
.side_menu a.close_side_menu:hover {
    transform: rotate(180deg);
}
@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all, not all, only screen and (min-resolution: 210dpi) {
.side_menu a.close_side_menu {
    background-image: url("img/close_side_menu@2x.png");
    background-size: 13px 13px;
}
}
@media not all, only screen and (min--moz-device-pixel-ratio: 1.5), not all, not all, only screen and (min-resolution: 160dpi) {
.side_menu a.close_side_menu {
    background-image: url("img/close_side_menu@2x.png");
    background-size: 13px 13px;
}
}
.side_menu.dark a.close_side_menu {
    background-image: url("img/close_side_menu_dark.png");
}
@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all, not all, only screen and (min-resolution: 210dpi) {
.side_menu.dark a.close_side_menu {
    background-image: url("img/close_side_menu_dark@2x.png");
    background-size: 13px 13px;
}
}
@media not all, only screen and (min--moz-device-pixel-ratio: 1.5), not all, not all, only screen and (min-resolution: 160dpi) {
.side_menu.dark a.close_side_menu {
    background-image: url("img/close_side_menu_dark@2x.png");
    background-size: 13px 13px;
}
}
.footer_top .widget.widget_nav_menu li {
    line-height: 22px;
    margin: 0;
}
.widget.widget_archive select, .widget.widget_categories select, .widget.widget_text select {
    background-color: #fff;
    border: 1px solid transparent;
    color: #818181;
    font-family: inherit;
    font-size: 13px;
    height: 37px;
    outline: 0 none;
    overflow: hidden;
    padding: 2px 4%;
    width: 100%;
}
.widget #searchform {
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.footer_top .widget #searchform {
    background-color: transparent;
    border: 1px solid #6a6a6a;
}
.header_top #searchform {
    height: 33px;
    padding: 0 10px;
}
.widget.widget_search form.form_focus {
    border-color: #1abc9c;
}
.header_top #searchform input[type="submit"], .widget.widget_search form input[type="submit"] {
    background-color: transparent;
    border: medium none;
    color: #b9b9b9;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: FontAwesome,sans-serif;
    height: 37px;
    line-height: 37px;
    margin: 0;
    outline: 0 none;
    padding: 0 4%;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    width: 37px;
}
.footer_top .widget #searchform input[type="submit"] {
    color: #6a6a6a;
}
.header_top #searchform input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 25px;
    line-height: 25px;
    margin: 4px 0 0;
    width: 22px;
}
.header_top #searchform .screen-reader-text, .widget.widget_search form .screen-reader-text {
    display: none;
}
.header_top #searchform input[type="text"], .widget.widget_search form input[type="text"] {
    background-color: transparent;
    border: 0 none;
    color: #adadad;
    display: inline-block;
    float: left;
    font-family: inherit;
    height: 33px;
    margin: 0;
    outline: 0 none;
    padding: 2px 4%;
    text-decoration: none;
    width: 74%;
}
.footer_top .widget #searchform input[type="text"] {
    color: #6a6a6a;
}
.header_top #searchform input[type="text"] {
    font-size: 12px;
    height: 29px;
}
.footer_top .widget.widget_search form input[type="text"], .side_menu .widget #searchform input[type="text"] {
    width: 70%;
}
.widget .tagcloud {
    display: inline-block;
    width: 100%;
}
.footer_top .widget_meta > ul > li > a, .footer_top .widget_nav_menu ul li a, .footer_top .widget_pages > ul > li > a, .footer_top .widget_recent_comments > ul > li > a, .footer_top .widget_recent_entries > ul > li > a, .footer_top .widget_recent_entries > ul > li > span, .footer_top_holder, footer {
    display: block;
}
.widget .tagcloud a {
    margin: 0 0 3px;
}
.side_menu .widget .tagcloud a {
    color: #fff;
}
footer {
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 100;
}
footer.uncover {
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: fixed;
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    z-index: 99;
}
body.paspartu_enabled footer.uncover {
    z-index: 98;
}
.boxed footer {
    box-sizing: border-box;
    width: 100%;
}
.right_side_menu_opened footer.uncover {
    left: -270px;
}
footer .container_inner {
    position: relative;
}
.footer_top_holder {
    background-color: #262626;
    position: relative;
}
.footer_top {
    padding: 72px 0 52px;
}
.footer_bottom_border.in_grid, .footer_top_border.in_grid {
    margin: 0 auto;
    width: 1100px;
}
.footer_top.footer_top_full {
    padding: 48px 24px;
}
.footer_top h5 {
    color: #fff;
    margin: 0 0 22px;
}
.footer_top ul {
    list-style: outside none none;
}
.footer_top .textwidget, .footer_top a, .footer_top li, .footer_top p, .footer_top span {
    color: #818181;
    overflow-wrap: break-word;
}
.footer_top a {
    transition: color 0.2s ease-in-out 0s;
}
.footer_top a:hover {
    color: #fff;
}
.footer_top .four_columns .column2 .column_inner > div, .footer_top .three_columns .column2 .column_inner > div, .footer_top .two_columns_50_50 .column2 .column_inner > div {
    margin: 0 0 0 15px;
}
.footer_top .four_columns .column3 .column_inner > div, .footer_top .three_columns .column3 .column_inner > div {
    margin: 0 0 0 10px;
}
.footer_top .four_columns .column4 .column_inner > div {
    margin: 0 0 0 5px;
}
.footer_top .widget_nav_menu li.menu-item a {
    margin-bottom: 0;
}
.footer_top .widget_meta > ul > li, .footer_top .widget_nav_menu ul li, .footer_top .widget_pages ul li, .footer_top .widget_recent_comments > ul > li, .footer_top .widget_recent_entries > ul > li {
    padding: 0 0 17px;
    position: relative;
}
.footer_top .widget_nav_menu ul li ul, .footer_top .widget_pages ul li ul {
    padding: 0 0 0 10px;
}
.footer_top .widget_recent_entries > ul > li > span {
    color: #9d9d9d;
}
.footer_bottom_holder {
    background-color: #1b1b1b;
    display: block;
}
.footer_top_holder svg.angled-section polygon {
    fill: #1b1b1b;
}
.footer_bottom {
    display: table-cell;
    font-size: 12px;
    height: 53px;
    line-height: 22px;
    vertical-align: middle;
    width: 1%;
}
.footer_bottom_columns.three_columns .column1 .footer_bottom, .footer_bottom_columns.three_columns .column1 .footer_bottom ul, .footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom, .footer_bottom_columns.two_columns_50_50 .column1 .footer_bottom ul {
    text-align: left;
}
.footer_bottom_columns.three_columns .column3 .footer_bottom, .footer_bottom_columns.three_columns .column3 .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: right;
}
.footer_bottom p, .footer_bottom span {
    margin: 0;
}
.footer_bottom .footer_text_title {
    display: none;
}
.footer_bottom ul {
    list-style: outside none none;
    text-align: center;
}
.footer_bottom ul li {
    display: inline-block;
    margin-right: 46px;
}
#back_to_top .hover, .right_side_menu_opened #back_to_top {
    display: none;
}
.footer_bottom ul li:last-child {
    margin-right: 0;
}
.footer_bottom ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out 0s;
}
.footer_bottom ul li a:hover, .footer_top .q_social_icon_holder i.simple_social, .footer_top .q_social_icon_holder span.simple_social, .side_menu .q_social_icon_holder i.simple_social, .side_menu .q_social_icon_holder span.simple_social {
    color: #818181;
}
.footer_top .q_social_icon_holder i.simple_social, .footer_top .q_social_icon_holder span.simple_social {
    margin-right: 16px;
    transition: all 0.3s ease 0s;
}
.footer_top .q_social_icon_holder:hover i.simple_social, .footer_top .q_social_icon_holder:hover span.simple_social, .side_menu .q_social_icon_holder:hover i.simple_social, .side_menu .q_social_icon_holder:hover span.simple_social {
    color: #fff;
}
.footer_top .q_social_icon_holder.normal_social {
    margin: 0;
}
.footer_top .q_social_icon_holder:last-child i.simple_social, .footer_top .q_social_icon_holder:last-child span.simple_social {
    margin-right: 0;
}
#back_to_top {
    backface-visibility: hidden;
    bottom: 65px;
    color: #cdcdcd;
    height: auto;
    margin: 0;
    position: fixed;
    right: 25px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 10000;
}
#back_to_top.off {
    right: 25px;
}
#back_to_top.on {
    opacity: 1;
    right: 25px;
    visibility: visible;
}
#back_to_top span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #e8e8e8;
    border-radius: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    width: 52px;
}
#back_to_top span i, .q_steps_holder .circle_small .step_title, .q_steps_holder .circle_small span {
    transition: color 0.2s ease 0s;
}
#back_to_top span i {
    color: #b0b0b0;
    font-size: 22px;
    line-height: 52px;
}
#back_to_top:hover span {
    background-color: #e8e8e8;
}
.q_steps_holder {
    text-align: center;
    width: 100%;
}
.q_steps_holder_inner {
    display: inline-block;
    position: relative;
}
.q_steps_holder .circle_small, .q_steps_holder .circle_small_inner {
    height: 192px;
    width: 192px;
}
.q_steps_holder .circle_small_wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #1abc9c transparent transparent;
    border-image: none;
    border-radius: 530px;
    border-style: solid;
    border-width: 2px;
    height: 192px;
    margin: 0 auto;
    width: 193px;
}
.q_steps_holder .circle_small {
    border: 1px solid #c7c7c7;
    border-radius: 500px;
    color: #666;
    font-family: inherit;
    font-size: 26px;
    margin: 0 auto;
    text-align: center;
}
.q_steps_holder .circle_small:hover .step_title, .q_steps_holder .circle_small:hover span {
    color: #1abc9c;
}
.q_steps_holder .circle_small_inner {
    display: table-cell;
    vertical-align: middle;
}
.q_steps_holder .circle_small_inner span {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
}
.q_steps_holder a.circle_small_inner {
    color: #666;
}
.q_steps_holder a.circle_small_inner:hover {
    color: inherit;
}
.q_steps_holder .circle_small span {
    display: block;
    margin-bottom: 5px;
}
.q_steps_holder .circle_small .step_title {
    color: #666;
    font-size: 16px;
    letter-spacing: 1px;
}
.q_steps_holder .circle_small_holder p {
    margin-top: 5px;
    padding: 0 21px;
    text-align: center;
}
.q_steps_holder .circle_small_holder_inner {
    position: relative;
}
.q_steps_holder .circle_small_holder:last-child .circle_small_holder_inner .arrow_holder {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.q_steps_holder.show .circle_small_holder {
    opacity: 1;
    transform: scale(1);
}
.q_steps_holder .circle_small_holder {
    display: inline-block;
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.3s ease-out 0s;
    width: 265px;
}
.q_team .q_team_description_wrapper, body a.pp_next, body a.pp_previous {
    transition: opacity 0.3s ease-in-out 0s;
}
.q_steps_holder .step1 {
    left: 40px;
    top: 85px;
    transition-delay: 0.5s;
}
.q_steps_holder .step1 .circle_small_wrapper {
    transform: rotate(-25deg);
}
.q_steps_holder .step1 .circle_small {
    transform: rotate(25deg);
}
.q_steps_holder .step2 {
    transition-delay: 1s;
}
.q_steps_holder .step2 .circle_small_wrapper {
    transform: rotate(-175deg);
}
.q_steps_holder .step2 .circle_small {
    transform: rotate(175deg);
}
.q_steps_holder .step3 {
    transition-delay: 1.5s;
}
.q_steps_holder .step3 .circle_small_wrapper {
    transform: rotate(25deg);
}
.q_steps_holder .step3 .circle_small {
    transform: rotate(-25deg);
}
.q_steps_holder .step4 .circle_small_wrapper {
    transform: rotate(-170deg);
}
.q_steps_holder .step4 .circle_small {
    transform: rotate(170deg);
}
.q_steps_holder .step4 {
    transition-delay: 2s;
}
.vc_text_separator.full {
    border-bottom: 0 none;
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
    padding-bottom: 20px;
}
.vc_text_separator.full.separator_align_center {
    text-align: center;
}
.vc_text_separator.full.separator_align_right {
    text-align: right;
}
.vc_text_separator.full div {
    background-color: #1abc9c;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 35px;
    position: relative;
    top: -19px;
}
.separator_with_icon {
    color: #818181;
    display: block;
    font-size: 18px;
    line-height: 21px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    text-align: center;
    width: 783px;
}
.separator_with_icon::after, .separator_with_icon::before {
    content: "";
    display: inline-block;
    max-width: 48%;
    position: absolute;
    top: 10px;
    width: 376px;
}
.separator_with_icon::before {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
    left: 0;
}
.separator_with_icon::after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
    right: 0;
}
@media only screen and (max-width: 1000px) {
.separator_with_icon::after, .separator_with_icon::before {
    max-width: 45%;
}
}
.page_not_found {
    margin: 0 0 83px;
    text-align: center;
}
.page_not_found h2 {
    font-size: 32px;
    margin: 40px 0 20px;
}
.page_not_found p {
    margin: 15px 0 35px;
}
.custom_font_holder {
    display: block;
    position: relative;
}
body div.pp_default .pp_loaderIcon {
    background-color: #fff;
    border-radius: 20px;
}
div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
    height: 13px;
}
div.pp_default .pp_top .pp_left {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite.png") no-repeat scroll -78px -93px;
}
div.pp_default .pp_top .pp_middle {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite_x.png") repeat-x scroll left top;
}
div.pp_default .pp_top .pp_right {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite.png") no-repeat scroll -112px -93px;
}
div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite_y.png") repeat-y scroll -7px 0;
    padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite_y.png") repeat-y scroll right top;
    padding-right: 13px;
}
div.pp_default .pp_next:hover {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite_next.png") no-repeat scroll right center;
    cursor: pointer;
}
div.pp_default .pp_previous:hover {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite_prev.png") no-repeat scroll left center;
    cursor: pointer;
}
div.pp_default .pp_expand {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite.png") no-repeat scroll 0 -29px;
    cursor: pointer;
    height: 28px;
    width: 28px;
}
div.pp_default .pp_expand:hover {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite.png") no-repeat scroll 0 -56px;
    cursor: pointer;
}
div.pp_default .pp_contract {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite.png") no-repeat scroll 0 -84px;
    cursor: pointer;
    height: 28px;
    width: 28px;
}
div.pp_default .pp_contract:hover {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite.png") no-repeat scroll 0 -113px;
    cursor: pointer;
}
div.pp_default .pp_close {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite.png") no-repeat scroll 2px 1px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}
div.pp_default .pp_gallery ul li a {
    background: #f8f8f8 url("img/prettyPhoto/default_thumb.png") repeat scroll center center;
    border: 1px solid #aaa;
}
div.pp_default .pp_social {
    margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_next, div.pp_default .pp_gallery a.pp_arrow_previous {
    left: auto;
    position: static;
}
div.pp_default .pp_nav .pp_pause, div.pp_default .pp_nav .pp_play {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite.png") no-repeat scroll -51px 1px;
    height: 30px;
    width: 30px;
}
div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}
div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite.png") no-repeat scroll -31px -3px;
    height: 20px;
    margin: 4px 0 0;
    width: 20px;
}
div.pp_default a.pp_arrow_next {
    background-position: -82px -3px;
    left: 52px;
}
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}
div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    position: relative;
    width: 110px;
}
div.pp_default .pp_nav .currentTextHolder {
    color: #999;
    font-family: inherit;
    font-size: 13px;
    left: 65px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px;
}
div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover, div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_nav .pp_play:hover {
    opacity: 0.7;
}
div.pp_default .pp_description {
    font-size: 15px;
    font-weight: 300;
    line-height: 14px;
    margin: 10px 50px 10px 0;
}
div.pp_default .pp_bottom .pp_left {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite.png") no-repeat scroll -78px -127px;
}
div.pp_default .pp_bottom .pp_middle {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite_x.png") repeat-x scroll left bottom;
}
div.pp_default .pp_bottom .pp_right {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/sprite.png") no-repeat scroll -112px -127px;
}
div.pp_default .pp_loaderIcon {
    background: rgba(0, 0, 0, 0) url("img/prettyPhoto/loader.gif") no-repeat scroll center center;
}
div.pp_pic_holder a:focus {
    outline: 0 none;
}
div.pp_overlay {
    background-color: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.pp_content {
    height: 40px;
    min-width: 40px;
}
* html .pp_content {
    width: 40px;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}
.pp_content_container .pp_left {
    padding-left: 20px;
}
.pp_content_container .pp_right {
    padding-right: 20px;
}
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}
.pp_description {
    display: none;
    margin: 0;
}
.pp_social {
    float: left;
    margin: 0;
}
.pp_social .facebook {
    float: left;
    margin-left: 5px;
    overflow: hidden;
    width: 55px;
}
.pp_social .twitter {
    float: left;
}
.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}
.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}
.pp_nav .pp_pause, .pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_next, a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a img {
    border: 0 none;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.pp_gallery li.default a {
    background: rgba(0, 0, 0, 0) url("../images/prettyPhoto/facebook/default_thumbnail.gif") no-repeat scroll 0 0;
    display: block;
    height: 33px;
    width: 50px;
}
a.pp_next, a.pp_previous {
    display: block;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
    margin-top: 7px;
}
a.pp_next {
    float: right;
}
a.pp_previous {
    float: left;
}
a.pp_contract, a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
.pp_loaderIcon, a.pp_close {
    display: block;
    position: absolute;
}
a.pp_close {
    line-height: 22px;
    right: 0;
    text-indent: -10000px;
    top: 0;
}
.pp_loaderIcon {
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    top: 50%;
    width: 24px;
}
.pp_fade, .pp_gallery li.default a img, div.ppt {
    display: none;
}
#pp_full_res {
    line-height: 1;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}
div.ppt {
    color: #fff;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}
div.pp_default .pp_content {
    background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline {
    color: #000;
}
.pp_gallery li.selected a, .pp_gallery ul a:hover, div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff;
}
div.pp_default .pp_details {
    position: relative;
}
.pp_bottom, .pp_top {
    height: 20px;
    position: relative;
}
* html .pp_bottom, * html .pp_top {
    padding: 0 20px;
}
.pp_bottom .pp_left, .pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_bottom .pp_middle, .pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_bottom .pp_middle, * html .pp_top .pp_middle {
    left: 0;
    position: static;
}
.pp_bottom .pp_right, .pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
body div.pp_overlay {
    opacity: 0.7;
}
body div.pp_default .pp_content_container .pp_left, body div.pp_default .pp_content_container .pp_right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
body div.pp_default .pp_bottom, body div.pp_default .pp_bottom .pp_left, body div.pp_default .pp_bottom .pp_middle, body div.pp_default .pp_bottom .pp_right, body div.pp_default .pp_top, body div.pp_default .pp_top .pp_left, body div.pp_default .pp_top .pp_middle, body div.pp_default .pp_top .pp_right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: none;
}
body div.pp_default .pp_expand {
    display: none;
}
body a.pp_next::after, body a.pp_previous::after {
    color: #fff;
    display: block;
    font-family: FontAwesome,serif;
    font-size: 30px;
    height: 54px;
    line-height: 54px;
    margin: -27px 0 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 50%;
    width: 54px;
}
body div.pp_default .pp_content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
body a.pp_next, body a.pp_previous {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0s;
}
body div.pp_default .pp_content:hover a.pp_next, body div.pp_default .pp_content:hover a.pp_previous {
    opacity: 1;
}
body a.pp_next::after {
    border: 2px solid #fff;
    border-radius: 50px;
    content: "";
    right: 25px;
}
body a.pp_previous::after {
    border: 2px solid #fff;
    border-radius: 50px;
    content: "";
    left: 25px;
}
body .pp_gallery, body div.pp_default .pp_description {
    display: none;
}
body div.pp_default .pp_content_container .pp_details {
    opacity: 0.7;
}
body div.pp_default .pp_nav {
    float: none;
    margin: 0;
    width: auto;
}
body div.pp_default .pp_nav .currentTextHolder {
    color: #fff;
    float: left;
    font-family: Raleway,sans-serif;
    font-size: 15px;
    font-weight: 600;
    left: auto;
    padding: 0 20px;
    position: relative;
}
.qode-pretty-photo-hide-navigation .pp_hoverContainer, *:root .mejs-poster img, body div.pp_default .pp_nav .pp_pause, body div.pp_default .pp_nav .pp_play {
    display: none;
}
body div.pp_default a.pp_arrow_next, body div.pp_default a.pp_arrow_previous {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    position: relative;
}
body div.pp_default .pp_close::after, body div.pp_default a.pp_arrow_next::after, body div.pp_default a.pp_arrow_previous::after {
    color: #fff;
    font-family: FontAwesome,serif;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
}
body div.pp_default a.pp_arrow_previous::after {
    content: "";
    font-size: 20px;
    height: 20px;
    left: 0;
    line-height: 20px;
    width: 20px;
}
body div.pp_default a.pp_arrow_next::after {
    content: "";
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    right: 0;
    width: 20px;
}
body div.pp_default .pp_close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 1;
}
body div.pp_default .pp_close::after {
    content: "";
    font-size: 15px;
    height: 15px;
    left: 0;
    line-height: 30px;
    width: 30px;
}
.mejs-container {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}
.blog_audio.mejs-container {
    height: 40px;
}
.mejs-container.wp-audio-shortcode {
    border-radius: 0;
    height: 30px;
}
.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video, .mejs-mediaelement {
    height: 100%;
    width: 100%;
}
.blog_holder.masonry .mejs-container {
    border: medium none;
}
.blog_holder.small_images article .post_text .post_inner .mejs-container {
    margin: 0 0 15px;
}
.me-plugin {
    position: absolute;
}
.mejs-embed, .mejs-embed body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.mejs-fullscreen {
    overflow: hidden;
}
.mejs-container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.mejs-clear {
    clear: both;
}
.mejs-background {
    left: 0;
    position: absolute;
    top: 0;
}
.mejs-mediaelement {
    border-radius: 4px;
    left: 0;
    position: absolute;
    top: 0;
}
.blog_holder.masonry .mejs-mediaelement {
    border: medium none;
}
.mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0;
}
.mejs-poster img {
    border: 0 none;
    padding: 0;
}
.mejs-overlay {
    left: 0;
    position: absolute;
    top: 0;
}
.mejs-overlay-play {
    cursor: pointer;
}
.mejs-container .mejs-controls {
    bottom: 0;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
.mejs-container .mejs-controls div {
    background-image: none;
    border: 0 none;
    display: block;
    float: left;
    height: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 35px;
}
.mejs-controls .mejs-button button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 13px;
    line-height: 0;
    margin: 14px 15px 13px;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 12px;
}
.no-svg .mejs-controls .mejs-button button {
    background-image: url("img/audio/controls.png");
}
.mejs-controls .mejs-button button:focus {
    outline: 0 none;
}
.mejs-container .mejs-controls .mejs-time {
    box-sizing: content-box;
    color: #000;
    display: block;
    height: 40px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: auto;
}
.mejs-container .mejs-controls .mejs-time span {
    color: #000;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    width: auto;
}
.mejs-controls .mejs-play button {
    background-image: url("img/audio/play.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.mejs-controls .mejs-pause button {
    background-image: url("img/audio/pause.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.mejs-controls .mejs-stop button {
    background-image: url("img/audio/stop.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
}
.mejs-controls .mejs-time-rail span {
    cursor: pointer;
    display: block;
    height: 8px;
    margin: 16px 15px;
    position: absolute;
    width: auto;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: #ddd;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
    animation: 2s linear 0s normal none infinite running buffering-stripes;
    background-image: linear-gradient(-45deg, rgba(224, 222, 222, 0.15) 25%, transparent 25%, transparent 50%, rgba(224, 222, 222, 0.15) 50%, rgba(224, 222, 222, 0.15) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    width: 100%;
}
@keyframes buffering-stripes {
0% {
    background-position: 0 0;
}
100% {
    background-position: 30px 0;
}
}
@keyframes buffering-stripes {
0% {
    background-position: 0 0;
}
100% {
    background-position: 30px 0;
}
}
@keyframes buffering-stripes {
0% {
    background-position: 0 0;
}
100% {
    background-position: 30px 0;
}
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    margin: 0;
    width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #1abc9c;
    margin: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
    background-color: #1abc9c;
    cursor: pointer;
    display: none;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 10px;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
    color: #000;
    display: none;
    height: 15px;
    margin-left: -18px;
    position: absolute;
    text-align: center;
    top: -35px;
    width: 36px;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    display: none;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px;
}
.mejs-controls .mejs-mute button, .mejs-controls .mejs-volume-button {
    background-image: url("img/audio/sound.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.mejs-controls .mejs-unmute button {
    background-image: url("img/audio/mute.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.mejs-controls .mejs-volume-button {
    position: relative;
}
.mejs-controls .mejs-volume-button button {
    height: 16px;
    margin: 12px 6px 12px 11px;
    width: 18px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
    background-image: url("img/audio/sound.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    height: 115px;
    left: 0;
    margin: 0;
    position: absolute;
    top: -115px;
    width: 25px;
    z-index: 1;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    height: 100px;
    left: 11px;
    margin: 0;
    position: absolute;
    top: 8px;
    width: 2px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    cursor: n-resize;
    height: 6px;
    left: 4px;
    margin: 0;
    position: absolute;
    top: -3px;
    width: 16px;
}
.mejs-controls div.mejs-horizontal-volume-slider {
    height: 40px;
    position: relative;
    width: 45px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background-color: #ddd;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 35px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background-color: #1abc9c;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 40px;
}
.me-cannotplay a {
    color: #fff;
    font-weight: 700;
}
.me-cannotplay span {
    display: block;
    padding: 15px;
}
.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}
.q_line_graf_holder, .q_pie_graf_holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.q_line_graf, .q_pie_graf {
    float: left;
    margin: 0 22px 0 0;
}
.q_pie_graf_legend {
    float: left;
    position: relative;
    width: 40%;
}
.q_line_graf_legend {
    float: left;
    position: relative;
    width: 20%;
}
.q_line_graf_legend ul, .q_pie_graf_legend ul {
    list-style: outside none none;
    padding: 0;
}
.q_line_graf_legend ul li, .q_pie_graf_legend ul li {
    display: block;
    margin: 0 0 10px;
}
.q_line_graf_legend ul li .color_holder, .q_pie_graf_legend ul li .color_holder {
    background-color: #1abc9c;
    float: left;
    height: 25px;
    width: 25px;
}
.q_line_graf_legend ul li p, .q_pie_graf_legend ul li p {
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 50px;
}
.header_top .right #lang_sel ul ul img.iclflag, .header_top .right #lang_sel_click ul ul img.iclflag {
    float: right;
    margin-left: 15px;
    margin-right: 0;
    top: 11px;
}
.header_top .left #lang_sel ul ul img.iclflag, .header_top .left #lang_sel_click ul ul img.iclflag {
    float: left;
    top: 11px;
}
.header_top .right #lang_sel ul ul, .header_top .right #lang_sel_click ul ul {
    left: auto;
    right: 0;
}
.header_top #lang_sel_click ul ul {
    padding: 5px 15px;
}
.header_top .right #lang_sel ul ul li, .header_top .right #lang_sel_click ul ul li {
    text-align: right;
    width: 100%;
}
.header_top .left #lang_sel ul ul li, .header_top .left #lang_sel_click ul ul li {
    width: 100%;
}
.header_top #lang_sel ul ul li img.iclflag, .header_top #lang_sel_click ul ul li img.iclflag {
    position: relative;
    top: 11px;
}
.header_top #lang_sel li, .header_top #lang_sel_click li {
    width: auto;
}
.header_top #lang_sel, .header_top #lang_sel_click {
    float: left;
    font-family: inherit;
    height: 33px;
    padding: 0;
    position: relative;
    z-index: 1000;
}
.header_top #lang_sel ul > li > a, .header_top #lang_sel_click ul > li > a {
    float: none;
    padding: 0 15px;
    width: auto;
}
.header_top #lang_sel > ul > li:hover, .header_top #lang_sel_click > ul > li:hover {
    border-bottom: medium none;
}
.header_top #lang_sel > ul > li > a, .header_top #lang_sel_click > ul > li > a {
    color: #777;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    z-index: 2500;
}
.header_top #lang_sel > ul > li > a:hover, .header_top #lang_sel_click > ul > li > a:hover {
    color: #1abc9c;
}
.header_top .left #lang_sel > ul > li > a, .header_top .left #lang_sel_click > ul > li > a {
    left: 0;
    right: auto;
}
.header_top #lang_sel > ul > li:hover > a, .header_top #lang_sel > ul > li > a:hover, .header_top #lang_sel_click > ul > li:hover > a, .header_top #lang_sel_click > ul > li > a:hover {
    top: 0;
}
.header_top #lang_sel ul > li ul > li, .header_top #lang_sel_click ul > li ul > li {
    padding: 0;
}
.header_top #lang_sel ul > li a.lang_sel_sel, .header_top #lang_sel_click ul > li a.lang_sel_sel {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 0 none;
    line-height: 30px;
    padding: 0;
}
.header_top .right #lang_sel ul > li a.lang_sel_sel, .header_top .right #lang_sel_click ul > li a.lang_sel_sel {
    text-align: right;
}
.header_top .right #lang_sel ul > li a.lang_sel_sel {
    padding-right: 0;
}
.header_top .left #lang_sel ul > li a.lang_sel_sel {
    padding-left: 0;
}
.header_top #lang_sel .lang_sel_sel::after, .header_top #lang_sel_click .lang_sel_sel::after {
    border: medium none;
    content: "";
    font-family: FontAwesome,sans-serif;
    margin-left: 5px;
    position: static;
}
.header_top .left #lang_sel ul > li a.lang_sel_sel, .header_top .left #lang_sel_click ul > li a.lang_sel_sel {
    text-align: left;
}
.header_bottom .main_menu .submenu-languages {
    display: none;
}
.header_top #lang_sel ul ul, .header_top #lang_sel_click ul ul {
    background-color: #262626;
    border-top: medium none;
    height: auto;
    left: -1px;
    list-style: outside none none;
    position: absolute;
    top: 33px;
    width: 180px;
    z-index: 1000;
}
.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 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border-color: currentcolor currentcolor #303030;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #9d9d9d;
    display: block;
    font-size: 11px;
    font-weight: 600;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out 0s;
    white-space: nowrap;
}
.header_top #lang_sel ul li ul li:last-child a, .header_top #lang_sel_click ul li ul li:last-child a {
    border-bottom: medium none;
}
.header_top #lang_sel ul li ul li a:hover, .header_top #lang_sel_click ul li ul li a:hover {
    color: #fff;
}
.header_top #lang_sel_list {
    float: left;
    font-family: inherit;
    height: auto;
    width: auto;
}
.header_top #lang_sel_list ul {
    border: 0 none;
    padding: 0;
    width: auto;
}
.header_top #lang_sel_list li {
    display: inline-block;
    float: none;
    width: auto;
}
.header_top #lang_sel_list ul li a, .header_top #lang_sel_list ul li a:visited {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #818181;
    font-size: 13px;
    line-height: 33px;
    margin: 0;
    padding: 0 8px;
    transition: color 0.3s ease-in-out 0s;
}
.header_top #lang_sel_list ul li a.lang_sel_sel, .header_top #lang_sel_list ul li a:hover {
    color: #1abc9c;
}
.header_top #lang_sel img.iclflag, .header_top #lang_sel_click img.iclflag, .header_top #lang_sel_list img.iclflag {
    display: inline;
    float: none;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
aside .widget.posts_holder #lang_sel li::after, aside .widget.posts_holder #lang_sel_click li::after {
    content: none;
}
aside .widget #lang_sel_list, footer #lang_sel_list, section.side_menu #lang_sel_list {
    font-family: inherit;
    height: auto;
    width: 100%;
}
aside .widget #lang_sel_list li, footer #lang_sel_list li, section.side_menu #lang_sel_list li {
    float: none;
    margin-bottom: 0;
    padding: 9px 10px 9px 0;
    width: auto;
}
footer #lang_sel_list li {
    padding: 5px 5px 5px 0;
}
aside .widget #lang_sel li a, aside .widget #lang_sel_click li a, aside .widget #lang_sel_list li a, footer #lang_sel li a, footer #lang_sel_click li a, footer #lang_sel_list li a, section.side_menu #lang_sel li a, section.side_menu #lang_sel_click li a, section.side_menu #lang_sel_list li a {
    border: 0 none;
    color: #777;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
}
aside .widget #lang_sel_list li a, footer #lang_sel_list li a, section.side_menu #lang_sel_list li a {
    display: inline;
}
aside .widget #lang_sel, aside .widget #lang_sel_click, footer #lang_sel, footer #lang_sel_click, section.side_menu #lang_sel, section.side_menu #lang_sel_click {
    width: 100%;
}
aside .widget #lang_sel > ul > li > a, aside .widget #lang_sel_click > ul > li > a, footer #lang_sel > ul > li > a, footer #lang_sel_click > ul > li > a, section.side_menu #lang_sel > ul > li > a, section.side_menu #lang_sel_click > ul > li > a {
    background-image: url("img/wc_select_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    font-family: inherit;
    font-weight: 300;
    height: 35px;
    line-height: 35px;
    padding-left: 13px;
}
footer #lang_sel > ul > li > a, footer #lang_sel_click > ul > li > a, section.side_menu #lang_sel > ul > li > a, section.side_menu #lang_sel_click > ul > li > a {
    background-image: url("img/wc_select_arrow_footer.png");
    background-position: right center;
    background-repeat: no-repeat;
}
aside .widget #lang_sel > ul > li a, aside .widget #lang_sel_click > ul > li a {
    background-color: #fff;
}
footer #lang_sel > ul > li a, footer #lang_sel_click > ul > li a, section.side_menu #lang_sel > ul > li a, section.side_menu #lang_sel_click > ul > li a {
    background-color: #262626;
}
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 ul a, section.side_menu #lang_sel_click ul ul a:visited, section.side_menu #lang_sel_click > ul > li > a {
    color: #777;
}
aside .widget #lang_sel ul ul a, aside .widget #lang_sel > ul li a, aside .widget #lang_sel_click ul ul a, aside .widget #lang_sel_click > ul li a, aside .widget #lang_sel_list li a {
    background-color: #fff;
    color: #adadad;
    font-family: Raleway,sans-serif;
}
aside .widget #lang_sel a.lang_sel_sel:hover, aside .widget #lang_sel ul ul a:hover, aside .widget #lang_sel_click a.lang_sel_sel: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 {
    color: #1abc9c;
}
footer #lang_sel a.lang_sel_sel, footer #lang_sel a.lang_sel_sel:hover, footer #lang_sel ul ul a:hover, footer #lang_sel_click a.lang_sel_sel, footer #lang_sel_click ul ul a:hover, footer #lang_sel_click ul ul a:hover span, footer #lang_sel_list a.lang_sel_sel, footer #lang_sel_list li a:hover, footer #lang_sel_list ul ul a:hover, footer #lang_sel_list ul ul a:hover span, section.side_menu #lang_sel ul li a.lang_sel_sel, section.side_menu #lang_sel ul ul a:hover, section.side_menu #lang_sel_click ul li a.lang_sel_sel, section.side_menu #lang_sel_click ul ul a:hover, section.side_menu #lang_sel_click ul ul a:hover span, section.side_menu #lang_sel_list li a:hover, section.side_menu a.lang_sel_sel {
    color: #fff;
}
aside .widget #lang_sel li, aside .widget #lang_sel_click li, footer #lang_sel li, footer #lang_sel_click li, section.side_menu #lang_sel li, section.side_menu #lang_sel_click li {
    border: medium none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}
aside .widget #lang_sel ul ul, aside .widget #lang_sel_click ul ul {
    border: 0 none;
    height: auto;
    overflow: hidden;
    padding: 3px 0 0;
    top: 32px;
    width: 100%;
    z-index: 1000;
}
footer #lang_sel ul ul, footer #lang_sel_click ul ul, section.side_menu #lang_sel ul ul, section.side_menu #lang_sel_click ul ul {
    border: 0 none;
    top: 32px;
    width: 100%;
}
section.side_menu #lang_sel li a::after, section.side_menu #lang_sel li::before {
    display: none;
}
#lang_sel ul ul a:visited, section.side_menu #lang_sel ul ul a {
    padding: 8px 10px;
}
footer #lang_sel ul ul, footer #lang_sel_click ul ul, section.side_menu #lang_sel_click ul ul, section.side_menu #lang_selul ul {
    left: 0;
}
aside .widget #lang_sel ul ul a, aside .widget #lang_sel ul ul a:visited, aside .widget #lang_sel_click ul ul a, aside .widget #lang_sel_click ul ul a:visited, footer #lang_sel ul ul a, footer #lang_sel ul ul a:visited, footer #lang_sel_click ul ul a, footer #lang_sel_click ul ul a:visited {
    padding: 10px 13px;
}
aside .widget #lang_sel_list.lang_sel_list_vertical ul, footer #lang_sel_list.lang_sel_list_vertical ul, section.side_menu #lang_sel_list.lang_sel_list_vertical ul {
    border-top: medium none;
    height: auto;
}
aside .widget #lang_sel_list.lang_sel_list_vertical a, aside .widget #lang_sel_list.lang_sel_list_vertical a:visited, footer #lang_sel_list.lang_sel_list_vertical a, footer #lang_sel_list.lang_sel_list_vertical a:visited, section.side_menu #lang_sel_list.lang_sel_list_vertical a, section.side_menu #lang_sel_list.lang_sel_list_vertical a:visited {
    border: medium none;
    padding: 0;
}
footer #lang_sel_list.lang_sel_list_horizontal a, footer #lang_sel_list.lang_sel_list_horizontal a:visited, footer #lang_sel_list.lang_sel_list_vertical a, footer #lang_sel_list.lang_sel_list_vertical a:visited, section.side_menu #lang_sel_list.lang_sel_list_horizontal a, section.side_menu #lang_sel_list.lang_sel_list_horizontal a:visited, section.side_menu #lang_sel_list.lang_sel_list_vertical a, section.side_menu #lang_sel_list.lang_sel_list_vertical a:visited {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
aside #lang_sel img.iclflag, aside #lang_sel_click img.iclflag, footer #lang_sel img.iclflag, footer #lang_sel_click img.iclflag, footer #lang_sel_list.lang_sel_list_horizontal a img, footer #lang_sel_list.lang_sel_list_vertical a img, section.side_menu #lang_sel img.iclflag, section.side_menu #lang_sel_click img.iclflag {
    margin-right: 5px;
}
.side_menu #lang_sel_list.lang_sel_list_horizontal a:hover, .side_menu #lang_sel_list.lang_sel_list_vertical a:hover, footer #lang_sel_list.lang_sel_list_horizontal a:hover, footer #lang_sel_list.lang_sel_list_vertical a:hover {
    color: #fff;
}
.side_menu #lang_sel_list.lang_sel_list_horizontal a, .side_menu #lang_sel_list.lang_sel_list_vertical a, footer #lang_sel_list.lang_sel_list_horizontal a, footer #lang_sel_list.lang_sel_list_vertical a {
    color: #777;
}
#lang_sel_footer {
    background-color: #111;
    border: medium none;
    font-family: Roboto,sans-serif;
    position: relative;
    z-index: 1500;
}
#lang_sel_footer a {
    color: #777;
    font-size: 13px;
    transition: color 0.3s ease 0s;
}
#lang_sel_footer a:hover {
    color: #fff;
    transition: color 0.3s ease 0s;
}
#lang_sel_footer a img {
    margin-right: 15px;
}
.ls-nav-next, .ls-nav-prev {
    background-color: transparent;
    cursor: pointer;
    display: block;
    margin: -27px 0 0;
    opacity: 0.6;
    z-index: 10;
}
.ls-nav-prev {
    background-image: none;
    border: 2px solid #fff;
    border-radius: 56px;
    font-size: 14px;
    height: 54px;
    left: 23px;
    line-height: 54px;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: opacity 0.3s ease-in-out 0s;
    width: 54px;
}
.ls-nav-next::after, .ls-nav-prev::after {
    color: #fff;
    display: block;
    font-family: FontAwesome,serif;
    left: 0;
    line-height: 54px;
    position: absolute;
    text-align: center;
}
.ls-nav-prev::after {
    content: "";
    font-size: 30px;
    height: 100%;
    width: 100%;
}
.ls-nav-next {
    background-image: none;
    border: 2px solid #fff;
    border-radius: 56px;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    opacity: 0;
    position: absolute;
    right: 23px;
    text-align: center;
    top: 50%;
    transition: opacity 0.3s ease-in-out 0s;
    width: 54px;
}
.ls-nav-next::after {
    content: "";
    font-size: 30px;
    height: 100%;
    width: 100%;
}
.ls-nav-next:hover, .ls-nav-prev:hover {
    opacity: 1;
}
.element_from_bottom, .element_from_fade, .element_from_left, .element_from_right, .element_from_top {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.touch .no_animation_on_touch .element_from_bottom > div, .touch .no_animation_on_touch .element_from_fade > div, .touch .no_animation_on_touch .element_from_left > div, .touch .no_animation_on_touch .element_from_right > div, .touch .no_animation_on_touch .element_from_top > div, .touch .no_animation_on_touch .element_transform > div {
    animation: 0s ease 0s normal none 1 running none;
    opacity: 1;
    transform: scale(1);
}
.element_from_bottom > div, .element_from_fade > div, .element_from_left > div, .element_from_right > div, .element_from_top > div {
    display: inline-block;
    opacity: 0;
    vertical-align: middle;
    width: 100%;
}
.element_transform > div {
    opacity: 0.2;
    transform: scale(0.5);
}
.element_from_fade.element_from_fade_on > div {
    backface-visibility: hidden;
    opacity: 1;
    transition: opacity 0.8s ease 0s;
}
.element_from_left.element_from_left_on > div {
    animation: 0.7s ease-in-out 0s normal none 1 running element-from-left;
    backface-visibility: hidden;
    opacity: 1;
}
.element_from_right.element_from_right_on > div {
    animation: 0.7s ease-in-out 0s normal none 1 running element-from-right;
    backface-visibility: hidden;
    opacity: 1;
}
.element_from_top.element_from_top_on > div {
    animation: 0.7s ease-in-out 0s normal none 1 running element-from-top;
    backface-visibility: hidden;
    opacity: 1;
}
.element_from_bottom.element_from_bottom_on > div {
    animation: 0.7s ease-in-out 0s normal none 1 running element-from-bottom;
    backface-visibility: hidden;
    opacity: 1;
}
.element_transform.element_transform_on > div {
    animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s normal none 1 running element-transform;
    opacity: 1;
    transform: scale(1);
}
@keyframes element-from-left {
0% {
    opacity: 0;
    transform: translate(-20%, 0px);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-from-left {
0% {
    opacity: 0;
    transform: translate(-20%, 0px);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-from-left {
0% {
    opacity: 0;
    transform: translate(-20%, 0px);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-from-right {
0% {
    opacity: 0;
    transform: translate(20%, 0px);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-from-right {
0% {
    opacity: 0;
    transform: translate(20%, 0px);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-from-right {
0% {
    opacity: 0;
    transform: translate(20%, 0px);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-from-bottom {
0% {
    opacity: 0;
    transform: translate(0px, 30%);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-from-bottom {
0% {
    opacity: 0;
    transform: translate(0px, 30%);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-from-bottom {
0% {
    opacity: 0;
    transform: translate(0px, 30%);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-from-top {
0% {
    opacity: 0;
    transform: translate(0px, -30%);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-from-top {
0% {
    opacity: 0;
    transform: translate(0px, -30%);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-from-top {
0% {
    opacity: 0;
    transform: translate(0px, -30%);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes element-transform {
0% {
    opacity: 0.1;
    transform: scale(0.3);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes element-transform {
0% {
    opacity: 0.1;
    transform: scale(0.3);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes element-transform {
0% {
    opacity: 0.1;
    transform: scale(0.3);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
.q_image_with_text_over {
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100%;
}
.q_image_with_text_over.one_half {
    width: 50%;
}
.q_image_with_text_over.one_third {
    width: 33.33%;
}
.q_image_with_text_over.one_fourth {
    width: 25%;
}
.q_image_with_text_over img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 10;
}
.q_image_with_text_over .shader, .q_image_with_text_over .shader_hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease-in-out 0s;
    width: 100%;
    z-index: 20;
}
.q_image_with_text_over .shader {
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.4s ease-in-out 0s;
}
.q_image_with_text_over .shader_hover {
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0s;
}
.q_image_with_text_over .caption, .q_image_with_text_over .desc, .q_image_with_text_over .icon_holder {
    transform: translateZ(0px);
    transition: opacity 0.4s ease-in-out 0s;
}
.q_image_with_text_over.q_iwto_hover:hover .shader {
    opacity: 0;
}
.q_image_with_text_over.q_iwto_hover:hover .shader_hover {
    opacity: 1;
}
.q_image_with_text_over .text {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 30;
}
.q_image_with_text_over table {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.q_image_with_text_over table td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    vertical-align: middle;
}
.q_image_with_text_over .caption, .q_image_with_text_over .icon_holder {
    opacity: 1;
}
.q_image_with_text_over .desc, .q_image_with_text_over .text:hover .caption, .q_image_with_text_over .text:hover .icon_holder {
    opacity: 0;
}
.q_image_with_text_over .caption {
    line-height: 1em;
    margin: 2% 0 0;
}
.q_image_with_text_over .caption, .q_image_with_text_over .icon_holder, .q_image_with_text_over .text p {
    color: #fff;
}
.q_image_with_text_over .icon_holder {
    display: inline-block;
}
.q_image_with_text_over .icon_holder.fa-2x {
    padding: 0.67em 0.7em;
}
.q_image_with_text_over .icon_holder.fa-3x {
    padding: 0.6em 0.62em;
}
.q_image_with_text_over .caption.no_icon {
    margin: 0;
}
.q_image_with_text_over .desc {
    backface-visibility: hidden;
    color: #fff;
    margin: 0 30px;
}
.q_image_with_text_over .text:hover .desc {
    opacity: 1;
}
.q_team {
    background-color: #fff;
    overflow: hidden;
}
.q_team_inner {
    overflow: hidden;
    width: 100%;
}
.q_team .q_team_image {
    position: relative;
}
.q_team .q_team_image img {
    vertical-align: middle;
    width: 100%;
}
.q_team .q_team_description_wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    cursor: default;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-in-out 0s;
    width: 100%;
}
.full_screen_navigation_holder, .q_team.info_on_hover .q_team_text {
    transition: opacity 0.3s ease-in-out 0s;
}
.q_team .q_team_image:hover .q_team_description_wrapper {
    opacity: 1;
}
.q_team .q_team_description {
    display: table;
    height: 100%;
    width: 100%;
}
.q_team .q_team_description_inner {
    display: table-cell;
    padding: 0 50px;
    text-align: center;
    vertical-align: middle;
}
.q_team .q_team_description_inner p {
    color: #303030;
}
.q_team .q_team_text {
    border-bottom: 1px none #f6f6f6;
    border-left: 1px none #f6f6f6;
    border-right: 1px none #f6f6f6;
    border-top: medium none;
    padding: 23px 16px;
}
.q_team .q_team_title_holder {
    margin: 0 0 9px;
    text-align: center;
}
.q_team .q_team_title_holder .q_team_name {
    margin-bottom: 7px;
}
.q_team .q_team_text_inner .separator {
    background-color: #1abc9c;
    margin-bottom: 16px;
}
.circle_left, .circle_top {
    margin: 0 0 25px;
}
.q_team .q_team_social_holder {
    position: relative;
    text-align: center;
}
.q_team .q_team_social_holder .q_social_icon_holder i.simple_social, .q_team .q_team_social_holder .q_social_icon_holder span.simple_social {
    color: #bcbcbc;
    font-size: 19px;
}
.q_team .q_team_social_holder .q_social_icon_holder:hover i.simple_social, .q_team .q_team_social_holder .q_social_icon_holder:hover span.simple_social {
    color: #1abc9c;
}
.q_team.info_on_hover .q_team_description_wrapper {
    background-color: transparent;
    box-sizing: border-box;
    opacity: 1;
    position: relative;
}
.q_team.info_on_hover .q_team_text {
    background-color: rgba(21, 21, 21, 0.78);
    height: 100%;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-in-out 0s;
    width: 100%;
}
.q_team.info_on_hover .q_team_text_holder {
    display: table;
    height: 100%;
    width: 100%;
}
.q_team.info_on_hover .q_team_text_holder_inner {
    display: table-cell;
    vertical-align: middle;
}
.circle_left, .circle_top {
    display: inline-block;
    width: 100%;
}
.q_team.info_on_hover .q_team_image:hover .q_team_text {
    opacity: 1;
}
.q_team.info_on_hover .q_team_social_holder i.simple_social, .q_team.info_on_hover .q_team_social_holder span.simple_social, .q_team.info_on_hover .q_team_title_holder .q_team_name, .q_team.info_on_hover .q_team_title_holder span {
    color: #fff;
}
.circle_item .circle {
    background-color: #fbfbfb;
    border-radius: 182px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    height: 155px;
    line-height: 13px;
    text-align: center;
    transform: translateZ(0px);
    transition: all 0.5s ease 0s;
    width: 155px;
}
.circle_item .circle div {
    padding: 69.5px 0;
}
.circle_left .circle {
    float: left;
}
.circle_left .text {
    padding: 0 10px 0 170px;
}
.circle_top {
    text-align: center;
}
.circle_top .circle {
    margin: 0 auto;
}
.circle_top .text {
    margin: 25px 0 0;
}
.circle_top .text p {
    margin: 0;
}
.circle_item .circle a {
    text-decoration: none;
}
.circle_item .circle:hover {
    background-color: #1abc9c;
    color: #fff;
}
.circle_item .circle.hover {
    cursor: pointer;
}
.circle_item .circle:hover a {
    color: #fff;
}
.fade_in_circle_holder.animate_circle {
    opacity: 1;
    transform: scale(1);
}
.fade_in_circle_holder {
    backface-visibility: hidden;
    cursor: pointer;
    display: table;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: scale(0.1);
    transition: all 0.4s ease-in-out 0s;
    z-index: 2000;
}
.touch .no_animation_on_touch .fade_in_circle_holder {
    opacity: 1;
    transform: scale(1);
}
.image_hover {
    display: inline-block;
    position: relative;
    width: 100%;
}
.image_hover .images_holder {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}
.image_hover .images_holder img.hover_image {
    left: 0;
    position: absolute;
    top: 0;
}
.image_hover .images_holder img.active_image {
    display: block;
    opacity: 1;
    position: relative;
}
.image_hover .images_holder img.active_image, .image_hover .images_holder img.hover_image, .image_hover.hovered.show .images_holder img.active_image, .image_hover.hovered.show .images_holder img.hover_image {
    backface-visibility: hidden;
    transform: translateZ(0px);
    transition: all 0.3s ease-in-out 0s;
}
.image_hover .images_holder img.hover_image, .image_hover .images_holder:hover img.active_image, .image_hover.hovered.show .images_holder img.active_image {
    opacity: 0;
}
.carousel.fade .active.item, .carousel.fade .item, .image_hover .images_holder:hover img.hover_image, .image_hover.hovered.show .images_holder img.hover_image {
    opacity: 1;
}
.content_bottom {
    position: relative;
    z-index: 100;
}
.qode_call_to_action.container {
    background-color: #1abc9c;
}
.qode_call_to_action.in_grid {
    border-radius: 4px;
}
.qode_call_to_action.container .container_inner {
    padding: 40px 0;
}
.call_to_action_text_wrapper p {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.69231em;
    text-align: center;
}
.qode_call_to_action .call_to_action_text_wrapper {
    line-height: 40px;
}
.qode_call_to_action .qbutton {
    position: static;
}
.call_to_action_button_wrapper, .call_to_action_button_wrapper.left {
    text-align: left;
}
.qode_call_to_action .two_columns_75_25 > .column2.left > .column_inner {
    padding: 0 20px 0 0;
}
.qode_call_to_action.in_grid .two_columns_75_25 > .column1 > .column_inner, .qode_call_to_action.in_grid .two_columns_75_25 > .column2.left > .column_inner {
    padding-left: 28px;
}
.qode_call_to_action.in_grid .two_columns_75_25 > .column1.left > .column_inner, .qode_call_to_action.in_grid .two_columns_75_25 > .column2 > .column_inner {
    padding-right: 28px;
}
.qode_call_to_action .two_columns_75_25 > .column1.left > .column_inner {
    padding: 0;
}
.qode_call_to_action .two_columns_75_25 > .column1.left {
    text-align: right;
}
.carousel {
    margin-bottom: 0;
    position: relative;
}
.boxed .carousel-inner {
    left: auto;
    width: 1150px;
}
.carousel-inner .video {
    direction: ltr;
    left: 0;
    position: static;
}
.carousel-inner > .item {
    box-sizing: border-box;
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    height: auto;
    line-height: 1;
    max-width: 100%;
}
.carousel.vertical_down:not(.has_height) .carousel-inner, .carousel.vertical_up:not(.has_height) .carousel-inner {
    height: 100%;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel.fade .item {
    transition: opacity 0.5s ease-in-out 0s;
}
.carousel.fade .active.left, .carousel.fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}
.carousel.fade .next, .carousel.fade .prev {
    left: 0;
    z-index: 1;
}
.carousel.vertical_up .carousel-inner > .item {
    transition: transform 0.6s ease 0s;
}
.carousel.vertical_up .carousel-inner > .active {
    transform: translateY(0px);
}
.carousel.vertical_up .carousel-inner > .next {
    left: 0;
    transform: translateY(100%);
}
.carousel.vertical_up .carousel-inner > .prev {
    left: 0;
    transform: translateY(-100%);
}
.carousel.vertical_up .carousel-inner > .next.left, .carousel.vertical_up .carousel-inner > .prev.right {
    left: 0;
    transform: translateY(0px);
}
.carousel.vertical_up .carousel-inner > .active.left {
    left: 0;
    transform: translateY(-100%);
}
.carousel.vertical_up .carousel-inner > .active.right {
    left: 0;
    transform: translateY(100%);
}
.carousel.vertical_down .carousel-inner > .item {
    transition: transform 0.6s ease 0s;
}
.carousel.vertical_down .carousel-inner > .active {
    transform: translateY(0px);
}
.carousel.vertical_down .carousel-inner > .next {
    left: 0;
    transform: translateY(-99%);
}
.carousel.vertical_down .carousel-inner > .prev {
    left: 0;
    transform: translateY(99%);
}
.carousel.vertical_down .carousel-inner > .next.left, .carousel.vertical_down .carousel-inner > .prev.right {
    left: 0;
    transform: translateY(0px);
}
.carousel.vertical_down .carousel-inner > .active.left {
    left: 0;
    transform: translateY(100%);
}
.carousel.vertical_down .carousel-inner > .active.right {
    left: 0;
    transform: translateY(-100%);
}
.carousel.slide_cover .carousel-inner > .next {
    z-index: 99;
}
.carousel.slide_cover .carousel-inner > .prev {
    z-index: 100;
}
.carousel.slide_cover .carousel-inner > .active.left {
    left: -30%;
}
.carousel.slide_cover .carousel-inner > .active.right {
    left: 30%;
}
.carousel-indicators {
    bottom: 20px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li {
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    text-indent: -999px;
    width: 8px;
}
.carousel-caption {
    bottom: 40px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
}
.carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
}
}
.carousel.full_screen {
    height: 1500px;
}
.qode_slider_preloader {
    background-color: #1c1c1c;
    height: 1500px;
    position: absolute;
    width: 100%;
    z-index: 20;
}
.qode_slider_preloader .ajax_loader {
    position: absolute;
}
.carousel-inner .slider_content_outer {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 1100px;
    z-index: 12;
}
.carousel-inner .slide_full_width .slider_content_outer {
    width: 100%;
}
.carousel-inner .slider_content {
    position: absolute;
    width: 100%;
}
.carousel-inner .item.content_vertical_middle .slider_content_outer {
    display: table;
}
.carousel-inner .item.content_vertical_middle .slider_content {
    display: table-cell;
    position: static;
    vertical-align: middle;
}
.carousel-inner .item.content_vertical_middle .slider_content .thumb {
    height: auto;
}
.vertical_menu_enabled .carousel-inner .item.content_vertical_middle {
    padding-top: 0;
}
.carousel-inner .slider_content .slide_anchor_holder {
    margin-top: 8%;
}
.carousel-inner .item.dark .slider_content .text .slide_anchor_holder .slide_anchor_button {
    color: #000;
}
.carousel-inner .slider_content .slide_anchor_holder .slide_anchor_button {
    color: #fff;
    font-size: 51px;
}
.carousel-inner .slider_content .thumb {
    display: inline-block;
    height: 100%;
    opacity: 0;
    vertical-align: middle;
}
.carousel-inner .slider_content.left {
    text-align: left;
}
.carousel-inner .slider_content.right {
    text-align: right;
}
.carousel-inner .slider_content.left .thumb, .carousel-inner .slider_content.right .thumb {
    display: inline-block;
}
.carousel-inner .slider_content.center, .carousel-inner .slider_content.center .thumb {
    text-align: center;
}
.qode_slide-svg-holder svg {
    height: auto;
    opacity: 0;
}
.item.active .qode_slide-svg-holder svg {
    animation: 0.4s cubic-bezier(0.5, 0.11, 0.805, 0.32) 0s normal none 1 running fade;
    opacity: 1;
}
.carousel-inner .active .slider_content .thumb {
    animation: 1s ease-out 0s normal none 1 running rotate;
    opacity: 1;
}
.carousel-inner .active .slider_content .thumb.fade {
    animation: 1s ease-out 0s normal none 1 running fade;
}
.carousel-inner .slider_content .thumb img {
    max-height: 100%;
}
.carousel-inner .slider_content .text {
    display: inline-block;
    margin: 10px 0;
    opacity: 0;
    position: relative;
    text-align: center;
    transform: translateZ(0px);
    width: 100%;
}
.carousel-inner .active .slider_content .text {
    animation: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s normal none 1 running text-from-bottom;
    opacity: 1;
}
.carousel-inner .slider_content .text.one_by_one {
    animation: 0s ease 0s normal none 1 running none;
    opacity: 1;
}
.carousel-inner .slider_content .text.one_by_one .separator, .carousel-inner .slider_content .text.one_by_one .slide_anchor_holder, .carousel-inner .slider_content .text.one_by_one a.qbutton, .carousel-inner .slider_content .text.one_by_one a.qode-btn, .carousel-inner .slider_content .text.one_by_one h2, .carousel-inner .slider_content .text.one_by_one h4, .carousel-inner .slider_content .text.one_by_one p {
    opacity: 0;
    position: relative;
    top: 70px;
}
.carousel-inner .active .slider_content .text.one_by_one .separator, .carousel-inner .active .slider_content .text.one_by_one .slide_anchor_holder, .carousel-inner .active .slider_content .text.one_by_one a.qbutton, .carousel-inner .active .slider_content .text.one_by_one a.qode-btn, .carousel-inner .active .slider_content .text.one_by_one h2, .carousel-inner .active .slider_content .text.one_by_one h4, .carousel-inner .active .slider_content .text.one_by_one p {
    animation: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s normal both 1 running text-from-bottom-one-by-one;
    opacity: 1;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator h2 {
    animation-delay: 0.15s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator p {
    animation-delay: 0.3s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator a.qbutton, .carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator a.qode-btn {
    animation-delay: 0.45s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.no_separator .slide_anchor_holder {
    animation-delay: 0.6s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator h2 {
    animation-delay: 0.15s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator .separator {
    animation-delay: 0.3s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator p {
    animation-delay: 0.45s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator a.qbutton, .carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator a.qode-btn {
    animation-delay: 0.6s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_above_title.has_separator .slide_anchor_holder {
    animation-delay: 0.75s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.no_separator h4 {
    animation-delay: 0.15s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.no_separator p {
    animation-delay: 0.3s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.no_separator a.qbutton, .carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.no_separator a.qode-btn {
    animation-delay: 0.45s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.no_separator .slide_anchor_holder {
    animation-delay: 0.6s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.has_separator h4 {
    animation-delay: 0.15s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.has_separator .separator {
    animation-delay: 0.3s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.has_separator p {
    animation-delay: 0.45s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.has_separator a.qbutton, .carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.has_separator a.qode-btn {
    animation-delay: 0.6s;
}
.carousel-inner .active .slider_content .text.one_by_one.subtitle_bellow_title.has_separator .slide_anchor_holder {
    animation-delay: 0.75s;
}
.carousel-inner .active .slider_content .text.one_by_one.no_subtitle.no_separator p {
    animation-delay: 0.2s;
}
.carousel-inner .active .slider_content .text.one_by_one.no_subtitle.no_separator a.qbutton, .carousel-inner .active .slider_content .text.one_by_one.no_subtitle.no_separator a.qode-btn {
    animation-delay: 0.4s;
}
.carousel-inner .active .slider_content .text.one_by_one.no_subtitle.no_separator .slide_anchor_holder {
    animation-delay: 0.6s;
}
.carousel-inner .active .slider_content .text.one_by_one.no_subtitle.has_separator .separator {
    animation-delay: 0.15s;
}
.carousel-inner .active .slider_content .text.one_by_one.no_subtitle.has_separator p {
    animation-delay: 0.3s;
}
.carousel-inner .active .slider_content .text.one_by_one.no_subtitle.has_separator a.qbutton, .carousel-inner .active .slider_content .text.one_by_one.no_subtitle.has_separator a.qode-btn {
    animation-delay: 0.45s;
}
.carousel-inner .active .slider_content .text.one_by_one.no_subtitle.has_separator .slide_anchor_holder {
    animation-delay: 0.6s;
}
.carousel-inner .slider_content .text .qbutton {
    margin: 10px 0 0;
    text-align: center;
}
.carousel-inner .item.dark .slider_content .text .qbutton {
    background-color: #303030;
    border-color: #303030;
    color: #fff;
}
.carousel-inner .item.dark .slider_content .text .qbutton.white, .carousel-inner .item.dark .slider_content .text .qbutton:hover {
    background-color: transparent;
    color: #303030;
}
.carousel-inner .item.dark .slider_content .text .qbutton.white:hover {
    background-color: #303030;
    border-color: #303030;
    color: #fff;
}
.carousel-inner .slider_content .text .qbutton.white {
    margin: 10px 0 0 10px;
}
.carousel-inner .slider_content .text .qode-btn {
    margin: 0 4px;
}
.carousel-inner h2 {
    font-size: 45px;
    line-height: 1.07143em;
    margin: 10px 0 20px;
}
.carousel-inner h2.with_title_border {
    margin: 20px 0 30px;
}
.carousel-inner h2.with_title_border span {
    display: inline-block;
    padding: 0.3em 1.1em;
}
.carousel-inner .q_slide_subtitle, .carousel-inner h2 {
    color: #fff;
    font-weight: 600;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.carousel-inner h2.with_background_color span {
    padding: 10px;
}
.carousel-inner .q_slide_subtitle {
    font-size: 26px;
    letter-spacing: 1px;
}
.carousel-inner .q_slide_subtitle span {
    display: inline-block;
    font-size: 1em;
    margin-bottom: 13px;
}
.carousel-inner .q_slide_subtitle.with_background_color span {
    margin-bottom: 12px;
    padding: 10px;
}
.carousel-inner p {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.36316em;
    margin: 10px 0 15px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.carousel-inner .dark .q_slide_subtitle, .carousel-inner .dark h2, .carousel-inner .dark p {
    color: #000;
}
.carousel-inner .left .q_slide_subtitle, .carousel-inner .left .text, .carousel-inner .left h2, .carousel-inner .left p {
    text-align: left;
}
.carousel-inner .right .q_slide_subtitle, .carousel-inner .right .text, .carousel-inner .right h2, .carousel-inner .right p {
    text-align: right;
}
.carousel-inner {
    left: 0;
    overflow: hidden;
    position: fixed;
    transform: translate(0px, 0px);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s, margin 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    width: 100%;
    z-index: 1;
}
.carousel-inner.relative_position {
    position: relative;
}
.carousel-inner .item img {
    display: inline-block;
}
.touch .carousel-inner .item {
    background-position: center 0;
}
.carousel-inner .item .image {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media only screen and (min-width: 1000px) {
.carousel-inner .item.animate_image.zoom_center .image {
    backface-visibility: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner .item.animate_image.zoom_bottom_left .image, .carousel-inner .item.animate_image.zoom_bottom_right .image, .carousel-inner .item.animate_image.zoom_top_left .image, .carousel-inner .item.animate_image.zoom_top_right .image {
    backface-visibility: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 125%;
    left: -12%;
    position: absolute;
    top: -12%;
    width: 125%;
}
}
@media only screen and (max-width: 1000px) {
.carousel-inner .item.animate_image.zoom_bottom_left .image, .carousel-inner .item.animate_image.zoom_bottom_right .image, .carousel-inner .item.animate_image.zoom_center .image, .carousel-inner .item.animate_image.zoom_top_left .image, .carousel-inner .item.animate_image.zoom_top_right .image {
    transform: none;
}
}
.carousel-inner .item .image img {
    display: none;
    height: 0;
    width: 0;
}
.carousel-inner .item .image_pattern {
    background-position: 0 0;
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.carousel-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #303030;
    cursor: pointer;
    font-size: 13px;
    height: 100%;
    margin: 0;
    outline: 0 none;
    position: absolute;
    text-shadow: none;
    top: 0;
    transition: color 0.6s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    width: 23%;
    z-index: 2;
}
.carousel-control.right {
    left: auto;
    right: 0;
}
.carousel-control:hover {
    color: #303030;
    opacity: 1;
}
.carousel-control.dark, .carousel-control.dark:hover {
    color: #fff;
}
.carousel-control .next_nav, .carousel-control .prev_nav {
    border: 2px solid #fff;
    border-radius: 56px;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    margin-top: -27px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: opacity 0.3s ease-in-out 0s;
    width: 54px;
    z-index: 10;
}
.q_slider:hover .carousel-control .next_nav, .q_slider:hover .carousel-control .next_nav:hover, .q_slider:hover .carousel-control .prev_nav, .q_slider:hover .carousel-control .prev_nav:hover {
    opacity: 1;
}
@media only screen and (max-width: 1000px) {
.carousel-control .next_nav, .carousel-control .prev_nav {
    margin-top: -27px;
}
}
.carousel-control i {
    color: #fff;
    font-size: 30px;
    line-height: 54px;
    transition: color 0.2s ease-in-out 0s;
}
.carousel-control.dark .next_nav i, .carousel-control.dark .prev_nav i {
    color: #000;
}
.carousel-control.light .next_nav i, .carousel-control.light .prev_nav i {
    color: #fff;
}
.carousel-control.dark .next_nav, .carousel-control.dark .prev_nav {
    border-color: #000;
}
.carousel-control.light .next_nav, .carousel-control.light .prev_nav {
    border-color: #fff;
}
.carousel-control .prev_nav {
    left: 23px;
}
.carousel-control .next_nav {
    right: 23px;
}
.carousel-control .thumb_holder {
    display: block;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    width: 150px;
    z-index: 9;
}
.carousel-control .thumb_holder .thumb_top {
    background-color: #fff;
    display: block;
    position: relative;
}
.carousel-control.dark .thumb_holder .thumb_top {
    background-color: #000;
}
.carousel-control.left .thumb_holder .thumb_top {
    border-radius: 0 3px 0 0;
}
.carousel-control.right .thumb_holder .thumb_top {
    border-radius: 3px 0 0;
}
.carousel-control.left .thumb_holder {
    border-radius: 0 3px 3px 0;
    display: none;
    left: -100%;
    transition: left 0.2s ease-in-out 0s;
}
.slider_thumbs .carousel-control.left:hover .thumb_holder {
    left: 0;
}
.in_progress.slider_thumbs .carousel-control.left .thumb_holder {
    left: -100%;
}
.carousel-control.right .thumb_holder {
    border-radius: 3px 0 0 3px;
    display: none;
    right: -100%;
    transition: right 0.2s ease-in-out 0s;
}
.slider_thumbs .carousel-control.right:hover .thumb_holder {
    right: 0;
}
.in_progress.slider_thumbs .carousel-control.right .thumb_holder {
    right: -100%;
}
.carousel-control.left .arrow_left {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
}
.carousel-control.left .numbers {
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 0;
}
.carousel-control.right .arrow_right {
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 0;
}
.carousel-control.right .numbers {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
}
.carousel-control .img, .carousel-control .img_outer {
    display: block;
    height: 47px;
    overflow: hidden;
    position: relative;
    width: 150px;
}
.carousel-control .img_outer {
    clear: both;
    margin: 0 0 -2px;
    top: 0;
}
.carousel-control .img {
    top: -47px;
}
.touch .carousel-control.left .thumb_holder, .touch .carousel-control.right .thumb_holder {
    display: none;
}
.in_progress .carousel-control:hover .img {
    top: -47px;
}
.carousel-control:hover .img {
    top: 0;
    transition: top 0.2s ease-in-out 0.2s;
}
.carousel-control.right .img {
    float: right;
}
.carousel-control .img .video, .carousel-control .img img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.carousel-control .img .video {
    left: -1px;
}
.carousel-control .img .old {
    z-index: 1;
}
@media only screen and (max-width: 1300px) {
.carousel-control {
    width: 15%;
}
}
@media only screen and (max-width: 1000px) {
.carousel-control.left .thumb_holder, .carousel-control.right .thumb_holder {
    display: none;
}
.carousel-control {
    width: 10%;
}
.carousel-control .prev_nav {
    left: 0;
    opacity: 1;
}
.carousel-control .next_nav {
    opacity: 1;
    right: 0;
}
}
.touch .carousel-control {
    width: 10%;
}
.touch .carousel-control.left {
    background-position: 30px center;
}
.touch .carousel-control.right {
    background-position: 100% center;
}
@media (max-width: 1200px) {
.carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
    font-size: 0.625em;
    line-height: 1.4em;
}
.carousel:not(.advanced_responsiveness) .carousel-inner .q_slide_subtitle span {
    font-size: 0.8em;
}
.carousel:not(.advanced_responsiveness) .carousel-inner h2 {
    line-height: inherit;
    margin-top: 0;
}
}
@media (max-width: 1024px) {
.carousel:not(.advanced_responsiveness) .carousel-inner {
    position: relative;
}
.carousel:not(.advanced_responsiveness) .carousel-inner .qbutton {
    font-size: 12px;
    height: 31px;
    line-height: 31px;
}
.carousel:not(.advanced_responsiveness) .carousel-inner .qbutton i {
    margin: 0 0 0 20px;
}
}
@media only screen and (max-height: 850px) {
.full_screen:not(.advanced_responsiveness) .carousel-inner .slider_content {
    height: 35%;
}
}
@media only screen and (max-width: 800px) {
.carousel:not(.advanced_responsiveness) .carousel-inner .slider_content_outer {
    display: table;
}
.carousel:not(.advanced_responsiveness) .carousel-inner .slider_content .thumb {
    height: auto;
}
.carousel:not(.advanced_responsiveness) .carousel-inner .slider_content {
    display: table-cell;
    left: 0;
    position: static;
    top: 0;
    vertical-align: middle;
}
.carousel:not(.advanced_responsiveness) .carousel-inner h2.large span {
    font-size: 0.425em;
}
}
@media (max-width: 768px) {
.carousel:not(.advanced_responsiveness) .carousel-inner .qbutton {
    font-size: 11px;
    height: 27px;
    line-height: 27px;
}
.carousel:not(.advanced_responsiveness) .carousel-inner .qbutton i {
    margin: 0 0 0 17px;
}
.carousel:not(.advanced_responsiveness) .carousel-inner h2.with_title_border span {
    padding: 0.3em 0.8em;
}
.carousel:not(.advanced_responsiveness) .carousel-control.left {
    left: 0;
}
.carousel:not(.advanced_responsiveness) .carousel-control.right {
    right: 0;
}
}
@media only screen and (max-height: 600px) {
.full_screen:not(.advanced_responsiveness) .carousel-inner .slider_content {
    height: 25%;
}
}
@media (max-width: 567px) {
.carousel:not(.advanced_responsiveness) .carousel-inner .qbutton {
    font-size: 10px;
    height: 23px;
    line-height: 23px;
}
.carousel:not(.advanced_responsiveness) .carousel-inner .qbutton i {
    margin: 0 0 0 14px;
}
.carousel:not(.advanced_responsiveness) .carousel-inner p {
    line-height: 1.4em;
}
.carousel:not(.advanced_responsiveness) .carousel-control {
    display: none;
}
.carousel:not(.advanced_responsiveness) .carousel-inner h2.large span {
    font-size: 0.38em;
}
.carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
    font-size: 0.525em;
}
}
@media (max-width: 480px) {
.carousel:not(.advanced_responsiveness) .carousel-inner h2.large span {
    font-size: 0.3em;
}
}
@media (max-width: 320px) {
.carousel:not(.advanced_responsiveness) .carousel-inner h2.large span {
    font-size: 0.2em;
}
.carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
    font-size: 0.4em;
    line-height: 1em;
}
.carousel:not(.advanced_responsiveness) .carousel-inner p span {
    font-size: 60%;
}
.carousel:not(.advanced_responsiveness) .carousel-inner p {
    line-height: 1em;
}
.carousel:not(.advanced_responsiveness) .carousel-inner .qbutton {
    font-size: 9px;
    height: 20px;
    line-height: 20px;
}
.carousel:not(.advanced_responsiveness) .carousel-inner .qbutton i {
    margin: 0 0 0 10px;
}
.carousel:not(.advanced_responsiveness) .carousel-inner h2.with_title_border {
    margin: 0 0 10px;
}
}
@media (max-width: 1200px) {
.carousel.advanced_responsiveness .carousel-inner h2 {
    margin-top: 0;
}
}
@media (max-width: 1000px) {
.carousel.advanced_responsiveness .carousel-inner {
    position: relative;
}
.carousel.advanced_responsiveness .carousel-inner > .item {
    padding-top: 0;
}
.carousel.advanced_responsiveness .carousel-control .next_nav, .carousel.advanced_responsiveness .carousel-control .prev_nav {
    margin-top: 0;
}
.carousel.advanced_responsiveness .carousel-inner .slider_content_outer {
    box-sizing: border-box;
    display: table;
    padding: 0 5px;
}
.carousel.advanced_responsiveness .carousel-inner .slider_content .thumb {
    height: auto;
}
.carousel.advanced_responsiveness .carousel-inner .slider_content {
    display: table-cell;
    left: 0;
    position: static;
    top: 0;
    vertical-align: middle;
}
.carousel.advanced_responsiveness .carousel .carousel-inner .graphic_content {
    text-align: center;
}
}
@media (max-width: 567px) {
.carousel.advanced_responsiveness .carousel-control {
    display: none;
}
}
@media (max-width: 350px) {
.carousel.advanced_responsiveness .carousel-inner .slider_content_outer {
    width: 100%;
}
}
.carousel-indicators li {
    background-color: #fff;
    margin: 0 3px;
    opacity: 0.4;
    transition: all 0.6s ease-in-out 0s;
}
.carousel-indicators.dark li {
    background-color: #000;
}
.carousel-indicators .active {
    margin: 0 3px;
    opacity: 1;
}
@keyframes text-from-bottom {
0%, 50% {
    opacity: 0;
    transform: translate(0px, 15%);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes text-from-bottom {
0%, 50% {
    opacity: 0;
    transform: translate(0px, 15%);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes text-from-bottom {
0%, 50% {
    opacity: 0;
    transform: translate(0px, 15%);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes rotate {
0%, 50% {
    opacity: 0;
    transform: perspective(600px) rotateX(90deg) scale(0.5);
}
100% {
    opacity: 1;
    transform: perspective(600px) rotateX(0deg) scale(1);
}
}
@keyframes rotate {
0%, 50% {
    opacity: 0;
    transform: perspective(600px) rotateX(90deg) scale(0.5);
}
100% {
    opacity: 1;
    transform: perspective(600px) rotateX(0deg) scale(1);
}
}
@keyframes rotate {
0%, 50% {
    opacity: 0;
    transform: perspective(600px) rotateX(90deg) scale(0.5);
}
100% {
    opacity: 1;
    transform: perspective(600px) rotateX(0deg) scale(1);
}
}
@keyframes fade {
0%, 50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fade {
0%, 50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fade {
0%, 50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes text-from-bottom-one-by-one {
0% {
    opacity: 0;
    top: 70px;
}
50% {
    opacity: 0;
    top: 45px;
}
100% {
    opacity: 1;
    top: 0;
}
}
@keyframes text-from-bottom-one-by-one {
0% {
    opacity: 0;
    top: 70px;
}
50% {
    opacity: 0;
    top: 45px;
}
100% {
    opacity: 1;
    top: 0;
}
}
@keyframes text-from-bottom-one-by-one {
0% {
    opacity: 0;
    top: 70px;
}
50% {
    opacity: 0;
    top: 45px;
}
100% {
    opacity: 1;
    top: 0;
}
}
.carousel .video .mobile-video-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.carousel .video .video-overlay img, .carousel .video .video-wrap .mejs-container .mejs-controls, .no-touch .q_slider .has_custom_cursor .carousel-indicators, .q_slider .has_custom_cursor .next_nav, .q_slider .has_custom_cursor .prev_nav {
    display: none;
}
.carousel .video .video-overlay {
    height: 3000px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}
.carousel .video .video-overlay.active {
    background-image: url("img/pixel-video.png");
    background-position: 0 0;
    background-repeat: repeat;
    opacity: 1;
}
.carousel .video .video-wrap .mejs-controls button, .side_menu_button .popup_menu:hover {
    opacity: 0.8;
}
.carousel .video .video-wrap {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.carousel .video .video-wrap .mejs-poster {
    background-size: cover;
}
.carousel .video .video-wrap .mejs-controls .mejs-button button:focus {
    outline: 0 none;
}
.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgba(255, 255, 255, 0.18);
}
.carousel .video .video-wrap .mejs-container {
    background-color: transparent;
    background-image: none;
    height: auto;
}
.carousel .video .video-wrap .mejs-mediaelement {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
}
.carousel .video .video-wrap .mejs-container .mejs-poster img {
    max-width: none;
    width: 100%;
}
.carousel .video .video-wrap .mejs-controls button:hover, .mejs-controls .mejs-fullscreen-button:hover button {
    opacity: 1;
}
.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #1f1f1f none repeat scroll 0 0;
}
.carousel .video .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.carousel .item .text .separator {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 68%;
}
.carousel .item .left .text .separator {
    margin-left: 0;
}
.carousel .item .right .text .separator {
    margin-right: 0;
}
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus, .portfolio_slider .flex-container a:active, .portfolio_slider .flex-container a:focus, .portfolio_slider .flexslider a:active, .portfolio_slider .flexslider a:focus, .qode_carousels .flex-container a:active, .qode_carousels .flex-container a:focus, .qode_carousels a:active, .qode_carousels a:focus {
    outline: 0 none;
}
.caroufredsel-direction-nav, .flex-control-nav, .flex-direction-nav, .portfolio_slides, .slides {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    background-color: transparent;
    display: none;
    margin: 0;
    position: relative;
}
.caroufredsel_wrapper {
    cursor: grab;
    margin: 0;
}
.portfolio_slider .portfolio_slides, .qode_carousels .slides {
    opacity: 0;
}
.portfolio_slider .portfolio_slides > li, .qode_carousels .slides > li {
    background-color: transparent;
    float: left;
    margin: 0;
    position: relative;
}
.qode_carousels .slides > li {
    margin: 0 2px 0 0;
}
.flexslider .slides img, .portfolio_slider .portfolio_slides img, .qode_carousels .slides img {
    display: block;
    width: 100%;
}
.gallery_frame {
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.wpb_flexslider.flexslider.have_frame {
    margin: 0 auto;
    overflow: visible;
    width: 645px;
}
.frame_holder > .wpb_wrapper {
    padding: 34px 0 102px;
    position: relative;
}
.frame_holder.frame_holder2 > .wpb_wrapper {
    padding: 48px 0 75px;
}
.portfolio_slides::after, .slides::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .portfolio_slides, html[xmlns] .slides {
    display: block;
}
* html .portfolio_slides, * html .slides {
    height: 1%;
}
.no-js .portfolio_slides > li:first-child, .no-js .slides > li:first-child {
    display: block;
}
.flexslider, .portfolio_slider {
    margin: 0 0 60px;
    position: relative;
}
.wpb_flexslider.flexslider {
    overflow: hidden;
}
.portfolio_slider {
    margin: 0;
    width: 100.2%;
}
.boxed .portfolio_slider {
    margin: 0 -25px 60px;
    overflow: hidden;
}
.flex-viewport, .portfolio_slider .flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides, .portfolio_slider .portfolio_slides, .qode_carousels .slides {
}
.flexslider ul {
    padding: 0;
}
.caroufredsel-direction-nav a, .flex-direction-nav a {
    background-color: transparent;
    border: 2px solid #fff;
    color: #8a8a8a;
    cursor: pointer;
    display: block;
    height: 42px;
    line-height: 42px;
    margin: -23px 0 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 42px;
    z-index: 200;
}
.have_frame.flexslider .flex-next, .have_frame.flexslider .flex-prev {
    background-position: center center;
    background-repeat: no-repeat;
    height: 67px;
    width: 25px;
}
.flex-direction-nav a {
    box-sizing: initial;
}
.q_circles_holder .q_circle_inner2, .q_circles_holder .q_circle_outer {
    box-sizing: border-box;
    position: relative;
}
.blog_slider:hover .caroufredsel-direction-nav a.caroufredsel-next:hover, .blog_slider:hover .caroufredsel-direction-nav a.caroufredsel-prev:hover, .flexslider:hover .flex-direction-nav a.flex-next:hover, .flexslider:hover .flex-direction-nav a.flex-prev:hover, .portfolio_slider:hover .caroufredsel-direction-nav a.caroufredsel-next:hover, .portfolio_slider:hover .caroufredsel-direction-nav a.caroufredsel-prev:hover, .portfolio_slider:hover .flex-direction-nav a.flex-next:hover, .portfolio_slider:hover .flex-direction-nav a.flex-prev:hover {
    background-color: #fff;
}
.blog_slider:hover .caroufredsel-direction-nav a.caroufredsel-next:hover i, .blog_slider:hover .caroufredsel-direction-nav a.caroufredsel-prev:hover i, .flexslider:hover .flex-direction-nav a.flex-next:hover i, .flexslider:hover .flex-direction-nav a.flex-prev:hover i, .portfolio_slider:hover .caroufredsel-direction-nav a.caroufredsel-next:hover i, .portfolio_slider:hover .caroufredsel-direction-nav a.caroufredsel-prev:hover i, .portfolio_slider:hover .flex-direction-nav a.flex-next:hover i, .portfolio_slider:hover .flex-direction-nav a.flex-prev:hover i {
    color: #8a8a8a;
}
.caroufredsel-direction-nav a i, .flex-direction-nav a i {
    color: #fff;
    font-size: 22px;
    line-height: 42px;
}
.have_frame .flex-direction-nav a i {
    display: none;
}
.flexslider .flex-next, .portfolio_slider .caroufredsel-next, .portfolio_slider .flex-next {
    border-radius: 2em;
    right: 15px;
}
.have_frame.flexslider .flex-next {
    background-image: url("img/frame_arrow_right.png");
    border: medium none;
    border-radius: 0;
    right: -80px;
}
.have_frame.flexslider .flex-next:hover {
    background-color: transparent;
    background-image: url("img/frame_arrow_right_hover.png");
}
.flexslider .flex-prev, .portfolio_slider .caroufredsel-prev, .portfolio_slider .flex-prev {
    border-radius: 2em;
    left: 15px;
}
.have_frame.flexslider .flex-prev {
    background-image: url("img/frame_arrow_left.png");
    border: medium none;
    border-radius: 0;
    left: -80px;
}
.have_frame.flexslider .flex-prev:hover {
    background-color: transparent;
    background-image: url("img/frame_arrow_left_hover.png");
}
@media not all, only screen and (min--moz-device-pixel-ratio: 1.5), not all, not all, only screen and (min-resolution: 160dpi) {
.have_frame.flexslider .flex-prev {
    background-image: url("img/frame_arrow_left@1_5x.png");
    background-size: 25px 67px;
}
.have_frame.flexslider .flex-prev:hover {
    background-image: url("img/frame_arrow_left_hover@1_5x.png");
}
.have_frame.flexslider .flex-next {
    background-image: url("img/frame_arrow_right@1_5x.png");
    background-size: 25px 67px;
}
.have_frame.flexslider .flex-next:hover {
    background-image: url("img/frame_arrow_right_hover@1_5x.png");
}
}
@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all, not all, only screen and (min-resolution: 210dpi) {
.have_frame.flexslider .flex-prev {
    background-image: url("img/frame_arrow_left@2x.png");
    background-size: 25px 67px;
}
.have_frame.flexslider .flex-prev:hover {
    background-image: url("img/frame_arrow_left_hover@2x.png");
}
.have_frame.flexslider .flex-next {
    background-image: url("img/frame_arrow_right@2x.png");
    background-size: 25px 67px;
}
.have_frame.flexslider .flex-next:hover {
    background-image: url("img/frame_arrow_right_hover@2x.png");
}
}
.flex-direction-nav .flex-disabled {
    cursor: default;
}
.wpb_gallery .wpb_flexslider.flexslider .flex-control-nav {
    margin-top: 50px;
    text-align: center;
}
.wpb_gallery .wpb_flexslider.flexslider .flex-control-nav li {
    display: inline-block;
    height: 9px;
    margin: 0 5px;
    width: 9px;
}
.wpb_gallery .wpb_flexslider.flexslider .flex-control-nav li a {
    background-color: #cfcfcf;
    border-radius: 50%;
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}
.wpb_gallery .wpb_flexslider.flexslider .flex-control-nav li a.flex-active {
    background-color: #303030;
}
.wpb_gallery .wpb_flexslider.flexslider.has_control_nav .flex-direction-nav a {
    transform: translateY(-50px);
}
.wpb_gallery .wpb_flexslider.flexslider.drag_enabled {
    cursor: grab;
}
.qode_carousels .slides > li .first_image_holder, .qode_carousels .slides > li .second_image_holder {
    backface-visibility: hidden;
    display: block;
    opacity: 1;
    position: relative;
    transition: opacity 0.4s ease-in-out 0s;
    width: 100%;
}
.qode_carousels .slides > li .second_image_holder {
    left: 0;
    position: absolute;
    top: 0;
}
.qode_carousels .slides > li .carousel_item_holder:hover .first_image_holder.has_hover_image, .qode_carousels .slides > li .second_image_holder {
    opacity: 0;
}
.qode_carousels .slides > li .carousel_item_holder:hover .second_image_holder.has_hover_image {
    opacity: 1;
}
.qode_carousels {
    display: block;
    padding: 0;
    position: relative;
}
.qode_carousels_holder.two_rows .slides > li .carousel_item_holder {
    margin-bottom: 15px;
    position: relative;
}
.qode_carousels .flex-direction-nav {
    display: none;
    height: 0;
}
.qode_carousels .flex-control-nav {
    bottom: -60px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.qode_carousels .flex-control-nav li {
    display: inline;
    margin: 0 3px;
}
.qode_carousels .flex-control-paging li a {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    text-indent: -9999px;
    width: 9px;
}
.qode_carousels .flex-control-paging li a.flex-active {
    background-color: #1abc9c;
    border: medium none;
    cursor: default;
}
.qode_carousels.gray .flex-control-paging li a.flex-active {
    cursor: default;
}
.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}
.qode_clients .qode_client_holder {
    float: left;
    margin-bottom: 35px;
    text-align: center;
}
.qode_clients.two_columns .qode_client_holder {
    width: 50%;
}
.qode_clients.three_columns .qode_client_holder {
    width: 33.33%;
}
.qode_clients.four_columns .qode_client_holder {
    width: 25%;
}
.qode_clients.five_columns .qode_client_holder {
    width: 20%;
}
.qode_clients.six_columns .qode_client_holder {
    width: 16.6667%;
}
.qode_clients .qode_client_holder_inner {
    margin: 0 20px;
    position: relative;
}
.qode_clients .qode_client_holder_inner::after, .qode_clients .qode_client_holder_inner::before {
    content: "";
    display: block;
    position: absolute;
}
.qode_clients .qode_client_holder_inner::before {
    border-right: 1px solid #eaeaea;
    height: 100%;
    right: -20px;
    width: 1px;
}
.qode_clients .qode_client_holder_inner::after {
    border-bottom: 1px solid #eaeaea;
    bottom: -20px;
    height: 1px;
    width: 100%;
}
.qode_clients .qode_client_holder.border-bottom-none .qode_client_holder_inner::after {
    border-bottom: 0 none;
}
.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, .qode_clients.three_columns .qode_client_holder:nth-child(3n) .qode_client_holder_inner::before, .qode_clients.two_columns .qode_client_holder:nth-child(2n) .qode_client_holder_inner::before {
    border-right-width: 0;
}
.qode_clients .qode_client_holder a {
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: opacity 0.6s ease-out 0s;
    vertical-align: middle;
}
.qode_clients .qode_client_holder a:hover {
    opacity: 0.4;
}
.animated_icons_with_text .animated_icon_with_text_holder {
    float: left;
    text-align: center;
}
.animated_icons_with_text.two_columns .animated_icon_with_text_holder {
    width: 50%;
}
.animated_icons_with_text.three_columns .animated_icon_with_text_holder {
    width: 33.33%;
}
.animated_icons_with_text.four_columns .animated_icon_with_text_holder {
    width: 25%;
}
.animated_icons_with_text.five_columns .animated_icon_with_text_holder {
    width: 20%;
}
.animated_icons_with_text.six_columns .animated_icon_with_text_holder {
    width: 16.6667%;
}
.animated_icons_with_text .animated_icon_with_text_inner {
    height: 85px;
    padding: 0 20px;
    position: relative;
}
.animated_icons_with_text .animated_icon_with_text_inner::after, .animated_icons_with_text .animated_icon_with_text_inner::before {
    content: "";
    display: block;
    position: absolute;
}
.animated_icons_with_text .animated_icon_with_text_inner::before {
    border-right: 1px solid #f5f5f5;
    height: 100%;
    right: 0;
    width: 1px;
}
.animated_icons_with_text .animated_icon_with_text_inner::after {
    border-bottom: 1px solid #f5f5f5;
    bottom: 0;
    height: 1px;
    width: 100%;
}
.animated_icons_with_text .animated_icon_with_text_holder.border-bottom-none .animated_icon_with_text_inner::after {
    border-bottom: medium none;
}
.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.six_columns .animated_icon_with_text_holder:nth-child(6n) .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, .animated_icons_with_text.two_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner::before {
    border-right-width: 0;
}
.animated_icon_holder {
    display: block;
    float: left;
    height: 100%;
    padding: 0 0 0 15px;
    position: relative;
    width: 81px;
}
.animated_icon {
    height: 100%;
    position: relative;
    width: 100%;
}
.animated_icon_inner span {
    backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in 0s;
}
.animated_icon_inner span.animated_icon_back {
    transform: rotateY(-180deg);
}
.animated_icon_with_text_holder:hover .animated_icon_inner span.animated_icon_back {
    transform: rotateY(0deg);
}
.animated_icon_with_text_holder:hover .animated_icon_inner span {
    transform: rotateY(180deg);
}
.animated_icon_inner {
    height: 81px;
    left: 0;
    margin: -41px 0 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.animated_icon_inner i {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid silver;
    border-radius: 100px;
    color: silver;
    font-size: 35px;
    height: 77px;
    line-height: 77px;
    margin: 0;
    width: 77px;
}
.animated_icon_inner span.animated_icon_back i {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;
}
.animated_icon_with_text_holder .animated_text_holder {
    height: 100%;
    text-align: left;
    width: 100%;
}
.animated_icon_with_text_holder .animated_text_holder_wrap {
    display: block;
    height: 100%;
    padding: 0 0 0 116px;
}
.animated_icon_with_text_holder .animated_text_holder_wrap_inner {
    height: 100%;
    position: relative;
    width: 100%;
}
.animated_text_holder_inner {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.animated_icon_with_text_holder .animated_text, .animated_icon_with_text_holder .animated_title {
    display: table;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.animated_icon_with_text_holder .animated_text p, .animated_icon_with_text_holder .animated_title_inner {
    display: table-cell;
    vertical-align: middle;
}
.animated_icon_with_text_holder .animated_text, .animated_icon_with_text_holder .animated_text p, .animated_icon_with_text_holder .animated_title, .animated_icon_with_text_holder .animated_title_inner {
    transition: all 0.2s ease-in 0s;
}
.animated_icon_with_text_holder .animated_text {
    transform: translate3d(0px, -100%, 0px);
}
.animated_icon_with_text_holder .animated_text p {
    transform: translate3d(0px, 100%, 0px);
}
.animated_icon_with_text_holder:hover .animated_text, .animated_icon_with_text_holder:hover .animated_text p {
    transform: translate3d(0px, 0px, 0px);
    transition: all 350ms ease-out 0s;
}
.animated_icon_with_text_holder:hover .animated_title_inner {
    transform: translate3d(0px, -100%, 0px);
    transition: all 350ms ease-out 0s;
}
.animated_icon_with_text_holder:hover .animated_title {
    transform: translate3d(0px, 100%, 0px);
    transition: all 350ms ease-out 0s;
}
.service_table_holder {
    border-color: #f6f6f6;
    border-style: none;
    border-width: 1px;
    display: block;
    position: relative;
}
.service_table_inner {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.service_table_inner ul {
    padding: 0;
}
.service_table_inner li {
    border-bottom: 1px solid #f6f6f6;
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.service_table_inner > li {
    background-color: #fff;
}
.service_table_inner li li {
    padding: 9px 20px;
}
.service_table_inner li:last-child {
    border-bottom: 0 none;
}
.service_table_inner li.service_table_title_holder {
    background-color: #fff;
    border: medium none;
    display: block;
    padding: 31px 20px 20px;
    position: relative;
}
.service_table_inner li.service_table_title_holder i {
    color: #1abc9c;
}
.service_table_title_inner {
    display: table;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}
.service_table_title_inner2 {
    display: table-cell;
    height: 100%;
    padding: 20px 20px 25px;
    vertical-align: middle;
    width: 100%;
}
.service_table_inner li.service_table_title_holder.background_image_type {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0 none;
    padding: 0;
}
.service_table_inner li.service_table_title_holder.background_color_type .service_table_title_inner2 {
    padding: 0;
}
.service_table_title_holder .service_title {
    display: block;
}
.service_table_title_holder i {
    display: block;
    line-height: 1em;
    padding: 33px 0 0;
}
.header_top_bottom_holder {
    position: relative;
}
.qode_search_form {
    background: #262626 none repeat scroll 0 0;
    color: #fff;
    height: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.qode_search_form .qode_icon_in_search {
    color: #959595;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 50px;
    padding: 0 0 0 45px;
}
.qode_search_form input, .qode_search_form input:focus {
    background-color: #262626;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #959595;
    display: inline-block;
    float: left;
    font-family: inherit;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 15px 0;
    outline: 0 none;
    outline-offset: 0;
    padding: 0 45px 0 10px;
    width: 90%;
}
.qode_search_form input:focus {
    outline-offset: 0;
}
@media only screen and (max-width: 1200px) {
.qode_search_form input {
    width: 80%;
}
}
@media only screen and (max-width: 768px) {
.qode_search_form input {
    width: 70%;
}
}
@media only screen and (max-width: 500px) {
.qode_search_form input {
    width: 65%;
}
}
.qode_search_form .container_inner {
    position: relative;
}
.qode_search_form .container .qode_icon_in_search {
    padding: 0;
}
.qode_search_form .container input {
    padding: 0 0 0 10px;
    width: 90%;
}
.page_header .qode_search_form input[type="submit"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 1px;
}
.qode_search_form_2 input, .qode_search_form_2 input:focus, .qode_search_form_3 input, .qode_search_form_3 input:focus {
    border: medium none;
    box-shadow: none;
    font-family: inherit;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}
.qode_search_form .qode_search_close {
    color: #959595;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 45px;
    top: 0;
}
.qode_search_form .container .qode_search_close {
    right: 0;
}
.qode_search_form_2 {
    background: #f1f1f1 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    height: 100px;
    left: 0;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    transition: bottom 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
    width: 100%;
}
.qode_search_form_2.animated {
    left: 0;
    opacity: 1;
    transition: bottom 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, opacity 0s ease 0s;
}
.qode_search_form_2 .container {
    z-index: auto;
}
.qode_search_form_2 .form_holder_outer {
    display: table;
    height: 100px;
    width: 100%;
}
.qode_search_form_2.animated .form_holder_outer {
    height: 100px;
}
.qode_search_form_2 .container_inner .form_holder {
    padding: 0;
}
.qode_search_form_2 .form_holder {
    display: table-cell;
    padding: 0 45px;
    position: relative;
    vertical-align: middle;
}
.qode_search_form_2 input, .qode_search_form_2 input:focus {
    background-color: transparent;
    border-radius: 0;
    color: #9d9d9d;
    display: inline-block;
    font-size: 15px;
    outline: 0 none;
    outline-offset: 0;
    padding: 0;
    width: 90%;
}
.qode_search_form_2 input:focus {
    outline-offset: 0;
}
.qode_search_form_2 .qode_search_submit {
    color: #696969;
    cursor: pointer;
    font-size: 50px;
    padding: 0 0 0 1px;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.4s ease 0s;
    width: auto;
}
.qode_search_form_2 .container_inner .qode_search_submit {
    right: 0;
}
.qode_search_form_2 .qode_search_submit:hover {
    color: #1abc9c;
}
.qode_search_form_2.disabled .qode_search_submit, .qode_search_form_2.disabled .qode_search_submit:hover {
    color: #959595;
    cursor: default;
}
.qode_search_form_3 {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 115;
}
.admin-bar .qode_search_form_3 {
    padding-top: 33px;
}
.qode_search_form_3 .form_holder_outer {
    display: table;
    height: 100%;
    width: 100%;
}
.qode_search_form_3 .form_holder {
    display: table-cell;
    font-size: 0;
    padding: 0 45px;
    position: relative;
    vertical-align: middle;
}
.qode_search_form_3 .container_inner .form_holder {
    font-size: 0;
    padding: 0;
}
.qode_search_form_3 input, .qode_search_form_3 input:focus {
    background-color: transparent;
    border-radius: 0;
    color: #9d9d9d;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    outline: 0 none;
    outline-offset: 0;
    padding: 0;
    width: 90%;
}
.qode_search_form_3 input:focus {
    outline-offset: 0;
}
.qode_search_form_3 input[type="submit"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 1px;
}
.qode_search_form_3 .qode_search_close {
    display: inline-block;
    font-size: 34px;
    line-height: 1em;
    position: relative;
    right: -1%;
    text-align: right;
    vertical-align: middle;
    width: 10%;
}
.qode_search_form_3 .container_inner .qode_search_close {
    right: 0;
}
.qode_search_form_3 .qode_search_close a {
    color: #9d9d9d;
    display: inline-block;
}
.qode_search_form_3 .qode_search_close a:hover {
    color: #1abc9c;
}
.qode_search_form_3 .qode_search_close a i {
    vertical-align: top;
}
.side_menu_button {
    position: relative;
}
.fullscreen_search_holder {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}
.fullscreen_search_table {
    display: table;
    height: 100%;
    width: 100%;
}
.fullscreen_search_cell {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.fullscreen_search_holder .search_label {
    color: #a1a1a1;
    font-family: inherit;
    font-size: 30px;
    line-height: 1em;
    margin-right: 5px;
    vertical-align: bottom;
}
.fullscreen_search_holder .field_holder {
    border-bottom: 1px solid #a1a1a1;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    width: 30%;
}
.fullscreen_search_holder .field_holder .line {
    background-color: #1abc9c;
    bottom: -1px;
    height: 1px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease 0s;
    width: 0;
}
.fullscreen_search_holder .search_field {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: currentcolor;
    border-style: none;
    border-width: medium;
    color: #9d9d9d;
    font-family: inherit;
    font-size: 25px;
    height: 100%;
    line-height: 1em;
    outline: 0 none;
    position: relative;
    width: 100%;
}
.fullscreen_search_holder .search_submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #a1a1a1;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1em;
    outline: 0 none;
    transition: color 0.2s ease 0s;
    width: auto;
}
.fullscreen_search_holder .close_container a:hover, .fullscreen_search_holder .search_submit:hover {
    color: #1abc9c;
}
.fullscreen_search_holder .search_close_holder {
    float: right;
}
.fullscreen_search_holder .close_container {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.fullscreen_search_holder .close_container a {
    opacity: 0;
    transition: opacity 0.2s ease 0s, color 0.2s ease 0s;
    visibility: hidden;
}
.fullscreen_search_holder .close_container .search_close_holder {
    margin-right: 45px;
}
.fullscreen_search_holder .close_container .container_inner .search_close_holder {
    margin-right: 0;
}
.fullscreen_search_overlay {
    backface-visibility: hidden;
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 100%;
    height: 2000px;
    left: 0;
    margin-left: -1000px;
    margin-top: -1000px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transform-origin: 50% 50% 0;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 2000px;
    z-index: 99;
}
.fullscreen_search_overlay.animate {
    opacity: 1;
    transform: scale(3);
}
.fullscreen_search_holder.from_circle {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
    visibility: visible;
    z-index: 111;
}
.paspartu_enabled.paspartu_on_top_fixed .fullscreen_search_holder.from_circle {
    z-index: 203;
}
.fullscreen_search_holder.fade {
    backface-visibility: hidden;
    background-color: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    z-index: 111;
}
.paspartu_enabled.paspartu_on_top_fixed .fullscreen_search_holder.fade {
    z-index: 203;
}
.search_fade_out .fullscreen_search_holder.fade {
    animation: 0.25s linear 0s normal both 1 running search_fade_out;
}
.search_fade_in .fullscreen_search_holder.fade.animate {
    animation: 0.25s linear 0s normal both 1 running search_fade_in;
}
.fullscreen_search_holder.fade.animate .fullscreen_search_close {
    opacity: 1;
    visibility: visible;
}
@keyframes search_fade_out {
0% {
    opacity: 1;
    visibility: visible;
}
100% {
    opacity: 0;
    visibility: hidden;
}
}
@keyframes search_fade_out {
0% {
    opacity: 1;
    visibility: visible;
}
100% {
    opacity: 0;
    visibility: hidden;
}
}
@keyframes search_fade_in {
0% {
    opacity: 0;
    visibility: hidden;
}
100% {
    opacity: 1;
    visibility: visible;
}
}
@keyframes search_fade_in {
0% {
    opacity: 0;
    visibility: hidden;
}
100% {
    opacity: 1;
    visibility: visible;
}
}
.cover_boxes {
    overflow: hidden;
    position: relative;
}
.cover_boxes ul {
    list-style: outside none none;
    margin: 0 -20px 0 0;
    padding: 0;
    width: 200%;
}
.cover_boxes ul li {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 265px;
}
.cover_boxes ul li .box, .cover_boxes ul li.act {
    width: 530px;
}
.cover_boxes ul li .box .thumb {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
    width: 265px;
    z-index: 10;
}
.cover_boxes ul li .box .thumb img {
    display: block;
    max-width: 100%;
    position: relative;
}
.cover_boxes ul li .box .box_content {
    bottom: 0;
    left: 285px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 245px;
    z-index: 9;
}
.cover_boxes ul li .box h3 {
    margin: 0 0 18px;
}
.cover_boxes ul li .box .qbutton, .cover_boxes ul li .box h5 {
    margin: 20px 0 0;
}
@media only screen and (min-width: 1301px) {
.qode_grid_1200 .cover_boxes ul li {
    width: 290px;
}
.qode_grid_1200 .cover_boxes ul li .box, .qode_grid_1200 .cover_boxes ul li.act {
    width: 580px;
}
.qode_grid_1200 .cover_boxes ul li .box .thumb {
    width: 290px;
}
.qode_grid_1200 .cover_boxes ul li .box .box_content {
    left: 310px;
    width: 270px;
}
}
@media only screen and (min-width: 1401px) {
.qode_grid_1300 .cover_boxes ul li {
    width: 315px;
}
.qode_grid_1300 .cover_boxes ul li .box, .qode_grid_1300 .cover_boxes ul li.act {
    width: 630px;
}
.qode_grid_1300 .cover_boxes ul li .box .thumb {
    width: 315px;
}
.qode_grid_1300 .cover_boxes ul li .box .box_content {
    left: 335px;
    width: 295px;
}
}
.q_circles_holder {
    border-color: #eaeaea;
    clear: both;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.q_circles_holder::before {
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 1px;
    content: "";
    display: block;
    height: 0;
    left: 80px;
    position: absolute;
    width: 85%;
}
.q_circles_holder.three_columns::before {
    top: 115px;
}
.q_circles_holder.four_columns::before {
    top: 90px;
}
.q_circles_holder.five_columns::before {
    top: 82px;
}
.q_circles_holder.no_line::before {
    border: 0 none;
    display: none;
    height: 0;
    width: 0;
}
.q_circles_holder .q_circle_outer {
    float: left;
    margin: 0;
    padding: 0;
}
.q_circles_holder.three_columns .q_circle_outer {
    width: 33.3%;
}
.q_circles_holder.four_columns .q_circle_outer {
    width: 25%;
}
.q_circles_holder.five_columns .q_circle_outer {
    width: 20%;
}
.q_circles_holder .q_circle_inner {
    display: table;
    margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.q_circles_holder.three_columns .q_circle_inner {
    height: 230px;
    width: 230px;
}
.q_circles_holder.four_columns .q_circle_inner {
    height: 180px;
    width: 180px;
}
.q_circles_holder.five_columns .q_circle_inner {
    height: 161px;
    width: 161px;
}
.q_circles_holder.five_columns .q_circle_inner.big_border {
    height: 177px;
    width: 177px;
}
.q_circles_holder .q_circle_inner2 {
    background-color: #e3e3e3;
    border: 1px solid #f0f0f0;
    border-radius: 1000px;
    display: table-cell;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.q_circles_holder .q_circle_inner2 img {
    border-radius: 1000px;
    display: block;
    width: 100%;
}
.q_circles_holder .q_circle_inner2, .q_circles_holder .q_circle_inner2 .q_text_in_circle, .q_circles_holder .q_circle_inner2 i {
    transition: all 0.3s ease-in-out 0s;
}
.q_circles_holder .q_circle_inner2 i {
    color: #b9b9b9;
}
.q_circles_holder .q_circle_inner2:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.q_circles_holder .q_circle_inner2:hover .q_text_in_circle, .q_circles_holder .q_circle_inner2:hover i {
    color: #fff;
}
.q_circles_holder .q_circle_text_holder {
    display: block;
    margin: 36px 0 0;
    padding: 0 10px;
    text-align: center;
}
nav.content_menu ul, nav.content_menu ul li {
    backface-visibility: hidden;
    padding: 0;
    position: relative;
}
.q_circles_holder .q_circle_text_holder .q_circle_text {
    display: block;
    margin: 7px 0 0;
}
nav.content_menu {
    background-color: #fff;
    display: block;
    position: relative;
    text-align: left;
    transform: translateZ(0px);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
    width: 100%;
    z-index: 1001;
}
.full_width nav.content_menu.fixed {
    left: 0;
}
.right_side_menu_opened .full_width nav.content_menu.fixed {
    left: -270px;
}
.container_inner nav.content_menu {
    width: 1100px;
}
.container_inner nav.content_menu.fixed {
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.11);
}
nav.content_menu ul {
    list-style: outside none none;
    margin: 0 auto;
    text-align: center;
    width: 1100px;
}
nav.content_menu ul li {
    display: inline-block;
    text-align: center;
}
nav.content_menu ul li .arrow {
    backface-visibility: hidden;
    background-image: url("img/content_menu_arrow.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: none;
    height: 7px;
    left: 50%;
    margin: -1px 0 0 -5px;
    position: absolute;
    width: 11px;
}
nav.content_menu.fixed ul li.active .arrow {
    display: none;
}
nav.content_menu ul li a {
    color: #c3c3c3;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 21px 20px;
    position: relative;
    text-decoration: none;
}
nav.content_menu ul li a span {
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 12px 0 0;
    text-transform: uppercase;
    width: 100%;
}
nav.content_menu ul li i {
    color: #c3c3c3;
    display: block;
    font-size: 24px;
    line-height: 1em;
    margin: 4px 0 0;
}
nav.content_menu ul li i.undefined {
    display: none;
}
nav.content_menu ul li.active:hover a, nav.content_menu ul li.active:hover i, nav.content_menu ul li:hover a, nav.content_menu ul li:hover i {
    color: #1abc9c;
}
nav.content_menu ul li.active a, nav.content_menu ul li.active i {
    color: #303030;
}
nav.content_menu .nav_select_menu {
    border: 1px solid #eaeaea;
    display: none;
}
nav.content_menu .nav_select_menu .nav_select_button {
    cursor: pointer;
    display: block;
    float: right;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
}
nav.content_menu .nav_select_menu ul {
    border: 0 none;
    display: none;
    float: left;
    padding: 0 0 10px;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 100;
}
nav.content_menu .nav_select_menu ul li {
    backface-visibility: hidden;
    border: 0 none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
nav.content_menu .nav_select_menu ul li a {
    line-height: 30px;
}
nav.content_menu .nav_select_menu ul li a i {
    text-align: center;
    width: 12px;
}
.boxed nav.content_menu.fixed {
    padding: 0;
    width: 1100px;
}
.parallax_section_inner_margin, .section_inner_margin {
    margin-left: -15px;
    margin-right: -15px;
}
.wpcf7 form.wpcf7-form p {
    margin-bottom: 20px;
}
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    color: #818181;
    display: block;
    font-family: Raleway;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin: 5px 0 0;
    outline: 0 none;
    padding: 15px;
    resize: none;
}
input.wpcf7-form-control.wpcf7-quiz {
    margin-left: 15px;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"], span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: relative;
    top: 2px;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    margin-left: 5px;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: transparent;
    border-radius: 4px;
    box-sizing: initial;
    cursor: pointer;
    display: inline-block;
    font-family: Raleway,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 39px;
    letter-spacing: 1px;
    line-height: 36px;
    margin: 0;
    outline: 0 none;
    padding: 0 23px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
    white-space: nowrap;
    width: auto;
}
input.wpcf7-form-control.wpcf7-submit[disabled] {
    border: 2px solid #818181;
    color: #818181;
    cursor: not-allowed;
}
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border: 2px solid #303030;
    color: #303030;
}
input.wpcf7-form-control.wpcf7-submit:hover:not([disabled]) {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;
    text-decoration: none;
}
input.wpcf7-form-control.wpcf7-range {
    width: 100%;
}
div.wpcf7-response-output {
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 0;
    margin-right: 0;
    padding: 17px 30px 17px 55px;
    position: relative;
    text-transform: uppercase;
}
div.wpcf7-response-output::before {
    color: #fff;
    display: inline-block;
    font-family: FontAwesome,sans-serif;
    height: 20px;
    left: 25px;
    position: absolute;
    width: 20px;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #1abc9c;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok::before {
    content: "";
}
div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #f1c40f;
}
div.wpcf7-response-output.wpcf7-validation-errors::before {
    content: "";
}
.two_columns_form_with_space, .two_columns_form_without_space {
    display: table;
}
.two_columns_form_with_space input.wpcf7-form-control.wpcf7-text, .two_columns_form_without_space input.wpcf7-form-control.wpcf7-text {
    margin: 0;
}
.two_columns_form_without_space .column_left {
    display: table-cell;
    vertical-align: top;
}
.two_columns_form_without_space .column_right {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    width: 1%;
}
.two_columns_form_with_space .column_left {
    display: table-cell;
    padding-right: 5px;
    vertical-align: top;
}
.two_columns_form_with_space .column_right {
    display: table-cell;
    padding-left: 5px;
    vertical-align: top;
    width: 1%;
}
.qode-three-columns-form-with-space {
    display: table;
    width: 100%;
}
.qode-three-columns-form-with-space.qode-fixed-columns {
    table-layout: fixed;
}
.qode-three-columns-form-with-space.qode-fixed-columns .qode-three-columns-form-with-space-column {
    width: 33.33%;
}
.qode-three-columns-form-with-space .qode-three-columns-form-with-space-column {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 15px;
    text-align: left;
    vertical-align: middle;
}
.qode-three-columns-form-with-space div.wpcf7 img.ajax-loader {
    display: none;
}
body .gform_wrapper .gform_fields .gfield {
    margin: 0 0 20px;
}
body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single, body .gform_wrapper .gf_progressbar_percentage, body .gform_wrapper .gf_step, body .gform_wrapper .gf_step span.gf_step_number, body .gform_wrapper .gfield_description, body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="button"], body .gform_wrapper input[type="reset"], body .gform_wrapper input[type="email"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper select, body .gform_wrapper textarea {
    font-family: Raleway,sans-serif;
}
body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-active .chzn-choices, body .gform_wrapper .chzn-container-active .chzn-single, body .gform_wrapper .chzn-container-multi .chzn-drop, body .gform_wrapper .chzn-container-single .chzn-drop, body .gform_wrapper .chzn-container-single .chzn-single, body .gform_wrapper .gf_progressbar {
    border-radius: 0;
    box-shadow: none;
}
body .gform_wrapper .chzn-choices, body .gform_wrapper .chzn-container .chzn-drop, body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-multi .chzn-choices, body .gform_wrapper .chzn-container-single .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single b, body .gform_wrapper .chzn-container-single .chzn-single div, body .gform_wrapper .gf_progressbar, body .gform_wrapper input[type="email"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, body .gform_wrapper select, body .gform_wrapper textarea {
    border: 0 none;
}
body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single, body .gform_wrapper .gf_progressbar {
    background-image: none;
}
body .gform_wrapper .ginput_full input:focus + label, body .gform_wrapper .ginput_left input:focus + label, body .gform_wrapper .ginput_right input:focus + label, body .gform_wrapper .top_label .gfield_label, body .gform_wrapper input[type="email"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper table.gfield_list thead th, body .gform_wrapper textarea {
    font-weight: 400;
}
body .gform_wrapper .charleft {
    margin-top: 0;
}
body .gform_wrapper .gfield_description {
    padding: 5px 0 0;
}
body .gform_wrapper input[type="email"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper select, body .gform_wrapper textarea, body .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, body .gform_wrapper.gf_browser_chrome .ginput_complex select {
    box-sizing: border-box;
    outline: 0 none;
    padding: 15px;
    resize: none;
}
body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single, body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="button"], body .gform_wrapper input[type="reset"], body .gform_wrapper input[type="email"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper select, body .gform_wrapper textarea {
    font-size: 13px;
}
body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single, body .gform_wrapper input[type="email"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper textarea {
    line-height: 17px;
}
body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single b, body .gform_wrapper input[type="email"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper textarea {
    background-color: #fff;
}
body .gform_wrapper .chzn-container-single .chzn-single span, body .gform_wrapper input[type="email"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper select, body .gform_wrapper textarea {
    color: #818181;
}
body .gform_wrapper .chzn-container, body .gform_wrapper input[type="email"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper select, body .gform_wrapper textarea {
    margin: 5px 0 0;
}
body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="button"], body .gform_wrapper input[type="reset"] {
    background-color: transparent;
    border: 2px solid #303030;
    border-radius: 4px;
    color: #303030;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    height: 39px;
    letter-spacing: 1px;
    line-height: 36px;
    margin: 0;
    outline: 0 none;
    padding: 0 23px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
    white-space: nowrap;
    width: auto;
}
body .gform_wrapper input[type="submit"]:hover, body .gform_wrapper input[type="button"]:hover, body .gform_wrapper input[type="reset"]:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;
    text-decoration: none;
}
body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single {
    height: auto;
    padding: 15px 2%;
}
body .gform_wrapper .chzn-container-single .chzn-single div b {
    background-position: -18px 10px;
}
body .gform_wrapper .chzn-container-single .chzn-single-with-drop div b {
    background-position: -1px 10px;
}
body .gform_wrapper .chzn-container-single .chzn-search input {
    border: 1px solid #aaa;
}
body .gform_wrapper .chzn-choices {
    background-image: linear-gradient(to top, #fff 0%, #fff 0%);
}
body .gform_wrapper .chzn-choices .search-field .default {
    padding-left: 10%;
}
body .gform_wrapper .chzn-container-multi .chzn-choices .search-field input {
    padding: 15px;
}
body .gform_wrapper .gform_confirmation_message, body .gform_wrapper div.validation_error {
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 0;
    margin-right: 0;
    padding: 17px 30px;
    position: relative;
    text-transform: uppercase;
}
body .gform_wrapper div.validation_error {
    background-color: #f1c40f;
}
body .gform_wrapper .gform_confirmation_message {
    background-color: #1abc9c;
}
body .gform_wrapper .ginput_complex .name_prefix, body .gform_wrapper .ginput_complex .name_suffix, body .gform_wrapper input.ginput_quantity {
    width: 60px;
}
body .gform_wrapper .datepicker {
    width: 105px;
}
body .gform_wrapper .gfield_time_ampm select {
    min-width: 80px;
}
body .gform_wrapper .gfield_time_hour {
    vertical-align: middle;
}
body .gform_wrapper .button.gform_button_select_files {
    font-size: 12px;
    height: 31px;
    line-height: 24px;
    margin-left: 10px;
    padding: 0 9px;
}
.popup_menu_inner {
    display: inline-block;
    height: 2px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 20px;
}
.popup_menu_widget_holder {
    display: block;
    margin: 20px 0 0;
    position: relative;
    text-align: center;
}
.popup_menu .line, .popup_menu .line::after, .popup_menu .line::before {
    background-color: #9d9d9d;
    height: 2px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 13px;
}
.popup_menu .line {
    display: inline-block;
    left: 0;
    margin: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
}
.popup_menu .line::after, .popup_menu .line::before {
    backface-visibility: hidden;
    content: "";
    display: block;
    transition: all 0.3s ease-in-out 0s;
    z-index: -1;
}
@media only screen and (min-width: 1000px) {
.dark.header_style_on_scroll .popup_menu:not(.opened) .line, .dark.header_style_on_scroll .popup_menu:not(.opened) .line::after, .dark.header_style_on_scroll .popup_menu:not(.opened) .line::before, .dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line, .dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line::after, .dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line::before {
    background-color: #000;
}
.light.header_style_on_scroll .popup_menu:not(.opened) .line, .light.header_style_on_scroll .popup_menu:not(.opened) .line::after, .light.header_style_on_scroll .popup_menu:not(.opened) .line::before, .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line, .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line::after, .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line::before {
    background-color: #fff;
}
}
.popup_menu .line::before {
    top: -4px;
}
.popup_menu .line::after {
    top: 4px;
}
.popup_menu.opened .line {
    background-color: transparent;
}
.popup_menu.opened .fa-bars::before {
    content: "";
}
.popup_menu.opened .icon_menu::before {
    content: "M";
}
.popup_menu.opened .line::after {
    background-color: #fff;
    top: 0;
    transform: rotate(45deg);
}
.popup_menu.opened .line::before {
    background-color: #fff;
    top: 0;
    transform: rotate(-45deg);
}
.popup_menu_holder_outer {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 105;
}
.popup_menu_holder {
    background-color: rgba(48, 48, 48, 0.95);
    display: table;
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.popup_menu_holder_inner {
    display: table-cell;
    padding: 100px 0;
    vertical-align: middle;
}
.popup_menu_opened .side_menu_button .shopping_cart_header, .touch .popup_menu_holder_outer {
    display: none;
}
.popup_menu_opened #back_to_top, .popup_menu_opened .fixed_top_header .header_bottom_center_widget, .popup_menu_opened .header_bottom_right_widget_holder, .popup_menu_opened .header_top, .popup_menu_opened .main_menu, .popup_menu_opened .mobile_menu_button, .popup_menu_opened .side_menu_button a:not(.popup_menu), .popup_menu_opened header .tooltip {
    visibility: hidden;
}
.popup_menu_opened .header_bottom .container_inner {
    border: medium none;
}
.popup_menu_opened .popup_menu_holder_outer {
    opacity: 1;
    visibility: visible;
}
.touch .popup_menu_opened .popup_menu_holder_outer {
    display: block;
}
.popup_menu_opened header.scrolled .header_bottom, .popup_menu_opened header.sticky .header_bottom {
    background-color: transparent;
    box-shadow: none;
}
.popup_menu_opened .fixed_top_header .top_header, .popup_menu_opened .header_bottom, .popup_menu_opened .header_top {
    background-color: transparent;
    border: 0 none;
}
.popup_menu_opened .q_logo img.dark, .popup_menu_opened .q_logo img.light, .popup_menu_opened .q_logo img.mobile, .popup_menu_opened .q_logo img.normal, .popup_menu_opened .q_logo img.sticky {
    opacity: 0;
}
.popup_menu_opened header .q_logo img.popup {
    opacity: 1;
}
nav.popup_menu {
    margin: 0 auto;
    position: relative;
    text-align: left;
    top: 0;
}
nav.popup_menu ul {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
nav.popup_menu > ul {
    display: block;
}
nav.popup_menu ul li {
    font-size: 45px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
}
nav.popup_menu ul li a, nav.popup_menu ul li h6 {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 50px;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
nav.popup_menu ul li a:hover, nav.popup_menu ul li h6:hover {
    color: #9c9c9c;
}
nav.popup_menu ul li a span, nav.popup_menu ul li h6 span {
    display: inline-block;
    vertical-align: middle;
}
nav.popup_menu ul li ul li a, nav.popup_menu ul li ul li h6 {
    font-size: 14px;
    text-transform: none;
}
nav.popup_menu ul li ul li ul li a, nav.popup_menu ul li ul li ul li h6 {
    font-size: 0.5em;
    line-height: 1em;
}
.popup_menu.medium .line, .popup_menu.medium .line::after, .popup_menu.medium .line::before, .popup_menu.medium .popup_menu_inner {
    height: 3px;
    width: 19px;
}
.popup_menu.medium .line::before {
    top: -6px;
}
.popup_menu.medium .line::after {
    top: 6px;
}
.popup_menu.large .line, .popup_menu.large .line::after, .popup_menu.large .line::before, .popup_menu.large .popup_menu_inner {
    height: 4px;
    width: 24px;
}
.popup_menu.large .line::before {
    top: -8px;
}
.popup_menu.large .line::after {
    top: 8px;
}
.qode_pricing_list .qode_pricing_list_holder {
    list-style: outside none none;
}
.qode_pricing_list .qode_pricing_list_item {
    border-bottom: 1px solid #e7e7e7;
    padding: 19px 0;
    position: relative;
}
.qode_pricing_list .qode_pricing_item_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.qode_pricing_list .qode_pricing_item_text {
    padding-right: 170px;
}
.qode_pricing_list .qode_pricing_item_price {
    height: 100%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 170px;
}
.qode_pricing_list .qode_pricing_item_price_inner {
    display: table;
    height: 100%;
    width: 100%;
}
.qode_pricing_list .qode_pricing_item_price_inner span {
    color: #303030;
    display: table-cell;
    font-size: 30px;
    font-weight: 600;
    vertical-align: middle;
}
.q_elements_holder {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.q_elements_holder .q_elements_item {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.q_elements_holder .q_elements_item_inner {
    width: 100%;
}
.q_elements_holder.two_columns .q_elements_item {
    width: 50%;
}
.q_elements_holder.two_columns.eh_two_columns_66_33 .q_elements_item:first-child {
    width: 66.66%;
}
.q_elements_holder.two_columns.eh_two_columns_33_66 .q_elements_item:first-child, .q_elements_holder.two_columns.eh_two_columns_66_33 .q_elements_item:last-child {
    width: 33.33%;
}
.q_elements_holder.two_columns.eh_two_columns_33_66 .q_elements_item:last-child {
    width: 66.66%;
}
.q_elements_holder.three_columns .q_elements_item {
    width: 33.3333%;
}
.q_elements_holder.four_columns .q_elements_item {
    width: 25%;
}
.content_top_margin .content .container .container_inner.page_container_inner {
    padding: 0;
}
.content_top_margin .content .container .container_inner .call_to_action {
    margin: 0 -15px;
}
.content_top_margin .content .container .container_inner .call_to_action .container_inner {
    width: 100%;
}
.post-password-form {
    width: 300px;
}
.post-password-form p {
    margin-bottom: 20px;
}
.post-password-form input[type="password"] {
    background-color: #fff;
    border: 0 none;
    box-sizing: border-box;
    color: #818181;
    display: block;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin: 5px 0 20px;
    outline: 0 none;
    padding: 15px 12px;
    resize: none;
    width: 100%;
}
.post-password-form input[type="submit"] {
    background-color: transparent;
    border: 2px solid #303030;
    border-radius: 4px;
    box-sizing: initial;
    color: #303030;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 39px;
    letter-spacing: 1px;
    line-height: 39px;
    margin: 0 0 20px;
    outline: 0 none;
    padding: 0 23px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.1s linear 0s;
    white-space: nowrap;
    width: auto;
}
.post-password-form input[type="submit"]:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;
    text-decoration: none;
}
.full_screen_holder {
    display: block;
    position: relative;
    z-index: 100;
}
.full_screen_inner {
    height: 100%;
    position: relative;
    touch-action: none;
    visibility: hidden;
}
.fp-section {
    box-sizing: border-box;
    margin: 0;
    position: relative;
}
.fp-slide {
    float: left;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.vertical_menu_enabled .full_screen_holder {
    padding-left: 260px;
}
.boxed.vertical_menu_enabled .full_screen_holder {
    padding-left: 0;
}
@media only screen and (max-width: 1000px) {
.vertical_menu_enabled .full_screen_holder {
    padding-left: 0;
}
}
.full_screen_navigation_holder {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
}
.full_screen_navigation_holder.up_arrow {
    top: 30px;
}
.full_screen_navigation_holder.down_arrow, .full_screen_navigation_holder.side_by_side {
    bottom: 30px;
    position: fixed;
}
.full_screen_navigation_inner {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.full_screen_navigation_inner a {
    color: #393939;
    display: block;
    font-size: 40px;
    line-height: 1em;
    opacity: 1;
    transition: opacity 0.3s ease-in-out 0s;
}
.full_screen_navigation_inner a:hover {
    opacity: 0.7;
}
.full_screen_navigation_inner i {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.full_screen_preloader {
    background-color: #1c1c1c;
    display: block;
    height: 1200px;
    position: absolute;
    width: 100%;
    z-index: 10001;
}
.full_screen_preloader .ajax_loader {
    display: block;
    position: absolute;
}
.qode_image_gallery_no_space {
    opacity: 0;
    position: relative;
}
.qode_image_gallery_no_space .qode_image_gallery_holder {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.qode_image_gallery_no_space ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.qode_image_gallery_no_space ul li {
    float: left;
    list-style: outside none none;
    margin: 0;
}
@media only screen and (min-width: 800px) {
.qode_image_gallery_no_space.highlight_active ul li:not(.active) {
    opacity: 0.2;
}
.qode_image_gallery_no_space.highlight_active ul li.active {
    opacity: 1;
}
.qode_image_gallery_no_space.highlight_active ul li {
    transition: opacity 0.3s ease-in-out 0s;
}
}
@media only screen and (min-width: 801px) {
.qode_image_gallery_no_space ul li:not(.active) a {
    cursor: default;
}
}
.qode_image_gallery_no_space a.prettyphoto {
    display: block;
    height: 100%;
    width: 100%;
}
.qode_image_gallery_no_space ul li img {
    display: block;
    position: relative;
}
.qode_image_gallery_no_space .controls {
    width: 100%;
}
.qode_image_gallery_no_space .controls a.next-slide, .qode_image_gallery_no_space .controls a.prev-slide {
    font-size: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 10%;
}
.qode_image_gallery_no_space .controls a.next-slide span, .qode_image_gallery_no_space .controls a.prev-slide span {
    background-color: transparent;
    border: 2px solid #303030;
    border-radius: 40px;
    color: #303030;
    cursor: pointer;
    display: block;
    height: 54px;
    left: 50%;
    line-height: 54px;
    margin-left: -27px;
    margin-top: -27px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
    width: 54px;
}
.qode_image_gallery_no_space .controls a.next-slide span i, .qode_image_gallery_no_space .controls a.prev-slide span i {
    line-height: inherit;
    vertical-align: baseline;
}
.qode_image_gallery_no_space.light .controls a.next-slide span, .qode_image_gallery_no_space.light .controls a.prev-slide span {
    border-color: #fff;
    color: #fff;
}
.qode_image_gallery_no_space.dark .controls a.next-slide span, .qode_image_gallery_no_space.dark .controls a.prev-slide span {
    border-color: #000;
    color: #000;
}
.qode_image_gallery_no_space .controls a.next-slide:hover span, .qode_image_gallery_no_space .controls a.prev-slide:hover span {
    background-color: #303030;
    color: #fff;
}
.qode_image_gallery_no_space.light .controls a.next-slide:hover span, .qode_image_gallery_no_space.light .controls a.prev-slide:hover span {
    background-color: #fff;
    color: #8a8a8a;
}
.qode_image_gallery_no_space.dark .controls a.next-slide:hover span, .qode_image_gallery_no_space.dark .controls a.prev-slide:hover span {
    background-color: #000;
    color: #fff;
}
.qode_image_gallery_no_space .controls a.next-slide {
    right: 20px;
}
@media only screen and (max-width: 800px) {
.qode_image_gallery_no_space.highlight_active ul li {
    opacity: 1;
}
.qode_image_gallery_no_space ul, .qode_image_gallery_no_space ul li div {
    height: auto;
    width: 100%;
}
.qode_image_gallery_no_space .controls, .qode_image_gallery_no_space ul li.-after, .qode_image_gallery_no_space ul li.-before {
    display: none;
}
.qode_image_gallery_no_space .qode_image_gallery_holder {
    height: auto;
}
.qode_image_gallery_no_space ul li {
    float: none;
}
.qode_image_gallery_no_space ul li img {
    height: auto;
    width: 100%;
}
}
.countdown-rtl {
    direction: rtl;
}
.countdown-row {
    clear: both;
    padding: 0 2px;
    text-align: center;
    width: 100%;
}
.countdown-show1 .countdown-section {
    width: 98%;
}
.countdown-show2 .countdown-section {
    width: 48%;
}
.countdown-show3 .countdown-section {
    width: 32.5%;
}
.countdown-show4 .countdown-section {
    width: 24.5%;
}
.countdown-show5 .countdown-section {
    width: 19.5%;
}
.countdown-show6 .countdown-section {
    width: 16.25%;
}
.countdown-show7 .countdown-section {
    width: 14%;
}
.countdown {
    font-weight: 700;
}
.countdown-section {
    display: inline-block;
    font-weight: inherit;
    text-align: center;
    vertical-align: middle;
}
.countdown-amount {
    color: inherit;
    display: block;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
}
.countdown_separator {
    background-color: #818181;
    display: none;
    height: 2px;
    margin: 30px 0;
    opacity: 0.3;
    width: 30px;
}
.countdown.show_separator .countdown_separator {
    display: inline-block;
}
.countdown.show_separator .countdown-amount {
    margin: 0;
}
.countdown-period {
    color: inherit;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.countdown-descr {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 1000px) {
.countdown-amount {
    font-size: 50px;
    line-height: 50px;
}
.countdown-period {
    font-size: 15px;
}
.countdown_separator {
    width: 30px;
}
}
@media only screen and (max-width: 600px) {
.countdown-amount {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}
.countdown-period {
    font-size: 10px;
}
.countdown_separator {
    margin: 20px 0 15px;
    width: 15px;
}
}
.qode_video_box {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}
.qode_video_box .qode_video_image {
    display: block;
    overflow: hidden;
    position: relative;
}
.qode_video_box .qode_video_image::after {
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-out 0s;
    width: 100%;
    z-index: 33;
}
.qode_video_box .qode_video_image:hover::after {
    opacity: 1;
}
.qode_video_box .qode_video_image:hover img {
    transform: scale(1.05) rotate(0.01deg);
}
.qode_video_box .qode_video_image img {
    backface-visibility: hidden;
    display: block;
    max-width: 100%;
    position: relative;
    transition: transform 0.2s ease-out 0s;
    z-index: 22;
}
.qode_video_box .qode_video_image .qode_video_box_button_holder {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 44;
}
.qode_video_box .qode_video_image .qode_video_box_button {
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    position: relative;
    transition: background-color 0.15s ease-out 0s;
    vertical-align: middle;
    width: 80px;
}
.qode_video_box .qode_video_image:hover .qode_video_box_button {
    background-color: #1abc9c;
}
.qode_video_box .qode_video_image .qode_video_box_button_arrow {
    border-bottom: 12px solid transparent;
    border-left: 18px solid #303030;
    border-top: 12px solid transparent;
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-32%, -50%);
}
.ms-section, .qode-instagram-feed li {
    box-sizing: border-box;
}
.qode_video_box .qode_video_image:hover .qode_video_box_button_arrow {
    border-left-color: #fff;
}
.vertical_split_slider {
    margin: 0 -2px;
    opacity: 0;
    position: relative;
}
.ms-section {
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}
.vertical_split_slider .ms-left .ms-section {
    background-position: 100% center;
}
.vertical_split_slider .ms-right .ms-section {
    background-position: 0 center;
}
.ms-section.ms-table {
    display: table;
    width: 100%;
}
.ms-tableCell {
    box-sizing: border-box;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.ms-easing {
    transition: all 0.7s ease-out 0s;
}
#multiscroll-nav {
    margin-top: -32px;
    opacity: 1;
    position: fixed;
    top: 50%;
    z-index: 1000;
}
#multiscroll-nav.right {
    right: 17px;
}
#multiscroll-nav.left {
    left: 17px;
}
#multiscroll-nav ul {
    margin: 0;
    padding: 0;
}
#multiscroll-nav li {
    display: block;
    height: 8px;
    margin: 13px 7px;
    position: relative;
    width: 8px;
}
#multiscroll-nav li a {
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 1;
}
#multiscroll-nav li .active span {
    background-color: #000;
}
#multiscroll-nav span {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
    z-index: 1;
}
.multiscroll-tooltip {
    color: #fff;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    max-width: 220px;
    position: absolute;
    top: -2px;
    white-space: nowrap;
}
.multiscroll-tooltip.right {
    right: 20px;
}
.multiscroll-tooltip.left {
    left: 20px;
}
.vertical_split_slider_responsive {
    display: none;
}
@media only screen and (max-width: 1000px) {
.vertical_split_slider .ms-left {
    width: 100%;
    z-index: 2;
}
.vertical_split_slider .ms-left .ms-section {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: center;
}
.vertical_split_slider .ms-right {
    width: 100%;
    z-index: 1;
}
}
@media only screen and (max-width: 767px) {
.vertical_split_screen_initalized body.vss_responsive_adv {
    height: auto;
    overflow-y: visible;
}
.vss_responsive_adv #multiscroll-nav, .vss_responsive_adv .vertical_split_slider {
    display: none;
}
.vertical_split_slider_responsive {
    display: block;
}
.vss_responsive_adv .ms-section {
    background-position: center center;
}
}
body.paspartu_enabled:not(.paspartu_on_bottom_fixed) .wrapper_inner {
    position: relative;
}
.paspartu_outer {
    padding: 0 2%;
    z-index: 99;
}
.paspartu_outer:not(.paspartu_on_bottom_fixed) {
    pointer-events: none;
}
.paspartu_outer:not(.paspartu_on_bottom_fixed) .paspartu_inner {
    pointer-events: all;
}
.paspartu_on_top_fixed .fixed_top_header .top_header, .paspartu_on_top_fixed .paspartu_outer .content_wrapper, .paspartu_on_top_fixed header, body:not(.paspartu_on_top_fixed) .paspartu_outer .content:not(.has_slider) .content_inner {
    padding-top: 2%;
}
.paspartu_left, .paspartu_right {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2%;
    z-index: 101;
}
.paspartu_outer:not(.paspartu_on_bottom_fixed):not(.disable_top_paspartu):not(disable_bottom_paspartu) .paspartu_left, .paspartu_outer:not(.paspartu_on_bottom_fixed):not(.disable_top_paspartu):not(disable_bottom_paspartu) .paspartu_right {
    height: 200%;
    margin: -5% 0;
}
.paspartu_bottom, .paspartu_top {
    background-color: #fff;
    height: 0;
    padding-top: 2%;
    width: 100%;
    z-index: 200;
}
.paspartu_right {
    left: auto;
    right: 0;
}
.paspartu_top {
    left: 0;
    position: fixed;
    top: 0;
}
.paspartu_bottom {
    position: relative;
}
.paspartu_on_bottom_fixed .paspartu_bottom {
    bottom: 0;
    left: 0;
    position: fixed;
}
.paspartu_on_bottom_fixed footer {
    margin-bottom: 2%;
}
body.paspartu_on_top_fixed.paspartu_on_bottom_fixed .popup_menu_holder_outer {
    box-sizing: border-box;
    padding: 2%;
}
.paspartu_enabled #multiscroll-nav.right {
    padding-right: 2%;
}
.paspartu_outer .content:not(.has_slider) .content_inner, .paspartu_outer .q_slider {
    background-color: #fff;
}
.paspartu_outer.paspartu_on_bottom_slider .carousel-inner, .paspartu_outer:not(.disable_top_paspartu) .carousel-inner {
    height: 100%;
    position: relative;
}
.paspartu_outer.disable_top_paspartu .content:not(.has_slider) .content_inner {
    padding-top: 0;
}
.paspartu_outer.disable_bottom_paspartu, .paspartu_outer.paspartu_on_bottom_fixed {
    padding-bottom: 0;
}
.paspartu_enabled .header_inner {
    position: relative;
}
header.paspartu_header_alignment .header_bottom {
    padding: 0 2%;
}
footer.paspartu_footer_alignment .footer_top.footer_top_full {
    padding-left: 0;
    padding-right: 0;
}
footer.paspartu_footer_alignment .footer_bottom_holder, footer.paspartu_footer_alignment .footer_top_holder {
    padding-left: 2%;
    padding-right: 2%;
}
.paspartu_enabled.vertical_menu_enabled header, header.paspartu_header_inside {
    box-sizing: border-box;
    padding-left: 2%;
    padding-right: 2%;
}
.paspartu_enabled.paspartu_on_top_fixed .fixed_top_header .qode_search_form_3 {
    margin-top: 2%;
}
.paspartu_enabled .vertical_split_slider_preloader, .paspartu_enabled.paspartu_on_top_fixed .fixed_top_header .qode_search_form_3, header.paspartu_header_inside.fixed_top_header .top_header {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}
.paspartu_enabled .paspartu_outer:not(.disable_top_paspartu) .vertical_split_slider {
    margin-top: -2%;
}
.paspartu_enabled .paspartu_outer:not(.disable_bottom_paspartu) .vertical_split_slider {
    margin-bottom: -2%;
}
.paspartu_on_top_fixed header {
    z-index: 202;
}
.paspartu_on_top_fixed:not(.paspartu_on_bottom_fixed) .popup_menu_holder_outer {
    z-index: 201;
}
.paspartu_enabled.vertical_menu_inside_paspartu .vertical_area_background, .paspartu_enabled.vertical_menu_inside_paspartu .vertical_menu_hidden_button, .paspartu_enabled.vertical_menu_inside_paspartu aside.vertical_menu_area, .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_enabled .carousel-inner:not(.relative_position) {
    margin-left: 2%;
}
.paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_enabled.vertical_menu_right .carousel-inner:not(.relative_position), .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right .vertical_area_background, .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right .vertical_menu_hidden_button, .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right aside.vertical_menu_area {
    margin-left: 0;
    margin-right: 2%;
}
.paspartu_enabled.vertical_menu_inside_paspartu .vertical_area_background, .paspartu_enabled.vertical_menu_inside_paspartu .vertical_menu_hidden_button, .paspartu_enabled.vertical_menu_inside_paspartu aside.vertical_menu_area {
    margin-top: 2%;
}
.paspartu_enabled.vertical_menu_enabled.vertical_menu_hidden .carousel-inner:not(.relative_position), .paspartu_enabled.vertical_menu_enabled.vertical_menu_width_290:not(.vertical_menu_hidden):not(.vertical_menu_transparency) .paspartu_outer.paspartu_on_bottom_slider .carousel-inner:not(.relative_position), .paspartu_enabled.vertical_menu_enabled.vertical_menu_width_290:not(.vertical_menu_hidden):not(.vertical_menu_transparency) .paspartu_outer:not(.disable_top_paspartu) .carousel-inner:not(.relative_position), .paspartu_enabled.vertical_menu_enabled.vertical_menu_width_350:not(.vertical_menu_hidden):not(.vertical_menu_transparency) .paspartu_outer.paspartu_on_bottom_slider .carousel-inner:not(.relative_position), .paspartu_enabled.vertical_menu_enabled.vertical_menu_width_350:not(.vertical_menu_hidden):not(.vertical_menu_transparency) .paspartu_outer:not(.disable_top_paspartu) .carousel-inner:not(.relative_position), .paspartu_enabled.vertical_menu_enabled.vertical_menu_width_400:not(.vertical_menu_hidden):not(.vertical_menu_transparency) .paspartu_outer.paspartu_on_bottom_slider .carousel-inner:not(.relative_position), .paspartu_enabled.vertical_menu_enabled.vertical_menu_width_400:not(.vertical_menu_hidden):not(.vertical_menu_transparency) .paspartu_outer:not(.disable_top_paspartu) .carousel-inner:not(.relative_position), .paspartu_enabled.vertical_menu_enabled:not(.vertical_menu_hidden):not(.vertical_menu_transparency) .paspartu_outer.paspartu_on_bottom_slider .carousel-inner:not(.relative_position), .paspartu_enabled.vertical_menu_enabled:not(.vertical_menu_hidden):not(.vertical_menu_transparency) .paspartu_outer:not(.disable_top_paspartu) .carousel-inner:not(.relative_position) {
    left: 0;
    margin-left: 0;
}
.vertical_menu_enabled.paspartu_on_top_fixed header {
    padding: 0;
}
.paspartu_enabled.vertical_menu_outside_paspartu aside.vertical_menu_area {
    z-index: 500;
}
body.vertical_menu_outside_paspartu.paspartu_on_top_fixed .paspartu_outer {
    padding-top: 2%;
}
.vertical_menu_outside_paspartu.vertical_menu_enabled .q_slider, body.paspartu_on_top_fixed.vertical_menu_outside_paspartu .paspartu_outer .content .content_inner {
    padding-top: 0;
}
@media only screen and (min-width: 1000px) {
.vertical_menu_outside_paspartu .content_wrapper {
    margin-left: 2%;
    padding-left: 260px;
    width: 98%;
}
.vertical_menu_outside_paspartu.vertical_menu_left.vertical_menu_width_290 .content_wrapper {
    margin-left: 2%;
    padding-left: 290px;
    width: 98%;
}
.vertical_menu_outside_paspartu.vertical_menu_left.vertical_menu_width_350 .content_wrapper {
    margin-left: 2%;
    padding-left: 350px;
    width: 98%;
}
.vertical_menu_outside_paspartu.vertical_menu_left.vertical_menu_width_400 .content_wrapper {
    margin-left: 2%;
    padding-left: 400px;
    width: 98%;
}
.vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_290 .content_wrapper {
    margin-right: 2%;
    padding-right: 290px;
    width: 98%;
}
.vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_350 .content_wrapper {
    margin-right: 2%;
    padding-right: 350px;
    width: 98%;
}
.vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_400 .content_wrapper {
    margin-right: 2%;
    padding-right: 400px;
    width: 98%;
}
.vertical_menu_outside_paspartu .paspartu_middle_inner {
    padding-left: 260px;
}
.vertical_menu_outside_paspartu .paspartu_left {
    left: 260px;
}
.vertical_menu_outside_paspartu.vertical_menu_width_290 .paspartu_middle_inner {
    padding-left: 290px;
}
.vertical_menu_outside_paspartu.vertical_menu_width_290 .paspartu_left {
    left: 290px;
}
.vertical_menu_outside_paspartu.vertical_menu_width_350 .paspartu_middle_inner {
    padding-left: 350px;
}
.vertical_menu_outside_paspartu.vertical_menu_width_350 .paspartu_left {
    left: 350px;
}
.vertical_menu_outside_paspartu.vertical_menu_width_400 .paspartu_middle_inner {
    padding-left: 400px;
}
.vertical_menu_outside_paspartu.vertical_menu_width_400 .paspartu_left {
    left: 400px;
}
.vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_290 .paspartu_left, .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_350 .paspartu_left, .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_400 .paspartu_left {
    left: 0;
}
.vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_290 .paspartu_middle_inner {
    padding-left: 0;
    padding-right: 290px;
}
.vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_290 .paspartu_right {
    right: 290px;
}
.vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_350 .paspartu_middle_inner {
    padding-left: 0;
    padding-right: 350px;
}
.vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_350 .paspartu_right {
    right: 350px;
}
.vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_400 .paspartu_middle_inner {
    padding-left: 0;
    padding-right: 400px;
}
body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_290.vertical_menu_left:not(.vertical_menu_hidden) .content .full_width, body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_290.vertical_menu_right:not(.vertical_menu_hidden) .content .full_width, body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_350.vertical_menu_left:not(.vertical_menu_hidden) .content .full_width, body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_350.vertical_menu_right:not(.vertical_menu_hidden) .content .full_width, body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_400.vertical_menu_left:not(.vertical_menu_hidden) .content .full_width, body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_400.vertical_menu_right:not(.vertical_menu_hidden) .content .full_width, body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled:not(.vertical_menu_hidden) .content .full_width {
    padding-left: 0;
    padding-right: 0;
}
.vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_400 .paspartu_right {
    right: 400px;
}
}
.vertical_menu_outside_paspartu.vertical_menu_enabled .content .container, .vertical_menu_outside_paspartu.vertical_menu_enabled .full_screen_holder, .vertical_menu_outside_paspartu.vertical_menu_enabled .full_width, .vertical_menu_outside_paspartu.vertical_menu_enabled .q_slider, .vertical_menu_outside_paspartu.vertical_menu_enabled .title_outer, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350 .content .container, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350 .full_screen_holder, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350 .full_width, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350 .q_slider, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350 .title_outer, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350 footer, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400 .content .container, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400 .full_screen_holder, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400 .full_width, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400 .q_slider, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400 .title_outer, .vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400 footer {
    padding-left: 0;
    padding-right: 0;
}
body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right .ajax_loader, body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_290.vertical_menu_right:not(.vertical_menu_hidden) .ajax_loader, body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_290:not(.vertical_menu_hidden) .ajax_loader, body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350.vertical_menu_right:not(.vertical_menu_hidden) .ajax_loader, body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350:not(.vertical_menu_hidden) .ajax_loader, body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400.vertical_menu_right:not(.vertical_menu_hidden) .ajax_loader, body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400:not(.vertical_menu_hidden) .ajax_loader, body.vertical_menu_outside_paspartu.vertical_menu_enabled:not(.vertical_menu_hidden) .ajax_loader {
    margin-left: 0;
}
@media only screen and (min-width: 1024px) {
header.paspartu_header_alignment .header_inner_left {
    left: 2%;
}
}
@media only screen and (max-width: 1024px) {
.paspartu_outer {
    padding: 0 2% 2%;
}
.paspartu_bottom, .paspartu_on_top_fixed .fixed_top_header .top_header, .paspartu_on_top_fixed .paspartu_outer .content_wrapper, .paspartu_on_top_fixed header, .paspartu_top, body:not(.paspartu_on_top_fixed) .paspartu_outer .content:not(.has_slider) .content_inner {
    padding-top: 2%;
}
.paspartu_left, .paspartu_right {
    width: 2%;
}
.paspartu_on_bottom_fixed footer {
    margin-bottom: 2%;
}
body.paspartu_on_top_fixed.paspartu_on_bottom_fixed .popup_menu_holder_outer {
    padding: 2%;
}
.paspartu_enabled #multiscroll-nav.right {
    padding-right: 2%;
}
header.paspartu_header_alignment .header_bottom {
    padding: 0 2%;
}
.paspartu_enabled.vertical_menu_enabled header, footer.paspartu_footer_alignment .footer_bottom_holder, footer.paspartu_footer_alignment .footer_top_holder, header.paspartu_header_inside {
    padding-left: 2%;
    padding-right: 2%;
}
.paspartu_enabled.paspartu_on_top_fixed .fixed_top_header .qode_search_form_3 {
    margin-top: 2%;
}
.paspartu_enabled .vertical_split_slider_preloader, .paspartu_enabled.paspartu_on_top_fixed .fixed_top_header .qode_search_form_3, header.paspartu_header_inside.fixed_top_header .top_header {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}
.paspartu_enabled .paspartu_outer:not(.disable_top_paspartu) .vertical_split_slider {
    margin-top: -2%;
}
.paspartu_enabled .paspartu_outer:not(.disable_bottom_paspartu) .vertical_split_slider {
    margin-bottom: -2%;
}
.paspartu_enabled.vertical_menu_inside_paspartu .vertical_area_background, .paspartu_enabled.vertical_menu_inside_paspartu .vertical_menu_hidden_button, .paspartu_enabled.vertical_menu_inside_paspartu aside.vertical_menu_area, .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_enabled .carousel-inner:not(.relative_position) {
    margin-left: 2%;
}
.paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_enabled.vertical_menu_right .carousel-inner:not(.relative_position), .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right .vertical_area_background, .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right .vertical_menu_hidden_button, .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right aside.vertical_menu_area {
    margin-left: 0;
    margin-right: 2%;
}
.paspartu_enabled.vertical_menu_inside_paspartu .vertical_area_background, .paspartu_enabled.vertical_menu_inside_paspartu .vertical_menu_hidden_button, .paspartu_enabled.vertical_menu_inside_paspartu aside.vertical_menu_area {
    margin-top: 2%;
}
body.vertical_menu_outside_paspartu.paspartu_on_top_fixed .paspartu_outer {
    padding-top: 2%;
}
}
.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 {
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 39px;
    letter-spacing: 1px;
    line-height: 39px;
    margin: 0;
    outline: 0 none;
    padding: 0 23px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn {
    background-color: transparent;
    border: 2px solid #303030;
    border-radius: 4px;
    box-sizing: initial;
    color: #303030;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s;
    width: auto;
}
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;
    text-decoration: none;
}
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn {
    background-color: transparent;
    border: 2px solid #303030;
    border-radius: 4px;
    box-sizing: initial;
    color: #303030;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, border-color 0.1s linear 0s;
    white-space: nowrap;
    width: auto;
}
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;
    text-decoration: none;
}
.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span {
    background-color: transparent;
    border: 2px solid #e5e5e5;
}
.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span:hover, .vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot.active span {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}
.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
    background-color: transparent;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
}
.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span:hover, .vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot.active span {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}
.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span, .vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
    background-color: #e3e3e3;
}
.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list > li > a {
    background-color: transparent;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    color: #b4b4b4;
    cursor: pointer;
    font-size: 18px;
    height: 42px;
    margin: 0 11px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    white-space: nowrap;
    width: 42px;
}
.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list > li.vc_grid-active > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list > li > a:hover {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    color: #303030;
}
.vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded > li > a, .vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a, .vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a {
    border-radius: 30px;
}
.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a {
    border-radius: 0;
    line-height: 38px;
}
.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
    height: 36px;
    line-height: 36px;
    width: 22px;
}
.vc_grid.vc_row.vc_grid-gutter-30px {
    margin-bottom: 0;
}
.vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item {
    border: medium none;
}
.vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.overlapping_content .title_outer {
    position: relative;
    z-index: 50;
}
.overlapping_content .content > .container {
    background-color: #f8f8f8;
}
.overlapping_content .content .content_inner > .container > .overlapping_content, .overlapping_content .content .content_inner > .full_width > .full_width_inner {
    margin-top: -40px;
    position: relative;
    z-index: 100;
}
.overlapping_content .title .title_holder .container {
    box-sizing: border-box;
    padding-bottom: 40px;
}
.overlapping_content .content .content_inner > .container {
    text-align: center;
}
.overlapping_content .content .content_inner > .container > .overlapping_content {
    background-color: #fff;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    vertical-align: middle;
}
.overlapping_content .content .content_inner > .container > .overlapping_content .overlapping_content_inner {
    overflow: hidden;
    text-align: left;
}
.overlapping_content_margin {
    display: block;
    margin: 0 -40px;
    position: relative;
}
@media only screen and (max-width: 1200px) {
.overlapping_content .content .content_inner > .container > .overlapping_content {
    padding: 0 20px;
}
.overlapping_content_margin {
    margin: 0 -20px;
}
}
@media only screen and (max-width: 1000px) {
header .overlapping_content_margin {
    margin: 0;
}
}
.blog_vertical_loop .full_width_inner {
    margin: 0;
}
.blog_vertical_loop article {
    margin: 0 0 140px;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.blog_vertical_loop article.move_up {
    transition: transform 450ms ease 0s;
}
.blog_vertical_loop article.fade_out {
    opacity: 0;
    transform: scale(0.8) translate3d(0px, -10%, 0px);
    transition: all 450ms ease 0s;
}
.blog_vertical_loop article .post_image {
    height: 400px;
    margin-bottom: 55px;
}
.blog_vertical_loop article .post_image_inner {
    height: 100%;
    overflow: hidden;
}
.blog_vertical_loop article .post_image_inner a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.blog_vertical_loop article.previous_post {
    opacity: 0;
    position: absolute;
    transform: scale(0.8) translate3d(0px, -10%, 0px);
}
.blog_vertical_loop article.fade_in {
    opacity: 1;
    transform: scale(1) translate3d(0px, 0px, 0px);
    transition: all 450ms ease 0s;
}
.blog_vertical_loop article.next_post, .blog_vertical_loop article.next_post .post_content_holder .post_image {
    margin: 0;
}
.blog_vertical_loop article.next_post .post_content_holder .post_image > .grid_section, .blog_vertical_loop article.next_post .post_content_holder > .grid_section {
    display: none;
}
.blog_vertical_loop .blog_load_next {
    display: none;
    left: 0;
    position: absolute;
    top: -30px;
    width: 100%;
}
.blog_vertical_loop article.next_post .blog_load_next {
    display: block;
}
.blog_vertical_loop .blog_load_prev {
    bottom: -30px;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}
.blog_vertical_loop article.next_post .blog_load_prev {
    display: none;
}
.blog_vertical_loop_button {
    text-align: left;
}
.blog_vertical_loop_back_button {
    text-align: right;
}
.blog_vertical_loop_back_button .button_icon a, .blog_vertical_loop_button .button_icon a {
    background-color: #303030;
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    position: relative;
    text-align: center;
    transition: background-color 0.15s ease-out 0s;
    width: 60px;
}
.blog_vertical_loop_back_button .button_icon a::before, .blog_vertical_loop_button .button_icon a::before {
    color: #fff;
    content: "3";
    font-family: ElegantIcons;
    font-size: 22px;
    font-variant: normal;
    font-weight: 400;
    line-height: 60px;
    text-transform: none;
    transition: color 0.15s ease-out 0s;
}
.blog_vertical_loop_back_button .button_icon a::before {
    content: "J";
}
.blog_vertical_loop_button_holder .last_page {
    display: none;
}
.blog_vertical_loop article .post_image_title {
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 10;
}
.blog_vertical_loop article.next_post .post_image_title {
    opacity: 1;
}
.blog_vertical_loop article .post_image_title .post_image_title_inner {
    background-color: rgba(0, 0, 0, 0.6);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.blog_vertical_loop article .post_image_title .post_image_title_inner h2 {
    color: #fff;
}
.blog_holder.blog_vertical_loop_type {
    position: relative;
}
.blog_holder.blog_vertical_loop_type article:not(.format-quote):not(.format-link) .social_share_list_holder {
    margin-top: 15px;
}
.blog_holder.blog_vertical_loop_type .qbutton.loop_more {
    margin: 40px 0 0;
}
.blog_holder.blog_vertical_loop_type article:not(.format-quote):not(.format-link) .post_text .post_text_inner {
    background-color: transparent;
    padding: 0;
}
.blog_holder.blog_vertical_loop_type article.format-link .post_text, .blog_holder.blog_vertical_loop_type article.format-quote .post_text {
    margin-bottom: 30px;
}
.blog_holder.blog_vertical_loop_type article .post_text h2 {
    margin-bottom: 35px;
}
.blog_holder article.blog_vertical_loop_type .post_info {
    margin-bottom: 8px;
}
.blog_holder.blog_vertical_loop_type article .post_info > div, .blog_holder.blog_vertical_loop_type article .post_info > span {
    float: left;
    padding-right: 20px;
    position: relative;
}
.blog_holder.blog_vertical_loop_type article .post_info > div:last-child, .blog_holder.blog_vertical_loop_type article .post_info > span:last-child {
    padding-right: 0;
}
.blog_holder.blog_vertical_loop_type article .post_info > div::after, .blog_holder.blog_vertical_loop_type article .post_info > span::after {
    content: "/";
    position: absolute;
    right: 5px;
    top: 0;
}
.blog_holder.blog_vertical_loop_type article .post_info > div:last-child::after, .blog_holder.blog_vertical_loop_type article .post_info > span:last-child::after {
    content: "";
}
.blog_holder.blog_vertical_loop_type .blog_like a {
    line-height: inherit;
}
.qode_parallax_layers {
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.qode_parallax_layers_holder {
    height: 110%;
    left: -5%;
    position: relative;
    top: -5%;
    width: 110%;
}
.qode_parallax_layers_holder .image {
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0px);
    width: 100%;
}
.qode_parallax_layers_holder .paralax_layers_content_holder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.qode_parallax_layers_holder .paralax_layers_content {
    display: table;
    height: 100%;
    width: 100%;
}
.qode_parallax_layers_holder .paralax_layers_content_inner {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.qode-instagram-feed {
    list-style: outside none none;
    margin-left: -5px;
    margin-right: -5px;
}
.qode-instagram-feed.qodef-scale-with-light-overlay a {
    display: block;
    overflow: hidden;
    position: relative;
}
.qode-instagram-feed.qodef-scale-with-light-overlay a::after {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease 0s;
    width: 100%;
}
.qode-instagram-feed.qodef-scale-with-light-overlay a:hover::after {
    opacity: 1;
}
.qode-instagram-feed.qodef-scale-with-light-overlay a:hover img {
    transform: scale(1.05);
}
.qode-instagram-feed.qodef-scale-with-light-overlay a img {
    transition: transform 0.4s ease 0s;
}
.qode-instagram-feed.qodef-scale-with-dark-overlay a {
    display: block;
    overflow: hidden;
    position: relative;
}
.qode-instagram-feed.qodef-scale-with-dark-overlay a::after {
    background-color: rgba(0, 0, 0, 0.35);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease 0s;
    width: 100%;
}
.qode-instagram-feed.qodef-scale-with-dark-overlay a:hover::after {
    opacity: 1;
}
.qode-instagram-feed.qodef-scale-with-dark-overlay a:hover img {
    transform: scale(1.05);
}
.qode-instagram-feed.qodef-scale-with-dark-overlay a img {
    transition: transform 0.4s ease 0s;
}
.qode-instagram-feed li {
    box-sizing: border-box;
    float: left;
    margin: 0 0 10px;
    padding: 0 5px;
}
.qode-instagram-feed li img {
    display: block;
}
.qode-instagram-feed.qode-col-9 li {
    width: 11.1111%;
}
.qode-instagram-feed.qode-col-8 li {
    width: 12.5%;
}
.qode-instagram-feed.qode-col-7 li {
    width: 14.2857%;
}
.qode-instagram-feed.qode-col-6 li {
    width: 16.6667%;
}
.qode-instagram-feed.qode-col-5 li {
    width: 20%;
}
.qode-instagram-feed.qode-col-4 li {
    width: 25%;
}
.qode-instagram-feed.qode-col-3 li {
    width: 33.33%;
}
.qode-instagram-feed.qode-col-2 li {
    width: 50%;
}
@keyframes justified-gallery-show-caption-animation {
0% {
    opacity: 0;
}
100% {
    opacity: 0.7;
}
}
@keyframes justified-gallery-show-caption-animation {
0% {
    opacity: 0;
}
100% {
    opacity: 0.7;
}
}
@keyframes justified-gallery-show-caption-animation {
0% {
    opacity: 0;
}
100% {
    opacity: 0.7;
}
}
@keyframes justified-gallery-show-entry-animation {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes justified-gallery-show-entry-animation {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes justified-gallery-show-entry-animation {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.justified-gallery {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.justified-gallery > a, .justified-gallery > div {
    display: inline-block;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
.justified-gallery > a > a > img, .justified-gallery > a > img, .justified-gallery > div > a > img, .justified-gallery > div > img {
    border: 0 none;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
}
.justified-gallery > a > .caption, .justified-gallery > div > .caption {
    background-color: #000;
    bottom: 0;
    color: #fff;
    display: none;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 300;
    left: 0;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 0;
}
.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
    animation: 0.5s ease 0s normal none 0 running justified-gallery-show-caption-animation;
    display: initial;
    opacity: 0.7;
}
.justified-gallery > .entry-visible {
    animation: 0.5s ease 0s normal none 0 running justified-gallery-show-entry-animation;
    opacity: 1;
}
.justified-gallery > .jg-filtered {
    display: none;
}
.justified-gallery > .spinner {
    bottom: 0;
    filter: initial;
    left: 50%;
    margin-left: -24px;
    opacity: initial;
    overflow: initial;
    padding: 10px 0;
    position: absolute;
}
.justified-gallery > .spinner > span {
    background-color: #000;
    border-radius: 6px;
    display: inline-block;
    height: 8px;
    margin: 0 4px;
    opacity: 0;
    width: 8px;
}
.justified-gallery > article {
    display: inline-block;
    opacity: 0;
    overflow: hidden;
    position: absolute;
}
.justified-gallery > article a img {
    border: 0 none;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
}
.qode-icon-holder {
    display: inline-block;
    vertical-align: middle;
}
.qode-icon-holder.qode-icon-circle, .qode-icon-holder.qode-icon-square {
    background-color: #1abc9c;
    height: 2em;
    line-height: 2em;
    text-align: center;
    transition: background-color 0.8s cubic-bezier(0.19, 0.65, 0.02, 0.93) 0s, border-color 0.8s cubic-bezier(0.19, 0.65, 0.02, 0.93) 0s;
    width: 2em;
}
.qode-icon-holder.qode-icon-circle a, .qode-icon-holder.qode-icon-square a {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.qode-icon-holder.qode-icon-circle {
    border-radius: 50%;
}
.qode-icon-holder.qode-icon-tiny {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.qode-icon-holder.qode-icon-small {
    font-size: 2em;
}
.qode-icon-holder.qode-icon-medium {
    font-size: 3em;
}
.qode-icon-holder.qode-icon-large {
    font-size: 4em;
}
.qode-icon-holder.qode-icon-huge {
    font-size: 5em;
}
.qode-icon-holder .qode-icon-element {
    color: #fff;
    line-height: inherit;
    transition: color 0.8s cubic-bezier(0.19, 0.65, 0.02, 0.93) 0s;
}
.qode-icon-holder .qode-icon-element::before {
    line-height: inherit;
}
.vertical_menu_enabled .content .container, .vertical_menu_enabled .full_width, .vertical_menu_enabled .q_slider, .vertical_menu_enabled .title_outer, .vertical_menu_enabled footer {
    padding-left: 260px;
}
.boxed.vertical_menu_enabled .content .container, .boxed.vertical_menu_enabled .full_width, .boxed.vertical_menu_enabled .q_slider, .boxed.vertical_menu_enabled .title_outer, .boxed.vertical_menu_enabled footer {
    padding-left: 0;
}
.boxed.vertical_menu_enabled, .boxed.vertical_menu_enabled footer.uncover {
    padding-left: 260px;
}
.vertical_menu_enabled .content .title .container {
    padding-left: 0;
}
.vertical_menu_enabled .content .container, .vertical_menu_enabled .q_slider, .vertical_menu_enabled footer {
    width: auto;
}
aside.vertical_menu_area {
    backface-visibility: hidden;
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    outline: 0 none;
    padding: 10px 30px;
    position: fixed;
    top: 0;
    transition: background-color 0.3s ease 0s;
    width: 260px;
    z-index: 101;
}
aside.vertical_menu_area.with_scroll {
    overflow: hidden;
}
aside.vertical_menu_area .vertical_menu_area_widget_holder {
    font-size: 13px;
    position: relative;
}
.vertical_menu_enabled.vertical_area_transparent .content {
    padding-left: 0;
}
.vertical_menu_transparency_on aside.vertical_menu_area.light .q_social_icon_holder i.simple_social, .vertical_menu_transparency_on aside.vertical_menu_area.light .q_social_icon_holder span.simple_social, .vertical_menu_transparency_on aside.vertical_menu_area.light .vertical_menu_area_widget_holder, .vertical_menu_transparency_on aside.vertical_menu_area.light .widget a {
    color: #fff;
}
.vertical_menu_transparency_on aside.vertical_menu_area.dark .q_social_icon_holder i.simple_social, .vertical_menu_transparency_on aside.vertical_menu_area.dark .q_social_icon_holder span.simple_social, .vertical_menu_transparency_on aside.vertical_menu_area.dark .vertical_menu_area_widget_holder, .vertical_menu_transparency_on aside.vertical_menu_area.dark .widget a {
    color: #000;
}
.vertical_menu_enabled header {
    display: block;
}
.vertical_menu_enabled header .header_inner {
    display: none;
}
.vertical_area_background {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: opacity 0.6s ease 0s;
    width: 260px;
    z-index: 0;
}
.vertical_logo_wrapper {
    position: relative;
    z-index: 100;
}
.vertical_logo_wrapper img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease 0s;
}
.q_logo_vertical img.normal {
    position: relative;
}
.q_logo_vertical img.dark, .q_logo_vertical img.light, .vertical_menu_transparency_on .light .q_logo_vertical img.normal {
    opacity: 0;
}
.vertical_menu_transparency_on .light .q_logo_vertical img.light {
    opacity: 1;
}
.vertical_menu_transparency_on .dark .q_logo_vertical img.light, .vertical_menu_transparency_on .dark .q_logo_vertical img.normal, .vertical_menu_transparency_on .light .q_logo_vertical img.dark {
    opacity: 0;
}
.vertical_menu_transparency_on .dark .q_logo_vertical img.dark {
    opacity: 1;
}
nav.vertical_menu {
    margin: 45px 0 0;
    position: relative;
    z-index: 101;
}
.vertical_menu ul {
    list-style: outside none none;
}
.vertical_menu ul li {
    position: relative;
}
nav.vertical_menu > ul > li > a {
    color: #303030;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 34px;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease 0s;
}
.vertical_menu_transparency_on .light nav.vertical_menu > ul > li > a {
    color: #fff;
}
.vertical_menu_transparency_on .dark nav.vertical_menu > ul > li > a {
    color: #000;
}
.vertical_menu .second .inner {
    display: block;
    padding: 0;
    position: relative;
    z-index: 997;
}
.vertical_menu_float .second .inner_arrow, .vertical_menu_on_click .second .inner_arrow, .vertical_menu_on_click .second ul ul, .vertical_menu_toggle .second .inner_arrow, .vertical_menu_toggle .second ul ul {
    display: none;
}
.vertical_menu .second .inner > ul > li > a:hover {
    color: #303030;
}
.vertical_menu_on_click .second, .vertical_menu_toggle .second {
    display: none;
    margin: 0;
    overflow: hidden;
    z-index: 10;
}
nav.vertical_menu_on_click ul li a, nav.vertical_menu_toggle ul li a {
    display: block;
}
nav.vertical_menu_on_click ul li a .line, nav.vertical_menu_toggle ul li a .line {
    display: none;
}
nav.vertical_menu_float ul > li.menu-item-has-children > a > .plus, nav.vertical_menu_on_click ul > li.menu-item-has-children > a > .plus, nav.vertical_menu_toggle ul > li.menu-item-has-children > a > .plus {
    background-image: url("img/vertical_menu_cross.png");
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    display: block;
    float: right;
    height: 8px;
    margin: 12px 0 0;
    position: relative;
    width: 20px;
    z-index: 10000;
}
nav.vertical_menu_float ul li ul > li.menu-item-has-children > a > .plus, nav.vertical_menu_on_click ul li ul > li.menu-item-has-children > a > .plus, nav.vertical_menu_toggle ul li ul > li.menu-item-has-children > a > .plus {
    margin: 5px 0 0;
}
.no-touch nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .no-touch nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .no-touch nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, .touch nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .touch nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .touch nav.vertical_menu_toggle ul > li.menu-item-has-children.open > a > .plus {
    background-image: url("img/vertical_menu_minus.png");
}
nav.vertical_menu_float ul li.menu-item-has-children a span, nav.vertical_menu_on_click ul li.menu-item-has-children a span, nav.vertical_menu_toggle ul li.menu-item-has-children a span {
    display: inline-block;
    line-height: 1em;
    max-width: 180px;
}
nav.vertical_menu_float ul li a .q_menu_arrow, nav.vertical_menu_on_click li.narrow .second .inner ul ul, nav.vertical_menu_on_click ul li a .q_menu_arrow, nav.vertical_menu_toggle li.narrow .second .inner ul ul, nav.vertical_menu_toggle ul li a .q_menu_arrow {
    display: none;
}
.vertical_menu_float .menu-item .second {
    background-color: #fff;
    left: calc(100% + 30px);
    margin-left: 50px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.vertical_menu_float .menu-item .second * {
    transition: visibility 0.3s ease-in-out 0s;
    visibility: hidden;
}
.vertical_menu_float .menu-item .second.vertical_menu_start {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}
.vertical_menu_float .menu-item .second.vertical_menu_start * {
    visibility: visible;
}
.vertical_menu_float .menu-item .second.vertical_menu_start ul li ul, .vertical_menu_float .menu-item .second.vertical_menu_start ul li ul * {
    visibility: hidden;
}
.vertical_menu_float .menu-item .second.vertical_menu_start ul li ul.vertical_submenu_start, .vertical_menu_float .menu-item .second.vertical_menu_start ul li ul.vertical_submenu_start * {
    visibility: visible;
}
.vertical_menu_float .second .inner ul {
    width: 100%;
}
.vertical_menu_float li.narrow .second .inner ul {
    background-color: #fff;
    border: medium none;
    padding: 0;
}
.vertical_menu_float .second .inner ul li ul {
    background-color: #fff;
    border: medium none;
    height: auto;
    left: 100%;
    margin-left: 50px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.vertical_menu_float .second .inner ul li ul.vertical_submenu_start {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}
.vertical_menu_enabled.vertical_menu_transparency_on:not(.vertical_menu_hidden) aside.vertical_menu_area .vertical_menu_float .menu-item .second, .vertical_menu_enabled.vertical_menu_transparency_on:not(.vertical_menu_hidden) aside.vertical_menu_area .vertical_menu_float .second .inner ul li ul {
    background-color: transparent;
}
.vertical_menu_transparency_on .light nav.vertical_menu_float ul > li.menu-item-has-children > a > .plus, .vertical_menu_transparency_on .light nav.vertical_menu_on_click ul > li.menu-item-has-children > a > .plus, .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a > .plus {
    background-image: url("img/vertical_menu_cross_white.png");
}
.vertical_menu_transparency_on .light nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .light nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
    background-image: url("img/vertical_menu_minus_white.png");
}
.vertical_menu_transparency_on .dark nav.vertical_menu_float ul > li.menu-item-has-children > a > .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_on_click ul > li.menu-item-has-children > a > .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a > .plus {
    background-image: url("img/vertical_menu_cross_black.png");
}
.vertical_menu_transparency_on .dark nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
    background-image: url("img/vertical_menu_minus_black.png");
}
@media not all, only screen and (min--moz-device-pixel-ratio: 1.5), not all, not all, only screen and (min-resolution: 160dpi) {
nav.vertical_menu_float ul li.menu-item-has-children a .plus, nav.vertical_menu_on_click ul li.menu-item-has-children a .plus, nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
    background-image: url("img/vertical_menu_cross@1_5x.png");
}
.no-touch nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .no-touch nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .no-touch nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, .touch nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .touch nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .touch nav.vertical_menu_toggle ul > li.menu-item-has-children.open > a > .plus {
    background-image: url("img/vertical_menu_minus@1_5x.png");
}
.vertical_menu_transparency_on .light nav.vertical_menu_float ul li.menu-item-has-children a .plus, .vertical_menu_transparency_on .light nav.vertical_menu_on_click ul li.menu-item-has-children a .plus, .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
    background-image: url("img/vertical_menu_cross_white@1_5x.png");
}
.vertical_menu_transparency_on .light nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .light nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
    background-image: url("img/vertical_menu_minus_white@1_5x.png");
}
.vertical_menu_transparency_on .dark nav.vertical_menu_float ul li.menu-item-has-children a .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_on_click ul li.menu-item-has-children a .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
    background-image: url("img/vertical_menu_cross_black@1_5x.png");
}
.vertical_menu_transparency_on .dark nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
    background-image: url("img/vertical_menu_minus_black@1_5x.png");
}
}
@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all, not all, only screen and (min-resolution: 210dpi) {
nav.vertical_menu_float ul li.menu-item-has-children a .plus, nav.vertical_menu_on_click ul li.menu-item-has-children a .plus, nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
    background-image: url("img/vertical_menu_cross@2x.png");
}
.no-touch nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .no-touch nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .no-touch nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, .touch nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .touch nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .touch nav.vertical_menu_toggle ul > li.menu-item-has-children.open > a > .plus {
    background-image: url("img/vertical_menu_minus@2x.png");
}
.vertical_menu_transparency_on .light nav.vertical_menu_float ul li.menu-item-has-children a .plus, .vertical_menu_transparency_on .light nav.vertical_menu_on_click ul li.menu-item-has-children a .plus, .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
    background-image: url("img/vertical_menu_cross_white@2x.png");
}
.vertical_menu_transparency_on .light nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .light nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
    background-image: url("img/vertical_menu_minus_white@2x.png");
}
.vertical_menu_transparency_on .dark nav.vertical_menu_float ul li.menu-item-has-children a .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_on_click ul li.menu-item-has-children a .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
    background-image: url("img/vertical_menu_cross_black@2x.png");
}
.vertical_menu_transparency_on .dark nav.vertical_menu_float ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_on_click ul > li.menu-item-has-children.open > a > .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
    background-image: url("img/vertical_menu_minus_black@2x.png");
}
}
nav.vertical_menu_on_click li.narrow .second .inner ul, nav.vertical_menu_toggle li.narrow .second .inner ul {
    background-color: transparent;
    padding: 0;
    width: 100%;
}
.vertical_menu_float .second .inner ul li a, .vertical_menu_on_click .second .inner ul li a, .vertical_menu_toggle .second .inner ul li a {
    color: #818181;
    display: block;
    font-family: inherit;
    font-size: 13px;
    height: auto;
    line-height: 18px;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}
.blog_holder.blog_pinterest article .entry_title:hover, .blog_holder.masonry_gallery article.format-link:hover .entry_title, .blog_holder.masonry_gallery article.format-quote:hover .entry_title, .blog_holder.masonry_gallery article:hover:not(.format-link):not(.format-quote) .entry_title {
    text-decoration: underline;
}
.vertical_menu_transparency_on .light .vertical_menu_float .second .inner ul li a, .vertical_menu_transparency_on .light .vertical_menu_on_click .second .inner ul li a, .vertical_menu_transparency_on .light .vertical_menu_toggle .second .inner ul li a {
    color: #fff;
}
.vertical_menu_transparency_on .dark .vertical_menu_float .second .inner ul li a, .vertical_menu_transparency_on .dark .vertical_menu_on_click .second .inner ul li a, .vertical_menu_transparency_on .dark .vertical_menu_toggle .second .inner ul li a {
    color: #000;
}
.vertical_menu_float .second .inner ul li a, .vertical_menu_on_click .second .inner ul ul li a, .vertical_menu_toggle .second .inner ul ul li a {
    padding-left: 15px;
    padding-right: 15px;
}
.vertical_menu_area_widget_holder {
    margin: 60px 0 0;
}
.vertical_menu_enabled .carousel-inner:not(.relative_position) {
    left: 260px;
}
.vertical_menu_area .q_social_icon_holder {
    margin: 0 8px 2px 0;
}
.vertical_menu_enabled .content {
    margin-top: 0;
    padding-top: 0;
}
.boxed.vertical_menu_enabled .carousel-inner {
    left: auto;
    width: 1150px;
}
.vertical_menu_enabled.vertical_menu_transparency .full_section_inner {
    overflow: hidden;
}
.vertical_menu_enabled.vertical_menu_transparency_on:not(.vertical_menu_hidden) aside.vertical_menu_area {
    background-color: transparent;
}
.vertical_menu_enabled.vertical_menu_transparency_on:not(.vertical_menu_hidden) aside.vertical_menu_area .vertical_area_background {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
.vertical_menu_enabled.vertical_menu_transparency .q_slider {
    padding-left: 0;
}
.vertical_menu_enabled.vertical_menu_enabled.vertical_menu_transparency .carousel-inner:not(.relative_position) {
    left: 0;
}
.boxed.vertical_menu_enabled.vertical_menu_enabled.vertical_menu_transparency .carousel-inner:not(.relative_position) {
    left: auto;
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-control.left {
    bottom: 60px;
    height: 44px;
    opacity: 1;
    right: 105px;
    top: auto;
    width: 44px;
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-control.right {
    bottom: 60px;
    height: 44px;
    opacity: 1;
    right: 50px;
    top: auto;
    width: 44px;
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-control .prev_nav {
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: 0;
    top: 0;
    width: 40px;
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-control .next_nav {
    height: 40px;
    line-height: 40px;
    margin: 0;
    right: 0;
    top: 0;
    width: 40px;
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-control i {
    font-size: 24px;
    line-height: 40px;
}
.vertical_menu_enabled.vertical_menu_transparency .carousel-indicators {
    display: none;
}
.boxed.vertical_menu_enabled.page-template-landing_page-php, .vertical_menu_enabled.page-template-landing_page-php .content .container, .vertical_menu_enabled.page-template-landing_page-php .full_screen_holder, .vertical_menu_enabled.page-template-landing_page-php .full_width, .vertical_menu_enabled.page-template-landing_page-php .q_slider, .vertical_menu_enabled.page-template-landing_page-php .title_outer {
    padding-left: 0;
}
.vertical_menu_enabled.page-template-landing_page-php .carousel-inner:not(.relative_position) {
    left: 0;
}
.vertical_menu_hidden aside.vertical_menu_area {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
    left: -220px;
    padding: 10px 40px;
    transition: left 0.15s ease-out 0s;
}
.vertical_menu_hidden .vertical_area_background {
    left: -220px;
    transition: left 0.15s ease-out 0s;
}
.vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_area_background, .vertical_menu_hidden.vertical_menu_hidden_with_logo aside.vertical_menu_area {
    left: -190px;
}
.vertical_menu_hidden aside.vertical_menu_area.active, .vertical_menu_hidden aside.vertical_menu_area.active .vertical_area_background {
    left: 0;
}
.boxed.vertical_menu_enabled.vertical_menu_hidden, .boxed.vertical_menu_enabled.vertical_menu_hidden footer.uncover, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .content .container, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .full_screen_holder, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .full_width, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .q_slider, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .title_outer, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) footer, body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .content .full_width {
    padding-left: 40px;
}
.vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .carousel-inner:not(.relative_position) {
    left: 40px;
}
.boxed.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo, .boxed.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo footer.uncover, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .content .container, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .full_screen_holder, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .full_width, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .q_slider, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .title_outer, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) footer {
    padding-left: 70px;
}
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .carousel-inner:not(.relative_position) {
    left: 70px;
}
.vertical_menu_enabled.vertical_menu_hidden .carousel-control .next_nav, .vertical_menu_enabled.vertical_menu_hidden .carousel-control .prev_nav {
    margin-top: -27px;
}
.vertical_menu_hidden_button {
    display: block;
    height: 40px;
    left: 0;
    position: fixed;
    top: 0;
    width: 40px;
    z-index: 11;
}
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_menu_hidden_button {
    height: 40px;
    width: 70px;
    z-index: 1000;
}
.vertical_menu_hidden_button_line {
    background: #303030 none repeat scroll 0 0;
    display: block;
    font-size: 30px;
    height: 3px;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    top: 50%;
    width: 22px;
}
.vertical_menu_hidden_button_line::after, .vertical_menu_hidden_button_line::before {
    background: #303030 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform-origin: center center 0;
    width: 100%;
}
.vertical_menu_hidden_button_line::before {
    top: -6px;
}
.vertical_menu_hidden_button_line::after {
    bottom: -6px;
}
.vertical_menu_area.active .vertical_menu_hidden_button .vertical_menu_hidden_button_line {
    background: rgba(220, 151, 31, 0) none repeat scroll 0 0;
}
.vertical_menu_area.active .vertical_menu_hidden_button .vertical_menu_hidden_button_line::after {
    transform: rotate(-45deg) translate(3px, -8px);
}
.vertical_menu_area.active .vertical_menu_hidden_button .vertical_menu_hidden_button_line::before {
    top: -8px;
    transform: rotate(45deg) translate(3px, 8px);
}
.vertical_menu_hidden_button_line, .vertical_menu_hidden_button_line::after, .vertical_menu_hidden_button_line::before {
    transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65) 0s;
}
.vertical_menu_hidden_button:hover .vertical_menu_hidden_button_line::before {
    top: -8px;
}
.vertical_menu_area.active .vertical_menu_hidden_button .vertical_menu_hidden_button_line::after, .vertical_menu_hidden_button:hover .vertical_menu_hidden_button_line::after {
    bottom: -8px;
}
.vertical_menu_hidden .vertical_menu_area_bottom_logo {
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: center;
    transition: left 0.15s ease-in-out 0s;
    width: 70px;
    z-index: 1000;
}
.vertical_menu_hidden .vertical_menu_area_bottom_logo_inner {
    bottom: 20px;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    width: 100%;
}
.vertical_menu_hidden .vertical_menu_area_bottom_logo_inner a {
    display: block;
    padding: 0 10px;
}
.vertical_menu_hidden .vertical_menu_area_bottom_logo.active {
    left: -70px;
}
.vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_menu_area:not(.active) .vertical_menu_area_inner {
    left: -30px;
}
.vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_menu_area .vertical_menu_area_inner {
    height: 100%;
    left: 0;
    position: relative;
}
.vertical_menu_hidden.vertical_menu_width_290 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_width_290 aside.vertical_menu_area .vertical_area_background {
    left: -250px;
    width: 290px;
}
.vertical_menu_hidden.vertical_menu_width_350 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_width_350 aside.vertical_menu_area .vertical_area_background {
    left: -310px;
    width: 350px;
}
.vertical_menu_hidden.vertical_menu_width_400 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_width_400 aside.vertical_menu_area .vertical_area_background {
    left: -360px;
    width: 400px;
}
.vertical_menu_hidden.vertical_menu_width_290 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_width_290 aside.vertical_menu_area.active .vertical_area_background, .vertical_menu_hidden.vertical_menu_width_350 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_width_350 aside.vertical_menu_area.active .vertical_area_background, .vertical_menu_hidden.vertical_menu_width_400 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_width_400 aside.vertical_menu_area.active .vertical_area_background {
    left: 0;
}
.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_290 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_290 aside.vertical_menu_area .vertical_area_background {
    left: -220px;
    width: 290px;
}
.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_350 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_350 aside.vertical_menu_area .vertical_area_background {
    left: -280px;
    width: 350px;
}
.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_400 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_400 aside.vertical_menu_area .vertical_area_background {
    left: -330px;
    width: 400px;
}
.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_290 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_290 aside.vertical_menu_area.active .vertical_area_background, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_350 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_350 aside.vertical_menu_area.active .vertical_area_background, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_400 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_400 aside.vertical_menu_area.active .vertical_area_background {
    left: 0;
}
.vertical_menu_area.vertically_center_content .vertical_menu_area_inner {
    height: 100%;
    position: relative;
    width: 100%;
}
.vertical_menu_area.vertically_center_content nav.vertical_menu {
    box-sizing: border-box;
    display: table;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 100px 0 150px;
    position: absolute;
    text-align: inherit;
    top: 0;
    width: 100%;
}
.vertical_menu_area.vertically_center_content nav.vertical_menu ul {
    display: table-cell;
    height: auto;
    margin: 0;
    min-height: 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 101;
}
.vertical_menu_area.vertically_center_content .vertical_menu_area_widget_holder {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    z-index: 101;
}
.vertical_menu_area.vertically_center_content .vertical_menu_area_widget_holder .widget {
    margin-bottom: 15px;
}
@keyframes fade_out {
0% {
    opacity: 1;
    visibility: visible;
}
100% {
    opacity: 0;
    visibility: hidden;
}
}
@keyframes fade_out {
0% {
    opacity: 1;
    visibility: visible;
}
100% {
    opacity: 0;
    visibility: hidden;
}
}
@keyframes fade_out {
0% {
    opacity: 1;
    visibility: visible;
}
100% {
    opacity: 0;
    visibility: hidden;
}
}
@keyframes fade_in {
0% {
    opacity: 0;
    visibility: hidden;
}
100% {
    opacity: 1;
    visibility: visible;
}
}
@keyframes fade_in {
0% {
    opacity: 0;
    visibility: hidden;
}
100% {
    opacity: 1;
    visibility: visible;
}
}
@keyframes fade_in {
0% {
    opacity: 0;
    visibility: hidden;
}
100% {
    opacity: 1;
    visibility: visible;
}
}
.qode_popup_menu_push_text_right .popup_menu_holder_outer, .qode_popup_menu_push_text_top .popup_menu_holder_outer, .qode_popup_menu_text_scaledown .popup_menu_holder_outer {
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 105;
}
.qode_popup_menu_fade_out .popup_menu_holder_outer {
    animation: 0.25s linear 0s normal both 1 running fade_out;
    backface-visibility: hidden;
}
.popup_menu_opened.qode_popup_menu_fade_in .popup_menu_holder_outer {
    animation: 0.25s linear 0s normal both 1 running fade_in;
    backface-visibility: hidden;
}
@keyframes push_text_right {
0% {
    opacity: 0;
    transform: translateX(-60px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes push_text_right {
0% {
    opacity: 0;
    transform: translateX(-60px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes push_text_right {
0% {
    opacity: 0;
    transform: translateX(-60px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes push_nav_right {
0% {
    opacity: 0;
    transform: translateX(-60px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes push_nav_right {
0% {
    opacity: 0;
    transform: translateX(-60px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
@keyframes push_nav_right {
0% {
    opacity: 0;
    transform: translateX(-60px);
}
100% {
    opacity: 1;
    transform: translateX(0px);
}
}
.popup_menu_opened.qode_popup_menu_push_text_right .popup_menu_holder_outer .popup_menu_widget_holder > div, .popup_menu_opened.qode_popup_menu_push_text_right .popup_menu_holder_outer nav > ul > li > a {
    animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) 0s normal both 1 running push_text_right;
    backface-visibility: hidden;
}
.qode_popup_menu_push_text_right.qode_popup_menu_push_nav_right .popup_menu_holder_outer .popup_menu_widget_holder, .qode_popup_menu_push_text_right.qode_popup_menu_push_nav_right .popup_menu_holder_outer nav {
    backface-visibility: hidden;
    transform: translateX(50px);
    transition: all 0.75s ease-out 0s;
}
@keyframes push_text_top {
0% {
    opacity: 0;
    transform: translateY(60px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes push_text_top {
0% {
    opacity: 0;
    transform: translateY(60px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
@keyframes push_text_top {
0% {
    opacity: 0;
    transform: translateY(60px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}
}
.popup_menu_opened.qode_popup_menu_push_text_top .popup_menu_holder_outer .popup_menu_widget_holder > div, .popup_menu_opened.qode_popup_menu_push_text_top .popup_menu_holder_outer nav > ul > li > a {
    animation: 0.4s ease-out 0.5s normal both 1 running push_text_top;
    backface-visibility: hidden;
}
.qode_popup_menu_push_text_top.qode_popup_menu_push_nav_top .popup_menu_holder_outer .popup_menu_widget_holder, .qode_popup_menu_push_text_top.qode_popup_menu_push_nav_top .popup_menu_holder_outer nav {
    backface-visibility: hidden;
    transform: translateY(-30px);
    transition: all 0.75s ease-out 0s;
}
.popup_menu_opened.qode_popup_menu_text_scaledown .popup_menu_holder_outer .popup_menu_widget_holder, .popup_menu_opened.qode_popup_menu_text_scaledown .popup_menu_holder_outer nav {
    backface-visibility: hidden;
    opacity: 1;
    transform: scale(1);
    transition: all 0.25s linear 0.1s;
}
.qode_popup_menu_text_scaledown .popup_menu_holder_outer .popup_menu_widget_holder, .qode_popup_menu_text_scaledown .popup_menu_holder_outer nav {
    backface-visibility: hidden;
    opacity: 0;
    transform: scale(1.1);
    transition: all 0.25s linear 0.1s;
}
.qode_content_slider {
    overflow: hidden;
    position: relative;
}
.qode_content_slider .qode_content_slider_inner {
    padding-left: 1px;
}
.qode_content_slider .flex-control-nav {
    text-align: center;
}
.qode_content_slider .flex-control-nav li {
    display: inline-block;
    height: 9px;
    margin: 0 5px;
    width: 9px;
}
.qode_content_slider .flex-control-nav li a {
    background-color: #cfcfcf;
    border-radius: 50%;
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}
.qode_content_slider .flex-control-nav li a.flex-active {
    background-color: #303030;
}
.qode_content_slider .flex-direction-nav a {
    border: medium none;
    transition: background-color 0.2s ease 0s;
}
.qode_content_slider .flex-direction-nav i {
    transition: color 0.2s ease 0s;
}
.qode_content_slider .flex-direction-nav .flex-prev {
    border-radius: 2em;
    left: 15px;
}
.qode_content_slider .flex-direction-nav .flex-next {
    border-radius: 2em;
    right: 15px;
}
.qode_content_slider .flex-direction-nav .flex-next:hover, .qode_content_slider .flex-direction-nav .flex-prev:hover {
    background-color: #fff;
}
.qode_content_slider .flex-direction-nav .flex-next:hover i, .qode_content_slider .flex-direction-nav .flex-prev:hover i {
    color: #8a8a8a;
}
.qode_content_slider.has_control_nav .flex-direction-nav a {
    transform: translateY(-50px);
}
.qode_content_slider.drag_enabled {
    cursor: grab;
}
.qode_content_slider.control_nav_justified {
    overflow: visible;
}
.qode-banner, .qode-twitter-feed-shortcode {
    overflow: hidden;
}
.qode_content_slider.control_nav_justified .flex-control-nav {
    margin: auto;
    position: relative;
}
.qode_content_slider.control_nav_justified .flex-control-nav::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    z-index: -1;
}
.qode_content_slider.control_nav_justified .flex-control-nav li {
    border-radius: 50%;
    height: auto;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: auto;
}
.qode_content_slider.control_nav_justified .flex-control-nav li a {
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
    height: 16px;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.48) 0s;
    width: 16px;
}
.qode_content_slider.control_nav_justified .flex-control-nav li a::after {
    background-color: #cfcfcf;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
}
.qode_content_slider.control_nav_justified .flex-control-nav li a.flex-active {
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.12);
    transform: scale(1.3);
}
.q_price_table.qode_pricing_table_advanced {
    border-top: medium none;
    color: inherit;
}
.q_price_table.qode_pricing_table_advanced .price_table_inner {
    background-color: transparent;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.q_price_table.qode_pricing_table_advanced .price_table_inner .price {
    display: inline-block;
    font-size: 77px;
    font-weight: 200;
    line-height: 60px;
    padding: 0 3px;
    vertical-align: middle;
}
.q_price_table.qode_pricing_table_advanced .price_table_inner .mark {
    display: block;
    font-size: 13px;
    line-height: 19px;
    margin-top: 31px;
    position: relative;
    vertical-align: bottom;
}
.q_price_table.qode_pricing_table_advanced .price_table_inner .value {
    color: #1abc9c;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    top: -13px;
}
.q_price_table.qode_pricing_table_advanced .qode_pt_subtitle {
    color: #1abc9c;
    display: block;
    font-size: 13px;
}
.q_price_table.qode_pricing_table_advanced .qode_price_table_prices {
    display: table-cell;
    text-align: right;
    vertical-align: top;
    width: 40%;
}
.q_price_table.qode_pricing_table_advanced .qode_pricing_table_text {
    display: table-cell;
    list-style: outside none none;
    margin: 0;
    padding-left: 30px;
    vertical-align: top;
    width: 60%;
}
.q_price_table.qode_pricing_table_advanced .qode_pricing_table_text li {
    padding: 0;
    text-align: left;
}
.q_price_table.qode_pricing_table_advanced .qode_pricing_table_text li.qode_pt_title {
    padding: 2px 0 18px;
}
.q_price_table.qode_pricing_table_advanced .qode_pricing_table_text li ul {
    padding: 18px 0 25px;
}
.q_price_table.qode_pricing_table_advanced .qode_pricing_table_text li ul li {
    padding: 5px 0;
}
.q_price_table.qode_pricing_table_advanced .price_button .qbutton {
    margin: 0;
}
.q_price_table.qode_pricing_table_advanced .qode_pt_additional_info {
    border-top: 1px solid #e3e3e3;
    font-size: 13px;
    margin-top: 40px;
    padding-top: 20px;
}
.q_price_table.qode_pricing_table_advanced .qode_pt_additional_info .qode_pt_icon {
    color: #1abc9c;
    font-size: 19px;
    margin-right: 12px;
    vertical-align: middle;
}
.q_price_table.qode_pricing_table_advanced .qode_pt_image {
    margin-bottom: 38px;
}
.qode-banner {
    position: relative;
}
.qode-banner .qode-banner-image img {
    vertical-align: middle;
}
.qode-banner .qode-banner-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}
.qode-banner .qode-banner-content {
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 7.2%;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-out 0s;
    width: 100%;
    z-index: 10;
}
.qode-banner .qode-banner-content .qode-banner-content-inner {
    display: table;
    height: 100%;
    width: 100%;
}
.qode-banner .qode-banner-content .qode-banner-text-holder {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.qode-banner .qode-banner-content .qode-banner-text-holder * {
    color: #fff;
}
.qode-banner.qode-banner-va-bottom .qode-banner-content .qode-banner-text-holder {
    vertical-align: bottom;
}
.qode-banner.qode-banner-va-top .qode-banner-content .qode-banner-text-holder {
    vertical-align: top;
}
.qode-banner:hover .qode-banner-content {
    opacity: 0;
}
.transparent_content .container_inner.default_template_holder, .transparent_content .content, .transparent_content .content .container, .transparent_content .full_width, .transparent_content .more_facts_holder, .transparent_content .paspartu_bottom, .transparent_content .paspartu_left, .transparent_content .paspartu_outer, .transparent_content .paspartu_outer .content:not(.has_slider) .content_inner, .transparent_content .paspartu_outer .edgt_slider, .transparent_content .paspartu_right, .transparent_content .wrapper {
    background-color: transparent;
}
.transparent_content.overlapping_content .content .content_inner > .container, .transparent_content.overlapping_content .content .content_inner > .full_width > .full_width_inner {
    background-color: #fff;
}
.qode-twitter-feed-shortcode .qode-tfs-inner {
    margin: -33px -25px;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item {
    float: left;
    width: 33.33%;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item:nth-child(3n+1) {
    clear: both;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item .qode-tfs-item-inner {
    box-sizing: border-box;
    padding: 33px 25px;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-image-info-holder {
    display: table;
    margin-bottom: 13px;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-info {
    line-height: 1em;
    margin-top: 3px;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-image {
    display: table-cell;
    width: 60px;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-image img {
    vertical-align: middle;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-info-holder {
    display: table-cell;
    font-size: 0.8em;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-time {
    padding-left: 3px;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-text {
    text-align: left;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-text * {
    color: inherit;
}
ul.qode_twitter_widget li {
    margin-bottom: 10px;
}
.qode-inter-page-navigation-holder {
    background-color: #fff;
    padding: 80px 41px;
    position: relative;
    z-index: 100;
}
.qode-inter-page-navigation-holder .qode-inter-page-navigation-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.qode-inter-page-navigation-holder .qode-inter-page-navigation-next, .qode-inter-page-navigation-holder .qode-inter-page-navigation-prev, .qode-inter-page-navigation-holder .qode-inter-page-title, .qode-inter-page-navigation-holder .qode-ipn-arrow {
    display: table-cell;
    vertical-align: middle;
}
.qode-inter-page-navigation-holder .qode-inter-page-navigation-next a, .qode-inter-page-navigation-holder .qode-inter-page-navigation-prev a {
    color: #303030;
    vertical-align: middle;
}
.qode-inter-page-navigation-holder .qode-inter-page-navigation-next .qode-ipn-icon, .qode-inter-page-navigation-holder .qode-inter-page-navigation-prev .qode-ipn-icon {
    color: #1abc9c;
}
.qode-inter-page-navigation-holder .qode-inter-page-navigation-next {
    text-align: right;
}
.qode-inter-page-navigation-holder .qode-inter-page-navigation-next .qode-ipn-arrow {
    padding-left: 21px;
    padding-right: 0;
}
.qode-inter-page-navigation-holder .qode-ipn-arrow {
    font-size: 56px;
    padding-right: 21px;
    width: 1%;
}
.qode-inter-page-navigation-holder .qode-inter-page-title span {
    font-size: 12px;
    font-weight: 500;
}
.qode-inter-page-navigation-holder .qode-inter-page-navigation-back-link {
    display: table-cell;
    vertical-align: middle;
    width: 84px;
}
.blog_holder.blog_chequered article, .blog_holder.blog_gallery article, .blog_holder.masonry_gallery article {
    box-sizing: border-box;
    display: block;
    vertical-align: top;
}
.qode-inter-page-navigation-holder .qode-inter-page-navigation-back-link-inner {
    background-color: #1abc9c;
    border-radius: 84px;
    height: 84px;
    line-height: 84px;
    position: relative;
    text-align: center;
    width: 84px;
}
.qode-inter-page-navigation-holder .qode-inter-page-navigation-back-link-inner a {
    color: #303030;
    display: block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.qode-inter-page-navigation-holder .qode-inter-page-navigation-back-link-inner::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: calc(100% - 4px);
    left: 2px;
    position: absolute;
    top: 2px;
    width: calc(100% - 4px);
}
.qode-inter-page-navigation-holder .container {
    background-color: transparent;
}
.blog_holder.masonry_gallery {
    opacity: 0;
    overflow: visible;
}
.blog_holder.masonry_gallery .blog_holder_grid_sizer {
    width: 25%;
}
.blog_holder.masonry_gallery .blog_holder_grid_gutter {
    width: 0;
}
.blog_holder.masonry_gallery #infscr-loading {
    bottom: -35px;
}
.blog_holder.masonry_gallery article {
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    width: 25%;
    z-index: 100;
}
.blog_holder.masonry_gallery article.large-width, .blog_holder.masonry_gallery article.large-width-height {
    width: 50%;
}
.blog_holder.masonry_gallery article .ql_full_link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.blog_holder.masonry_gallery article .post_image > a {
    display: block;
    height: 100%;
    position: relative;
}
.blog_holder.masonry_gallery article .post_image .flexslider .slides a::after, .blog_holder.masonry_gallery article .post_image > a::after {
    background: rgba(0, 0, 0, 0.13) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-out 0s;
    width: 100%;
    z-index: 3;
}
.blog_holder.masonry_gallery article .time {
    background-color: #fff;
    color: #212121;
    font-size: 11px;
    left: 0;
    line-height: 22px;
    margin: 0;
    padding: 5px 13px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 4;
}
.blog_holder.masonry_gallery article .time .time_day {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
}
.blog_holder.masonry_gallery article .time .time_year {
    color: #a7a7a7;
}
.blog_holder.masonry_gallery article .time span {
    display: block;
}
.blog_holder.masonry_gallery article .post_text {
    bottom: 20px;
    box-sizing: border-box;
    display: block;
    padding: 0 60px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.blog_holder.masonry_gallery article .post_text h5 a {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
}
.blog_holder.masonry_gallery article .post_text .post_text_inner {
    background-color: transparent;
    padding: 0;
}
.blog_holder.masonry_gallery article .post_info {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 1px;
}
.blog_holder.masonry_gallery article .post_info .social_share_list_holder ul li i, .blog_holder.masonry_gallery article .post_info a:not(:hover) {
    color: #fff;
}
.blog_holder.masonry_gallery article .post_content_holder, .blog_holder.masonry_gallery article .post_image {
    height: 100%;
}
.blog_holder.masonry_gallery article.format-link, .blog_holder.masonry_gallery article.format-quote {
    background-color: #fff;
    transition: background-color 0.2s ease-out 0s;
}
.blog_holder.masonry_gallery article.format-link .time, .blog_holder.masonry_gallery article.format-quote .time {
    background-color: #212121;
    color: #fff;
    transition: background-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
}
.blog_holder.masonry_gallery article.format-link .time .time_year, .blog_holder.masonry_gallery article.format-quote .time .time_year {
    color: #fff;
}
.blog_holder.masonry_gallery article.format-link .post_text, .blog_holder.masonry_gallery article.format-quote .post_text {
    bottom: auto;
    padding: 0 57px;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}
.blog_holder.masonry_gallery article.format-link .post_text .post_text_inner, .blog_holder.masonry_gallery article.format-link .post_text:hover .post_text_inner, .blog_holder.masonry_gallery article.format-quote .post_text .post_text_inner, .blog_holder.masonry_gallery article.format-quote .post_text:hover .post_text_inner {
    background-color: transparent;
    padding: 0;
}
.blog_holder.masonry_gallery article.format-link .post_title, .blog_holder.masonry_gallery article.format-quote .post_title {
    padding: 0;
}
.blog_holder.masonry_gallery article.format-link .post_title a, .blog_holder.masonry_gallery article.format-quote .post_title a {
    font-size: 28px;
    font-weight: 700;
}
.blog_holder.masonry_gallery article.format-link .quote_author, .blog_holder.masonry_gallery article.format-quote .quote_author {
    font-size: 12px;
    font-weight: 300;
}
.blog_holder.masonry_gallery article.format-link .post_info span, .blog_holder.masonry_gallery article.format-link .post_title a, .blog_holder.masonry_gallery article.format-link .post_title span, .blog_holder.masonry_gallery article.format-link .social_share_list_holder ul li i, .blog_holder.masonry_gallery article.format-link i.link_mark, .blog_holder.masonry_gallery article.format-link i.qoute_mark, .blog_holder.masonry_gallery article.format-quote .post_info span, .blog_holder.masonry_gallery article.format-quote .post_title a, .blog_holder.masonry_gallery article.format-quote .post_title span, .blog_holder.masonry_gallery article.format-quote .social_share_list_holder ul li i, .blog_holder.masonry_gallery article.format-quote i.link_mark, .blog_holder.masonry_gallery article.format-quote i.qoute_mark {
    color: #212121;
    transition: color 0.2s ease 0s;
}
.blog_holder.masonry_gallery article.format-link i.link_mark, .blog_holder.masonry_gallery article.format-link i.qoute_mark, .blog_holder.masonry_gallery article.format-quote i.link_mark, .blog_holder.masonry_gallery article.format-quote i.qoute_mark {
    font-size: 28px;
    position: absolute;
    right: 25px;
    top: 25px;
}
.blog_holder.masonry_gallery article.format-link:hover, .blog_holder.masonry_gallery article.format-quote:hover {
    background-color: #1abc9c;
}
.blog_holder.masonry_gallery article.format-link:hover .post_info span, .blog_holder.masonry_gallery article.format-link:hover .post_title a, .blog_holder.masonry_gallery article.format-link:hover .post_title span, .blog_holder.masonry_gallery article.format-link:hover .social_share_list_holder ul li i, .blog_holder.masonry_gallery article.format-link:hover i.link_mark, .blog_holder.masonry_gallery article.format-link:hover i.qoute_mark, .blog_holder.masonry_gallery article.format-quote:hover .post_info span, .blog_holder.masonry_gallery article.format-quote:hover .post_title a, .blog_holder.masonry_gallery article.format-quote:hover .post_title span, .blog_holder.masonry_gallery article.format-quote:hover .social_share_list_holder ul li i, .blog_holder.masonry_gallery article.format-quote:hover i.link_mark, .blog_holder.masonry_gallery article.format-quote:hover i.qoute_mark {
    color: #fff;
}
.blog_holder.masonry_gallery article:hover:not(.format-link):not(.format-quote) .post_image .flexslider .slides a::after, .blog_holder.masonry_gallery article:hover:not(.format-link):not(.format-quote) .post_image > a::after {
    opacity: 1;
}
.blog_holder.blog_gallery {
    opacity: 0;
    overflow: visible;
}
.blog_holder.blog_gallery .blog_holder_grid_sizer {
    width: 33.33%;
}
.blog_holder.blog_gallery .blog_holder_grid_gutter {
    width: 0;
}
.blog_holder.blog_gallery #infscr-loading {
    bottom: -35px;
}
.blog_holder.blog_gallery article {
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    width: 33.33%;
    z-index: 100;
}
.blog_holder.blog_gallery article.large-width, .blog_holder.blog_gallery article.large-width-height {
    width: 50%;
}
.blog_holder.blog_gallery article .post_image > a {
    display: block;
    height: 100%;
    position: relative;
}
.blog_holder.blog_gallery article .post_image .flexslider .slides a::after, .blog_holder.blog_gallery article .post_image > a::after {
    background: rgba(0, 0, 0, 0.13) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-out 0s;
    width: 100%;
    z-index: 3;
}
.blog_holder.blog_gallery article .post_overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, #000) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 98;
}
.blog_holder.blog_gallery article .post_text {
    bottom: 50px;
    box-sizing: border-box;
    display: block;
    padding: 0 65px;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 99;
}
.blog_holder.blog_gallery article .post_text h5 {
    margin: 0 0 18px;
    transition: all 0.2s ease 0s;
}
.blog_holder.blog_gallery article .post_text h5 a {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-transform: none;
}
.blog_holder.blog_gallery article .post_text .post_excerpt {
    color: #fff;
    margin-bottom: 20px;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.3, 0.67, 0.24, 0.86) 0s, visibility 0.2s ease 0s;
    visibility: hidden;
}
.blog_holder.blog_gallery article .post_text .post_text_inner {
    background-color: transparent;
    padding: 0;
}
.blog_holder.blog_gallery article:hover .post_excerpt {
    transition: opacity 0.4s cubic-bezier(0.3, 0.67, 0.24, 0.86) 0.15s;
}
.blog_holder.blog_gallery article .post_info {
    color: #fff;
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.blog_holder.blog_gallery article .post_info a:not(:hover) {
    color: #fff;
}
.blog_holder.blog_gallery article .post_category {
    color: #fff;
    display: block;
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 23px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.blog_holder.blog_gallery article .post_category a {
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    padding: 3px 12px;
    transition: color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
}
.blog_holder.blog_gallery article .post_content_holder, .blog_holder.blog_gallery article .post_image {
    height: 100%;
}
.blog_holder.blog_gallery article:not(.format-link):not(.format-quote) .post_text {
    transition: transform 0.2s cubic-bezier(0.44, 1.22, 0, 1.43) 0s;
}
.blog_holder.blog_gallery article.format-link .post_text:hover .post_text_inner, .blog_holder.blog_gallery article.format-quote .post_text:hover .post_text_inner {
    background-color: transparent;
    border-color: transparent;
}
.blog_holder.blog_chequered {
    margin-bottom: 30px;
    opacity: 0;
    overflow: visible;
}
.blog_holder.blog_chequered .blog_holder_grid_sizer {
    width: 25%;
}
.blog_holder.blog_chequered .blog_holder_grid_gutter {
    width: 0;
}
.blog_holder.blog_chequered #infscr-loading {
    bottom: -35px;
}
.blog_holder.blog_chequered article {
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    width: 25%;
    z-index: 100;
}
.blog_holder.blog_chequered article.large-width, .blog_holder.blog_chequered article.large-width-height {
    width: 50%;
}
.blog_holder.blog_chequered article .ql_full_link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.blog_holder.blog_chequered article .post_image > a {
    display: block;
    height: 100%;
    position: relative;
}
.blog_holder.blog_chequered article .post_image .flexslider .slides a::after, .blog_holder.blog_chequered article .post_image > a::after {
    background: rgba(0, 0, 0, 0.13) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s cubic-bezier(0.3, 0.67, 0.24, 0.86) 0s;
    width: 100%;
    z-index: 3;
}
.blog_holder.blog_chequered article .post_text {
    box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 45px 50px 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 99;
}
.blog_holder.blog_chequered article .post_text h5 {
    font-size: 23px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 0;
    text-transform: none;
}
.blog_holder.blog_chequered article .post_text h5 a {
    color: #fff;
}
.blog_holder.blog_chequered article .post_text .post_text_inner {
    background-color: transparent;
    padding: 0;
}
.blog_holder.blog_chequered article span.audio_icon, .blog_holder.blog_chequered article span.video_icon {
    background-color: #fff;
    border-radius: 100%;
    color: #393939;
    font-size: 20px;
    height: 62px;
    left: 50%;
    line-height: 62px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
    z-index: 10;
}
.blog_holder.blog_chequered article .date {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.blog_holder.blog_chequered article .post_info {
    bottom: 40px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    left: 50px;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    text-transform: uppercase;
}
.blog_holder.blog_chequered article .post_info .social_share_list_holder ul li i, .blog_holder.blog_chequered article .post_info a {
    color: #fff;
}
.blog_holder.blog_chequered article .post_content_holder, .blog_holder.blog_chequered article .post_image {
    height: 100%;
}
.blog_holder.blog_chequered article .post_content_holder {
    overflow: hidden;
    position: relative;
}
.blog_holder.blog_chequered article.format-link, .blog_holder.blog_chequered article.format-quote {
    background-color: #fff;
    transition: background-color 0.2s ease 0s;
}
.blog_holder.blog_chequered article.format-link .post_text, .blog_holder.blog_chequered article.format-quote .post_text {
    bottom: auto;
    height: auto;
    padding: 0 45px;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}
.blog_holder.blog_chequered article.format-link .post_text .post_text_inner, .blog_holder.blog_chequered article.format-link .post_text:hover .post_text_inner, .blog_holder.blog_chequered article.format-quote .post_text .post_text_inner, .blog_holder.blog_chequered article.format-quote .post_text:hover .post_text_inner {
    background-color: transparent;
    padding: 0;
}
.blog_holder.blog_chequered article.format-link .post_title, .blog_holder.blog_chequered article.format-quote .post_title {
    padding: 0;
}
.blog_holder.blog_chequered article.format-link .post_title p, .blog_holder.blog_chequered article.format-quote .post_title p {
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
}
.blog_holder.blog_chequered article.format-link .quote_author, .blog_holder.blog_chequered article.format-quote .quote_author {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.blog_holder.blog_chequered article.format-link .post_info span, .blog_holder.blog_chequered article.format-link .post_title a, .blog_holder.blog_chequered article.format-link .post_title span, .blog_holder.blog_chequered article.format-link .social_share_list_holder ul li i, .blog_holder.blog_chequered article.format-link i.link_mark, .blog_holder.blog_chequered article.format-link i.qoute_mark, .blog_holder.blog_chequered article.format-quote .post_info span, .blog_holder.blog_chequered article.format-quote .post_title a, .blog_holder.blog_chequered article.format-quote .post_title span, .blog_holder.blog_chequered article.format-quote .social_share_list_holder ul li i, .blog_holder.blog_chequered article.format-quote i.link_mark, .blog_holder.blog_chequered article.format-quote i.qoute_mark {
    color: #212121;
    transition: color 0.2s cubic-bezier(0.3, 0.67, 0.24, 0.86) 0s;
}
.blog_holder.blog_chequered article.format-link i.link_mark, .blog_holder.blog_chequered article.format-quote i.link_mark {
    color: #e1e1e1;
    font-size: 77px;
    position: absolute;
    right: 11px;
    top: -14px;
}
.blog_holder.blog_chequered article.format-link i.qoute_mark, .blog_holder.blog_chequered article.format-quote i.qoute_mark {
    color: #e1e1e1;
    font-size: 125px;
    position: absolute;
    right: -18px;
    top: -50px;
}
.blog_holder.blog_chequered article.format-link:hover, .blog_holder.blog_chequered article.format-quote:hover {
    background-color: #1abc9c;
}
.blog_holder.blog_chequered article.format-link:hover .post_info span, .blog_holder.blog_chequered article.format-link:hover .post_title a, .blog_holder.blog_chequered article.format-link:hover .post_title span, .blog_holder.blog_chequered article.format-link:hover .social_share_list_holder ul li i, .blog_holder.blog_chequered article.format-link:hover i.link_mark, .blog_holder.blog_chequered article.format-link:hover i.qoute_mark, .blog_holder.blog_chequered article.format-quote:hover .post_info span, .blog_holder.blog_chequered article.format-quote:hover .post_title a, .blog_holder.blog_chequered article.format-quote:hover .post_title span, .blog_holder.blog_chequered article.format-quote:hover .social_share_list_holder ul li i, .blog_holder.blog_chequered article.format-quote:hover i.link_mark, .blog_holder.blog_chequered article.format-quote:hover i.qoute_mark {
    color: #fff;
}
.blog_holder.blog_chequered article:not(.format-link):not(.format-quote) .post_text {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
}
.blog_holder.blog_chequered article:hover:not(.format-link):not(.format-quote) {
    transition: background-color 0.2s cubic-bezier(0.3, 0.67, 0.24, 0.86) 0s;
}
.blog_holder.blog_chequered article:hover:not(.format-link):not(.format-quote) .post_image .flexslider .slides a::after, .blog_holder.blog_chequered article:hover:not(.format-link):not(.format-quote) .post_image > a::after, .blog_holder.blog_chequered article:hover:not(.format-link):not(.format-quote) .post_text {
    opacity: 1;
}
.blog_compound article {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 56px;
    padding-bottom: 58px;
}
.blog_compound article .qodef-image-shader {
    display: block;
    position: relative;
}
.blog_compound article .qodef-image-shader::after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease 0s;
    width: 100%;
}
.blog_compound article .qode_blog_gallery_item.qode_blog_img_large_height .qodef-image-shader {
    height: 100%;
}
.blog_compound article a:hover .qodef-image-shader::after {
    opacity: 1;
    transition: opacity 0.4s ease 0s;
}
.blog_compound article:last-child {
    border: 0 none;
}
.blog_compound article .post_image img {
    display: block;
    position: relative;
}
.blog_compound article .post_text {
    margin-top: 45px;
}
.blog_compound article .post_meta {
    display: inline-block;
    margin-top: 40px;
    vertical-align: middle;
    width: 100%;
}
.blog_compound article .post_meta .three_columns > .column1 {
    text-align: left;
}
.blog_compound article .post_meta .three_columns > .column2 {
    text-align: center;
}
.blog_compound article .post_meta .three_columns > .column3 {
    text-align: right;
}
.blog_compound article .post_meta .blog_like a, .blog_compound article .post_meta .blog_share a, .blog_compound article .post_meta .post_comments {
    font-style: italic;
}
.blog_compound article .post_meta .blog_like a:not(:hover), .blog_compound article .post_meta .blog_share a:not(:hover), .blog_compound article .post_meta .post_comments:not(:hover) {
    color: #7f7f7f;
}
.blog_compound article .post_meta .blog_share {
    margin-left: 10px;
}
.blog_compound article .two_columns_50_50 .post_text {
    margin-top: 0;
}
.blog_compound article .post_title {
    text-align: center;
}
.blog_compound article .post_title .category {
    display: block;
    margin-bottom: 10px;
}
.blog_compound article .post_title .category .date, .blog_compound article .post_title .category a {
    color: #1abc9c;
    font-size: 10px;
    letter-spacing: 2px;
    text-decoration: underline;
    text-transform: uppercase;
}
.blog_compound.sticky_posts article:last-child {
    margin: 0;
}
.blog_compound.sticky_posts .post_title {
    margin: 45px 0 -15px;
    text-align: center;
}
.qode_blog_masonry_gallery .qode_blog_gallery_sizer {
    width: calc((100% - 8px) / 2);
}
.qode_blog_masonry_gallery .qode_blog_gallery_gutter {
    width: 8px;
}
.qode_blog_masonry_gallery .qode_blog_gallery_item {
    box-sizing: border-box;
    width: calc((100% - 8px) / 2);
}
.qode_blog_masonry_gallery .qode_blog_gallery_item a {
    display: block;
    height: 100%;
    padding: 0 0 8px;
}
.qode_blog_masonry_gallery .qode_blog_gallery_item a img {
    height: calc(100% - 8px);
    vertical-align: middle;
}
.qode_blog_masonry_gallery .qode_blog_gallery_item.qode_blog_img_large_height, .qode_blog_masonry_gallery .qode_blog_gallery_item.qode_blog_img_large_height_width {
    box-sizing: border-box;
}
.qode_blog_masonry_gallery .qode_blog_gallery_item.qode_blog_img_large_height a, .qode_blog_masonry_gallery .qode_blog_gallery_item.qode_blog_img_large_height_width a {
    height: calc(100% - 8px);
}
.qode_blog_masonry_gallery .qode_blog_gallery_item.qode_blog_img_large_height a img, .qode_blog_masonry_gallery .qode_blog_gallery_item.qode_blog_img_large_height_width a img {
    height: 100%;
}
.qode_blog_masonry_gallery .qode_blog_gallery_item.qode_blog_img_large_height_width, .qode_blog_masonry_gallery .qode_blog_gallery_item.qode_blog_img_large_width {
    width: 100%;
}
.blog_holder.blog_pinterest {
    margin-bottom: 20px;
    opacity: 0;
    overflow: visible;
    transition: none 0s ease 0s ;
}
.blog_holder.blog_pinterest .blog_holder_grid_sizer {
    width: 31.7%;
}
.blog_holder.blog_pinterest .blog_holder_grid_gutter {
    width: 2.3%;
}
.blog_holder.blog_pinterest .mejs-container, .blog_holder.blog_pinterest .mejs-mediaelement {
    border: medium none;
}
.blog_holder.blog_pinterest article {
    border: 0 none;
    display: block;
    float: left;
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 31.7%;
    z-index: 100;
}
.blog_holder.blog_pinterest article .blog_holder_grid_gutter {
    width: 3%;
}
.blog_holder.blog_pinterest article .post_text .post_text_inner {
    background-color: #fff;
    padding: 22px 30px 25px;
}
.blog_holder.blog_pinterest article.format-link .post_text .post_text_inner, .blog_holder.blog_pinterest article.format-quote .post_text .post_text_inner {
    background-color: #fff;
    padding: 50px 45px;
    text-align: center;
}
.blog_holder.blog_pinterest article.format-link .post_text .post_text_inner .icon, .blog_holder.blog_pinterest article.format-quote .post_text .post_text_inner .icon {
    color: #e0e0e0;
    display: block;
    font-size: 55px;
    margin-bottom: 30px;
}
.blog_holder.blog_pinterest article.format-link .post_text .post_text_inner h5 span, .blog_holder.blog_pinterest article.format-quote .post_text .post_text_inner h5 span {
    font-size: 0.8em;
}
.blog_holder.blog_pinterest article.format-link .quote_author, .blog_holder.blog_pinterest article.format-quote .quote_author {
    color: #2e2e2e;
    font-size: 10px;
    font-weight: 600;
    margin-top: 12px;
    text-transform: uppercase;
}
.blog_holder.blog_pinterest article.format-audio .post_text .post_text_inner {
    padding-top: 8px;
}
.blog_holder.blog_pinterest article .post_image {
    margin: 0;
    width: auto;
}
.blog_holder.blog_pinterest article .post_info {
    margin-bottom: 10px;
}
.blog_holder.blog_pinterest article .post_info, .blog_holder.blog_pinterest article .post_info a:not(:hover) {
    color: #2e2e2e;
    font-size: 10px;
    text-transform: uppercase;
}
.blog_holder.blog_pinterest article h5 a {
    color: #2e2e2e;
    font-size: 23px;
    line-height: 26px;
    margin: 0;
    text-transform: none;
}
.two_columns_25_75 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_25_75 .blog_holder.blog_pinterest article, .two_columns_33_66 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_33_66 .blog_holder.blog_pinterest article, .two_columns_66_33 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_66_33 .blog_holder.blog_pinterest article, .two_columns_75_25 .blog_holder.blog_pinterest .blog_holder_grid_sizer, .two_columns_75_25 .blog_holder.blog_pinterest article {
    width: 48%;
}
.two_columns_25_75 .blog_holder.blog_pinterest .blog_holder_grid_gutter, .two_columns_33_66 .blog_holder.blog_pinterest .blog_holder_grid_gutter, .two_columns_66_33 .blog_holder.blog_pinterest .blog_holder_grid_gutter, .two_columns_75_25 .blog_holder.blog_pinterest .blog_holder_grid_gutter {
    width: 4%;
}
.blog_headlines {
    margin-bottom: 56px;
}
.blog_headlines article {
    margin-bottom: 40px;
    text-align: center;
}
.blog_headlines article h2 {
    line-height: 1em;
    opacity: 0;
    transform: translateY(50px) scale(0.7);
    transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
}
.blog_headlines article h2.show {
    opacity: 1;
    transform: translateY(0px) scale(1);
}
.blog_headlines article h2 a {
    line-height: 1em;
}
.blog_holder.single_image_title_post article .post_content_holder {
    position: relative;
}
.blog_holder.single_image_title_post article .post_image {
    text-align: center;
}
.blog_holder.single_image_title_post article .single_top_part_holder {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.blog_holder.single_image_title_post article .single_top_part {
    display: table;
    height: 100%;
    width: 100%;
}
.blog_holder.single_image_title_post article .single_top_part_inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.blog_holder.single_image_title_post article .qode-itp-single-separator.separator {
    height: 4px;
    margin-bottom: 35px;
    margin-top: 35px;
    width: 64px;
}
.blog_holder.single_image_title_post article .post_info {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.blog_holder.single_image_title_post article .post_info a, .blog_holder.single_image_title_post article .post_info a:hover span {
    color: #fff;
}
.blog_holder.single_image_title_post article .post_category {
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.blog_holder.single_image_title_post article .post_category a {
    color: #fff;
    transition: color 0.2s ease-out 0s, border-color 0.2s ease-out 0s;
}
.blog_holder.single_image_title_post article h1 {
    color: #fff;
}
.blog_holder.single_image_title_post article .itp_post_text .post_text_inner {
    padding: 95px 0 0;
}
.blog_holder.single_image_title_post article .single_bottom_part {
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    padding: 80px 0 30px;
    vertical-align: middle;
    width: 100%;
}
.blog_holder.single_image_title_post article .single_bottom_part .single_bottom_part_left .tags_text h5, .blog_holder.single_image_title_post article .single_bottom_part .single_bottom_part_right .social_share_list_holder > span, .qode-card-panes .pane .card, .qode-card-panes .pane.no-shadow::after {
    display: none;
}
.blog_holder.single_image_title_post article .single_bottom_part .single_bottom_part_left {
    float: left;
    text-align: left;
    width: 50%;
}
.blog_holder.single_image_title_post article .single_bottom_part .single_bottom_part_left .single_tags {
    margin: 0;
}
.blog_holder.single_image_title_post article .single_bottom_part .single_bottom_part_right {
    float: left;
    text-align: right;
    width: 50%;
}
.blog_holder.single_image_title_post .comment_holder {
    padding-left: 10%;
    padding-right: 10%;
}
.blog_holder.single_image_title_post .comment_form {
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
}
@keyframes tease-card-headers {
0% {
    opacity: 0;
    transform: translate(-20%, 0px);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
@keyframes tease-card-headers {
0% {
    opacity: 0;
    transform: translate(-20%, 0px);
}
100% {
    opacity: 1;
    transform: translate(0px, 0px);
}
}
.qode-cards-holder {
    margin: 0 auto;
    max-width: 1100px;
}
.cards {
    height: 60px;
    margin-top: 50px;
    position: relative;
    z-index: 10;
}
.cards .card {
    box-sizing: border-box;
    height: 60px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.cards .card .card-inner {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -10px 10px rgba(95, 95, 95, 0.03);
    height: 100%;
    overflow: hidden;
    position: relative;
}
.cards .card:nth-last-child(6) {
    padding: 0 110px;
    top: -75px;
}
.cards .card:nth-last-child(5) {
    padding: 0 90px;
    top: -60px;
}
.cards .card:nth-last-child(4) {
    padding: 0 65px;
    top: -45px;
}
.cards .card:nth-last-child(3) {
    padding: 0 40px;
    top: -30px;
}
.cards .card:nth-last-child(2) {
    padding: 0 20px;
    top: -15px;
}
.cards .card:nth-last-child(1) {
    padding: 0;
    top: 0;
}
.cards .card:not(:last-of-type) {
    cursor: pointer;
}
.cards .card.hovered:not(:last-of-type):not(.active), .cards .card:hover:not(:last-of-type):not(.active) {
    transform: translateY(-15px);
}
.qode-card-panes {
    position: relative;
    width: 100%;
}
.qode-card-panes .pane {
    box-shadow: 0 1px 25px rgba(95, 95, 95, 0.08);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}
.qode-card-panes .pane::after {
    border-radius: 100px / 10px;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    content: "";
    left: 50%;
    position: absolute;
    right: 10px;
    top: 49%;
    transform: translateX(-50%);
    width: 98%;
    z-index: -1;
}
.qode-card-panes .pane.active {
    opacity: 1;
    z-index: 2;
}
.qode-card-panes .pane.navigation-bullets-disabled .qode-card-slider-holder-outer {
    padding-bottom: 65px;
}
.qode-card-panes .pane.border-radius .qode-card-slider-holder .qode-card-slider .slide img {
    border-radius: 3px;
}
.qode-card-panes .pane.qode-slide-shadow .qode-card-slider-holder .qode-card-slider .slide img {
    box-shadow: 0 3px 20px rgba(95, 95, 95, 0.08);
}
.qode-card-panes .pane.hover-animation .qode-card-slider-holder .qode-card-slider .slide:hover {
    transform: translateY(-10px);
}
.qode-card-panes .pane.no-shadow {
    box-shadow: none;
}
.qode-card-panes .pane.no-shadow .qode-card-slider-holder-outer {
    padding: 0;
}
.qode-card-slider-holder-outer {
    padding-bottom: 88px;
    padding-top: 53px;
}
.qode-card-slider-holder {
    position: relative;
}
.qode-card-slider-holder .qode-card-slider {
    position: relative;
    transition: margin 0.5s ease-in-out 0s;
    white-space: nowrap;
    width: 100%;
}
.qode-card-slider-holder .qode-card-slider .slide {
    box-sizing: border-box;
    float: left;
    max-width: 100%;
    padding: 0 23px;
    position: relative;
    transition: transform 0.3s ease 0s;
}
.qode-card-slider-holder .qode-card-slider .slide img {
    display: block;
    position: relative;
    transition: opacity 0.3s ease 0s;
}
.qode-card-slider-holder .controls.arrows {
    position: static;
}
.qode-card-slider-holder .controls.bullets {
    bottom: -57px;
    height: 27px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.qode-card-slider-holder .controls .button {
    background-color: #fff;
    border: 0 none;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(163, 163, 163, 0.45);
    cursor: pointer;
    height: 90px;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 90px;
    z-index: 100;
}
.qode-card-slider-holder .controls .button:hover {
    box-shadow: 0 0 5px 0 rgba(163, 163, 163, 0.45);
}
.qode-card-slider-holder .controls .button span {
    cursor: pointer;
    font-size: 56px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    visibility: visible;
    width: 90px;
}
.qode-card-slider-holder .controls .button.prev {
    left: -60px;
}
.qode-card-slider-holder .controls .button.prev span {
    left: -2px;
}
.qode-card-slider-holder .controls .button.next {
    right: -60px;
}
.qode-card-slider-holder .controls .button.next span {
    right: -2px;
}
.qode-card-slider-holder .controls .button.hidden {
    opacity: 0;
    visibility: hidden;
}
.qode-card-slider-holder .controls .button.hidden span {
    visibility: hidden;
}
.qode-card-slider-holder .controls .dots {
    position: relative;
}
.qode-card-slider-holder .controls .dots .dots-inner {
    display: table;
    margin: 0 auto;
}
.qode-card-slider-holder .controls .dots .dots-inner .dot {
    background-color: #c5c5c5;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 7px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    transition: background-color 0.2s ease 0s;
    vertical-align: middle;
    width: 7px;
}
.qode-card-slider-holder .controls .dots .dots-inner .dot.active {
    background-color: #000;
}
.qode-cards-gallery-holder {
    padding: 10px 0;
    position: relative;
}
.qode-cards-gallery-holder .qode-cards-gallery {
    width: 100%;
}
.qode-cards-gallery-holder img {
    display: block;
    position: relative;
    transition: opacity 0.3s ease 0s;
}
.qode-cards-gallery-holder .fake_card {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: relative;
    visibility: hidden;
}
.qode-cards-gallery-holder .card {
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    position: absolute;
    transition: transform 0.5s ease-in-out 0s, margin 0.3s ease-in-out 0s, left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, bottom 0.3s ease-in-out 0s;
    width: 100%;
}
.qode-cards-gallery-holder .card:not(:last-of-type) {
    cursor: pointer;
}
.qode-cards-gallery-holder.left .card.out {
    transition: transform 0.5s ease-in-out 0s, left 0.3s ease-in-out 0s;
}
.qode-cards-gallery-holder.left .card:nth-last-child(8) {
    left: -70%;
    transform: scale(0.3);
}
.qode-cards-gallery-holder.left .card:nth-last-child(7) {
    left: -60%;
    transform: scale(0.4);
}
.qode-cards-gallery-holder.left .card:nth-last-child(6) {
    left: -50%;
    transform: scale(0.5);
}
.qode-cards-gallery-holder.left .card:nth-last-child(5) {
    left: -40%;
    transform: scale(0.6);
}
.qode-cards-gallery-holder.left .card:nth-last-child(4) {
    left: -30%;
    transform: scale(0.7);
}
.qode-cards-gallery-holder.left .card:nth-last-child(3) {
    left: -20%;
    transform: scale(0.8);
}
.qode-cards-gallery-holder.left .card:nth-last-child(2) {
    left: -10%;
    transform: scale(0.9);
}
.qode-cards-gallery-holder.left .card:nth-last-child(1) {
    left: 0;
    padding: 0;
}
.qode-cards-gallery-holder.left .card:hover:not(:last-of-type):not(.active) {
    margin-left: -10px;
}
.qode-cards-gallery-holder.right .card.out {
    transition: transform 0.5s ease-in-out 0s, right 0.3s ease-in-out 0s;
}
.qode-cards-gallery-holder.right .card:nth-last-child(8) {
    right: -70%;
    transform: scale(0.3);
}
.qode-cards-gallery-holder.right .card:nth-last-child(7) {
    right: -60%;
    transform: scale(0.4);
}
.qode-cards-gallery-holder.right .card:nth-last-child(6) {
    right: -50%;
    transform: scale(0.5);
}
.qode-cards-gallery-holder.right .card:nth-last-child(5) {
    right: -40%;
    transform: scale(0.6);
}
.qode-cards-gallery-holder.right .card:nth-last-child(4) {
    right: -30%;
    transform: scale(0.7);
}
.qode-cards-gallery-holder.right .card:nth-last-child(3) {
    right: -20%;
    transform: scale(0.8);
}
.qode-cards-gallery-holder.right .card:nth-last-child(2) {
    right: -10%;
    transform: scale(0.9);
}
.qode-cards-gallery-holder.right .card:nth-last-child(1) {
    padding: 0;
    right: 0;
}
.qode-cards-gallery-holder.right .card:hover:not(:last-of-type):not(.active) {
    margin-right: -10px;
}
.qode-cards-gallery-holder.top .card.out {
    transition: transform 0.5s ease-in-out 0s, top 0.3s ease-in-out 0s;
}
.qode-cards-gallery-holder.top .card:nth-last-child(8) {
    top: -70%;
    transform: scale(0.3);
}
.qode-cards-gallery-holder.top .card:nth-last-child(7) {
    top: -60%;
    transform: scale(0.4);
}
.qode-cards-gallery-holder.top .card:nth-last-child(6) {
    top: -50%;
    transform: scale(0.5);
}
.qode-cards-gallery-holder.top .card:nth-last-child(5) {
    top: -40%;
    transform: scale(0.6);
}
.qode-cards-gallery-holder.top .card:nth-last-child(4) {
    top: -30%;
    transform: scale(0.7);
}
.qode-cards-gallery-holder.top .card:nth-last-child(3) {
    top: -20%;
    transform: scale(0.8);
}
.qode-cards-gallery-holder.top .card:nth-last-child(2) {
    top: -10%;
    transform: scale(0.9);
}
.qode-cards-gallery-holder.top .card:nth-last-child(1) {
    padding: 0;
    top: 0;
}
.qode-cards-gallery-holder.top .card:hover:not(:last-of-type):not(.active) {
    margin-top: -10px;
}
.qode-cards-gallery-holder.bottom .card.out {
    transition: transform 0.5s ease-in-out 0s, bottom 0.3s ease-in-out 0s;
}
.qode-cards-gallery-holder.bottom .card:nth-last-child(8) {
    bottom: -70%;
    transform: scale(0.3);
}
.qode-cards-gallery-holder.bottom .card:nth-last-child(7) {
    bottom: -60%;
    transform: scale(0.4);
}
.qode-cards-gallery-holder.bottom .card:nth-last-child(6) {
    bottom: -50%;
    transform: scale(0.5);
}
.qode-cards-gallery-holder.bottom .card:nth-last-child(5) {
    bottom: -40%;
    transform: scale(0.6);
}
.qode-cards-gallery-holder.bottom .card:nth-last-child(4) {
    bottom: -30%;
    transform: scale(0.7);
}
.qode-cards-gallery-holder.bottom .card:nth-last-child(3) {
    bottom: -20%;
    transform: scale(0.8);
}
.qode-cards-gallery-holder.bottom .card:nth-last-child(2) {
    bottom: -10%;
    transform: scale(0.9);
}
.qode-cards-gallery-holder.bottom .card:nth-last-child(1) {
    bottom: 0;
    padding: 0;
}
.qode-cards-gallery-holder.bottom .card:hover:not(:last-of-type):not(.active) {
    margin-bottom: -10px;
}
.qode-expanding-images {
    position: relative;
    text-align: center;
}
.qode-expanding-images .qode-expanding-images-inner {
    display: inline-block;
    max-width: 46.875%;
    position: relative;
}
.qode-expanding-images .qode-frame-image {
    pointer-events: none;
    position: relative;
    z-index: 30;
}
.qode-expanding-images.qode-ie-specific .qode-frame-image {
    z-index: 10;
}
.qode-expanding-images .qode-hero-image {
    background-color: #f3f3f3;
    height: 66%;
    left: 4%;
    overflow: hidden;
    position: absolute;
    top: 5%;
    width: 92%;
    z-index: 20;
}
.qode-expanding-images .qode-hero-image .qode-hero-image-link {
    display: block;
    height: 100%;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}
.qode-expanding-images .qode-hero-image .qode-hero-image-link::after {
    background-color: rgba(255, 255, 255, 0.12);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s cubic-bezier(0.21, 0.74, 0.52, 0.87) 0s;
    width: 100%;
}
.qode-expanding-images .qode-hero-image .qode-hero-image-link:hover::after {
    opacity: 1;
}
.qode-expanding-images .qode-hero-image .qode-hero-image-link:hover > .qode-hero-image-title {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease 0s;
}
.qode-expanding-images .qode-hero-image .qode-hero-image-link:hover img {
    transform: translate3d(0px, -30px, 0px);
    transition: all 0.35s cubic-bezier(0.18, 0.87, 0.28, 1.01) 50ms;
}
.qode-expanding-images .qode-hero-image img {
    transition: all 0.3s ease 0s;
    will-change: transform;
}
.qode-expanding-images .qode-hero-image-title {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    padding: 17px 0;
    position: absolute;
    transform: translate3d(0px, 100%, 0px);
    transition: all 0.35s ease 0s;
    width: 100%;
    z-index: 300;
}
.qode-expanding-images .qode-hero-image-title h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}
.qode-expanding-images .qode-side-images {
    height: 77%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.qode-expanding-images .qode-side-image-link {
    transition: opacity 0.4s cubic-bezier(0.21, 0.74, 0.52, 0.87) 0s;
}
.qode-expanding-images .qode-side-image-link:hover {
    opacity: 0.95;
}
.qode-expanding-images .qode-side-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    transition: all 1s cubic-bezier(0.21, 0.74, 0.52, 0.87) 0s;
}
.qode-expanding-images .qode-side-image:nth-of-type(1) {
    z-index: 7;
}
.qode-expanding-images .qode-side-image:nth-of-type(2) {
    z-index: 6;
}
.qode-expanding-images .qode-side-image:nth-of-type(3) {
    z-index: 5;
}
.qode-expanding-images .qode-side-image:nth-of-type(4) {
    z-index: 4;
}
.qode-expanding-images .qode-side-image:nth-of-type(5) {
    z-index: 3;
}
.qode-expanding-images .qode-side-image:nth-of-type(6) {
    z-index: 2;
}
.qode-expanding-images .qode-side-image:nth-of-type(7) {
    z-index: 1;
}
.qode-expanding-images .qode-side-image:nth-of-type(8) {
    z-index: 0;
}
.qode-expanding-images .qode-side-image.qode-side-image-1, .qode-expanding-images .qode-side-image.qode-side-image-3 {
    padding-top: 10.575%;
    width: 16.92%;
}
.qode-expanding-images .qode-side-image.qode-side-image-2, .qode-expanding-images .qode-side-image.qode-side-image-4 {
    padding-top: 11.0625%;
    width: 17.7%;
}
.qode-expanding-images .qode-side-image.qode-side-image-1 {
    left: 13.5%;
    top: 7%;
}
.qode-expanding-images .qode-side-image.qode-side-image-2 {
    bottom: 9.5%;
    left: 10.3%;
}
.qode-expanding-images .qode-side-image.qode-side-image-3 {
    right: 14%;
    top: 7%;
}
.qode-expanding-images .qode-side-image.qode-side-image-4 {
    bottom: 9.5%;
    right: 9.8%;
}
.qode-expanding-images .qode-side-image.qode-side-image-5, .qode-expanding-images .qode-side-image.qode-side-image-7 {
    padding-top: 7.225%;
    width: 11.56%;
}
.qode-expanding-images .qode-side-image.qode-side-image-6, .qode-expanding-images .qode-side-image.qode-side-image-8 {
    padding-top: 6.8%;
    width: 10.88%;
}
.qode-expanding-images .qode-side-image.qode-side-image-5 {
    left: 0.5%;
    top: 12.2%;
}
.qode-expanding-images .qode-side-image.qode-side-image-7 {
    right: 0.5%;
    top: 12.2%;
}
.qode-expanding-images .qode-side-image.qode-side-image-6 {
    bottom: 24.5%;
    left: -3%;
}
.qode-expanding-images .qode-side-image.qode-side-image-8 {
    bottom: 24.5%;
    right: -3%;
}
.qode-item-showcase {
    opacity: 0;
    text-align: center;
}
.touch .qode-item-showcase {
    opacity: 1;
}
.qode-item-showcase .qode-item-image {
    display: inline-block;
    margin-top: -70px;
    opacity: 0;
    transform: translateY(70px);
    width: 36%;
}
.qode-item-showcase .qode-item-image img {
    vertical-align: middle;
}
.qode-item-showcase .qode-item-image.qode-appeared, .touch .qode-item-showcase .qode-item-image {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.qode-item-showcase .qode-item {
    display: inline-block;
    opacity: 0;
}
.qode-item-showcase .qode-item.qode-item-left {
    text-align: right;
    transform: translateX(-70px);
}
.qode-item-showcase .qode-item.qode-item-left .qode-item-icon {
    padding-left: 30px;
}
.qode-item-showcase .qode-item.qode-item-right {
    text-align: left;
    transform: translateX(70px);
}
.qode-item-showcase .qode-item.qode-item-right .qode-item-icon {
    padding-right: 30px;
}
.qode-item-showcase .qode-item.qode-appeared, .touch .qode-item-showcase .qode-item {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.qode-item-showcase .qode-item .qode-item-icon {
    display: table-cell;
    font-size: 30px;
}
.qode-item-showcase .qode-item .qode-item-icon i {
    background-color: #2a2a2a;
    color: #fff;
    font-size: 17px;
    padding: 15px;
    transition: opacity 0.15s ease-out 0s;
}
.qode-item-showcase .qode-item .qode-item-icon i:hover {
    opacity: 0.94;
}
.qode-item-showcase .qode-item .qode-item-content {
    display: table-cell;
    vertical-align: top;
}
.qode-item-showcase .qode-item .qode-item-content .qode-showcase-title-holder .qode-showcase-title {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    transition: color 0.15s ease-in-out 0s;
}
.qode-item-showcase .qode-item .qode-item-content .qode-showcase-title-holder a:hover .qode-showcase-title {
    color: inherit;
}
.qode-item-showcase .qode-item .qode-item-content .qode-showcase-text-holder .qode-showcase-text {
    margin: 7px 0 44px;
}
.qode-item-showcase .qode-item-showcase-holder {
    display: inline-block;
    position: relative;
    width: 32%;
}
.qode-item-showcase .qode-item-showcase-holder .qode-item-line {
    border-left: 1px dashed #2a2a2a;
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0.25s;
    width: 0;
    z-index: -1;
}
.touch .qode-item-showcase .qode-item-showcase-holder .qode-item-line {
    transition: none 0s ease 0s ;
}
.qode-item-showcase .qode-item-showcase-holder.qode-holder-left {
    float: left;
    text-align: right;
}
.qode-item-showcase .qode-item-showcase-holder.qode-holder-left .qode-item-line {
    right: 23px;
}
.qode-item-showcase .qode-item-showcase-holder.qode-holder-right {
    float: right;
    text-align: left;
}
.qode-item-showcase .qode-item-showcase-holder.qode-holder-right .qode-item-line {
    left: 23px;
}
.qode-crossfade-images {
    display: inline-block;
    position: relative;
}
.qode-crossfade-images .qode-cfi-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.qode-crossfade-images .qode-cfi-img-holder {
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease 0s;
}
.qode-crossfade-images .qode-cfi-img-holder .qode-cfi-img-holder-inner {
    overflow: hidden;
    position: relative;
}
.qode-crossfade-images .qode-cfi-img-holder .qode-cfi-img-holder-inner img {
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
.qode-crossfade-images .qode-cfi-img-holder .qode-cfi-img-holder-inner .qodef-cfi-image-hover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(1.3);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10;
}
.qode-crossfade-images .qode-cfi-title-holder {
    margin: 30px 0;
    text-align: center;
}
.qode-crossfade-images .qode-cfi-title-holder .qode-cfi-title {
    font-size: 19px;
    font-weight: 400;
    text-transform: none;
}
.qode-crossfade-images:hover .qode-cfi-img-holder {
    box-shadow: 0 10px 18px 1px rgba(0, 0, 0, 0.2);
}
.qode-crossfade-images:hover .qode-cfi-img-holder .qode-cfi-img-holder-inner img {
    opacity: 0;
    transform: scale(0.8);
}
.qode-crossfade-images:hover .qode-cfi-img-holder .qode-cfi-img-holder-inner .qodef-cfi-image-hover {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.3s ease 0.05s, opacity 0.3s ease 0.05s;
}
.qode-cta-section {
    position: relative;
}
.qode-cta-section .qode-cta-section-text-wrapper {
    display: table;
    height: 600px;
    left: 50%;
    position: absolute;
    table-layout: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
}
.qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-text-wrapper-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-title {
    font-size: 46px;
    font-weight: 300;
    text-transform: none;
}
.qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description-holder {
    margin-bottom: 40px;
    padding: 0 20px;
}
.qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description {
    font-size: 17px;
    line-height: 1.68em;
}
.qode-cta-section.qode-cta-appear-effect img {
    transition: transform 2s ease 0s, opacity 2s ease 0s;
}
.no-touch .qode-cta-section.qode-cta-appear-effect img {
    opacity: 0;
    transform: scale(1.2) translateY(100px);
    transform-style: preserve-3d;
    visibility: hidden;
}
.qode-cta-section.qode-cta-appear-effect img.qode-appeared {
    animation-delay: 2s;
    animation-duration: 15s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: qodeCTAScaleUp;
    animation-timing-function: ease;
    opacity: 1;
    transform: scale(1) translateY(0px);
    visibility: visible;
}
@keyframes qodeCTAScaleUp {
0% {
    transform: scale(1);
}
100% {
    transform: scale(1.07);
}
}
@keyframes qodeCTAScaleUp {
0% {
    transform: scale(1);
}
100% {
    transform: scale(1.07);
}
}
.qode-cta-section.qode-cta-appear-effect .qode-cta-section-text-wrapper .qode-cta-section-title-holder {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.qode-cta-section.qode-cta-appear-effect .qode-cta-section-text-wrapper .qode-cta-section-title-holder::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0.13) 0px, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.55) 92%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    content: "";
    height: 200%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-25deg) translateX(-200%);
    visibility: hidden;
    width: 50%;
}
.no-touch .qode-cta-section.qode-cta-appear-effect .qode-cta-section-text-wrapper {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5) translateY(100px);
    transform-origin: 50% 0 0;
    transition: transform 1s cubic-bezier(0, 0, 0, 1) 0s, opacity 0.5s ease 0.2s;
    visibility: hidden;
}
.qode-cta-section.qode-cta-appear-effect .qode-cta-section-text-wrapper.qode-appeared {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) translateY(0px);
    visibility: visible;
}
.qode-cta-section.qode-cta-appear-effect .qode-cta-section-text-wrapper.qode-appeared .qode-cta-section-title-holder::after {
    animation-delay: 1s;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: qodeCTABling;
    animation-timing-function: ease;
    visibility: visible;
}
@keyframes qodeCTABling {
0% {
    left: 0;
    transform: skew(-25deg) translateX(-200%);
    width: 50%;
}
20% {
    width: 300%;
}
100% {
    left: 120%;
    transform: skew(-25deg) translateX(0px);
    width: 10%;
}
}
@keyframes qodeCTABling {
0% {
    left: 0;
    transform: skew(-25deg) translateX(-200%);
    width: 50%;
}
20% {
    width: 300%;
}
100% {
    left: 120%;
    transform: skew(-25deg) translateX(0px);
    width: 10%;
}
}
.qode-giwt {
    text-align: center;
}
.qode-giwt .qode-giwt-inner {
    display: inline-block;
    padding: 45px 20px;
    transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s;
}
.qode-accordion-holder .qode-title-holder, .qode-btn {
    transition: color 0.15s ease-out 0s, background-color 0.15s ease-out 0s, border-color 0.15s ease-out 0s;
}
.qode-giwt .qode-giwt-inner:hover {
    background-color: #fff;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1);
}
.qode-giwt .qode-giwt-inner .qode_icon_element {
    color: #b6b6b6;
}
.qode-giwt .qode-giwt-inner .qode-giwt-content-holder {
    margin-top: 30px;
}
.qode-giwt .qode-giwt-inner .qode-giwt-content-holder a:hover {
    color: inherit;
}
.qode-btn {
    box-sizing: border-box;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7em;
    outline: 0 none;
    padding: 18px 25px;
    position: relative;
    transition: color 0.15s ease-out 0s, background-color 0.15s ease-out 0s, border-color 0.15s ease-out 0s;
}
.qode-btn.qode-btn-solid {
    background-color: #fff;
    border: medium none;
    color: #303030;
}
.qode-btn.qode-btn-outline {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
}
.qode-btn.qode-btn-outline:hover:not(.qode-btn-custom-hover-color) {
    color: #fff;
}
.qode-btn.qode-btn-outline:hover:not(.qode-btn-custom-hover-bg) {
    background-color: #000;
}
.qode-btn.qode-btn-outline:hover:not(.qode-btn-custom-border-hover) {
    border-color: #000;
}
.qode-btn.qode-btn-small {
    font-size: 10px;
    padding: 5px 15px;
}
.qode-btn.qode-btn-large {
    font-size: 14px;
    padding: 12px 28px;
}
.qode-btn.qode-btn-huge, .qode-btn.qode-btn-huge-full-width {
    font-size: 16px;
    padding: 15px 31px;
}
.qode-btn.qode-btn-huge-full-width {
    display: block;
    text-align: center;
}
.qode-btn.qode-btn-with-shadow {
    box-shadow: 0 4px 16px #e2e2e2;
}
.qode-btn.qode-btn-icon {
    height: 64px;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.qode-btn.qode-btn-icon.qode-btn-solid {
    line-height: 64px;
}
.qode-btn.qode-btn-icon.qode-btn-solid.qodef-btn-icon-square .qode-button-v2-icon-holder {
    box-sizing: border-box;
    width: 64px;
}
.qode-btn.qode-btn-icon.qode-btn-outline {
    line-height: 60px;
}
.qode-btn.qode-btn-icon.qode-btn-outline.qodef-btn-icon-square .qode-button-v2-icon-holder {
    box-sizing: border-box;
    width: 60px;
}
.qode-btn.qode-btn-icon .qode-btn-text {
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    vertical-align: top;
}
.qode-btn.qode-btn-icon .qode-button-v2-icon-holder {
    border-left: 1px solid #f3f3f3;
    display: inline-block;
    font-size: 28px;
    line-height: inherit;
    padding: 0 14px;
    text-align: center;
    transform: translateZ(0px);
    transition: border-color 0.15s ease-out 0s, background-color 0.15s ease-out 0s;
    vertical-align: top;
}
.qode-btn.qode-btn-icon .qode-button-v2-icon-holder .qode-button-v2-icon-holder-inner {
    line-height: inherit;
}
.qode-btn.qode-btn-icon:hover .qode-button-v2-icon-holder::before {
    animation: 2s ease-out 0s normal none infinite running qode-point;
}
.qode-btn.qode-btn-icon.qode-btn-icon-rotate .qode-button-v2-icon-holder {
    overflow: hidden;
    padding: 0;
    position: relative;
}
.qode-btn.qode-btn-icon.qode-btn-icon-rotate .qode-button-v2-icon-holder .qode-button-v2-icon-holder-inner {
    box-sizing: border-box;
    display: inline-block;
    left: 0;
    padding: 0 14px;
    position: relative;
    transition: left 0.2s ease-out 0s;
    width: inherit;
}
.qode-btn.qode-btn-icon.qode-btn-icon-rotate .qode-button-v2-icon-holder::before {
    content: "$";
    display: inline-block;
    font-family: ElegantIcons;
    font-weight: 400;
    height: 100%;
    left: -100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: left 0.2s ease-out 0s;
    width: 100%;
}
.qode-btn.qode-btn-icon.qode-btn-icon-rotate:hover .qode-button-v2-icon-holder::before {
    left: 0;
}
.qode-btn.qode-btn-icon.qode-btn-icon-rotate:hover .qode-button-v2-icon-holder .qode-button-v2-icon-holder-inner {
    left: 100%;
}
button.qode-btn, input.qode-btn[type="submit"] {
    cursor: pointer;
}
.qode-3d-button-holder {
    display: inline-block;
    opacity: 0;
    perspective: 1000px;
    position: relative;
}
.qode-3d-button-holder .qode-btn.qode-btn-3d-hover {
    border-radius: 2px;
    transform-origin: 50% 50% 0;
    transform-style: preserve-3d;
    transition: all 0.2s ease-out 0s;
    visibility: visible;
}
.qode-3d-button-holder .qode-btn.qode-btn-3d-hover:last-child {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
}
.qode-3d-button-holder:hover .qode-btn.qode-btn-3d-hover:first-child {
    visibility: hidden;
}
.qode-3d-button-holder:hover .qode-btn.qode-btn-3d-hover:last-child {
    visibility: visible;
}
.qode-btn-shadow-hover {
    transition: all 0.2s ease-out 0s;
}
.qode-btn-shadow-hover:hover {
    box-shadow: 4px 8px 16px #dedede;
}
.qode-image-with-icon-and-text {
    text-align: center;
}
.qode-image-with-icon-and-text .qode-iwiat-image img {
    vertical-align: middle;
}
.qode-image-with-icon-and-text .qode-iwiat-image-icon-holder {
    margin-bottom: 63px;
    position: relative;
}
.qode-image-with-icon-and-text .qode-iwiat-image-icon-holder .qode-iwiat-icon-holder {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    transform: translateY(50%);
    width: 100%;
}
.qode-image-with-icon-and-text .qode-iwiat-text {
    margin-top: 10px;
}
.qode-info-card-with-icon {
    text-align: center;
}
.qode-info-card-with-icon .qode-icwi-image img {
    vertical-align: middle;
}
.qode-info-card-with-icon .qode-icwi-image-icon-holder {
    position: relative;
}
.qode-info-card-with-icon .qode-icwi-image-icon-holder .qode-icwi-icon-holder {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.qode-info-card-with-icon .qode-icwi-text-holder {
    background-color: #fff;
    padding: 32px 20px 37px;
}
.qode-info-card-with-icon .qode-icwi-text {
    margin-top: 20px;
}
.qode-info-card {
    text-align: center;
}
.qode-info-card .qode-info-card-image {
    background-color: #fff;
}
.qode-info-card .qode-info-card-image img {
    vertical-align: middle;
}
.qode-info-card .qode-info-card-text-holder {
    background-color: #fff;
    padding: 32px 40px 59px;
}
.qode-info-card .qode-info-card-text {
    margin-top: 18px;
}
.qode-elliptical-slider .qode-elliptical-slide {
    background-position: center center;
    background-size: cover;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-image-holder-wrapper {
    line-height: 0;
}
.qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-image-holder {
    display: block;
}
.qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-image-holder img {
    height: auto;
    max-height: 900px;
    width: 100%;
}
.qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-holder {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #292929 50%, transparent 50%) repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-holder-inner {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-wrapper {
    height: 100%;
}
.qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-wrapper .qode-elliptical-slide-wrapper-inner {
    box-sizing: border-box;
    display: table;
    height: 100%;
    position: relative;
    width: 50%;
}
.qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-content-wrapper .qode-elliptical-slide-elements-holder {
    display: table-cell;
    padding-right: 50px;
    vertical-align: middle;
}
.qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-svg-holder {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-svg-holder svg {
    height: 100%;
    left: calc(100% - 2px);
    position: relative;
    vertical-align: middle;
    width: auto;
}
.qode-elliptical-slider .qode-elliptical-slide .qode-elliptical-slide-svg-holder svg path {
    fill: #000;
}
.qode-elliptical-slider .flex-control-nav.flex-control-paging {
    left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.qode-elliptical-slider .flex-control-nav.flex-control-paging li {
    padding: 3px 0;
}
.qode-elliptical-slider .flex-control-nav.flex-control-paging li a {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    display: block;
    height: 10px;
    text-indent: -9999px;
    width: 10px;
}
.qode-elliptical-slider .flex-control-nav.flex-control-paging li a.flex-active {
    background-color: #fff;
}
.qode-pricing-calculator {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.qode-pricing-calculator .qode-pricing-calculator-items, .qode-pricing-calculator .qode-pricing-calculator-text-holder {
    display: table-cell;
    vertical-align: middle;
}
.qode-pricing-calculator .qode-pricing-calculator-items {
    border-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    box-sizing: border-box;
    width: 62%;
}
.qode-pricing-calculator .qode-pricing-calculator-text-holder {
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    width: 38%;
}
.qode-pricing-calculator .qode-pricing-calculator-item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
    box-sizing: border-box;
    display: table;
    padding: 19px 15px;
    width: 100%;
}
@media only screen and (min-width: 600px) {
.qode-pricing-calculator .qode-pricing-calculator-item:last-child {
    border-bottom: medium none;
}
}
.qode-pricing-calculator .qode-pricing-calculator-switcher-holder, .qode-pricing-calculator .qode-pricing-calculator-title-holder {
    display: table-cell;
    vertical-align: middle;
}
.qode-pricing-calculator .qode-pricing-calculator-switcher-holder {
    width: 1%;
}
.qode-pricing-calculator .qode-pricing-calculator-title-holder {
    padding-left: 22px;
}
.qode-pricing-calculator .qode-pricing-calculator-total-price-holder {
    color: #303030;
    font-size: 45px;
}
.qode-pricing-calculator .qode-pricing-calculator-text {
    margin-bottom: 0;
    margin-top: 32px;
    padding: 0;
}
.qode-pricing-calculator .qode-pricing-calculator-subtitle {
    margin-bottom: 0;
    margin-top: 10px;
}
.qode-pricing-calculator .qode-pricing-calculator-button-holder {
    display: block;
    margin-top: 52px;
}
.qode-pricing-calculator .qode-pricing-calculator-button-holder .qode-qbutton-full-width {
    box-sizing: initial;
    padding-left: 0;
    padding-right: 0;
}
.qode-pricing-calculator .qode-pricing-calculator-switch {
    display: inline-block;
    height: 40px;
    position: relative;
    vertical-align: middle;
    width: 77px;
}
.qode-pricing-calculator .qode-pricing-calculator-switch input {
    display: none;
}
.qode-pricing-calculator .qode-pricing-calculator-switch .qode-pricing-calculator-slider {
    background-color: #eae8e8;
    border-radius: 34px;
    bottom: 0;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
}
.qode-pricing-calculator .qode-pricing-calculator-switch .qode-pricing-calculator-slider::before {
    background-color: #fff;
    border-radius: 50%;
    bottom: 3px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
    content: "";
    height: 34px;
    left: 3px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 34px;
}
.qode-pricing-calculator .qode-pricing-calculator-switch input:checked + .qode-pricing-calculator-slider {
    background-color: #1abc9c;
}
.qode-comparative-features-table .qode-cft-row:nth-child(2n+1), .qode-specification-list {
    background-color: #fff;
}
.qode-pricing-calculator .qode-pricing-calculator-switch input:checked + .qode-pricing-calculator-slider::before {
    transform: translateX(37px);
}
.qode-specification-list .qode-specification-list-image img {
    vertical-align: middle;
}
.qode-specification-list .qode-specification-list-text-holder {
    padding: 28px 34px 34px;
}
.qode-specification-list .qode-specification-list-items {
    margin-top: 34px;
}
.qode-specification-list .qode-specification-list-item {
    border-bottom: 1px solid #e6e6e6;
    display: table;
    padding: 4px 0;
    table-layout: fixed;
    width: 100%;
}
.qode-specification-list .qode-specification-list-item:last-child {
    border-bottom: medium none;
}
.qode-specification-list .qode-specification-list-item .qode-specification-list-item-label, .qode-specification-list .qode-specification-list-item .qode-specification-list-item-value {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.qode-specification-list .qode-specification-list-item .qode-specification-list-item-value {
    text-align: right;
}
.qode-comparative-features-table {
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
    box-sizing: border-box;
}
.qode-comparative-features-table .qode-cft-row {
    border-bottom: 1px dashed #e3e3e3;
    border-collapse: initial;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.qode-comparative-features-table .qode-cft-row:last-child {
    border: medium none;
}
.qode-comparative-features-table .qode-cft-row > * {
    border-right: 1px solid #e3e3e3;
    display: table-cell;
    vertical-align: middle;
}
.qode-comparative-features-table .qode-cft-footer.qode-cft-row > *, .qode-comparative-features-table .qode-cft-row > *:last-child {
    border: medium none;
}
.qode-comparative-features-table .qode-cft-row:nth-child(2n) {
    background-color: #f6f6f6;
}
.qode-comparative-features-table .qode-cft-feature-title, .qode-comparative-features-table .qode-cft-link-holder, .qode-comparative-features-table .qode-cft-title-holder {
    padding: 23px 30px;
    width: 55%;
}
.qode-comparative-features-table .qode-cft-column-link-holder, .qode-comparative-features-table .qode-cft-column-title-holder, .qode-comparative-features-table .qode-cft-feature-value {
    padding: 23px 0;
    text-align: center;
    width: 15%;
}
.qode-comparative-features-table.qode-cft-two-columns .qode-cft-feature-title, .qode-comparative-features-table.qode-cft-two-columns .qode-cft-link-holder, .qode-comparative-features-table.qode-cft-two-columns .qode-cft-title-holder {
    padding: 23px 30px;
    width: 60%;
}
.qode-comparative-features-table.qode-cft-two-columns .qode-cft-column-link-holder, .qode-comparative-features-table.qode-cft-two-columns .qode-cft-column-title-holder, .qode-comparative-features-table.qode-cft-two-columns .qode-cft-feature-value {
    text-align: center;
    width: 20%;
}
.qode-comparative-features-table.qode-cft-one-column .qode-cft-feature-title, .qode-comparative-features-table.qode-cft-one-column .qode-cft-link-holder, .qode-comparative-features-table.qode-cft-one-column .qode-cft-title-holder {
    padding: 23px 30px;
    width: 70%;
}
.qode-comparative-features-table.qode-cft-one-column .qode-cft-column-link-holder, .qode-comparative-features-table.qode-cft-one-column .qode-cft-column-title-holder, .qode-comparative-features-table.qode-cft-one-column .qode-cft-feature-value {
    text-align: center;
    width: 30%;
}
.qode-comparative-features-table .qode-cft-footer {
    table-layout: auto;
    width: 100%;
}
.qode-comparative-features-table .qode-cft-column-footer-image {
    padding: 21px 30px;
}
.qode-comparative-features-table .qode-cft-column-footer-image img {
    vertical-align: middle;
}
.qode-comparative-features-table .qode-cft-column-footer-text {
    padding-right: 45px;
    text-align: right;
}
.qode-comparative-features-table .qode-cft-feature-item-title-responsive {
    display: none;
    vertical-align: middle;
}
.qode-comparative-features-table .qode-cft-mark {
    font-size: 25px;
    vertical-align: middle;
}
.qode-comparative-features-table .qode-cft-mark.qode-cft-active {
    color: #1abc9c;
}
.qode-comparative-features-table .qode-cft-mark.qode-cft-inactive {
    color: #a9a9a9;
}
.qode-comparative-features-table .qode-cft-link {
    color: #303030;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.qode-comparative-features-table .qode-cft-link:hover {
    color: #1abc9c;
}
.qode-advanced-pricing-table {
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
    box-sizing: border-box;
}
.qode-advanced-pricing-table .qode-apt-row {
    border-bottom: 1px dashed #e3e3e3;
    border-collapse: initial;
    display: table;
    width: 100%;
}
.qode-advanced-pricing-table .qode-apt-row > * {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.qode-advanced-pricing-table .qode-apt-row:last-child {
    border: medium none;
}
.qode-advanced-pricing-table .qode-apt-row:nth-child(2n+1) {
    background-color: #fff;
}
.qode-advanced-pricing-table .qode-apt-row:nth-child(2n) {
    background-color: #f6f6f6;
}
.qode-advanced-pricing-table .qode-apt-item-title, .qode-advanced-pricing-table .qode-apt-title-holder {
    padding: 21px 0 21px 30px;
}
.qode-advanced-pricing-table .qode-apt-column-title-holder, .qode-advanced-pricing-table .qode-apt-item-price {
    padding-right: 35px;
    text-align: right;
}
.qode-advanced-pricing-table .qode-apt-footer {
    table-layout: auto;
    width: 100%;
}
.qode-advanced-pricing-table .qode-apt-column-footer-image {
    padding: 21px 30px;
}
.qode-advanced-pricing-table .qode-apt-column-footer-image img {
    vertical-align: middle;
}
.qode-advanced-pricing-table .qode-apt-column-footer-text {
    font-size: 13px;
    padding-right: 30px;
    text-align: right;
}
.wpb_gallery_slides .qode-image-slider-description {
    background-color: #181818;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 25px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.wpb_gallery_slides .qode-image-slider-description p {
    color: #fff;
    margin: 0;
    padding: 0;
}
.qode-sliding-image-holder {
    position: relative;
}
.qode-sliding-image-holder .qode-sih-image-holder {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.qode-sliding-image-holder .qode-sih-image-holder .qode-sliding-image-background-image {
    max-width: 360%;
    position: relative;
}
.qode-sliding-image-holder .qode-sih-image-holder .qode-sliding-image-background-image.qode-aux-background-image {
    left: 360%;
    position: absolute;
    top: 0;
}
.qode-advanced-tabs .qode-advanced-tabs-nav {
    box-sizing: border-box;
    display: table;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.qode-advanced-tabs .qode-advanced-tabs-nav li {
    background-color: #1abc9c;
    margin: 0;
}
.qode-advanced-tabs .qode-advanced-tabs-nav li a {
    box-sizing: border-box;
    color: #fff;
    display: table;
    padding: 20px 28px;
    position: relative;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s;
    width: 100%;
}
.qode-advanced-tabs .qode-advanced-tabs-nav li a i, .qode-advanced-tabs .qode-advanced-tabs-nav li a span {
    transition: initial;
}
.qode-advanced-tabs .qode-advanced-tabs-nav li a .qode-advanced-icon-frame {
    display: table-cell;
    font-size: 31px;
    line-height: 1;
    padding-right: 11px;
    vertical-align: middle;
    width: 20px;
}
.qode-advanced-tabs .qode-advanced-tabs-nav li a .qode-advanced-tab-text-after-icon {
    display: table-cell;
    transition: initial;
    vertical-align: middle;
}
.qode-advanced-tabs .qode-advanced-tab-container {
    background-color: #fff;
    box-sizing: border-box;
    padding: 35px 28px;
    position: relative;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li a::after {
    background-color: rgba(255, 255, 255, 0.05);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease 0s;
    width: 100%;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li a span {
    position: relative;
    z-index: 1;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active {
    background-color: #fff;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active a {
    color: #303030;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-hover:not(.ui-state-active) a::after {
    opacity: 1;
}
.qode-accordion-holder .qode-title-holder .qode-accordion-mark-icon span:last-child, .qode-accordion-holder .qode-title-holder.ui-state-active .qode-accordion-mark-icon span:first-child {
    opacity: 0;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-1 .qode-advanced-tabs-nav li {
    width: 100%;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-2 .qode-advanced-tabs-nav li {
    width: 50%;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-3 .qode-advanced-tabs-nav li {
    width: 33.3333%;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-4 .qode-advanced-tabs-nav li {
    width: 25%;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-5 .qode-advanced-tabs-nav li {
    width: 20%;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-6 .qode-advanced-tabs-nav li {
    width: 16.6667%;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-7 .qode-advanced-tabs-nav li {
    width: 14.2857%;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-8 .qode-advanced-tabs-nav li {
    width: 12.5%;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-9 .qode-advanced-tabs-nav li {
    width: 11.1111%;
}
.qode-blog-carousel-titled {
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
}
.qode-blog-carousel-titled .qode-bct-title-holder {
    background-color: #1abc9c;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    color: #fff;
    display: table;
    height: 56px;
    padding: 0 56px;
    position: relative;
    width: 100%;
}
.qode-blog-carousel-titled .qode-bct-title-holder * {
    color: inherit;
}
.qode-blog-carousel-titled .qode-bct-title-holder > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-nav-holder {
    width: 56px;
}
.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next, .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-prev {
    height: 100%;
    position: absolute;
    top: 0;
    width: 56px;
}
.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next .qode-bct-caroufredsel-nav-inner, .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-prev .qode-bct-caroufredsel-nav-inner {
    display: table;
    height: 100%;
    width: 100%;
}
.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next .qode-bct-caroufredsel-nav-icon-holder, .qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-prev .qode-bct-caroufredsel-nav-icon-holder {
    display: table-cell;
    font-size: 33px;
    vertical-align: middle;
}
.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-prev {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    left: 0;
}
.qode-blog-carousel-titled .qode-bct-title-holder .qode-bct-caroufredsel-next {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    right: 0;
}
.qode-blog-carousel-titled .qode-bct-posts-holder {
    padding: 32px 17px 44px;
}
.qode-blog-carousel-titled .qode-bct-post {
    background-color: transparent;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0 17px;
    position: relative;
}
.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-image img {
    vertical-align: middle;
}
.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-title {
    margin-bottom: 14px;
}
.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-text {
    padding: 26px 0 0;
}
.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-excerpt {
    margin: 0;
    padding: 0;
}
.qode-blog-carousel-titled .qode-bct-post .qode-bct-post-date {
    color: #1abc9c;
    margin-top: 15px;
}
.qode-numbered-process-holder {
    position: relative;
}
.qode-numbered-process-holder .qode-numbered-process-inner {
    font-size: 0;
}
.qode-numbered-process-holder .qode-np-item {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.qode-numbered-process-holder .qode-np-title {
    margin-top: 33px;
}
.qode-numbered-process-holder .qode-np-item-image-holder {
    border-radius: 50%;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.qode-numbered-process-holder .qode-np-item-image-holder .qode-np-item-image-inner {
    border: 12px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.qode-numbered-process-holder .qode-np-item-image-holder .qode-np-item-image-table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.qode-numbered-process-holder .qode-np-item-image-holder .qode-np-item-image-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.qode-numbered-process-holder .qode-np-item-image-holder .qode-np-item-image-table-cell img {
    border-radius: 50%;
    vertical-align: middle;
}
.qode-numbered-process-holder .qode-np-item-image-holder .qode-np-item-number {
    background-color: #1abc9c;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    height: 40px;
    left: 88%;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 13%;
    transform: translate(-50%, -50%);
    width: 40px;
}
.qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-item:nth-child(5) .qode-np-line, .qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-item:nth-child(4) .qode-np-line, .qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-item:nth-child(3) .qode-np-line {
    border: medium none;
}
.qode-numbered-process-holder .qode-np-item-image-holder .qode-np-title {
    color: #fff;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}
.qode-numbered-process-holder.qode-numbered-process-holder-items-three .qode-np-item {
    width: 33.33%;
}
.qode-numbered-process-holder.qode-numbered-process-holder-items-four .qode-np-item {
    width: 25%;
}
.qode-numbered-process-holder.qode-numbered-process-holder-items-five .qode-np-item {
    width: 20%;
}
.qode-numbered-process-holder .qode-np-line {
    border-bottom-color: #c3c3c3;
    border-bottom-width: 1px;
    display: inline-block;
    height: 0;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.qode-numbered-process-holder.qodef-np-padding-small .qode-numbered-process-inner {
    margin: 0 -30px;
}
.qode-numbered-process-holder.qodef-np-padding-small .qode-np-item {
    padding: 0 30px;
}
.qode-numbered-process-holder.qodef-np-padding-small .qode-np-line {
    width: 60px;
}
.qode-numbered-process-holder.qodef-np-padding-medium .qode-numbered-process-inner {
    margin: 0 -50px;
}
.qode-numbered-process-holder.qodef-np-padding-medium .qode-np-item {
    padding: 0 50px;
}
.qode-numbered-process-holder.qodef-np-padding-medium .qode-np-line {
    width: 100px;
}
.qode-numbered-process-holder.qodef-np-padding-large .qode-numbered-process-inner {
    margin: 0 -70px;
}
.qode-numbered-process-holder.qodef-np-padding-large .qode-np-item {
    padding: 0 70px;
}
.qode-numbered-process-holder.qodef-np-padding-large .qode-np-line {
    width: 140px;
}
.qode-numbered-process-holder.qode-np-line-solid .qode-np-line {
    border-bottom-style: solid;
}
.qode-numbered-process-holder.qode-np-line-dashed .qode-np-line {
    border-bottom-style: dashed;
}
.qode-numbered-process-holder.qode-np-line-skin-dark .qode-np-line {
    border-bottom-color: #000;
}
.qode-numbered-process-holder.qode-np-line-skin-light .qode-np-line {
    border-bottom-color: #fff;
}
.qode-accordion-holder {
    position: relative;
}
.qode-accordion-holder .qode-accordion-content {
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 20px;
}
.qode-accordion-holder .qode-accordion-content.qode-acc-title-with-icon {
    padding-left: 60px;
}
.qode-accordion-holder .qode-title-holder {
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0;
    position: relative;
    transform: translateZ(0px);
    transition: color 0.15s ease-out 0s, background-color 0.15s ease-out 0s, border-color 0.15s ease-out 0s;
}
.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder:last-of-type {
    border-bottom-color: transparent;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title, .qode-accordion-holder .qode-title-holder .qode-tab-title-inner {
    color: inherit;
    line-height: inherit;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title {
    box-sizing: border-box;
    display: inline-table;
    height: 66px;
    table-layout: fixed;
    text-align: left;
    width: calc(100% - 41px);
}
.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner {
    display: table-cell;
    padding: 5px 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child {
    padding-left: 20px;
    width: 100%;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title .qode-tab-title-icon {
    box-sizing: border-box;
    display: table-cell;
    font-size: 26px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}
.qode-accordion-holder .qode-title-holder .qode-accordion-mark {
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 6px;
    top: 0;
    vertical-align: top;
    width: 30px;
}
.qode-accordion-holder .qode-title-holder .qode-accordion-mark-icon {
    display: block;
    font-size: 21px;
    height: 100%;
    line-height: inherit;
    text-align: center;
    width: 100%;
}
.qode-accordion-holder .qode-title-holder .qode-accordion-mark-icon span {
    display: block;
    line-height: inherit;
    margin-left: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s ease 0s;
    width: 100%;
}
.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
    background-color: #1abc9c;
    color: #fff;
}
.qode-accordion-holder .qode-title-holder.ui-state-active .qode-accordion-mark-icon span:last-child {
    opacity: 1;
}
.qode-int-icon-showcase {
    height: 0;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
.qode-int-icon-showcase .qode-int-icon-showcase-inner {
    height: calc(100% - 100px);
    left: 0;
    margin: 50px;
    position: absolute;
    top: 0;
    width: calc(100% - 100px);
}
.qode-int-icon-showcase .qode-int-icon-circle {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    height: calc(100% - 100px);
    left: 0;
    margin: 50px;
    position: absolute;
    top: 0;
    transform: scale(0.1, 0.1);
    transition: all 0.85s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s;
    width: calc(100% - 100px);
}
.touch .no_animation_on_touch .qode-int-icon-showcase .qode-int-icon-circle {
    transform: scale(1, 1);
    transition: none 0s ease 0s ;
}
.qode-int-icon-showcase.qode-appeared .qode-int-icon-circle {
    transform: scale(1, 1);
}
.qode-int-icon-showcase .qode-showcase-content {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.3s ease-out 0s;
    width: 100%;
}
.qode-int-icon-showcase .qode-showcase-content .qode-section-subtitle {
    text-transform: capitalize;
}
.qode-int-icon-showcase .qode-showcase-content .qode-showcase-content-inner {
    margin-top: 18px;
}
.qode-int-icon-showcase .qode-showcase-content-table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.qode-int-icon-showcase .qode-showcase-content-cell {
    display: table-cell;
    padding: 0 20%;
    vertical-align: middle;
}
.qode-showcase-icon {
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -50%) scale(1.01);
    z-index: 10;
}
.touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-icon {
    transition: opacity 0.2s ease 0s;
}
.qode-showcase-icon .qode-icon-holder.qode-icon-circle {
    background-color: #fff;
}
.qode-showcase-icon .qode-icon-holder.qode-icon-circle .qode-icon-element {
    color: #1abc9c;
}
.qode-showcase-icon .qode-icon-holder {
    font-size: 38px;
    height: 80px;
    line-height: 80px;
    width: 80px;
}
.qode-showcase-item-holder.qode-showcase-active .qode-icon-holder.qode-icon-circle {
    background-color: #1abc9c;
}
.qode-showcase-item-holder.qode-showcase-active .qode-icon-holder.qode-icon-circle .qode-icon-element {
    color: #fff;
}
.qode-showcase-item-holder.qode-showcase-active .qode-showcase-content {
    opacity: 1;
}
.qode-showcase-item-holder .qode-showcase-icon {
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease 0s, top 0.5s cubic-bezier(0.18, 0.89, 0.32, 1) 0s, left 0.5s cubic-bezier(0.18, 0.89, 0.32, 1) 0s, transform 0.5s ease 0s;
}
.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder .qode-showcase-icon, .touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder .qode-showcase-icon {
    opacity: 1;
}
.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:first-child .qode-showcase-icon, .touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:first-child .qode-showcase-icon {
    left: 50%;
    top: 0;
    transition-delay: 0.65s;
}
.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(2) .qode-showcase-icon, .touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(2) .qode-showcase-icon {
    left: 85.4%;
    top: 14.6%;
    transition-delay: 0.85s;
}
.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(3) .qode-showcase-icon, .touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(3) .qode-showcase-icon {
    left: 100%;
    top: 50%;
    transition-delay: 1.05s;
}
.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(4) .qode-showcase-icon, .touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(4) .qode-showcase-icon {
    left: 85.4%;
    top: 85.4%;
    transition-delay: 1.25s;
}
.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(5) .qode-showcase-icon, .touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(5) .qode-showcase-icon {
    left: 50%;
    top: 100%;
    transition-delay: 1.45s;
}
.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(6) .qode-showcase-icon, .touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(6) .qode-showcase-icon {
    left: 14.6%;
    top: 85.4%;
    transition-delay: 1.65s;
}
.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(7) .qode-showcase-icon, .touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(7) .qode-showcase-icon {
    left: 0;
    top: 50%;
    transition-delay: 1.85s;
}
.qode-int-icon-showcase.qode-appeared .qode-showcase-item-holder:nth-child(8) .qode-showcase-icon, .touch .no_animation_on_touch .qode-int-icon-showcase .qode-showcase-item-holder:nth-child(8) .qode-showcase-icon {
    left: 14.6%;
    top: 14.6%;
    transition-delay: 2.05s;
}
.qode-workflow {
    margin-top: 50px;
    position: relative;
}
.qode-workflow .main-line {
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    right: 50%;
    top: 0;
    width: 2px;
}
.qode-workflow .qode-workflow-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image, .qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text {
    box-sizing: border-box;
    float: left;
    margin: 0;
    width: 50%;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image {
    text-align: center;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image.left {
    padding: 0 60px;
    text-align: left;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image.right {
    padding: 0 60px;
    text-align: right;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text {
    padding: 0 60px;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text h4 {
    margin-bottom: 0;
    margin-top: 0;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text p.text {
    margin-top: 25px;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text .circle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 18px;
    left: 50%;
    margin: 0 0 0 -9px;
    position: absolute;
    top: 0;
    width: 18px;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-subtitle {
    margin-top: 5px;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner.reverse {
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    display: flex;
    flex-flow: row-reverse wrap;
}
.qode-workflow .qode-workflow-item .qode-workflow-item-inner.reverse .qode-workflow-text {
    text-align: right;
}
.qode-workflow .qode-workflow-item .line {
    display: none;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    width: 2px;
}
.qode-workflow .qode-workflow-item:first-of-type .line {
    display: block;
    top: 4px;
    transform: translateY(-100%);
}
.qode-workflow .qode-workflow-item:last-of-type .line {
    display: block;
    top: 24px;
}
.qode-workflow.qode-workflow-animate {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0s, transform 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.qode-workflow.qode-workflow-animate .main-line {
    height: 0;
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1) 0s, height 1.8s ease-out 0s;
}
.qode-workflow.qode-workflow-animate .circle {
    transform: scale(0.2);
    transition: transform 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.68) 0.5s;
}
.qode-workflow.qode-workflow-animate .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image {
    opacity: 0;
    transform: scale(0.6);
    transition: transform 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s, opacity 0.3s ease-out 0s;
}
.qode-workflow.qode-workflow-animate .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text h4, .qode-workflow.qode-workflow-animate .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text p {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
}
.qode-workflow.qode-workflow-animate.qode-appeared {
    opacity: 1;
    transform: translateY(0px);
}
.qode-workflow.qode-workflow-animate.qode-appeared .main-line {
    height: 100%;
    opacity: 1;
}
.qode-workflow.qode-workflow-animate.qode-appeared .qode-workflow-item.qode-appeared .qode-workflow-image {
    opacity: 1;
    transform: scale(1);
}
.qode-workflow.qode-workflow-animate.qode-appeared .qode-workflow-item.qode-appeared .qode-workflow-text h4, .qode-workflow.qode-workflow-animate.qode-appeared .qode-workflow-item.qode-appeared .qode-workflow-text p {
    opacity: 1;
}
.qode-workflow.qode-workflow-animate.qode-appeared .circle {
    transform: scale(1);
}
.qode-advanced-call-to-action {
    display: table;
    height: 110px;
    position: relative;
    text-align: center;
    width: 100%;
}
.qode-advanced-call-to-action .advanced-cta-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.qode-advanced-call-to-action .qode-advanced-cta-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    z-index: 20;
}
.qode-advanced-call-to-action .qode-advanced-cta-content .qode-advanced-cta-text-holder {
    display: inline-block;
    vertical-align: middle;
}
.qode-advanced-call-to-action .qode-advanced-cta-text-holder {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.qode-advanced-call-to-action .qode-advanced-cta-icon-holder {
    color: #fff;
    display: inline-block;
    font-size: 27px;
    margin-left: 17px;
    position: relative;
    vertical-align: middle;
}
.qode-advanced-call-to-action .qode-advanced-cta-icon-holder .qode-advanced-cta-icon-holder-table {
    display: table;
    height: 100%;
    width: 100%;
}
.qode-advanced-call-to-action .qode-advanced-cta-icon-holder .qode-advanced-cta-icon-holder-cell {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.qode-advanced-call-to-action.qode-advanced-cta-icon-circle .qode-advanced-cta-icon-holder {
    height: 46px;
    width: 46px;
}
.qode-advanced-call-to-action.qode-advanced-cta-icon-circle .qode-advanced-cta-icon-border {
    border: 2px solid;
    border-radius: 50%;
    height: calc(100% - 4px);
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.25s cubic-bezier(0.11, 0.76, 0.83, 1.62) 0s;
    width: calc(100% - 4px);
}
.qode-advanced-call-to-action.qode-advanced-cta-icon-circle:hover .qode-advanced-cta-icon-border {
    transform: scale(1.12);
}
.qode-advanced-call-to-action.qode-advanced-cta-gradient .qode-advanced-cta-background-holder {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.qode-advanced-call-to-action.qode-advanced-cta-gradient .qode-advanced-cta-background-1, .qode-advanced-call-to-action.qode-advanced-cta-gradient .qode-advanced-cta-background-2 {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
@keyframes qodeFlowAnimation2 {
0%, 100% {
    opacity: 0;
}
50% {
    opacity: 1;
}
}
.qode-advanced-call-to-action.qode-advanced-cta-gradient-animation .qode-advanced-cta-background-2 {
    animation: 4s ease 0s normal none infinite running qodeFlowAnimation2;
    transform: scaleX(-1);
}
@keyframes qodeFlowAnimation3 {
0%, 100% {
    opacity: 0;
}
50% {
    opacity: 0.35;
}
}
.qode-advanced-call-to-action.qode-advanced-cta-gradient-animation .qode-advanced-cta-background-3 {
    animation: 2s ease 2s normal none infinite running qodeFlowAnimation3;
    background-color: #1abc9c;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.qode-advanced-call-to-action:not(.qode-advanced-cta-gradient-animation) .advanced-cta-link::after {
    background-color: rgba(255, 255, 255, 0.03);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease 0s;
    width: 100%;
    z-index: -1;
}
.qode-advanced-call-to-action:hover:not(.qode-advanced-cta-gradient-animation) .advanced-cta-link::after {
    opacity: 1;
}
